﻿html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

a {
    color: #000;
}

    a:hover, a:active, a:focus {
        color: #ff7000;
        text-decoration: none;
    }

.form-control, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    background-image: none !important;
}

textarea:focus, input:focus {
    outline: none;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    background: #fff;
}

.box-header {
    overflow: hidden;
    height: 94px;
    line-height: 94px;
}

    .box-header .content {
        width: 1170px;
        margin: 0 auto;
        overflow: hidden;
    }

.box-search-head {
    float: right;
    overflow: hidden;
}

    .box-search-head input {
        height: 50px;
        border: 1px solid #e2e2e2;
        width: 285px;
        /*padding: 0 0 0 10px;*/
        padding: 10px 0 10px 10px;
        margin-right: 54px;
        line-height: 94px;
    }

.btn-search {
    width: 54px;
    height: 50px;
    background-color: #f0821b;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 22px;
    cursor: pointer;
}

.box-menu {
    display: block;
    width: 100%;
}

    .box-menu .content {
        width: 1170px;
        margin: 0 auto;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        display: table;
        position: relative;
    }

    .box-menu .menu-lv1 {
        display: inline-block;
        float: left;
        text-transform: uppercase;
        padding: 0 25px;
        line-height: 58px;
        background: url(../images/down.svg) no-repeat;
        background-position: right 6px center;
        background-size: 7%;
    }

        .box-menu .menu-lv1:hover {
            background-color: #f0821b;
            background-image: url(../images/down-white.svg);
            background-repeat: no-repeat;
        }

        .box-menu .menu-lv1 > a {
            display: block;
        }

        .box-menu .menu-lv1:hover > a {
            color: #fff;
        }

.menu-lv2 .menu-lv2-item:first-child .lv2-right {
    display: block;
}

.menu-lv2 {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    border: 1px solid #e0e0e0;
    height: 275px;
    z-index: 2;
}

.box-menu .menu-lv1:hover > .menu-lv2 {
    display: block;
}

.menu-lv2-item a {
    text-transform: none;
}

.menu-lv2 .lv2-left {
    width: 230px;
    float: left;
    border-right: 1px solid #e0e0e0;
    text-align: right;
}



.menu-lv2-item {
    line-height: 48px;
    width: 230px;
    display: block;
}

    .menu-lv2-item:hover {
        background-color: #f0821b;
    }

        .menu-lv2-item:hover > a {
            color: #fff;
        }

    .menu-lv2-item > a {
        display: block;
        padding: 0 20px 0 0;
        text-align: right;
    }

.lv2-right {
    width: 938px;
    position: absolute;
    top: 0px;
    left: 230px;
    border-left: 1px solid #e0e0e0;
    display: none;
    background: #fff;
}

    .lv2-right .item-menu {
        line-height: 20px;
        padding: 28px 10px 25px 20px;
    }

.menu-lv2-item:hover > .lv2-right {
    display: block;
}

.menu-lv2-item .detail-menu {
    padding: 10px 0;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    height: 68px;
}

.menu-lv2-item .date-menu {
    display: block;
    color: #616161;
    font-weight: 400;
}

.box-hot {
    overflow: hidden;
    margin: 20px 0;
}

    .box-hot .content {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
    }

.hot-left {
    width: 870px;
    float: left;
    margin-right: 5px;
}

.hot-right {
    width: 295px;
    float: left;
}

.hot-left .swiper-slide {
    position: relative;
    height: 580px;
}

    .hot-left .swiper-slide img {
        width: 100%;
    }

.hot-left .lnk-cate-hot,
.box-monngon .lnk-cate-hot,
.box-vivu .lnk-cate-hot {
    background: #fff;
    text-transform: uppercase;
    padding: 2px 12px;
    position: absolute;
    left: 30px;
    bottom: 125px;
    z-index: 2;
}

.hot-left .bg-info,
.box-monngon .bg-info,
.box-vivu .bg-info {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/icon-bg-tran-2.png) repeat-x;
}

.lnk-detail-hot {
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 85px;
    font-size: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.date-hot {
    color: #fff;
    left: 30px;
    bottom: 55px;
    position: absolute;
    font-weight: 400;
}

.swiper-pagination-bullet-active {
    background: #f0821b;
}

.item-hot-right {
    height: 287px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

.hot-right .item-hot-right:last-child {
    margin-bottom: 0;
}

.hot-right .item-hot-right img {
    width: 100%;
}

.item-hot-right .lnk-cate-right {
    position: absolute;
    left: 20px;
    bottom: 70px;
    background: #fff;
    text-transform: uppercase;
    padding: 2px 12px;
}


.item-hot-right .detail-right {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-hot-right .bg-right {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/icon-bg-tran-2.png) repeat-x;
}

.box-cate-home {
    overflow: hidden;
    margin: 20px 0;
}

    .box-cate-home .content {
        width: 1170px;
        margin: 0 auto;
        padding: 20px 0;
    }

    .box-cate-home .title-cate,
    .box-cate-right .text-head,
    .box-new-cate .text-head {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

        .box-cate-home .title-cate a,
        .box-cate-right .text-head span,
        .box-new-cate .text-head span {
            background: #fff;
            padding: 0px 20px 0 0;
            text-transform: uppercase;
            font-family: 'Source Serif Pro';
            font-size: 20px;
            font-weight: bold;
            position: absolute;
            top: -14px;
        }

    .box-cate-home .box-content {
        margin: 35px 0 0;
        overflow: hidden;
    }

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../font/Source_Serif_Pro/SourceSerifPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lnk-cate-box {
    text-transform: uppercase;
    color: #e8141f;
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

.lnk-detail-box {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
}

.date-box {
    color: #616161;
    display: block;
    padding: 7px 0 0;
    font-weight: 400;
}

.item-cate-monngon img {
    /*width: 100%;*/
}

.box-monngon .swiper-slide {
    height: 500px;
    overflow: hidden;
}

.box-cate-home .lnk-detail-hot {
    -webkit-line-clamp: 2;
    padding-right: 10px;
}

.box-vivu .lnk-detail-hot {
    bottom: 52px;
    -webkit-line-clamp: 1;
}

.box-vivu .date-hot {
    bottom: 25px;
}

.box-vivu .col-md-6 img {
    width: 100%;
    height: 380px;
}

.box-vivu .col-md-6 {
    height: 380px;
    padding: 0;
    margin-right: 1%;
    width: 49%;
}

    .box-vivu .col-md-6:last-child {
        margin: 0;
        width: 50%;
    }
/*---footer---*/
.footer-ver2 {
    background: #48484a;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.line-top-footer {
    height: 2px;
    background: #fff;
    overflow: hidden;
}

.content-footer {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}

.logo-footer span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 6px 0px;
    font-weight: 500;
}

    .logo-footer span:last-child {
        color: #ff9a1a;
    }

.receive-promo {
    padding: 40px 0 50px 0;
    position: relative;
}

    .receive-promo input[type=text] {
        background: #5b5b5c;
        outline: none;
        border-image-outset: unset;
        border: none;
        box-shadow: none;
        padding-left: 10px;
        width: 284px;
        height: 38px;
        border-radius: unset;
        margin: 5px 0;
        color: #fff;
    }

    .receive-promo img {
        position: absolute;
        right: 10px;
        top: 75px;
        cursor: pointer;
    }

.qr-footer {
    padding-bottom: 50px;
}

    .qr-footer .img-qr {
        float: left;
        margin: 0 30px 0 0;
    }

    .qr-footer span {
        font-size: 16px;
        font-weight: 400;
    }

.img-ios {
    margin-bottom: 5px;
}

.hotline-footer {
    overflow: hidden;
}

    .hotline-footer span {
        display: inline-block;
        padding: 0 0 0px 12px;
    }

        .hotline-footer span:last-child {
            color: #ff9a1a;
            font-size: 18px;
        }

.line-bottom-footer {
    height: 116px;
    width: 100%;
    background: #3b3b3c;
    text-align: center;
    padding: 17px 0;
}

.footer-ver2 a {
    color: #fff;
}

.content-footer .col-md-4 h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.col-md-4 .nav-footer2 li {
    list-style: none;
    background: url(//cdn.dealtoday.vn/assets/d2d/images/footer/icon-line-ft.png) 0px 12px no-repeat;
    padding: 5px 0 5px 10px;
}

.btn-buy {
    display: inline-block;
    background: #f7941d;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 3px 0 0;
    width: 100%;
}

.col-md-4 .nav-footer2 li a {
    color: #fff;
}

.col-md-4 .nav-footer2 {
    padding: 10px 0 0 0;
}

.content-footer .keyword {
    padding: 13px 0;
}

    .content-footer .keyword a {
        color: #989898;
        padding-bottom: 3px;
        display: inline-block;
    }
/*---end footer---*/
.box-vuikhoe .lnk-detail-box {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.box-vuikhoe img {
    width: 100%;
}

.box-muasam .item-muasam {
    float: left;
    margin: 0 2% 10px 0;
    width: 23%;
}

    .box-muasam .item-muasam:first-child {
        width: 73%;
    }

.box-muasam .col-md-8 {
    padding-left: 0;
}

.box-muasam .col-md-4 {
    padding-right: 0;
}

.box-muasam .item-muasam:first-child .lnk-detail-box {
    -webkit-line-clamp: 2;
}

.box-muasam .item-muasam:nth-child(2) {
    margin-bottom: 30px;
}

.box-muasam .item-muasam img {
    width: 100%;
}

.box-muasam .lnk-detail-box {
    -webkit-line-clamp: 3;
    font-size: 16px;
}

.box-meovat .item-meovat img {
    width: 100%;
    height: 186px;
}

.box-meovat .box-content {
    height: 390px;
}

    .box-meovat .box-content .col-md-6:first-child,
    .box-meovat .box-content .col-md-6:first-child .item-meovat,
    .box-meovat .box-content .col-md-6:first-child img {
        height: 390px;
    }

    .box-meovat .box-content .col-md-6:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        padding-right: 0;
    }

.box-meovat .item-meovat {
    width: 100%;
    position: relative;
    padding: 0;
}

.box-meovat .box-content .col-md-6:nth-child(2) .item-meovat {
    width: 48%;
    box-sizing: border-box;
    margin: 0 2% 17px 0;
    height: 186px;
}

.box-meovat .item-meovat .bg-info {
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../images/icon-bg-tran-2.png) repeat-x;
}

.item-meovat .lnk-detail-hot {
    bottom: 58px;
    font-size: 16px;
}

.item-meovat .date-hot {
    bottom: 32px;
}

.box-meovat .box-content .col-md-6:first-child {
    padding-left: 0px;
}

.box-meovat .box-content .col-md-6:nth-child(2) .lnk-detail-hot {
    left: 15px;
    bottom: 20px;
    padding-right: 10px;
}

.box-vivu .lnk-cate-hot {
    bottom: 95px;
}

.box-category {
    overflow: hidden;
}

    .box-category .content {
        width: 1170px;
        margin: 0 auto;
    }

.box-breadcrumb {
    overflow: hidden;
    padding: 20px 0;
}

    .box-breadcrumb ul {
        padding: 0;
    }

        .box-breadcrumb ul li {
            float: left;
            list-style: none;
            position: relative;
        }

            .box-breadcrumb ul li a {
                color: #757575;
                font-weight: 400;
                padding: 0 15px 0;
            }

            .box-breadcrumb ul li::before {
                position: absolute;
                content: "";
                right: -5px;
                top: 5px;
                background: url(/asset/blog/images/Arrow_Up.svg) no-repeat;
                background-position: right 0 center;
                transform: rotate(20deg);
                -webkit-transform: rotate(88deg);
                width: 10px;
                height: 10px;
            }

            .box-breadcrumb ul li:last-child::before {
                display: none;
            }

.box-category .title {
    display: block;
    text-align: center;
    font-family: 'Source Serif Pro';
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.box-slide-cate {
    position: relative;
}

    .box-slide-cate img {
        width: 100%;
    }

    .box-slide-cate .bg-info {
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: url(../images/icon-bg-tran-2.png) repeat-x;
    }

    .box-slide-cate .lnk-detail-hot {
        -webkit-line-clamp: 2;
    }

    .box-slide-cate .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 15px;
    }

    .box-slide-cate .swiper-slide {
        height: 515px;
    }

.right-hot-mnbp {
    float: left;
    display: inline;
    width: 250px;
    padding-left: 15px;
}

.it-hot {
    overflow: hidden;
    padding-bottom: 20px;
}

.box-cate-right .it-hot {
    padding-bottom: 15px;
}

.it-hot a {
    float: left;
    line-height: 24px;
    padding-top: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.row-title {
    display: block;
}

.box-cate-right .text-head,
.box-new-cate .text-head {
    margin-bottom: 30px;
}

.row-title span {
    display: inline-block;
    color: #616161;
    font-weight: 400;
    padding: 10px 0;
}

.box-new-cate {
    overflow: hidden;
    padding: 50px 0;
}

.cate-it-mnbp {
    overflow: hidden;
    padding: 20px 0;
}

    .cate-it-mnbp .col-md-6 img {
        width: 100%;
    }

.row-title {
    display: block;
}

.mnbp-short-des {
    color: #8e8e93;
    font-weight: 400;
    padding: 10px 0 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mnbp-more {
    font-size: 13px;
    color: #ff7000;
    font-weight: 500;
    padding: 5px 10px 5px;
    display: inline-block;
    border: 1px solid #ff7000;
    margin: 15px 0;
}

.box-new-cate .row-title a {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 0 0px;
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more-item {
    text-align: center;
    background: #ff7000;
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: table;
    margin: 20px auto 0;
}

.icon-menu-wap,
.close-menu,
.icon-search {
    display: none;
}

.cb-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 500;
    padding-right: 50px;
    font-size: 14px;
}

    .cb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #9c9a9a;
}

.cb-container input:checked ~ .checkmark:after {
    display: block;
}

.cb-container .checkmark:after {
    top: -1px;
    left: -1px;
    width: 14px;
    height: 14px;
    background-color: #fe6e00;
}

.checkmark:after {
    content: "\2713";
    position: absolute;
    display: none;
    color: #fff;
    font-size: 11px;
    padding-left: 2px;
}

.txt-search-pois {
    height: 32px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 10px;
    outline: none;
    background-position: right 10px center;
    background-size: 5%;
}


    .txt-search-pois::placeholder {
        color: #9e9e9e;
        opacity: 1; /* Firefox */
    }

.box-thienduong .swiper-button-next {
    background: url('../images/btn-next.png') no-repeat;
    width: 30px;
    height: 61px;
    right: 6px;
    top: 33%;
}

.box-thienduong .swiper-button-prev {
    top: 33%;
    left: 0;
    width: 30px;
    height: 61px;
    background: url('../images/btn-pre.png') no-repeat;
}


.it-cate-rs {
    padding: 0 15px;
}

.list-item-pois {
    padding: 20px 0;
    height: 250px;
    max-height: 250px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ededed;
    width: 5px;
}

.list-item-pois .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f7941e;
}

.cate-it-mnbp .cate-name {
    text-transform: uppercase;
    color: #e8141f;
    display: block;
    font-weight: bold;
}

.box-cate-right {
    margin-bottom: 40px;
}

.box-detail {
    overflow: hidden;
}

    .box-detail .content {
        width: 1170px;
        margin: 0 auto;
        padding: 20px 0;
        overflow: hidden;
    }

.row-cate-loc {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.detail-content {
    overflow: hidden;
}

.title-detail {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
}

.date-detail {
    color: #8e8e93;
    font-size: 12px;
    float: left;
}

.share-detail {
    cursor: pointer;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.detail-content .inside {
    font-size: 16px;
    padding: 20px 5px 10px 0px;
}

    .detail-content .inside p {
        font-weight: 400;
        line-height: 24px;
    }

.box-tag-detail, .box-more-detail, .box-comment {
    overflow: hidden;
    padding: 20px 0 0;
}

    .box-more-detail b {
        font-size: 16px;
        display: block;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .box-more-detail a {
        display: block;
        color: #1e83f6;
        padding-bottom: 10px;
        font-size: 16px;
    }

.total-cm {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.orders-cm {
    float: right;
}

.box-more-detail {
    border: 1px solid #4599f8;
    border-radius: 5px;
    background: #e3f2ff;
}

.box-tag-detail {
    border-top: 1px solid #e6e6e6;
    margin: 25px 0;
}

    .box-tag-detail b {
        color: #757575;
        font-weight: normal;
    }

    .box-tag-detail a {
        padding: 0 20px;
        border-right: 1px solid #bdbdbd;
    }

.total-cm {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.orders-cm {
    float: right;
}

    .orders-cm select {
        font-size: 12px;
        border: 1px solid #d1d1d6;
        border-radius: 5px;
        padding: 3px 5px;
    }

.box-write-cm {
    width: 100%;
    margin: 15px 0 0;
    overflow: hidden;
    display: inline-table;
}

.cm-avatar {
    width: 40px;
    vertical-align: top;
}

    .cm-avatar img {
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }

.input-cm {
    padding-left: 20px;
}

    .input-cm .txt-ip-cm {
        width: 100%;
        min-height: 60px;
        border: 1px solid #e6e6e9;
        padding: 10px 15px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        border-radius: 8px;
        font-weight: 400;
    }

#msg-review {
    color: #ff7000;
}

.msg {
    font-weight: 400;
    color: #ff7000;
}

.btn-post-cm {
    text-align: right;
    background: #ff7000;
    float: right;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 15px 0;
    cursor: pointer;
}

.lst-comment {
    overflow: hidden;
}

.it-comment {
    margin-bottom: 35px;
}

.cm-content {
    margin: 0 0 0 10px;
    background: #efeff4;
    padding: 10px 15px;
    display: block;
    border-radius: 20px;
    position: relative;
    min-width: 250px;
}

    .cm-content span {
        font-weight: 400;
        display: block;
    }

.box-interact {
    position: absolute;
    bottom: -25px;
    left: 15px;
}

    .box-interact .it-interact {
        float: left;
        font-size: 12px;
        font-weight: 600;
        color: #8e8e93;
        cursor: pointer;
    }

.cm-content span {
    font-weight: 400;
    display: block;
}

.it-interact:after {
    content: "\A";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #8e8e93;
    display: inline-block;
    margin: 0 15px 3px 15px;
}

.box-reply table, .tr-box-reply table {
    margin: 35px 0 0 60px;
}

.txt-reply {
    background: #efeff4;
    padding: 10px 15px;
    display: block;
    border-radius: 20px;
    margin-left: 10px;
    border: none;
    width: 97%;
    font-weight: 400;
    min-width: 300px;
}

.popup-login {
    width: 245px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .popup-login .text1 {
        display: block;
        padding-bottom: 10px;
    }

    .popup-login .btn-buy {
        text-transform: inherit;
        padding-left: 30px;
        padding-right: 30px;
    }

.btn-buy {
    display: inline-block;
    background: #f7941d;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin: 3px 0 0;
    width: 100%;
}

.popup-login .text2 {
    display: block;
    padding-top: 10px;
    font-weight: 300;
}

.popup-login .text3 {
    display: block;
    color: #ec2449;
    font-weight: bold;
}

.overview {
    border: 1px solid #d1d1d6;
    padding: 15px;
    margin: 40px 0;
}

.title-overview {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px;
}

.overview ul {
    padding: 0;
}

    .overview ul li {
        list-style: none;
    }

        .overview ul li a {
            font-size: 16px;
            line-height: 22px;
            display: block;
            padding-bottom: 10px;
        }

.tool-wap {
    display: none;
}

.box-dock {
    background: #fff;
    width: 100%;
    z-index: 3;
}

    .box-dock .content {
        width: 1170px;
        margin: 0 auto;
        padding: 0;
        border-radius: unset;
    }

.box-category .title.search {
    text-align: left;
    padding-bottom: 10px;
}

.total-search {
    color: #616161;
}

.box-new-cate.search {
    padding: 20px 0;
}


.detail-content .inside h2 {
    font-size: 20px;
}

.detail-content .inside h3 {
    font-size: 18px;
}

.box-vuikhoe .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.item-cate-monngon .date-hot {
    bottom: 50px;
}

.item-cate-monngon .lnk-detail-hot {
    bottom: 80px;
    font-size: 18px;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}

.box-monngon .lnk-cate-hot {
    bottom: 123px;
    white-space: nowrap;
}

.box-monngon .swiper-slide-next,
.box-monngon .swiper-slide-prev {
    width: 190px !important;
}

/*.box-monngon .swiper-slide:nth-child(2n) {
        width: 60% !important;
    }

    .box-monngon .swiper-slide:nth-child(3n) {
        width: 20% !important;
    }*/
/**/
.box-monngon .swiper-slide-active {
    width: 750px !important;
    -webkit-transition: all 0.8s ease-in-out 0.1s;
    -o-transition: all 0.8s ease-in-out 0.1s;
    transition: all 0.8s ease-in-out 0.1s;
}

.box-monngon .swiper-button-next {
    background: url('../images/arr-Right.png') no-repeat;
    width: 40px;
    height: 40px;
}

.box-monngon .swiper-button-prev {
    background: url('../images/arr-Left.png') no-repeat;
    width: 40px;
    height: 40px;
}

.overview ul {
    padding: 0;
}

.sub-overview {
    padding-left: 15px !important;
}

    .sub-overview li a h3 {
        font-weight: 400;
    }

.overview ul li a h2,
.overview ul li a h3 {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}

.row-cate-loc li {
    float: left;
    padding: 0 20px 0 15px;
    /*background: url(//cdn.dealtoday.vn/assets/d2d/images/icon/icon-breadcrumb.png) no-repeat right 2px center;*/
    position: relative;
}

    .row-cate-loc li::before {
        position: absolute;
        content: "";
        right: -5px;
        top: 5px;
        background: url(/asset/blog/images/Arrow_Up.svg) no-repeat;
        background-position: right 0 center;
        transform: rotate(20deg);
        -webkit-transform: rotate(88deg);
        width: 10px;
        height: 10px;
    }

    .row-cate-loc li a {
        color: #757575;
        font-weight: 400;
    }

    .row-cate-loc li:first-child {
        padding-left: 0;
    }

    .row-cate-loc li:last-child::before {
        background: none;
    }

    .row-cate-loc li::marker {
        color: #fff;
    }

.detail-content .inside ul li {
    font-weight: 400;
}
