:root {
    --main-color: #901A1D; /*Màu đỏ background*/
    --second-color: #CCAE73; /*Màu vàng*/
    --third-color: #fff; /*Màu trắng*/
    --fourth-color: #707070; /*Màu ghi chữ*/
    --fifth-color: #0973ff; /*Màu xanh chữ*/
    --sixth-color: #000; /*Màu đen chữ*/
    --seventh-color: #ededed; /*Màu viền ghi*/
    --eight-color: #f8f8f8; /* Màu ghi background */
    --ninth-color: #ae2026; /* Màu đỏ chữ */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body, p, a, li {
    font-family: Montserrat,sans-serif;
    letter-spacing: 0;
    color: #1d1919
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Montserrat,sans-serif
}

body, p, a, li {
    font-size: 14px;
}

    a:active, a:focus, a:hover {
        color: var(--main-color)
    }

.lines, .lines:after, .lines:before {
    background-color: #fff;
}

.content h1, .post-item-description h1, .heading h1, .heading h2 {
    font-weight: 700;
    font-size: 29px;
    font-family: Montserrat,sans-serif;
    color: #333;
    text-transform: uppercase
}

.heading h2 {
    overflow: hidden;
}

.heading {
    margin-bottom: 30px
}

p, ul, ol, pre, table {
    margin-bottom: 10px
}

ol {
    list-style-type: decimal
}

blockquote {
    border-left: 3px solid #1abc9c;
    font-size: 16px;
    font-style: italic;
    padding: 5px 15px
}

.form-group {
    margin-bottom: 0
}

    .form-group label {
        text-transform: none
    }

.blockquote-color {
    border-radius: 4px
}

img {
    max-width: 100%;
    height: auto
}

section {
    padding: 80px 0 40px 0;
}

.gioithieu-section p {
    text-align: justify
}

.btn {
    transition: .3s;
    text-shadow: none !important;
    border: none; /* text-transform:none; */ /* border-radius: 20px; */
    font-size: 14px;
}

.borderYellow {
    border: 1px solid var(--second-color) !important;
}

#topbar .top-menu > li:last-child > a {
    margin: 0
}

#topbar.topbar-transparent {
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

#topbar.topbar-mini {
    height: 30px;
    line-height: 30px;
    background: var(--main-color)
}

    #topbar.topbar-mini .container {
        height: 30px;
        line-height: 30px
    }

    #topbar.topbar-mini .top-menu > li > a, #topbar.topbar-mini .top-menu > li {
        line-height: 30px;
        height: 30px
    }

#mainMenu nav > ul > li > a {
    padding: 12px 18px 11px;
    font-size: 15px;
    transition: none;
    font-weight: 500;
    color: var(--second-color);
    transition: 0.2s;
}

    #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li > a:hover {
        color: #fff;
    }

#mainMenu.menu-right nav > ul > li:last-child > a {
    padding-right: 0
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span, #mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*="col-"] > ul > li > a {
    padding: 4px 0;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.5px !important;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content li ~ .mega-menu-title {
    margin-top: 0;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*="col-"] > ul > li.mega-menu-title > a {
    font-weight: 700;
    letter-spacing: -.5px !important;
}

#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, #mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span {
    background: var(--main-color);
    font-weight: 500;
    transition: none;
}

#mainMenu nav > ul > li {
    padding: 0;
    margin-left: 0;
    transition: none
}

    #mainMenu nav > ul > li:first-child {
        padding-left: 0
    }

    #mainMenu nav > ul > li:last-child {
        padding-right: 0
    }

    #mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
        padding-bottom: 0
    }

        #mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title a {
            font-family: Montserrat,Helvetica,Arial,sans-serif;
            font-size: 15px;
            line-height: 14px;
            font-weight: 700;
            text-transform: uppercase;
            padding-bottom: 0
        }

    #mainMenu nav > ul > li > a:hover {
        cursor: pointer
    }

    #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li:hover > a {
        background: var(--main-color);
        color: #fff !important
    }

#header {
    background: rgba(0,0,0,0.2)
}

    #header #header-wrap #logo a > img {
        padding: 14px 0;
        transition: none;
    }

    #header.dark #top-search form input::placeholder {
        color: #fff
    }

    #header .header-extras > ul > li > a:not(.btn) i, #header .header-extras > ul > li > a:not(.btn) img {
        line-height: 1;
        margin-top: 27px;
        width: 28px;
        text-align: center;
        height: 28px;
        padding-top: 7px;
        border-radius: 20em;
        background: rgba(0,0,0,0.15);
        transition: .2s
    }

    #header .header-extras > ul > li > a:not(.btn) img {
        padding: 0;
        border-radius: 0;
        height: auto;
        width: 43px;
        border: 1px #ddd solid
    }

    #header .header-extras > ul > li {
        margin-left: 10px
    }

        #header .header-extras > ul > li .btn:not(.btn-my) { /* background:var(--main-color); */ /* text-shadow:none; */ /* padding:10px 15px; */ /* transition:none; */
            font-size: 13px; /* border-radius: 20px; */
            background: none;
            font-weight: 500;
        }

            #header .header-extras > ul > li .btn:not(.btn-my):hover {
                color: var(--second-color)
            }

            #header .header-extras > ul > li .btn:not(.btn-my).language {
                padding: 0;
            }

            #header .header-extras > ul > li .btn:not(.btn-my).btn-3 img {
                width: 42px;
            }

/*------------------------------brg style start------------------------------*/

.wrap-hd ul {
    list-style: none;
    padding: 0;
}

.control-hd {
    margin-top: 5px;
}

    .control-hd .btn {
        font-weight: normal;
        padding: 12px 0px 12px 0;
        font-size: 12px;
    }

    .control-hd .btn-booking {
        padding: 12px 25px 12px 25px;
    }

    .control-hd .btn-brochure {
        padding: 12px;
    }

        .control-hd .btn-brochure:hover {
            color: var(--second-color);
        }

    .control-hd .btn:not(.btn-my).btn-language img {
        width: 35px;
        margin-left: 0px;
    }

.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-act {
    position: absolute;
    font-size: 90px;
    /*top: 14%;*/
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
    cursor: pointer;
}

    .icon-act:hover {
        color: #b11116;
    }

    .icon-act.prev {
        left: 0;
    }

    .icon-act.next {
        right: 0;
    }

.cas-video {
    background: blue;
    /*max-height: 153px;*/
}

    .cas-video .icon-act {
        font-size: 50px;
        top: calc(50% - 37.5px);
    }

.carousel-video {
    /*background: blue;*/
}

.block-news-hot.v2 {
    background-color: var(--second-color);
    padding-bottom: 20px;
}

.block-news-hot ul {
    padding: 0 5px 0px 10px;
}

    .block-news-hot ul ul {
        padding: 0 5px 0px 5px;
    }

    .block-news-hot ul li {
        line-height: 25px;
    }

        .block-news-hot ul li a {
            color: var(--fourth-color);
            font-weight: 500;
            transition: 0.2s;
        }

            .block-news-hot ul li a.current {
                color: var(--main-color);
            }

            .block-news-hot ul li a:hover {
                color: var(--main-color);
            }

.block-news-hot .head {
    /*background: url(../images/bg-sb-news.jpg) no-repeat center;*/
    background: var(--main-color);
    background-size: cover;
    color: var(--third-color);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 11px 11px 11px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.block-news-hot .item {
    display: flex;
    align-items: center;
    padding: 7px 0;
}

    .block-news-hot .item:last-child {
        border-bottom: none;
    }

    .block-news-hot .item .img {
        flex: 0 0 100px;
        margin-right: 10px;
    }

        .block-news-hot .item .img img {
            height: 80px;
            /*filter: grayscale(1);*/
            transition: 0.3s;
            object-fit: cover;
            border-radius: 5px;
        }

        .block-news-hot .item .img:hover img {
            filter: grayscale(0);
        }

    .block-news-hot .item a {
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        transition: 0.2s;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 18px;
        max-height: calc(18px * 4);
    }

        .block-news-hot .item a:hover {
            color: var(--main-color);
        }

.block-qc.v2 .item:first-child {
    margin-top: 0;
}

.block-qc .item {
    margin-top: 30px;
    display: block;
    text-align: center;
}

    .block-qc .item img {
        /*filter: grayscale(1);*/
        transition: 0.3s;
        border-radius: 5px;
    }

    .block-qc .item:hover img {
        filter: grayscale(0);
    }

.list-news-cate {
    /*background: url(../images/bg-list-news.jpg) no-repeat center;*/
    background-color: var(--eight-color);
    background-size: cover;
    padding: 20px 0;
}

    .list-news-cate.v2 {
        /*background: url(../images/lg-trach-nhiem-xa-hoi.jpg) no-repeat center;*/
        background-size: cover;
        padding: 50px 0;
        margin: 0;
    }

    .list-news-cate.v3 {
        background: unset;
        padding: 0px 0;
        margin: 0;
    }

    .list-news-cate.v5 {
        background: unset;
        padding: 20px 0;
        margin: 0;
    }

.item-news-cate {
    display: flex;
    padding: 25px 55px;
}

    .item-news-cate:not(:last-child) {
        border-bottom: 1px solid var(--seventh-color);
    }

    .item-news-cate .img {
        display: block;
        overflow: hidden;
        flex: 0 0 300px;
        margin-right: 30px;
    }

        .item-news-cate .img img {
            /*filter: grayscale(1);*/
            transition: 0.3s ease-in-out;
            border-radius: 5px;
        }

    .item-news-cate .title {
        margin-bottom: 5px;
    }

        .item-news-cate .title a {
            font-size: 22px;
            line-height: 28px;
            font-weight: 500;
            transition: 0.3s;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            max-height: calc(32px * 3);
            text-transform: uppercase;
        }

    .item-news-cate .time {
        /*font-weight: 200;*/
        font-size: 14px;
        font-style: italic;
    }

    .item-news-cate .desc {
        text-align: justify;
        margin-top: 25px;
        font-size: 14px;
        font-weight: 500;
        color: var(--fourth-color);
        line-height: 19px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        line-height: 22px;
        max-height: calc(22px * 5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .item-news-cate:hover .img img {
        filter: grayscale(0);
        transform: scale(1.05);
        border-radius: 5px;
    }

    .item-news-cate:hover .title a {
        color: var(--main-color);
    }


.sharePost {
    padding-top: 15px;
}

    .sharePost a, .sharePost p {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }

    .sharePost a {
        width: 40px;
        height: 40px;
        border-radius: 200px;
        font-size: 15px;
        color: var(--third-color) !important;
        text-align: center;
        line-height: 40px;
    }

        .sharePost a.fb {
            background: #3b5998;
        }

        .sharePost a.gp {
            background: #1da1f2;
        }

        .sharePost a.mail {
            background: #ffa013;
        }

    .sharePost i {
        margin-top: 10px;
        font-size: 20px;
    }

/*.s-content h1 {
    text-transform: unset;
    font-weight: 500;
}*/

.s-content {
    word-break: break-word;
}

    .s-content a[href] {
        color: var(--fourth-color);
    }

        .s-content a[href]:hover {
            text-decoration: underline;
        }

    .s-content a, .s-content a:hover, .s-content a:focus, .s-content a:active {
        text-decoration: underline;
    }

    .s-content ol {
        list-style: decimal;
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .s-content ul {
        list-style: initial;
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .s-content li {
        list-style: inherit;
        margin-bottom: 5px;
    }

        .s-content li a {
            text-decoration: none;
        }

            .s-content li a:hover {
                color: var(--main-color);
            }

    .s-content p {
        margin-bottom: 10px;
    }

    .s-content img {
        max-width: 100%;
        height: auto !important;
        margin: 10px auto;
        object_fit: initial;
        border-radius: 5px;
    }

        .s-content .alignleft, .s-content img.alignleft {
            margin-right: 1.5em;
            display: inline;
            float: left;
        }

        .s-content .alignright, .s-content img.alignright {
            margin-left: 1.5em;
            display: inline;
            float: right;
        }

        .s-content .aligncenter, .s-content img.aligncenter {
            margin-right: auto;
            margin-left: auto;
            display: block;
            clear: both;
        }

    .s-content blockquote.left {
        margin-right: 20px;
        text-align: right;
        margin-left: 0;
        width: 33%;
        float: left;
    }

    .s-content blockquote.right {
        margin-left: 20px;
        text-align: left;
        margin-right: 0;
        width: 33%;
        float: right;
    }

    .s-content table, .s-content iframe {
        max-width: 100%;
        max-width: calc(100vw - 30px);
        margin: auto;
    }

    .s-content iframe {
        display: block;
    }

    .s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
        font-weight: bold;
    }

    .s-content h1 {
        font-size: 2em;
        margin-top: 0.67em;
        margin-bottom: 0.67em;
    }

    .s-content h2 {
        font-size: 1.5em;
        margin-top: 0.83em;
        margin-bottom: 0.83em;
    }

    .s-content h3 {
        font-size: 1.17em;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .s-content h4 {
        font-size: 1em;
        margin-top: 1.33em;
        margin-bottom: 1.33em;
    }

    .s-content h5 {
        font-size: 0.83em;
        margin-top: 1.67em;
        margin-bottom: 1.67em;
    }

    .s-content h6 {
        font-size: 0.67em;
        margin-top: 2.33em;
        margin-bottom: 2.33em;
    }

    .s-content iframe,
    .s-content table {
        margin: inherit;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

        .s-content iframe tr td:nth-child(1),
        .s-content table tr td:nth-child(1) {
            width: 27.5%;
        }

        .s-content iframe tr td:first-child,
        .s-content table tr td:first-child {
            width: 50%;
        }

.details-news {
    padding: 40px 55px 60px 55px;
    /*background: url(../images/bg-news-dt.jpg) no-repeat center;*/
    background-color: var(--eight-color);
    background-size: cover;
    border-radius: 5px;
}

    .details-news.v2 {
        padding: 50px 50px 40px 50px;
    }

    .details-news.v3 {
        padding: 0;
        background-color: unset;
    }

    .details-news.v5 {
        margin: -30px 0 0px 0;
        padding: 0;
    }

    .details-news .title {
        font-size: 23px;
        color: var(--main-color);
        font-weight: 600;
        text-transform: uppercase;
    }

    .details-news .time {
        display: block;
        font-weight: 300;
        margin-top: 5px;
        margin-bottom: 25px;
        color: var(--sixth-color);
    }

@media (max-width: 991px) {
    section.s10 {
        overflow: unset;
        overflow-x: auto;
    }

    .s10 table {
        /*display: block;*/
        width: auto;
        position: relative;
        /*overflow-x: auto;*/
        /*white-space: nowrap;*/
        white-space: normal; /*Xuống dòng*/
    }

    .s12 .img {
        flex: unset !important;
        height: unset !important;
        display: block;
        overflow: unset;
    }

        .s12 .img img {
            width: unset !important;
            height: unset !important;
            object-fit: unset;
            object-position: unset;
        }

    .details-news {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 20px;
    }

    .list-news-cate {
        margin-top: 30px;
    }

    .page-pagination {
        margin-bottom: 30px;
    }

    .item-news-cate {
        padding: 15px;
    }

    .page-news.v2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .details-news {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 20px;
    }

        .details-news .title {
            font-size: 20px;
        }

        .details-news .time {
            margin-bottom: 15px;
        }

        .details-news.v2 {
            padding: 20px 15px;
        }

    .block-qc {
        margin-top: 15px;
    }

    .list-news-cate {
        margin-top: 15px;
    }

    .item-news-cate {
        display: block;
    }

        .item-news-cate .img {
            margin-right: 0;
            margin-bottom: 15px;
        }

            .item-news-cate .img img {
                width: 100%;
                filter: grayscale(0);
            }

        .item-news-cate .title a {
            font-size: 22px;
            line-height: 26px !important;
        }

        .item-news-cate .desc {
            margin-top: 15px;
        }
}

@media only screen and (max-width: 480px) {
    section.s10 {
        overflow: unset;
        overflow-x: unset;
        transform: scale(0.9);
        transform-origin: top left;
    }

    .s10 table {
        transform: scale(0.7) translateX(-15%);
        transform-origin: top center;
        margin: 0 auto;
        white-space: normal !important;
    }

        /*.s10 table:nth-of-type(2) {
            margin-top: -30vh;
        }*/

        .s10 table.second {
            margin-top: -30vh;
        }
}

@media (min-width:1200px) {
    .m-nav,
    .m-nav-over {
        display: none !important
    }
}

@media (max-width:1199px) {
    .s7 .carousel .sale.v2 .p1 {
        width: 100% !important;
        height: 210px !important;
    }

        .s7 .carousel .sale.v2 .p1 img {
            width: unset !important;
            height: unset !important;
            object-fit: unset !important;
        }

    .s31 .sangon-bg {
        height: 557px !important;
    }

    .s32 .sale32 a .p2 {
        width: 100% !important;
        margin-top: -300px !important;
    }

    .s32 .sale32 .p2 label.l1 {
        font-size: 16px !important;
        display: block;
    }

    .s32 .sale32 .p2 label.l2 {
        font-size: 16px !important;
        display: block;
    }

    .s32 .bgtrans {
        display: none !important;
    }




    .m-nav-over {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

    .m-nav {
        display: block;
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        z-index: 999;
        color: var(--third-color);
        /*background: #333;*/
        background: var(--main-color);
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        right: -280px
    }

        .m-nav.active {
            -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
            right: 0
        }

            .m-nav.active .m-nav-close {
                visibility: visible;
                opacity: 1
            }

        .m-nav .m-nav-close {
            position: absolute;
            top: 0;
            width: 40px;
            height: 40px;
            right: 100%;
            /*background: #444;*/
            background: var(--main-color);
            outline: none;
            color: #fff;
            font-size: 25px;
            cursor: pointer;
            -webkit-transition: inherit;
            -o-transition: inherit;
            transition: inherit;
            opacity: 0;
            visibility: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .m-nav .nav-ct {
            height: 100%;
            overflow: auto
        }

            .m-nav .nav-ct .logo {
                text-align: center
            }

            .m-nav .nav-ct .form-search-hd {
                position: relative;
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                transform: translateY(0px);
                right: inherit;
                top: inherit
            }

        .m-nav a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #fff;
            padding: 10px 15px 10px 18px;
            border-bottom: solid 1px #444;
            text-transform: uppercase
        }

        .m-nav ul {
            list-style: none;
            padding: 0;
        }

            .m-nav ul li i {
                display: none;
            }

            .m-nav ul ul {
                /*background: rgba(255, 255, 255, 0.04);*/
                background: var(--second-color);
                display: none;
            }

                .m-nav ul ul img {
                    max-height: 50px;
                    max-width: 75px;
                    margin-left: calc(30%);
                    object-position: center;
                }

                .m-nav ul ul a {
                    padding-left: 30px
                }

                    .m-nav ul ul a i {
                        display: none
                    }

                .m-nav ul ul ul {
                    padding-left: 30px
                }

        .m-nav .acd-drop {
            width: 40px;
            height: 40px;
            float: right;
            position: relative;
            z-index: 1;
            font-size: 20px;
            color: var(--third-color);
            font-family: monospace;
            outline: none;
            cursor: pointer;
            border-left: solid 1px #444;
            background: rgba(255, 255, 255, 0.04)
        }
}

.acd-drop:after {
    content: '\002B'
}

.acd-drop.active:after {
    content: '\2212'
}

.social-fix {
    position: fixed;
    right: 5%;
    top: 40%;
    display: inline-block;
    z-index: 9
}

    .social-fix li {
        display: block
    }

        .social-fix li a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #939393;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font-size: 25px;
            width: 50px;
            height: 50px;
            color: #fff;
            border-radius: 50px;
            margin: 5px 0
        }

            .social-fix li a:hover {
                background-color: #b11116
            }

header {
    /*font-family: Montserrat,san-serif !important;*/
    background-color: var(--main-color);
    /*color: var(--second-color);*/
    /*border-bottom: 3px solid #777777;*/
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: none;
    max-height: 80px;
    z-index: 11
}

    header.scroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*padding: 6px 0;*/
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3)
    }

        /*header.scroll .logo img {
            max-width: 70px
        }*/

        header.scroll .d-nav {
            /*padding: 12px 0;*/
            /*margin-top: 8px;*/
        }

            header.scroll .d-nav > ul > li > ul {
                /*padding: 12px 0;*/
                /*margin-top: -10px;*/
            }

            header.scroll .d-nav > ul > li > a {
                /*padding: 12px 0;*/
            }

.logo {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px*/
}

    .logo img {
        max-width: 75px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out
    }

.wrap-hd {
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.control-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-hd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1.2
}

    .lang-hd i {
        margin-right: 6px
    }

nav.menu-left {
    /*float: left;
    margin-left: 0px;*/
}

.d-nav {
    /*margin-top: 8px;*/
}

    .d-nav > ul > li {
        display: inline-block;
        position: relative;
        padding: 0 7px;
    }

        .d-nav > ul > li > a {
            display: block;
            color: var(--second-color);
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            padding: 28px 0 18px 0;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            position: relative
        }

        .d-nav > ul > li a i {
            margin-left: 5px;
            font-weight: 100;
        }

        .d-nav > ul > li > a:hover {
            color: var(--third-color);
        }

        .d-nav > ul > li > a.current {
            color: var(--third-color);
        }

    .d-nav li:hover > a {
        color: var(--third-color);
    }
    /*Style kẻ chân chữ trên menu*/
    /*.d-nav > ul > li > a:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 0;
            top: 100%;
            height: 3px;
            background-color: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            opacity: 0;
            visibility: hidden
        }

        .d-nav > ul > li > a:hover:before {
            color: var(--third-color);
            left: 0;
            width: 100%;
            opacity: 1;
            visibility: visible
        }*/
    .d-nav > ul > li > ul {
        /*position: absolute;
        margin-top: 10px;
        left: 12px;*/
        /*position: fixed;*/
        position: absolute;
        margin: 10px 0 0 -50px;
        /*top: 78px;
        left: 0;*/
        width: 2000px;
        height: 80px;
        background: var(--second-color);
        /*overflow:hidden;*/
        /*style bóng đổ menu*/
        /*-webkit-box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);
        box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);*/
        padding: 15px 0;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        /*style đưa menu con dịch lên*/
        /*-webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);*/
    }

        .d-nav > ul > li > ul::after {
            content: '';
            width: 1600px;
            height: 80px;
            position: absolute;
            top: 0px;
            left: -1600px;
            /*background: blue;*/
            background: var(--second-color);
            /*-webkit-box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);
            box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);*/
        }
        /*.d-nav > ul > li > ul:before {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            top: 0px;
            left: calc(50% - 6px);
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 7px solid #b11116;
        }*/

        .d-nav > ul > li > ul > li:first-child {
            /*position: absolute;*/
            color: var(--third-color);
            float: left;
            /*margin-left: calc(30% - 60px);*/
            padding-top: 10px;
            height: 100%;
        }

            .d-nav > ul > li > ul > li:first-child a img {
                max-height: 60px;
                margin-top: -15px;
                filter: brightness(0) invert(1);
                -webkit-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            .d-nav > ul > li > ul > li:first-child a:hover img {
                filter: unset;
            }

        .d-nav > ul > li > ul > li a.current img {
            filter: unset;
        }

        .d-nav > ul > li > ul > li a.current {
            color: var(--main-color);
        }

        .d-nav > ul > li > ul > li:not(:first-child) {
            /*position: relative;*/
            /*padding: 0 8px 0 18px*/
            /*position:absolute;*/
            color: var(--third-color);
            float: left;
            /*left:10px;*/
            margin-left: 30px;
            padding: 10px 0 0 0;
            height: 100%;
        }

            .d-nav > ul > li > ul > li:not(:first-child) img {
                max-height: 60px;
                margin-top: -15px;
                filter: brightness(0) invert(1);
                -webkit-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

                .d-nav > ul > li > ul > li:not(:first-child) img:hover {
                    filter: unset;
                }

        .d-nav > ul > li > ul > li a {
            color: var(--third-color);
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            line-height: 25px;
            letter-spacing: 0.025em
        }

            .d-nav > ul > li > ul > li a i {
                margin-left: 5px
            }

        .d-nav > ul > li > ul > li:hover > a {
            color: var(--main-color);
        }

        .d-nav > ul > li > ul > li:hover i {
            color: var(--main-color);
        }

        .d-nav > ul > li > ul > li > ul {
            position: absolute;
            /*left: 100%;
            top: 0;
            min-width: 100%;
            background-color: rgba(255, 255, 255, 0.9);*/
            margin: 30px 0 0 0;
            width: 2000px;
            height: 80px;
            background: var(--second-color);
            /*-webkit-box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);
            box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);*/
            padding: 15px 8px 15px 18px;
            z-index: 2;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            /*-webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px)*/
        }

            .d-nav > ul > li > ul > li > ul::after {
                content: '';
                width: 1600px;
                height: 80px;
                position: absolute;
                top: 0px;
                left: -1600px;
                background: var(--second-color);
            }

            .d-nav > ul > li > ul > li > ul > li:first-child {
                /*position: absolute;*/
                color: var(--third-color);
                float: left;
                /*margin-left:25%;*/
                /*margin-left: calc(30% - 60px);*/
                padding: 10px 0 0 0;
                height: 100%;
            }

            .d-nav > ul > li > ul > li > ul > li:not(:first-child) {
                /*position: relative;*/
                /*padding: 0 8px 0 18px*/
                /*position:absolute;*/
                color: var(--third-color);
                float: left;
                /*left:10px;*/
                margin-left: 20px;
                padding: 10px 0 0 0;
                height: 100%;
            }

            .d-nav > ul > li > ul > li > ul > li > a {
                white-space: nowrap
            }

                .d-nav > ul > li > ul > li > ul > li > a:hover {
                    color: #b11116
                }

        .d-nav > ul > li > ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

    .d-nav > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.search-hd {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

    .search-hd .ic-search {
        cursor: pointer;
        color: var(--third-color);
    }

.form-search-hd {
    right: 0;
    top: calc(100% + 25px);
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

    .form-search-hd.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .form-search-hd .form-group {
        position: relative;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        margin-bottom: 0
    }

        .form-search-hd .form-group input {
            height: 35px;
            border-radius: 5px;
            border: none;
            min-width: 300px;
            padding-right: 48px;
            padding-left: 12px;
            font-size: 14px
        }

        .form-search-hd .form-group button {
            position: absolute;
            right: 0;
            top: 0;
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 5px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border: none;
            border-left: 1px solid rgba(119, 119, 119, 0.4);
            background: var(--second-color);
            color: var(--third-color);
            font-size: 18px
        }

.icon-menu {
    display: none
}

#aBrochureFull {
    display: block;
}

#aBrochureMini {
    display: none;
}

.head-video {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

    .head-video img {
        display: inline-block;
        margin-left: 30px;
    }

.item-video-hot {
    margin-bottom: 30px;
    position: relative;
}

    .item-video-hot .ct {
        position: absolute;
        color: #fff;
        width: 34%;
        left: 50%;
        top: 50%;
        text-align: center;
        padding: 20px 15px 130px 15px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        /*background-color: rgba(0, 0, 0, 0.4);*/
    }

        .item-video-hot .ct .title {
            color: #e20000;
            font-size: 26px;
            text-transform: uppercase;
        }

        .item-video-hot .ct .icon-play {
            display: inline-block;
            margin-top: 30px;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

            .item-video-hot .ct .icon-play:hover {
                -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9);
            }

            .item-video-hot .ct .icon-play img {
                max-width: 80px;
            }


.item-video {
    /*background: url('/Images/Video/ic-play.png') blue center center no-repeat;
    z-index:100;
    height: 200px;*/
}

    .item-video a .p10 {
        height: 140px;
        overflow: hidden;
        display: block;
    }

        .item-video a .p10 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

    .item-video a:hover .p10 img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .item-video a .p10 img.play {
        position: absolute;
        top: 26%;
        left: calc(50% - 10px);
        max-width: 40px;
        height: 45px;
    }

    .item-video a .p20 {
        padding: 0px 10px 0 10px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        max-height: 30px;
        overflow: hidden;
    }

@media (max-width:1450px) {
    .social-fix {
        right: 2%;
    }

        .social-fix li a {
            font-size: 20px;
            width: 40px;
            height: 40px
        }
}

@media (max-width:1199px) {
    header {
        padding: 6px 0
    }

    .logo img {
        max-width: 70px
    }

    .d-nav {
        display: none
    }

    #aBrochureFull {
        display: none;
    }

    #aBrochureMini {
        display: block;
    }

    .control-hd {
        position: absolute;
        float: right;
        right: 0;
    }

    .icon-menu {
        display: block;
        position: relative;
        /*position: absolute;*/
        /*right:0;*/
        cursor: pointer;
        margin: 0 20px 0 10px;
        /*float:left;*/
    }

        .icon-menu span {
            margin: 5px 0;
            display: block;
            height: 2px;
            width: 22px;
            background-color: #fff
        }
}

@media (max-width:991px) {
    .logo {
        /*display: none*/
        /*text-align:center;*/
    }

    .s31 .sangon-bg {
        height: 426px !important;
    }

    .social-fix {
        position: relative;
        right: inherit;
        top: inherit
    }

        .social-fix li {
            display: inline-block
        }

            .social-fix li a {
                background-color: transparent;
                margin: 0;
                width: 35px;
                height: 35px;
                font-size: 18px
            }

                .social-fix li a:hover {
                    background-color: #939393
                }

    .item-video-hot .ct {
        width: 50%;
        padding: 20px;
    }
}

@media (max-width:767px) {
    .form-search-hd {
        top: calc(100% + 9px)
    }

        .form-search-hd .form-group input {
            min-width: 250px
        }

    .social-fix li a {
        width: 30px;
        height: 30px;
        font-size: 16px
    }

    .s31 .sangon-bg {
        height: 261px !important;
    }

    .s7 .carousel .uudai p {
        position: relative;
        z-index: 1;
        margin-top: 5px;
        /*left:6%;*/
    }

        .s7 .carousel .uudai p a.btn-2 {
            color: var(--fourth-color);
        }


    /*header {
        border-bottom: none;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22)
    }*/
    .head-video {
        padding-bottom: 20px;
    }

        .head-video img {
            margin-left: 10px;
            max-width: 35px;
        }

    .item-video-hot .ct {
        width: 70%;
    }

        .item-video-hot .ct .icon-play {
            margin-top: 10px;
        }

            .item-video-hot .ct .icon-play img {
                max-width: 50px;
            }
}

@media (max-width: 575px) {
    .item-video {
        margin-bottom: 10px;
    }

    .item-news-home {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .item-news-home .img {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 150px;
            flex: 0 0 150px;
        }

    .item-video-hot .ct {
        width: 100%;
        height: 100%;
    }

        .item-video-hot .ct .title {
            font-size: 22px;
        }

        .item-video-hot .ct p {
            font-size: 14px;
        }

        .item-video-hot .ct .icon-play {
            margin-top: 60px;
        }

            .item-video-hot .ct .icon-play img {
                max-width: 50px;
            }

    .video-home {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .icon-act {
        font-size: 50px;
        top: 17%;
        color: #b11116 !important;
    }

        .icon-act.next {
            right: -7.5px;
        }

        .icon-act.prev {
            left: -7.5px;
        }

    .cas-act .item .ct {
        padding-bottom: 30px;
    }

        .cas-act .item .ct .desc {
            height: auto !important;
        }

    .logo-mb img {
        max-width: 100px;
    }

    .item-video-hot {
        margin-bottom: 16px;
    }

    .s17 .carousel .sale .p1 .img {
        height: unset !important;
    }

    .s28 #sg-name {
        font-size: 18px !important;
    }
}
/*------------------------------brg style end------------------------------*/

#top-search-trigger i {
    line-height: 80px
}

#goToTop { /* bottom:135px!important; */
    left: 28px;
}

.portfolio-image .quickview {
    color: #fff;
    display: none;
    font-size: 13px;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 1
}

.portfolio-image:hover .quickview {
    display: block
}

.portfolio-item.no-overlay .portfolio-description h3 {
    text-transform: initial;
    letter-spacing: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6
}

.team-members .team-member .team-image {
    margin-bottom: 0
}

.team-members.team-members-shadow .team-member .team-image > img {
    width: 220px;
    margin: auto;
    margin-top: 20px
}

.btn + .btn {
    margin-left: 7px;
}

.btn-my {
    background: var(--second-color);
    text-shadow: none !important;
    padding: 12px 33px;
    font-weight: 500; /* letter-spacing: 1px!important; */
}

    .btn-my:hover {
        color: var(--main-color);
        background: #c8a65d
    }

.btn-dang-ky-hoi-vien {
    /*background: var(--second-color);*/
    border: 2px solid var(--second-color);
    color: var(--second-color);
    text-shadow: none !important;
    padding: 10px 33px;
    font-weight: 500;
    border-radius: 5px;
}

    .btn-dang-ky-hoi-vien:hover {
        color: var(--main-color);
    }

    .btn-dang-ky-hoi-vien:focus {
        color: var(--main-color);
    }


.lead {
    font-weight: 400
}

.each-product .product-image img {
    padding: 0;
    transition: .2s;
    border: 1px #ccc solid
}

.each-product:hover .product-image img {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15)
}

.carousel .each-product .product-image img {
    box-shadow: none
}

.carousel .each-product:hover .product-image img {
    box-shadow: none;
    transform: none
}

.product-title h1 a {
    font-weight: 400
}

.icon-box.large > h3, .icon-box.large > h5 {
    font-size: 20px;
    font-weight: 600
}

.col-md-2-5 {
    padding-left: 5px;
    padding-right: 5px;
    position: relative
}

.product .product-title {
    margin-bottom: 23px
}

    .product .product-title h3 {
        line-height: 1.5
    }

        .product .product-title h3 a {
            font-size: 16px !important;
            line-height: 1.4;
            font-weight: 600;
            font-family: Montserrat,sans-serif
        }

.product .product-price {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left
}

    .product .product-price ins {
        color: #E82933;
        font-size: 15px;
        text-transform: none
    }

.product-page .product .product-image a {
    margin-bottom: 3px;
    cursor: zoom-in
}

.product-page .product .product-title {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

    .product-page .product .product-title h1 {
        font-size: 26px;
        font-weight: 700;
        text-transform: none
    }

.product-page .product .product-rate {
    font-size: 26px;
    margin-bottom: 12px;
    width: 100%;
    float: left
}

.product-page .product .product-price {
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 17px
}

    .product-page .product .product-price ins {
        font-size: 20px
    }

    .product-page .product .product-price + p {
        float: left;
        width: 100%
    }

.each-product .product-price del {
    margin: 0;
    color: #777;
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1px;
    line-height: 11px;
    margin-top: 3px
}

.product-page .product .product-price del {
    margin: 0;
    color: #777;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: .8
}

.product-page .product .product-image .thumb {
    overflow: hidden
}

    .product-page .product .product-image .thumb > a {
        width: 24.7%;
        border: 1px rgba(204,204,204,0.48) solid;
        overflow: hidden;
        height: auto;
        float: left;
        margin: .2%;
        padding: 0;
        cursor: zoom-in
    }

.widget-shop .product .product-title h3 a {
    font-size: 12px !important
}

.widget-shop .product {
    min-height: auto
}

    .widget-shop .product .product-category, .widget-shop .product .product-title {
        margin-top: 0
    }

.sidebar .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.widget-shop .product .product-price ins {
    font-size: 14px
}

.product-page .product .product-image .thumb > a:nth-child(4n+1) {
    margin-left: 0
}

.product-page .product .product-image .thumb > a:nth-child(4n+4) {
    margin-right: 0
}

.product-page .product .product-image .thumb > a.active {
    border: 2px #ccc solid
}

.product-page .product .product-image .main-product-img {
    margin-bottom: 10px;
    padding: 0
}

.product-page .product-description .btn {
    margin-bottom: 0
}

.product-page .post-share {
    float: left;
    width: 100%
}

    .product-page .post-share .fb-like {
        margin-top: 10px
    }

.product-size li label span {
    width: auto;
    padding: 0 5px
}

.breadcumb {
    padding: 10px 0
}

    .breadcumb p {
        margin: 0;
        font-size: 12px;
        color: #555;
        line-height: 1.4
    }

.lienhe .widget .widget-title {
    color: var(--main-color);
    font-weight: 800;
    font-size: 22px
}

.lienhe .widget p, .lienhe .widget a {
    font-size: 18px;
    line-height: 31px
}

.pagination {
    overflow: hidden;
    margin: auto;
    width: fit-content
}

    .pagination li i {
        line-height: 1.42857143
    }

.copyright-text a, .breadcumb p a, .breadcumb p i {
    font-size: 12px
}

.each-product .product-image, .each-product .product-image a {
    position: relative;
    overflow: inherit;
    margin-bottom: 12px
}

    .each-product .product-image img.smallLogo {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 8px 10px;
        width: 238px;
        height: auto !important;
        height: auto;
        border: none;
        border-top-left-radius: 1.3em;
        background: rgba(255,255,255,0.88);
        margin: 0;
        position: absolute;
        bottom: 12px;
        right: 0;
        padding: 5px 10px;
        width: 182px;
        height: auto !important;
        height: auto;
        border: 1px #ccc solid;
        border-top-left-radius: .8em;
        background: rgba(255,255,255,0.88);
        margin: 0
    }

    .each-product .product-image img.smallLogo2 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        padding: 2px 58px;
        width: 100%;
        height: auto !important;
        height: auto;
        border: none;
        background: rgba(255,255,255,0.46);
        margin: 0;
        position: absolute;
        transform: translateY(-50%);
        right: 0;
        padding: 2px 40px;
        width: 100%;
        height: auto !important;
        height: auto;
        border: none;
        background: rgba(255,255,255,0.53);
        margin: 0
    }

.each-product .product-description {
    overflow: hidden
}

.each-product .product-title {
    margin-bottom: 0
}

.each-product .product-price {
    margin-top: 0;
    text-align: center
}

.each-product .product-title h4 {
    font-size: 15px;
    line-height: 1.4;
    text-align: center
}

.each-post h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px
}

.testimonial.testimonial-box .testimonial-item {
    padding: 20px;
    height: inherit !important;
    line-height: 1.4
}

.testimonial .testimonial-item > img {
    height: 90px;
    width: 90px
}

.testimonial.testimonial-box .testimonial-item p {
    font-size: 14px;
    padding-bottom: 10px
}

.testimonial.testimonial-box .testimonial-item > span {
    font-size: 12px;
    margin-top: 7px
}

.equalize.testimonial-box .testimonial-item > span ~ span {
    margin-bottom: 0
}

.sidebar:before {
    display: none
}

.tieu-de-h3 {
    border-bottom: 2px #eee solid;
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-size: 22px
}

#widget-search-form-sidebar .input-group {
    width: 100%
}

    #widget-search-form-sidebar .input-group .input-group-btn .btn {
        width: 100%
    }

.imga {
    position: relative;
    display: block;
    width: fit-content;
    text-align: center;
    margin: auto
}

    .imga .smallLogo {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 5px 20px;
        width: 300px;
        height: auto !important;
        border: none;
        border-top-left-radius: 1.3em;
        background: rgba(255,255,255,0.88);
        margin: 0
    }

.background-overlay:before {
    z-index: -1;
    background: #000;
    opacity: .5
}

#header #header-wrap, #header.header-sticky #header-wrap {
    border: none;
    background: var(--main-color);
}

.tabs-content img {
    max-width: 100% !important;
    height: auto
}

.footer {
    background: var(--main-color);
    background-image: url(/Images/BRGGolf/Background/RTGR_bg_gold.png);
    background-repeat: no-repeat;
    background-position: top 0 left 20%;
    background-size: auto 100%; /* chiều rộng tự động, chiều cao = 100% của footer */
    padding: 40px 0 0;
}

.google-maps {
    padding-bottom: 62%
}

.copyright-content { /* background:rgba(0,0,0,0.3); */
    min-height: auto;
    padding: 10px 0;
    border: none;
}

    .copyright-content .copyright-text {
        color: #fff !important;
        text-transform: NONE;
        padding-top: 0;
        line-height: 20px;
        text-align: center
    }

.foot-icon {
    display: block;
    overflow: hidden;
    /*margin-top: 20px*/
    margin-top:0px;
}

    .foot-icon a {
        width: 36px; /* background:rgba(255,255,255,0.37); */
        height: 43px; /* padding:12px; */
        text-align: center;
        float: left;
        margin-right: 14px;
        transition: .2s;
        border-radius: 4px;
    }

        .foot-icon a i {
            color: #fff;
            font-size: 19px
        }

        .foot-icon a:hover { /* background:var(--second-color) */ /* transform: scale(1.05); */
        }

            .foot-icon a:hover i {
                color: #fdfeff !important
            }

.footer ul {
    padding: 0 0 0 3px;
    list-style: none
}

    .footer ul li {
        margin-bottom: 2px
    }

        .footer ul li a {
            color: #C0E0DE;
            transition: .2s
        }

            .footer ul li a i {
                display: none
            }

            .footer ul li a:hover {
                position: relative;
                padding-left: 15px;
                font-weight: 700;
                overflow: hidden;
                display: block;
                color: #e6f5f4
            }

                .footer ul li a:hover i {
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 5px
                }

.blockquote-color {
    background-color: var(--second-color)
}

.post-thumbnail-list {
    overflow: hidden
}

    .post-thumbnail-list .post-thumbnail-entry img {
        float: left;
        display: block;
        height: 60px;
        width: 80px;
        margin-right: 16px
    }

    .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
        font-size: 16px;
        line-height: 1.4
    }

.widget .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a {
    font-size: 14px;
    line-height: 1.4
}

.post-thumbnail-list .post-thumbnail-entry a + .post-thumbnail-content {
    padding-top: 6px
}

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
    margin-bottom: 10px;
    line-height: 1.4
}

.post-thumbnails .post-item:not(.quote) .post-item-description {
    padding-top: 12px
}

.post-thumbnails .post-item {
    padding-bottom: 30px
}

.widget a {
    font-size: 14px;
    transition: .2s;
    line-height: 1.3;
    border-radius: 0;
    transition: none
}

.list-group-item:first-child, .list-group-item:last-child { /* border-radius:0 */
}

.list-group a.active, .list-group a:hover {
    font-weight: 700;
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: #fff
}

.timkiem .heading {
    margin-bottom: 23px
}

    .timkiem .heading h2 {
        text-transform: none;
        font-weight: 700
    }

.timkiem form {
    margin-bottom: 10px
}

    .timkiem form input {
        border: none;
        width: 600px !important;
        padding: 11px 16px;
        margin: 0
    }

    .timkiem form .btn {
        background: #EB5556;
        border: none;
        padding: 13px 20px;
        text-shadow: none !important;
        width: 170px;
        text-transform: none;
        font-family: Montserrat,sans-serif;
        font-size: 14px;
        margin: 0;
    }

        .timkiem form .btn i {
            font-size: 12px;
            margin-left: 3px;
            margin-right: 0
        }

.dangky .heading h2 {
    margin-bottom: 16px
}

    .dangky .heading h2 + p {
        font-size: 20px
    }

.dangky form input {
    width: 100% !important
}

.dangky form .form-group {
    width: 100%
}

.dangky form .btn {
    width: 100%
}

    .dangky form .btn:hover, .timkiem form .btn:hover {
        background: #0098DA
    }

.form-group {
    position: relative;
    margin-bottom: 15px;
}

    .form-group input + i {
        position: absolute;
        left: 16px;
        top: 14px;
        color: #BCBEC0 !important;
        font-size: 10px
    }

.each-product {
    margin-bottom: 0
}

.pageHeader {
    padding: 60px 0
}

    .pageHeader .heading {
        margin-bottom: 0
    }

    .pageHeader a, .pageHeader i {
        color: #fff;
        font-size: 12px
    }

    .pageHeader p {
        margin-bottom: 0
    }

    .pageHeader h1, .pageHeader h2 {
        color: #fff;
        margin-bottom: 0
    }

.chi-tiet-bai-viet h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700
}

.chi-tiet-bai-viet h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700
}

.chi-tiet-bai-viet h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700
}

.chi-tiet-bai-viet h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700
}

.chi-tiet-bai-viet h5 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 700
}

.chi-tiet-bai-viet ul {
    padding-left: 20px
}

.chi-tiet-bai-viet img {
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto !important
}

.chi-tiet-bai-viet p {
    text-align: justify;
    line-height: 1.6
}

    .chi-tiet-bai-viet p a:not(.btn), .chi-tiet-bai-viet h2 a, .chi-tiet-bai-viet h3 a, .chi-tiet-bai-viet h4 a, .chi-tiet-bai-viet h5 a, .chi-tiet-bai-viet h6 a, .chi-tiet-bai-viet li a {
        color: #5769bf;
        border-bottom: 1px #5769bf dashed
    }

        .chi-tiet-bai-viet p a:not(.btn):hover, .chi-tiet-bai-viet h2 a:hover, .chi-tiet-bai-viet h3 a:hover, .chi-tiet-bai-viet h4 a:hover, .chi-tiet-bai-viet h5 a:hover, .chi-tiet-bai-viet h6 a:hover, .chi-tiet-bai-viet li a:hover {
            border-bottom: 1px #5769bf solid;
            font-weight: 700
        }

.chi-tiet-bai-viet .mce-toc {
    border: 1px #ddd solid;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #efefef
}

    .chi-tiet-bai-viet .mce-toc h2 {
        font-size: 17px
    }

    .chi-tiet-bai-viet .mce-toc li {
        line-height: 1.4
    }

        .chi-tiet-bai-viet .mce-toc li a {
            font-size: 14px;
            border: none;
            color: #111;
            font-weight: 400;
            line-height: 1
        }

.line-ben-duoi {
    width: fit-content;
    float: none;
    margin: auto;
    position: relative
}

    .line-ben-duoi:before {
        content: " ";
        width: 100px;
        border-bottom: 3px #ED3237 solid;
        position: absolute;
        left: 50%;
        bottom: -23px;
        transform: translateX(-50%)
    }

    .text-light .line-ben-duoi:before, .line-ben-duoi.text-light:before {
        border-bottom: 3px #fff solid
    }

.line-hai-ben {
    width: fit-content;
    float: none;
    margin: auto;
    position: relative
}

    .line-hai-ben:before {
        content: " ";
        width: 50px;
        border-bottom: 2px #ED3237 solid;
        position: absolute;
        left: -62px;
        top: 50%
    }

    .line-hai-ben:after {
        content: " ";
        width: 50px;
        border-bottom: 2px #ED3237 solid;
        position: absolute;
        right: -62px;
        top: 50%
    }

    .text-light .line-hai-ben:before, .line-hai-ben.text-light:before, .text-light .line-hai-ben:after, .line-hai-ben.text-light:after {
        border-bottom: 2px #fff solid
    }

.btn-hotline-noi {
    margin: 0;
    font-size: 20px;
    padding: 23px 15px 13px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
    position: fixed;
    bottom: 16px;
    left: 96px;
    border: none;
    z-index: 999;
    border-radius: 2em;
    background-color: var(--main-color) !important;
    transition: .3s
}

    .btn-hotline-noi:hover {
        transform: scale(1.05)
    }

    .btn-hotline-noi span:first-child {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11px
    }

    .btn-hotline-noi span:last-child {
        font-size: 21px
    }

.btn-hotline-noi-2 {
    left: 271px;
    background-color: var(--second-color) !important
}

.btn-zalo-noi {
    z-index: 2;
    bottom: 16px;
    right: 20px;
    position: fixed;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
    transition: .3s
}

    .btn-zalo-noi:hover {
        transform: scale(1.05)
    }

    .btn-zalo-noi img {
        width: 52px
    }

.close {
    font-size: 40px
}

button.close {
    position: absolute;
    top: -4px;
    right: 1px;
    z-index: 1;
}

.fb-livechat {
    display: block
}

    .fb-livechat .fb-button {
        position: fixed;
        right: 21px;
        cursor: pointer;
        z-index: 999;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
        width: 52px;
        height: 52px;
        text-align: center;
        bottom: 76px;
        border: 0;
        outline: 0;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);
        -webkit-transition: box-shadow .2s ease;
        background-size: 80%;
        transition: all .2s ease-in-out
    }

        .fb-livechat .fb-button:focus, .fb-livechat .fb-button:hover {
            transform: scale(1.1);
            box-shadow: 0 2px 8px rgba(0,0,0,.09),0 4px 40px rgba(0,0,0,.24)
        }

    .fb-livechat .bubble {
        width: 20px;
        height: 20px;
        background: #c00;
        color: #fff;
        position: absolute;
        z-index: 999999999;
        text-align: center;
        vertical-align: middle;
        top: -2px;
        left: -5px;
        border-radius: 50%
    }

    .fb-livechat .bubble-msg {
        width: 120px;
        left: -140px;
        top: 5px;
        position: relative;
        background: rgba(59,89,152,.8);
        color: #fff;
        padding: 5px 8px;
        border-radius: 8px;
        text-align: center;
        font-size: 13px
    }

.product-sidebar .tieu-de-danh-muc {
    background: var(--main-color);
    border-radius: 4px;
    color: #fff;
    padding: 8px 20px;
}

.product-sidebar .list-group a i.fa {
    float: right;
    margin-top: 4px
}

    .product-sidebar .list-group a i.fa.fa-minus {
        display: none
    }

.product-sidebar .list-group-item {
    padding: 12px 10px;
    text-transform: none;
    letter-spacing: -.5px !important;
    line-height: 1;
    font-size: 14px !important; /* border-radius:0; */
    transition: none;
}

.product-sidebar .sidebar {
    padding-right: 15px
}

.product-sidebar .sidebar-both .content {
    padding-left: 15px;
    padding-right: 15px
}

    .product-sidebar .sidebar-both .content + .sidebar {
        padding-left: 15px
    }

.product-sidebar .box-thong-tin-sidebar p, .box-thong-tin-sidebar p strong, .box-thong-tin-sidebar p a {
    font-size: 13px !important;
    line-height: 21px !important;
    margin-bottom: 0
}

.product-sidebar .box-thong-tin-sidebar h4 {
    font-size: 16px;
    margin-bottom: 4px
}

.comments {
    border: none !important;
    padding: 0 !important;
    float: left;
    width: 100%
}

    .comments .comment {
        padding: 0
    }

        .comments .comment .text .text_holder {
            margin: 0
        }

            .comments .comment .text .text_holder p {
                margin: 0;
                line-height: 17px
            }

        .comments .comment .text .name {
            line-height: 20px;
            margin-bottom: 0
        }

        .comments .comment .text {
            margin-bottom: 10px
        }

        .comments .comment img.avatar {
            border-radius: unset
        }

#google_translate_element {
    padding: 0 10px;
    background: #fff;
    margin-top: 0
}

    #google_translate_element .goog-te-gadget {
        border: none;
        padding: 0;
        height: 35px
    }

    #google_translate_element .goog-te-gadget-simple {
        border: none;
        padding: 0;
        height: 35px
    }

    #google_translate_element a, #google_translate_element span {
        color: #000 !important;
        font-size: 12px
    }

.left-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 200px;
    width: 50px;
    z-index: 99
}

    .left-bar a {
        width: 50px;
        height: 50px;
        background-size: contain !important;
        z-index: 999;
        float: left
    }

        .left-bar a span {
            border: 2px var(--main-color) solid;
            color: var(--main-color);
            position: absolute;
            width: max-content;
            padding: 11px;
            background: #fff;
            font-size: 20px;
            left: 50px;
            height: 50px;
            display: none;
            line-height: 1
        }

        .left-bar a:hover span {
            border-left: 0;
            display: block
        }

#sticky-wrapper .sticky {
    z-index: 200 !important
}

.doitac-section .carousel a {
    padding: 10px;
    overflow: hidden;
    display: block;
    background: #fff
}

    .doitac-section .carousel a span {
        width: 100%;
        height: 130px;
        background-color: #fff;
        display: block
    }

    .doitac-section .carousel a p {
        text-align: center
    }

.widget.widget-newsletter .btn {
    background: var(--main-color)
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
}

select.form-control {
    background-image: url(/Images/BRGGolf/polo/images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.modal-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
}

    .modal-title::after {
        display: none
    }

.modal-footer {
    padding-top: 0;
    text-align: center
}

    .modal-footer .btn-my {
        padding: 12px 63px;
    }

.icon-box .icon a, .icon-box .icon i {
    width: auto;
    height: auto;
    display: block
}

    .icon-box .icon a img {
        height: 75px;
        width: auto;
        border: 2px var(--main-color) solid;
        padding: 8px;
        border-radius: 20em;
        transition: .5s
    }

    .icon-box .icon a:hover img {
        transform: rotate3d(0,1,1,360deg)
    }

.icon-box.center p, .icon-box.text-center p {
    font-size: 13px;
    line-height: 1.5
}

.icon-box.center .icon, .icon-box.text-center .icon {
    margin-bottom: 18px;
    height: auto;
    margin-top: 19px;
    width: auto
}

.icon-box.center h3, .icon-box.center h5, .icon-box.text-center h3, .icon-box.text-center h5 {
    line-height: 1.4;
    margin-right: 0
}

.each-post.post-item .post-item-wrap {
    border: 1px #eee solid
}

#modalSale .modal-content {
    position: relative;
    padding: 0;
    overflow: hidden
}

#modalSale .close {
    position: absolute;
    top: -7px;
    right: 0;
    color: #fff;
    z-index: 99;
    opacity: 1;
    font-size: 45px;
    font-weight: 400;
    width: 45px;
    background: #00000038
}

#modalSale .bannerLink {
    display: block;
    position: relative;
    overflow: hidden
}

    #modalSale .bannerLink:hover {
        color: inherit
    }

    #modalSale .bannerLink img {
        max-width: 100%
    }

    #modalSale .bannerLink .kmtext {
        text-align: center;
        padding: 20px 10px
    }

#modalSale .form-group {
    width: 31.8%;
    margin-right: 1%;
    padding: 0
}

    #modalSale .form-group input {
        border: 1px #ccc solid;
        margin-bottom: 0;
        width: 100%
    }

    #modalSale .form-group .btn {
        width: 100%;
        border-radius: 0
    }

.saleButton {
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    position: fixed;
    z-index: 999;
    border-radius: 2em;
    bottom: 23px;
    left: 10px
}

    .saleButton .btn:first-child {
        margin: 0;
        font-size: 20px;
        padding: 33px 8px 14px 15px;
        border-radius: 0;
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em
    }

        .saleButton .btn:first-child span:first-child {
            position: absolute;
            top: 14px;
            left: 52%;
            transform: translateX(-50%);
            font-size: 13px
        }

    .saleButton .btn:last-child {
        margin: 0;
        font-size: 20px;
        padding: 33px 15px 14px 8px;
        border-radius: 0;
        border-top-right-radius: 2em;
        border-bottom-right-radius: 2em;
        margin-left: -4px
    }

        .saleButton .btn:last-child span:first-child {
            position: absolute;
            top: 13px;
            left: 47%;
            transform: translateX(-50%);
            font-size: 13px;
            color: #fff
        }

.shop-cart .cart-product-thumbnail > a img {
    max-height: 68px;
    max-width: initial
}

.shop-cart .cart-product-thumbnail .cart-product-thumbnail-name {
    padding: 0
}

.facilities_FB_Modal .modal-content {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.facilities_FB_Modal .modal-FB div {
    display: none;
}

.facilities_FB_Modal .modal-FB p.title {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.facilities_FB_Modal .modal-FB p.image {
    text-align: center;
}

    .facilities_FB_Modal .modal-FB p.image img {
        text-align: center;
        max-height: 600px;
    }

.facilities_FB_Modal .modal-FB p.content {
    font-size: 14px;
    padding: 0 10px 0 10px;
    text-align: justify;
}


.GD_Modal .modal-content {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.GD_Modal .modal-FB {
    border: 2px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 20px 20px 20px;
}

    .GD_Modal .modal-FB div {
        display: none;
    }

    .GD_Modal .modal-FB p.title {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: var(--third-color);
        background: var(--main-color);
        margin: -16px -16px 20px -16px;
        border-radius: 5px;
    }

        .GD_Modal .modal-FB p.title label.t1 {
            text-align: left;
            padding: 5px 0 0 20px;
        }

        .GD_Modal .modal-FB p.title label.t2 {
            float: right;
            padding: 5px 20px 0 0;
        }


    .GD_Modal .modal-FB p.image {
        text-align: center;
    }

        .GD_Modal .modal-FB p.image img {
            text-align: center;
            max-height: 600px;
        }

    .GD_Modal .modal-FB p.content {
        font-size: 14px;
        padding: 10px 10px 0 10px;
        text-align: justify;
    }

    .GD_Modal .modal-FB p.par {
        font-size: 16px;
        padding: 0 10px 0 10px;
    }

        .GD_Modal .modal-FB p.par span label.pa1 {
            background-color: var(--second-color);
            border-radius: 22px;
            width: 22px;
            height: 22px;
            margin-bottom: -5px;
        }

        .GD_Modal .modal-FB p.par span label.pa2 {
            background-color: var(--fifth-color);
            border-radius: 22px;
            width: 22px;
            height: 22px;
            margin-bottom: -5px;
        }

        .GD_Modal .modal-FB p.par span label.pa3 {
            background-color: var(--third-color);
            border: 2px solid #ddd;
            border-radius: 22px;
            width: 22px;
            height: 22px;
            margin-bottom: -5px;
        }

        .GD_Modal .modal-FB p.par span label.pa4 {
            background-color: #be202e;
            border-radius: 22px;
            width: 22px;
            height: 22px;
            margin-bottom: -5px;
        }

#header-search {
    display: none
}

.fb_dialog { /* bottom:80px!important; */ /* right:17px!important; */
}

.hotline-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--second-color);
    z-index: 1;
    padding: 10px
}

    .hotline-bar a {
        color: #fff;
        font-size: 1.2em;
        font-style: normal
    }

    .hotline-bar p {
        color: #fff;
        margin: 0;
        font-size: 20px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase
    }

.modal-open .modal, body {
    padding-right: 0 !important
}

.qr-code {
    text-align: center;
    border: 3px #fbc909 solid;
    padding: 1px;
    margin-bottom: 30px
}

    .qr-code img {
        width: 180px;
        height: auto
    }

    .qr-code p {
        line-height: 1.5;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: -.6px !important
    }

#mainMenu nav > ul > li .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    border: none
}

#histats_counter {
    position: relative
}

    #histats_counter:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99
    }

.table tr th p, .table tr td p {
    margin-bottom: 0
}

.table > thead > tr > td.blur,
.table > tbody > tr > td.blur,
.table > tfoot > tr > td.blur,
.table > thead > tr > th.blur,
.table > tbody > tr > th.blur,
.table > tfoot > tr > th.blur,
.table > thead > tr.blur > td,
.table > tbody > tr.blur > td,
.table > tfoot > tr.blur > td,
.table > thead > tr.blur > th,
.table > tbody > tr.blur > th,
.table > tfoot > tr.blur > th {
    color: var(--fourth-color);
}

.container-left {
    margin-left: calc(50vw - 535px);
}

.container-right {
    margin-right: calc(50vw - 585px);
}

.inspiro-slider .slide-captions h2 {
    color: #F5A101;
    font-weight: 800;
    font-size: 2.4em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.slide p { /* text-transform:uppercase; */ /* font-weight:600; */ /*  */ /* font-family:'Muli',sans-serif; */
    color: #fff;
    max-width: 47%;
    font-size: 18px;
}

#header .header-extras .topbar-dropdown .dropdown-list {
    margin-top: 8px;
    padding: 0 7px;
    right: 0;
}

.topbar-dropdown .list-entry {
}

    .topbar-dropdown .list-entry img {
        height: 17px;
        width: 26px;
        margin: 0;
        display: block;
        max-width: initial;
        margin: 4px 0;
    }

#header .header-extras > ul > li .topbar-dropdown > .title {
    border: 1px #ccc solid;
    line-height: 1 !important;
    height: auto;
    padding: 5px;
    margin-top: 26px;
    border-radius: 4px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.gallery-video {
    padding-top: 70%;
    /* display: block; */
    /* overflow: hidden; */
    position: relative;
}

    .gallery-video i, .gallery-video img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 46px;
    }

.s {
    position: relative
}

    .s .bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 0%;
        position: absolute;
        top: -150px;
        right: -150px;
        /*50vw=50%*/
        width: calc(60vw);
        /*width: calc(50vw + 53px);*/
        /*height: 100%;*/
        height: 1000px;
        /*clip-path: circle(40%);*/
        border-radius: 50% 0% 50% 50%;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 1;
    }

        .s .bg:hover {
            transform: scale(1.01);
            -webkit-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

.sgwh {
    padding-bottom: 90px;
}

.s .img-desc {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(60vw);
    height: 100%;
    overflow: hidden;
}

    .s .img-desc img.bgr {
        position: static;
        margin: -250px 0px 0 150px;
        border-radius: 50% 0% 50% 50%;
        height: 1100px;
        object-fit: cover;
        object-position: center;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

        .s .img-desc img.bgr:hover {
            transform: scale(1.01);
            -webkit-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

    .s .img-desc img.cm {
        position: static;
        margin: -280px 0 0 220px;
        /*bottom: 10%;
        left: 18%;*/
        transform: translateX(-50%);
        width: 250px;
    }

.p1 {
    margin-bottom: 20px
}

    .p1 img {
        height: 100px;
    }

    .p1 + h2 {
        margin-bottom: 10px;
        line-height: 1.2;
    }

.s .p1 + h2 {
    text-transform: uppercase;
}

.s1 .p1 + h2, .s1 .p3 a {
    color: #005421
}

.s2 .p1 + h2, .s2 .p3 a {
    color: #B9531B
}

.s3 h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.s3 .p1 + h2, .s3 .p3 a, .s3 .p3 {
    color: #901A1D
}

.s4 .p1 + h2, .s4 .p3 a {
    color: #004A89
}

.s5 .p1 + h2, .s5 .p3 a {
    color: #901A1D
}

.s6 .p1 + h2, .s6 .p3 a {
    color: #1F2E5E
}

.s15 .p1 + h2, .s16 .p3 a {
    color: var(--fourth-color)
}

.p2 {
    color: var(--fourth-color);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
}

.p22 {
    /*margin-bottom: 70px;*/
}

    .p22 a {
        text-transform: uppercase;
        color: var(--second-color);
        font-weight: 600;
    }

        .p22 a:hover {
            color: var(--main-color);
        }

.s1 .p2, .s2 .p2, .s3 .p2, .s4 .p2 {
    height: 155px;
    max-height: 155px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.s5 .p2, .s6 .p2 {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.s1 .sct, .s2 .sct, .s3 .sct, .s4 .sct, .s5 .sct, .s6 .sct {
    height: 690px;
}

/*.p4 a:last-child{float:right;text-transform: uppercase;color: var(--second-color);font-weight: 600;margin-top: 7px;}*/
.p4 {
    margin-bottom: 10px;
}

.s .carousel { /* overflow:hidden */
    margin-left: -10px;
}

    .s .carousel a {
        padding: 10px;
        display: block;
    }

        .s .carousel a img {
            border-radius: 6px;
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
        }

.s3 .carousel a {
    height: 190px;
    display: block;
    overflow: hidden;
}

    .s3 .carousel a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: -13px;
    opacity: 1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -13px;
    opacity: 1;
    /* transform: translateX(50%); */
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.owl-carousel .owl-nav [class*=owl-] i {
    color: #000000;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span:after {
    background-color: #fff;
}

.s .bg .cm {
    position: absolute;
    bottom: 10%;
    left: 0;
    transform: translateX(-50%);
    width: 250px;
}

.s5 .p2, .s6 .p2 {
    margin-bottom: 250px
}

.uudai {
    position: relative;
    margin-bottom: 20px;
}

    .uudai p {
        position: absolute;
        z-index: 1;
        bottom: 8.1%;
        left: 3.7%;
    }

        .uudai p a.btn-1 {
            padding: 11px 18px;
        }

        .uudai p a.btn-2 {
            background: none;
            font-weight: 500;
        }

    .uudai img {
        border-radius: 5px;
    }

.sale {
}

    .sale .p1 {
        margin-bottom: 10px;
    }

        .sale .p1 img {
            height: auto;
            border-radius: 7px;
        }

    .sale .p2 {
        color: #212121;
        text-align: center;
        margin-bottom: 10px;
    }

    .sale .p3 {
    }

        .sale .p3 a.btn-1 {
            width: 58%;
            float: left;
            margin-right: 2%;
            padding: 12px 10px;
            font-size: 12px;
        }

        .sale .p3 a.btn-2 {
            background: none;
            color: #707070;
            width: 40%;
            float: left;
            margin: 0;
            padding: 12px 7px;
            font-size: 12px;
            font-weight: 500;
        }

        .sale .p3 a.btn-disabled {
            width: 100%;
            background: #D2D2D2;
        }

    .sale .p5 {
        color: #212121;
        font-weight: 500;
        line-height: 1.8;
        text-align: center;
        margin-bottom: 5px;
    }

    .sale .p6 {
        color: #212121;
        font-size: 13px;
        line-height: 1.6;
        height: 40px;
        margin: 0 10px 0 10px;
        overflow: hidden;
    }

    .sale .p7 {
        margin: 15px 0;
        font-size: 13px;
        text-align: center;
    }

        .sale .p7 a {
            text-transform: uppercase;
            color: var(--second-color);
            font-weight: 600;
        }

            .sale .p7 a:hover {
                color: var(--main-color);
            }


.uudai.v2 {
    padding: 15px 15px 15px 15px;
    border: 3px solid var(--seventh-color);
    box-shadow: 0px 0px 5px 3px var(--seventh-color);
    border-radius: 7px;
}

    .uudai.v2 img {
        border-radius: 7px;
    }

    .uudai.v2 p {
        position: relative;
        bottom: unset;
        left: unset;
        padding: 0;
        margin: 0;
    }

        .uudai.v2 p a.btn-1 {
            width: 100%;
            padding: 15px;
            margin: 15px 0 0 0;
            border-radius: 7px;
        }

.sale.v2 {
    padding: 15px 15px 15px 15px;
    border: 3px solid var(--seventh-color);
    box-shadow: 0px 0px 5px 3px var(--seventh-color);
    border-radius: 7px;
    margin: 5px 0 5px 0;
    display: inline-block;
}

    .sale.v2 .p1 {
        margin-bottom: 10px;
    }

        .sale.v2 .p1 img {
            height: auto;
            border-radius: 7px;
        }

    .sale.v2 .p2 {
        color: #212121;
        text-align: center;
        margin-bottom: 10px;
    }

    .sale.v2 .p3 {
    }

        .sale.v2 .p3 a.btn-1 {
            width: 100%;
            margin: 5px 0 5px 0;
            padding: 12px 10px;
            font-size: 12px;
            border-radius: 7px;
        }

        .sale.v2 .p3 a.btn-disabled {
            width: 100%;
            background: #D2D2D2;
        }

.s7 {
    position: relative;
    padding-top: 60px;
}

    .s7 h2 {
        text-transform: uppercase
    }

    .s7 .carousel .uudai {
        /*height: 336px;*/
        height: 100%;
        display: block;
        overflow: hidden;
    }

        .s7 .carousel .uudai img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }



    .s7 .carousel .sale .p1 {
        height: 270px;
        display: block;
        overflow: hidden;
    }

        .s7 .carousel .sale .p1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

.s8 {
    padding-top: 60px;
    padding-bottom: 0;
}

    .s8 h2 {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

        .s8 h2 + p {
            color: #707070;
            font-weight: 500;
            margin-bottom: 20px;
        }

    .s8 .sg {
        position: absolute;
        top: 3%;
        left: 15%;
        width: 70%;
        background: #fff;
        padding: 5px 5px;
        border-radius: 5px;
    }

    .s8 .sangon {
        position: relative;
    }

    .s8 .sangon-bg {
        width: 100%;
        height: 650px;
        background-size: cover;
        background-position: center;
    }

    .s8 #sangon-bg:not(.current) {
        transition: all 1.5s ease-in-out;
    }

    .s8 #sangon-bg.current {
        filter: none;
        transition: all 1.5s ease-in-out;
    }

    .s8 #sangon-bg.blur {
        filter: blur(8px);
        transition: all 1.5s ease-in-out;
    }

    .s8 .sg p {
        color: #707070;
        font-weight: 500;
        margin: 8px 0 0 4px;
        line-height: 1.3;
    }

        .s8 .sg p .btn {
            margin: 0;
            width: 100%;
            padding: 10px 5px;
            letter-spacing: -1px !important;
            margin-top: -8px;
        }

    .s8 .carousel {
        /* position: relative;
        width: 100%;
        margin: 0;*/
        width: 80%;
        margin-left: 10%;
        position: absolute;
        bottom: 2%;
    }

        .s8 .carousel a {
            width: 96%;
            height: 98px;
            display: block;
            margin-left: 2%;
        }

            .s8 .carousel a.current {
                width: 100%;
                height: 110px;
                margin-left: 0;
                margin-top: -5px;
                border: 2px solid var(--third-color);
                box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
            }

    .s8 .owl-carousel .owl-stage {
        padding: 10px 0
    }

    .s8 #sg-name {
        font-size: 16px;
        font-weight: 500;
    }

    .s8 #sg-dream {
        /*margin-top: 60px;*/
    }

.s9 h2 {
    text-align: center;
    text-transform: uppercase;
}

.s9 {
    padding: 60px 0 60px;
    position: relative
}

    .s9:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 30%);
        z-index: -1;
    }

    .s9 h3 {
        text-align: center;
        font-size: 14px;
    }

    .s9 .form-group {
        width: 100%;
        margin-bottom: 9px;
    }

    .s9 .form-control {
        width: 100%;
    }

    .s9 .btn {
        width: 30%;
    }

    .s9 .row + .form-group {
        text-align: center
    }

    .s9 h2 {
        text-align: center;
        text-transform: uppercase;
    }

.s10 {
    padding: 60px 0 60px 0;
    position: relative
}

    .s10 h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .s10 a.comeback {
        font-weight: bold;
        color: var(--second-color);
    }

        .s10 a.comeback:hover {
            color: var(--main-color);
        }


.s11 {
    padding: 60px 0 60px 0;
    position: relative
}

    .s11 h2 {
        text-align: center;
        text-transform: uppercase;
    }

.s12 {
    padding: 60px 0 60px 0;
    position: relative;
}

    .s12 img {
        border-radius: 5px;
    }

    .s12 .img {
        flex: 0 0 555px;
        height: 395px;
        overflow: hidden;
        display: block;
    }

        .s12 .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .s12 h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .s12 .p1 {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        padding-top: 15px;
    }

        .s12 .p1 a {
            text-transform: uppercase;
            font-size: 22px;
            line-height: 28px;
            font-weight: 500;
        }

    .s12 .p2 {
        text-align: justify;
        max-height: 280px;
        line-height: 20px;
        overflow: hidden;
    }

    .s12 .p3 {
        position: absolute;
        /*top: 320px;*/
        left: 0;
        top: 360px;
        width: 100%;
        /*height:100%;*/
    }

        .s12 .p3.v2 {
            position: relative;
            top: unset;
            margin-top: -10px;
            width: 100%;
        }

    .s12 .p3 {
    }

        .s12 .p3 span.time {
            padding-left: 5%;
            font-style: italic;
            color: #1d1919;
        }

            .s12 .p3 span.time i {
                padding-left: 10px;
                font-size: 20px;
                font-weight: 300;
                vertical-align: middle;
            }

        .s12 .p3 a.viewmore {
            padding-right: 5%;
            color: var(--second-color);
            text-transform: uppercase;
        }

            .s12 .p3 a.viewmore:hover {
                color: var(--main-color);
            }

    .s12 .p11 {
        padding: 10px 10px 0 10px;
        text-transform: uppercase;
        font-size: 14px;
        height: 52px;
        overflow: hidden;
        line-height: 22px;
        font-weight: 500;
    }

        .s12 .p11 a {
            text-transform: uppercase;
            font-size: 14px;
            line-height: 22px;
            font-weight: 500;
        }

    .s12 .p21 {
        margin-top: 0;
        padding: 0px 10px 0 10px;
        text-align: justify;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        color: var(--fourth-color);
        font-weight: 500;
    }

    .s12 .p31 {
        position: relative;
        width: 100%;
    }

    .s12 .p31 {
    }

        .s12 .p31 span.time {
            padding-left: 5%;
            font-style: italic;
        }

            .s12 .p31 span.time i {
                padding-left: 10px;
                font-size: 20px;
                font-weight: 300;
                vertical-align: middle;
            }

        .s12 .p31 a.viewmore {
            padding-right: 5%;
            color: var(--second-color);
            text-transform: uppercase;
        }

            .s12 .p31 a.viewmore:hover {
                color: var(--main-color);
            }

    .s12 .smallnews {
        margin-top: 30px;
    }

    .s12 .featured-thumbnail-big {
        width: 555px;
        height: 310px;
        background-color: #e3e3e3;
        overflow: hidden;
        display: block;
        margin: 0px;
    }

        .s12 .featured-thumbnail-big img {
            border: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .s12 .smallnews .featured-thumbnail {
        float: left;
        width: 360px;
        height: 200px;
        background-color: #e3e3e3;
        overflow: hidden;
        display: block;
        margin: 0px 0px 10px 0px;
    }

        .s12 .smallnews .featured-thumbnail img {
            border: 0;
            width: 100%;
            /*height: 145px;*/
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .s12 table p {
        margin: 0;
    }

.s15 {
    padding: 30px 0 60px 0;
    position: relative;
}

    .s15 h2 {
        text-transform: uppercase;
    }

    .s15 .p1 {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
    }

        .s15 .p1 a {
            text-transform: uppercase;
            font-size: 22px;
            line-height: 28px;
            font-weight: 500;
        }

    .s15 .p2 {
        text-align: justify;
        max-height: 180px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }

    .s15 .p3 {
        position: absolute;
        top: 280px;
        left: 0;
        width: 100%;
    }

    .s15 .p3 {
    }

        .s15 .p3 span.time {
            padding-left: 5%;
            font-style: italic;
        }

            .s15 .p3 span.time i {
                padding-left: 10px;
                font-size: 20px;
                font-weight: 300;
                vertical-align: middle;
            }

        .s15 .p3 a.viewmore {
            padding-right: 5%;
            color: var(--second-color);
            text-transform: uppercase;
        }

    .s15 .p11 {
        padding: 10px 10px 0 10px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }

        .s15 .p11 a {
            text-transform: uppercase;
            font-size: 14px;
            line-height: 22px;
            font-weight: 500;
        }

    .s15 .p21 {
        margin-top: 0;
        padding: 0px 10px 0 10px;
        text-align: justify;
        max-height: 40px;
        line-height: 20px;
        overflow: hidden;
        color: var(--fourth-color);
        font-weight: 500;
    }

    .s15 .p31 {
        position: relative;
        width: 100%;
    }

    .s15 .p31 {
    }

        .s15 .p31 span.time {
            padding-left: 5%;
            font-style: italic;
        }

            .s15 .p31 span.time i {
                padding-left: 10px;
                font-size: 20px;
                font-weight: 300;
                vertical-align: middle;
            }

        .s15 .p31 a.viewmore {
            padding-right: 5%;
            color: var(--second-color);
            text-transform: uppercase;
        }

    .s15 .smallnews {
        margin-top: 30px;
    }

    .s15 .bg2 {
        background-repeat: no-repeat;
        background-size: 960px; /*chiều rộng ảnh*/
        background-position: 0px 100px;
        position: absolute;
        top: 0px;
        right: -20px;
        width: calc(50vw);
        height: 100%;
        border-radius: 45% 0% 0% 55%;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 1;
    }

    .s15 .item-video-top {
        position: absolute;
        top: 100px;
        right: -20px;
        width: calc(50vw);
        height: 100%;
        overflow: hidden;
    }

        .s15 .item-video-top img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

            .s15 .item-video-top img.top {
                position: static;
                margin-top: -60px;
                border-radius: 45% 0% 0% 50%;
                height: 700px;
                /*object-fit: cover;
            object-position: center;*/
            }

        /*.s15 .item-video-top img.top:hover {
            transform: scale(1.01);
            -webkit-transition: 0.5s ease-in-out;
            -o-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }*/

        .s15 .item-video-top .ct .icon-play {
            position: absolute;
            top: 35%;
            left: 52%;
            display: inline-block;
            margin-top: 0px;
            -webkit-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

            .s15 .item-video-top .ct .icon-play:hover {
                -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9);
            }

            .s15 .item-video-top .ct .icon-play img {
                max-width: 80px;
            }

    .s15 .ct {
        margin-top: 100px;
        height: 280px;
    }

    .s15 .sl {
        margin-bottom: 0px;
    }

    .s15 .owl-carousel .owl-nav [class*="owl-"] {
        top: 38%;
    }



.s16 {
    padding: 60px 0 0px 0;
    position: relative;
}

    .s16 h2 {
        text-transform: uppercase;
    }

    .s16 .p1 {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
    }

        .s16 .p1 a {
            text-transform: uppercase;
            font-size: 22px;
            line-height: 28px;
            font-weight: 500;
        }

    .s16 .p2 {
        text-align: justify;
        height: 226px;
        line-height: 20px;
        overflow: hidden;
    }

    .s16 .smallnews {
        margin-top: 16px;
    }

        .s16 .smallnews a.alogo {
            display: inline-block;
            margin: 0px;
            height: 160px;
            width: 100%;
            border: 1px solid #ddd;
            border-radius: 5px;
            display: flex;
            justify-content: center;
        }

            .s16 .smallnews a.alogo img {
                height: 100px;
                align-self: center;
            }

            .s16 .smallnews a.alogo:hover {
                background: var(--second-color);
            }

                .s16 .smallnews a.alogo:hover img {
                }

                    .s16 .smallnews a.alogo:hover img.kigr {
                        filter: grayscale(100%) brightness(2);
                    }

                    .s16 .smallnews a.alogo:hover img.lhgr {
                        filter: grayscale(100%) brightness(1.5);
                    }

                    .s16 .smallnews a.alogo:hover img.rtgr, .s16 .smallnews a.alogo:hover img.dngr {
                        filter: brightness(0) invert(1);
                    }


    .s16 .ct {
        margin-top: 60px;
    }

    .s16 .sl {
        position: static;
        margin: 30px 0px 0 0px;
    }

    .s16 .carousel {
        margin-left: 0px;
    }

        .s16 .carousel .fes img {
            border-radius: 7px;
        }

.s17 {
    padding: 60px 0 0px 0;
    position: relative;
}

    .s17 h2 {
        text-transform: uppercase
    }

    .s17 .p2 {
        text-transform: uppercase
    }

    /*.s17 .carousel .sale .p1 {
    height: 380px;
    display: block;
    overflow: hidden;
}*/

    .s17 .carousel .sale .p1 .img {
        /*flex: 0 0 270px;*/
        height: 380px;
        overflow: hidden;
        display: block;
    }

        .s17 .carousel .sale .p1 .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

.s18 {
    padding: 30px 0 0px 0;
    position: relative;
}

    .s18 h2 {
        text-align: center;
        text-transform: uppercase
    }

    .s18 .p1 {
        font-weight: 600;
        font-size: 20px;
        margin: 10px 0;
    }

    .s18 .btn-download-brochure {
        border: 2px solid var(--second-color);
        color: var(--second-color);
        text-shadow: none !important;
        /* padding: 10px 33px;*/
        margin: 0 0 10px 0;
        font-weight: 500;
        border-radius: 5px;
    }

        .s18 .btn-download-brochure:hover {
            color: var(--main-color);
        }

        .s18 .btn-download-brochure:focus {
            color: var(--main-color);
        }

    .s18 .p2 {
        margin-top: 10px;
    }

        .s18 .p2 a {
            text-transform: uppercase;
            color: var(--second-color);
            font-weight: 600;
            margin-left: 20px;
            margin-bottom: 20px;
        }

            .s18 .p2 a:hover {
                color: var(--main-color);
            }

    .s18 .carousel img {
        border-radius: 7px;
    }

    .s18 .carousel a {
        height: 210px;
        display: block;
        overflow: hidden;
    }

        .s18 .carousel a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }


.s19 {
    padding: 60px 0 0px 0;
    position: relative;
}

    .s19 h2 {
        text-align: center;
        text-transform: uppercase
    }

.s20 {
    padding: 60px 0 0px 0;
    position: relative;
}

    .s20 h2 {
        text-align: center;
        text-transform: uppercase
    }

.s21 {
    padding: 60px 0 0px 0;
    position: relative;
}

    .s21 h2 {
        text-align: center;
        text-transform: uppercase
    }


.s22 {
    padding: 60px 0 0px 0;
    position: relative;
}

    .s22 h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .s22 .brgg {
        padding: 0px 0 6px 0;
    }

        .s22 .brgg img {
            height: 120px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .brgg a.emailss {
            color: var(--main-color);
        }

    .s22 .kigr {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .kigr:hover {
            background: url('/Images/Contact/bgImagesContact.png') #005421;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }


            .s22 .kigr:hover .lb, .s22 .kigr:hover .lbAddress {
                color: var(--third-color);
            }

        .s22 .kigr img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .kigr a.emailss {
            color: #c8a65d;
        }

    .s22 .lhgr {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .lhgr:hover {
            background: url('/Images/Contact/bgImagesContact.png') #b9531b;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }


            .s22 .lhgr:hover a.emailss {
                color: var(--third-color);
            }

        .s22 .lhgr img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .lhgr a.emailss {
            color: #b9531b;
        }


    .s22 .rtgr {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .rtgr:hover {
            background: url('/Images/Contact/bgImagesContact.png') #901a1d;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }

            .s22 .rtgr:hover .lb, .s22 .rtgr:hover .lbAddress {
                color: var(--third-color);
            }

            .s22 .rtgr:hover .alogo img {
                filter: brightness(0) invert(1);
            }

            .s22 .rtgr:hover a.emailss {
                color: #ccae72;
            }

        .s22 .rtgr img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .rtgr a.emailss {
            color: #901a1d;
        }


    .s22 .dngr {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .dngr:hover {
            background: url('/Images/Contact/bgImagesContact.png') #004a89;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }

            .s22 .dngr:hover .lb, .s22 .dngr:hover .lbAddress {
                color: var(--third-color);
            }

            .s22 .dngr:hover .alogo img {
                filter: brightness(0) invert(1);
            }

            .s22 .dngr:hover a.emailss {
                color: #ccae72;
            }

        .s22 .dngr img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .dngr a.emailss {
            color: #901a1d;
        }


    .s22 .gc {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .gc:hover {
            background: url('/Images/Contact/bgImagesContact.png') #8fb73e;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }

            .s22 .gc:hover .alogo img {
                filter: brightness(5) invert(1);
            }

            .s22 .gc:hover a.emailss {
                color: var(--third-color);
            }

        .s22 .gc img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .gc a.emailss {
            color: #901a1d;
        }

    .s22 .gsgr {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .gsgr:hover {
            background: url('/Images/Contact/bgImagesContact.png') #1f2e5e;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }


            .s22 .gsgr:hover .lb, .s22 .gsgr:hover .lbAddress {
                color: var(--third-color);
            }

        .s22 .gsgr img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .gsgr a.emailss {
            color: #c8a65d;
        }

    .s22 .rcgr {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 16px 0 16px 0;
    }

        .s22 .rcgr:hover {
            background: url('/Images/Contact/bgImagesContact.png') #901a1d;
            background-size: 120px;
            background-repeat: no-repeat;
            background-position: bottom right;
        }


            .s22 .rcgr:hover .lb, .s22 .rcgr:hover .lbAddress {
                color: var(--third-color);
            }

            .s22 .rcgr:hover .alogo img {
                filter: brightness(0) invert(1);
            }

        .s22 .rcgr img {
            height: 100px;
            text-align: center;
            margin-bottom: 16px;
        }

        .s22 .rcgr a.emailss {
            color: #c8a65d;
        }

    .s22 .smallnews {
        margin: 0px 0 0px 0;
        padding: 12px;
        text-align: center;
        line-height: 26px;
        font-weight: 500;
    }

        .s22 .smallnews .lbAddress {
            height: 60px;
        }



.s23 {
    padding: 60px 0 20px 0;
    position: relative;
}

    .s23 .featured-thumbnail-big {
        width: 555px;
        height: 310px;
        background-color: #e3e3e3;
        overflow: hidden;
        display: block;
        margin: 0px;
    }

        .s23 .featured-thumbnail-big img {
            border: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
        }

    .s23 .smallnews .featured-thumbnail {
        float: left;
        width: 360px;
        height: 200px;
        background-color: #e3e3e3;
        overflow: hidden;
        display: block;
        margin: 0px 0px 10px 0px;
    }

        .s23 .smallnews .featured-thumbnail img {
            border: 0;
            width: 100%;
            /*height: 145px;*/
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 5px;
        }


s23 img {
    /* border-radius: 5px;*/
    /*width: 100%;
        max-height: 310px;*/
}

.s23 h2 {
    text-align: center;
    text-transform: uppercase;
    /*margin-top: 15px;*/
}

.s23 a h2 {
    margin-bottom: 0.78787878787879em;
}

.s23 a:hover h2 {
    color: var(--main-color);
}

.s23 .p1 {
    text-transform: uppercase;
    font-size: 22px;
    max-height: 70px;
    line-height: 28px;
    overflow: hidden;
    font-weight: 500;
    padding-top: 15px;
}

    .s23 .p1 a {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
    }

.s23 .p2 {
    text-align: justify;
    max-height: 180px;
    line-height: 20px;
    overflow: hidden;
}

.s23 .p3 {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
}

.s23 .p3 {
}

    .s23 .p3 span.time {
        padding-left: 5%;
        font-style: italic;
    }

        .s23 .p3 span.time i {
            padding-left: 10px;
            font-size: 20px;
            font-weight: 300;
            vertical-align: middle;
        }

    .s23 .p3 a.viewmore {
        padding-right: 5%;
        color: var(--second-color);
        text-transform: uppercase;
    }

.s23 .p11 {
    padding: 10px 10px 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    height: 52px;
    overflow: hidden;
    line-height: 22px;
    font-weight: 500;
}

    .s23 .p11 a {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.s23 .p21 {
    margin-top: 0;
    padding: 0px 10px 0 10px;
    text-align: justify;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--fourth-color);
    font-weight: 500;
}

.s23 .p31 {
    position: relative;
    width: 100%;
}

.s23 .p31 {
}



    .s23 .p31 span.time {
        padding-left: 5%;
        font-style: italic;
    }

        .s23 .p31 span.time i {
            padding-left: 10px;
            font-size: 20px;
            font-weight: 300;
            vertical-align: middle;
        }

    .s23 .p31 a.viewmore {
        padding-right: 5%;
        color: var(--second-color);
        text-transform: uppercase;
    }

.s23 .smallnews {
    margin-top: 30px;
}

.s23 a.comeback {
    font-weight: bold;
    color: var(--second-color);
}

    .s23 a.comeback:hover {
        color: var(--main-color);
    }


.s23 .controls {
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.s23 #pageInfo {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: 2rem;
}

.s23 .see-more-news {
    width: 258px;
    height: 2.95rem;
    flex-shrink: 0;
    border-radius: 12px;
    /*border: 1px solid var(--sixth-color);*/
    background: var(--second-color);
    display: inline-block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    text-align: center;
}

    .s23 .see-more-news span {
        color: var(--third-color);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .s23 .see-more-news:hover {
        border: none;
        /*background: var(--second-color);*/
    }

        .s23 .see-more-news:hover span {
            color: var(--main-color);
        }

    .s23 .see-more-news span i {
        color: var(--third-color);
    }

.s23 .see-less-news {
    text-align: center;
    width: 258px;
    height: 2.95rem;
    flex-shrink: 0;
    border-radius: 12px;
    /*border: 1px solid var(--sixth-color);*/
    background: var(--second-color);
    display: inline-block;
    margin: 0 auto;
    padding: 0.8125rem 6.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

    .s23 .see-less-news span {
        color: var(--third-color);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .s23 .see-less-news:hover {
        border: none;
        /*background: var(--second-color);*/
    }

        .s23 .see-less-news:hover span {
            color: var(--main-color);
        }

    .s23 .see-less-news span i {
        color: var(--third-color);
    }

@media only screen and (max-width: 667px) {
    .s23 .controls {
        display: block;
    }

    .s23 #pageInfo {
        display: block;
        text-align: center;
        margin-top: 2rem;
    }

    .s23 .see-more-news {
        width: 100%;
        display: block;
        margin-top: 2rem;
    }

    .s23 .see-less-news {
        width: 100%;
        display: block;
        margin-top: 2rem;
    }
}


.s25 {
    padding: 60px 0 20px 0;
    position: relative;
}

    .s25 img {
        /*  width: 100%;
        max-height: 310px;*/
    }

    /*.s25 h2 {
        text-align: left;
        text-transform: uppercase;
    }*/

    .s25 h2 {
        text-align: center;
        text-transform: uppercase;
        /*margin-top: 15px;*/
    }

    .s25 a h2 {
        margin-bottom: 0.78787878787879em;
    }

    .s25 a:hover h2 {
        color: var(--main-color);
    }

    .s25 .title {
        /*font-size: 22px;
        text-transform: uppercase;
        font-weight: 500;*/
    }

    .s25 .time {
        padding-left: 10px;
        font-style: italic;
    }

        .s25 .time i {
            padding: 0px 0 0 10px;
            font-size: 20px;
            font-weight: 300;
            vertical-align: middle;
        }

    .s25 .p1 {
        text-transform: uppercase;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        padding-top: 15px;
    }

        .s25 .p1 a {
            text-transform: uppercase;
            font-size: 22px;
            line-height: 28px;
            font-weight: 500;
        }

    .s25 .p2 {
        text-align: justify;
        line-height: 20px;
    }

    .s25 a.comeback {
        font-weight: bold;
        color: var(--second-color);
    }

        .s25 a.comeback:hover {
            color: var(--main-color);
        }

.s26 {
}

    .s26 a {
    }

.s28 {
    padding-top: 0px;
    padding-bottom: 0;
}

    .s28 h2 {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

        .s28 h2 + p {
            color: #707070;
            font-weight: 500;
            margin-bottom: 20px;
        }

    .s28 .sg {
        position: absolute;
        top: 3%;
        left: 15%;
        width: 70%;
        /*background: #fff;*/
        padding: 5px 5px;
        color: white;
        border-radius: 5px;
    }

    .s28 .sgtrans {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        background-color: #000;
        opacity: 0.3;
        padding-bottom: 450px;
    }

    .s28 .sangon {
        position: relative;
    }

    .s28 .sangon-bg {
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        z-index: 90;
    }

    .s28 #sangon-bg:not(.current) {
        transition: all 1.5s ease-in-out;
    }

    .s28 #sangon-bg.current {
        filter: none;
        transition: all 1.5s ease-in-out;
    }

    .s28 #sangon-bg.blur {
        /*filter: blur(8px);*/
        transition: all 1.5s ease-in-out;
    }

    .s28 .sg {
        /*background: blue;*/
        margin: 0;
        padding: 0;
        position: absolute;
        top: 45%;
        z-index: 92;
    }

        .s28 .sg p {
            color: #fff;
            font-weight: 500;
            margin: 8px 0 0 4px;
            line-height: 1.3;
        }

            .s28 .sg p .btn {
                margin: 0;
                width: 100%;
                padding: 10px 5px;
                letter-spacing: -1px !important;
                margin-top: -8px;
            }

    .s28 #sg-name {
        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

    .s28 .carousel {
        /* position: relative;
        width: 100%;
        margin: 0;*/
        width: 80%;
        margin-left: 10%;
        position: absolute;
        bottom: 2%;
    }

        .s28 .carousel a {
            width: 96%;
            height: 98px;
            display: block;
            margin-left: 2%;
        }

            .s28 .carousel a.current {
                width: 100%;
                height: 110px;
                margin-left: 0;
                margin-top: -5px;
                border: 2px solid var(--third-color);
                box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
            }

    .s28 .owl-carousel .owl-stage {
        padding: 10px 0
    }

    .s28 .owl-carousel .owl-stage-outer {
        height: 1px;
        opacity: 0;
    }

    .s28 .owl-nav {
        display: none;
    }

    .s28 #sg-dream {
        /*margin-top: 60px;*/
    }

.s29 {
    padding: 30px 0 0px 0;
    position: relative;
}

    .s29 h2 {
        text-align: center;
        text-transform: uppercase
    }

    .s29 .bgtrans {
        position: relative;
        height: 270px;
        margin: -282px 0 0 0;
        background-color: #000;
        opacity: 0.3;
        border-radius: 5px;
    }

        .s29 .bgtrans:hover {
            background-color: unset;
            -webkit-transition: 0.2s ease-in-out;
            -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            border-radius: 5px;
        }

    .s29 .sg-name {
        font-size: 36px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        margin-top: -43%;
        padding: 0 20px 0 20px;
        line-height: 40px;
    }

/*.s29 .sg-name:hover {
            display:none;
        }*/

.s30 h2 {
    text-align: center;
    text-transform: uppercase;
}

.s30 {
    padding: 0px 0 30px 0;
    position: relative
}

    .s30 h3 {
        text-align: center;
        font-size: 14px;
    }

    .s30 .form-group {
        width: 100%;
        margin-bottom: 9px;
    }

    .s30 .form-control {
        width: 100%;
    }

    .s30 .btn {
        width: 30%;
    }

    .s30 .row + .form-group {
        text-align: center
    }

    .s30 h2 {
        text-align: center;
        text-transform: uppercase;
    }

    .s30 label.form-control {
        height: 38px;
    }

    .s30 label i {
        line-height: 29px;
        width: 29px;
        height: 29px;
        position: absolute;
        top: 10%;
        left: 6%;
        background-color: var( --ninth-color);
        color: var(--third-color);
        font-weight: 500;
        font-family: Montserrat,sans-serif;
        border-radius: 29px;
    }

    .s30 a label i {
        top: 25%;
    }

    .s30 a:hover label {
        color: var(--main-color);
    }


.s31 {
    padding: 0px 0 10px 0;
}

    .s31 h2 {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

        .s31 h2 + p {
            color: #707070;
            font-weight: 500;
            margin-bottom: 20px;
        }

    .s31 .sg {
        position: absolute;
        top: 3%;
        left: 15%;
        width: 70%;
        padding: 5px 5px;
        color: white;
        border-radius: 5px;
    }

    .s31 .sgtrans {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        background-color: #000;
        opacity: 0.3;
        padding-bottom: 450px;
    }

    .s31 .sangon {
        position: relative;
        border-top: 50px solid var(--main-color);
        border-bottom: 50px solid var(--main-color);
        border-radius: 5px;
        margin: 0 0 0px 0;
    }

    .s31 .sangon-bg {
        width: 100%;
        /*width:1140px;*/
        height: 675px;
        background-size: cover;
        background-position: center;
        z-index: 90;
    }

    .s31 #sangon-bg:not(.current) {
        transition: all 1.5s ease-in-out;
    }

    .s31 #sangon-bg.current {
        filter: none;
        transition: all 1.5s ease-in-out;
    }

    .s31 #sangon-bg.blur {
        transition: all 1.5s ease-in-out;
    }

    .s31 .sg {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 45%;
        z-index: 92;
    }

        .s31 .sg p {
            color: #fff;
            font-weight: 500;
            margin: 8px 0 0 4px;
            line-height: 1.3;
        }

            .s31 .sg p .btn {
                margin: 0;
                width: 100%;
                padding: 10px 5px;
                letter-spacing: -1px !important;
                margin-top: -8px;
            }

    .s31 #sg-name {
        font-size: 28px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

    .s31 .carousel {
        width: 80%;
        margin-left: 10%;
        position: absolute;
        bottom: 2%;
    }

        .s31 .carousel a {
            width: 96%;
            height: 98px;
            display: block;
            margin-left: 2%;
        }

            .s31 .carousel a.current {
                width: 100%;
                height: 110px;
                margin-left: 0;
                margin-top: -5px;
                border: 2px solid var(--third-color);
                box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
            }

    .s31 .owl-carousel .owl-stage {
        padding: 10px 0
    }

    .s31 .owl-carousel .owl-stage-outer, .s31 .owl-nav {
        display: none;
    }

.s32 {
    padding: 30px 0 30px 0;
}

    .s32 h2 {
        text-transform: uppercase
    }

    .s32 .sale32 .p1 {
    }

        .s32 .sale32 .p1 img {
            height: auto;
            border-radius: 7px;
            z-index: 89;
        }

            .s32 .sale32 .p1 img.hv {
                /*transform: scale(1.05);
                max-width: 560px;
                overflow: hidden;*/
                -webkit-transition: 0.2s ease-in-out;
                -o-transition: 0.2s ease-in-out;
                transition: 0.2s ease-in-out;
            }

    .s32 .sale32 a .p2 {
        position: relative;
        height: 345px;
        width: 560px;
        padding: 120px 0px 0 0px;
        margin: -360px 0px 0 16px;
        /*background: blue;*/
        text-transform: uppercase;
        z-index: 92;
    }

    .s32 .sale32 a:hover .p2 {
        transform: scale(1.01);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    .s32 .sale32 .p2 label.l1 {
        color: var(--third-color);
        font-size: 26px;
        font-weight: 500;
    }

    .s32 .sale32 .p2 label.l2 {
        color: var(--second-color);
        font-size: 22px;
        font-weight: 500;
    }

    .s32 .bgtrans {
        position: relative;
        height: 335px;
        padding: 0;
        margin: 0px 16px 0 16px;
        background-color: #000;
        opacity: 0.3;
        border-radius: 7px;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 90;
    }

.s33 {
    padding: 50px 0 50px;
    position: relative
}

    .s33:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(255 255 255 / 30%);
        z-index: -1;
    }

    .s33 h1 {
        text-transform: uppercase;
        color: var(--ninth-color);
        line-height: 45px;
        margin: 0px 0 20px 0;
        font-weight: 600;
    }

    .s33 h2 {
        color: var(--ninth-color);
        text-transform: uppercase;
    }

    .s33 h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: var(--ninth-color);
        font-weight: 600;
    }

    .s33 img {
        border-radius: 5px;
        border: 1px solid var(--fourth-color);
    }

    .s33 hr {
        border-top: 2px solid var(--seventh-color);
        margin: 20px 20px 0 0;
    }


.footer .col-md-4:first-child p img {
    height: 120px;
    width: auto;
}

.footer h4 {
    text-transform: uppercase;
    font-weight: 400;
}

.footer p, .footer a {
    font-size: 12px;
    line-height: 2.1;
}

.foot-icon-float {
    position: fixed;
    bottom: 325px;
    right: -15px;
    z-index: 99;
    transform: rotate(90deg);
}

    .foot-icon-float a {
        margin-right: 7px;
    }

        .foot-icon-float a img {
            width: 34px;
            height: auto;
            transform: rotate(-90deg);
        }
/*.foot-icon-float a img:hover {
        color: var(--main-color);
    }*/
.footer .input-group {
    padding: 3px;
    background: #fff;
    border-radius: 5px;
}

.footer .timkiem form .btn {
    background: var(--second-color);
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0;
}

.modal-promo {
    display: block;
    overflow: hidden;
    padding: 10px 2px 0px 10px;
}

    .modal-promo a {
        width: 49%;
        display: block;
        float: left;
        margin-right: 1%;
        margin-bottom: 10px;
        overflow: hidden;
    }

.fb_reset iframe {
    bottom: 180px !important;
}

@media only screen and (max-width:1380px) {
    .grid-5-columns .grid-item, .portfolio-5-columns .portfolio-item, .post-5-columns .post-item {
        width: 20%
    }

    .s12 .p3 {
        position: static;
        top: 180px;
        left: 0;
    }

    .s23 .p3 {
        position: static;
        top: 180px;
        left: 0;
    }

    .s16 .ct {
        margin-top: 20px;
    }

    .s16 .p2 {
        height: unset;
    }

    .s16 .sl {
        margin: 20px 0 0 0px;
    }
}

@media only screen and (min-width:1200px) {
    #mainMenu > .container {
        width: 1140px
    }
}

@media only screen and (min-width:1024px) {
    #topbar.topbar-mini .top-menu > li > a, #topbar.topbar-mini .top-menu > li {
        float: left
    }

    #header #mainMenu.menu-bottom {
        line-height: 40px;
        border: none;
        margin-top: 80px;
        position: relative
    }

        #header #mainMenu.menu-bottom nav {
            float: left
        }

        #header #mainMenu.menu-bottom:before {
            content: ' ';
            background: var(--second-color);
            position: absolute;
            top: 0;
            left: -100%;
            width: 300%;
            height: 100%
        }

        #header #mainMenu.menu-bottom nav > ul > li {
            line-height: 40px;
            padding: 0
        }

            #header #mainMenu.menu-bottom nav > ul > li > a {
                color: #fff
            }

            #header #mainMenu.menu-bottom nav > ul > li:first-child {
                padding-left: 0
            }

                #header #mainMenu.menu-bottom nav > ul > li:first-child a {
                    padding-left: 0
                }

    #header.header-menu-bottom.header-sticky.sticky-active #header-wrap {
        top: -80px
    }

    #header.header-menu-bottom #header-search {
        display: block;
        position: absolute;
        top: 23px;
        left: 0
    }

    #header-search .form-inline {
        margin-left: 24%;
        width: 49%
    }

    #header-search .input-group {
        width: 100%
    }

        #header-search .input-group .form-control {
            display: block;
            float: left;
            width: 100%;
            border-radius: 20px;
        }

    #header-search .input-group-btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
        border-radius: 4px;
    }

    #header-search .btn {
        padding: 12px 10px;
        background: transparent;
        color: #111;
        transition: none;
    }

    .sidebar-right .content {
        padding-right: 0 !important
    }

    .sidebar-left .content {
        padding-left: 0 !important
    }

    .single-post .post-thumbnail-list {
        width: 100%;
        float: left
    }

        .single-post .post-thumbnail-list .post-thumbnail-entry {
            width: 47%;
            float: left;
            clear: inherit;
            margin-right: 3%
        }

    .post-thumbnail-list .post-thumbnail-entry img {
        width: 80px;
        height: 60px;
        margin-right: 16px;
        float: left;
        display: block
    }

    .sidebar .widget .post-thumbnail-list .post-thumbnail-entry img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        float: left;
        display: block
    }

    .tienich .owl-carousel .owl-item p, .tienich .owl-carousel .owl-item p a {
        text-align: center;
        font-weight: 400;
        font-size: 8px;
        line-height: 13px
    }

        .tienich .owl-carousel .owl-item p a {
            font-weight: 700;
            font-style: italic
        }

    .tienich .owl-carousel .owl-item:not(.center) .anhtienich {
        padding: 15px 30px;
        position: relative
    }

        .tienich .owl-carousel .owl-item:not(.center) .anhtienich:after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgba(182,47,98,0.59)
        }

    .tienich .owl-carousel .owl-item:not(.center) .ghichu {
        opacity: 0
    }

    .tienich .owl-carousel .owl-item .anhtienich {
        transition: .3s
    }

    .tienich .carouselX {
        zoom: 200%;
        margin-left: -50%;
        width: 200%
    }

    .tienich .owl-carousel .owl-nav .owl-prev {
        left: 36%;
        z-index: 999;
        zoom: .6;
        top: 34%
    }

    .tienich .owl-carousel .owl-nav .owl-next {
        right: 36%;
        z-index: 999;
        zoom: .6;
        top: 34%
    }

    .tienich .center {
        float: left !important;
        margin: inherit
    }
}

@media only screen and (max-width:1024px) {
    .s8 .carousel a.current {
        height: 91px;
    }

    .s8 .carousel a {
        height: 78px;
    }

    .s8 .sg p {
        font-size: 12px
    }

        .s8 .sg p .btn {
            font-size: 11px;
        }

    .s28 .carousel a.current {
        height: 91px;
    }

    .s28 .carousel a {
        height: 78px;
    }

    .s28 .sg p {
        font-size: 12px
    }

        .s28 .sg p .btn {
            font-size: 11px;
        }

    .s31 .carousel a.current {
        height: 91px;
    }

    .s31 .carousel a {
        height: 78px;
    }

    .s31 .sg p {
        font-size: 12px
    }

        .s31 .sg p .btn {
            font-size: 11px;
        }

    .sale .p3 a.btn-1, .sale .p3 a.btn-2 {
        letter-spacing: -1px !important;
    }

    .s {
        padding: 40px 0
    }

    .p2 {
        margin-bottom: 10px;
    }

    .p22 {
        margin-bottom: 30px;
    }

    .s5 .p2, .s6 .p2 {
        margin-bottom: 140px;
    }



    #header .header-extras > ul > li .btn {
        padding: 12px 18px;
    }

    #mainMenu nav > ul > li > a {
        padding: 12px 19px 11px;
    }

    .container-left {
        margin-left: 30px
    }

    .container-right {
        margin-right: 30px
    }

    .tienich .carouselX {
        width: 80%;
        margin: auto
    }

    #mainMenu.menu-center nav {
        float: none;
        display: inline-block;
        vertical-align: top;
        border-top: 1px #ccc solid;
        width: 100%;
        line-height: 40px;
        float: left
    }

    #mainMenu nav > ul {
        margin: auto;
        display: block;
        width: fit-content
    }
}

@media (max-width:991px) {
    .s1 .p2, .s2 .p2, .s3 .p2, .s4 .p2, .s5 .p2, .s6 .p2 {
        height: unset;
        max-height: unset;
        overflow: unset;
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .s1 .sct, .s2 .sct, .s3 .sct, .s4 .sct, .s5 .sct, .s6 .sct {
        height: unset;
    }

    .s .img-desc {
        position: relative;
        top: -40px;
        right: 0;
        margin: 0 0 0px 0;
        padding: 0;
        width: 100%;
        height: 500px;
    }

        .s .img-desc img.bgr {
            position: static;
            margin: 0px;
            padding: 0;
            border-radius: unset;
            width: 100%;
            height: 500px;
            object-fit: cover;
            object-position: center;
        }

    .s15 .bg2 {
        background-position: 0px 20px;
        background-size: 100%;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 500px;
        margin-bottom: 0px;
        border-radius: unset;
    }

    .s15 .item-video-top {
        position: relative;
        top: 20px;
        right: 0;
        width: 100%;
        height: 500px;
    }

        .s15 .item-video-top img.top {
            position: static;
            margin-top: 0px;
            border-radius: unset;
            width: 100%;
            height: 500px;
            object-fit: cover;
            object-position: left;
        }

        .s15 .item-video-top .ct .icon-play img {
            max-width: 80px;
        }

    .s15 .ct {
        margin-top: 20px;
        height: 100%;
    }

    .s15 .sl {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:768px) {
    .s8 .col-md-2 {
        width: 50%;
        float: left;
        clear: inherit;
    }

    .s8 .sangon-bg {
        height: 300px;
    }

    .s8 .sg p .btn {
        margin: 0;
    }

    .s8 .sg p {
        text-align: center;
        margin-bottom: 10px;
    }

    .s8 #sg-dream {
        margin-top: 10px;
        text-align: center;
    }

    .s28 .col-md-2 {
        width: 50%;
        float: left;
        clear: inherit;
    }

    .s28 .sangon-bg {
        height: 300px;
    }

    .s28 .sg p .btn {
        margin: 0;
    }

    .s28 .sg p {
        text-align: center;
        margin-bottom: 10px;
    }

    .s28 #sg-dream {
        margin-top: 10px;
        text-align: center;
    }


    .s31 .col-md-2 {
        width: 50%;
        float: left;
        clear: inherit;
    }

    .s31 .sangon-bg {
        height: 300px;
    }

    .s31 .sg p .btn {
        margin: 0;
    }

    .s31 .sg p {
        text-align: center;
        margin-bottom: 10px;
    }

    .s31 #sg-dream {
        margin-top: 10px;
        text-align: center;
    }

    .s .bg .cm {
        transform: none;
        right: 0;
        left: auto;
        bottom: 0;
    }


    .s .img-desc {
        top: 0px;
        margin: 0 0 20px 0;
        height: 300px;
    }

        .s .img-desc img.bgr {
            height: 300px;
        }

        .s .img-desc img.cm {
            position: absolute;
            transform: none;
            right: 0;
            left: auto;
            bottom: 0;
        }

    .s {
        padding-top: 0
    }

        .s .bg {
            position: relative;
            top: 0px;
            right: 0px;
            width: 100%;
            height: 500px;
            margin-bottom: 40px;
            border-radius: unset;
        }

    .s15 .bg2 {
        background-position: 0px 20px;
        background-size: 100%;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 400px;
        margin-bottom: 0px;
        border-radius: unset;
    }

    .s15 .item-video-top {
        position: relative;
        top: 20px;
        right: 0;
        width: 100%;
        height: 400px;
    }

        .s15 .item-video-top img.top {
            position: static;
            margin-top: 0px;
            border-radius: unset;
            width: 100%;
            height: 400px;
            object-fit: cover;
            object-position: left;
        }

        .s15 .item-video-top .ct .icon-play img {
            max-width: 60px;
        }

    .s15 .ct {
        margin-top: 20px;
        height: 100%;
    }

    .s15 .sl {
        margin-bottom: 0px;
    }

    .container-left, .container-right {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-cart-xs {
        position: fixed !important;
        bottom: 85px;
        left: 20px;
        z-index: 999;
        background: #ddd;
        border-radius: 20em;
        padding: 12px 6px;
        box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3)
    }

    .table tr th, .table tr td, .table tr td span, .table tr td p, .table tr td a {
        font-size: 12px !important
    }

    .dangky form input {
        width: 100% !important;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:768px) and (min-width:480px) {
    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }
}

@media only screen and (max-width:480px) {
    .modal-promo a {
        width: 98%;
    }

    .s9 .btn {
        width: 100%
    }

    .footer p, .footer a {
        text-align: center
    }

    .s7 {
        padding-top: 0
    }

    .s32 {
        padding-top: 0
    }

    .s5 .p2, .s6 .p2 {
        margin-bottom: 20px
    }

    .s .carousel {
        margin: 0
    }

    .p4 .btn-my {
        width: 100%;
    }

    .p4 .btn-dang-ky-hoi-vien {
        width: 100%;
        margin: 0;
    }
    /*.p4 a:last-child{display:none}*/
    .s1 .p3 { /* display:none */
    }

    .s .bg {
        height: 200px;
    }

    .s .img-desc {
        top: 0px;
        height: 200px;
    }

        .s .img-desc img.bgr {
            height: 200px;
        }


    .s12 .featured-thumbnail-big, .s12 .smallnews .featured-thumbnail {
        width: 100%;
        height: 100%;
        background-color: #e3e3e3;
        display: block;
        margin: 0px 0px 10px 0px;
    }

        .s12 .featured-thumbnail-big img, .s12 .smallnews .featured-thumbnail img {
            border: 0;
            width: 100%;
            height: 100%;
            /*object-fit: cover;
            object-position: center;*/
        }

    .s23 .featured-thumbnail-big {
        width: 100%;
        height: 100%;
        background-color: #e3e3e3;
        display: block;
        margin: 0px 0px 10px 0px;
    }

        .s23 .featured-thumbnail-big img {
            border: 0;
            width: 100%;
            height: 100%;
            /*object-fit: cover;
            object-position: center;*/
        }

    .s15 .bg2 {
        height: 300px;
    }


    .s16 {
        padding: 0px 0 0px 0;
    }

    .s17 {
        padding: 60px 0 0px 0;
    }

    .s26 a {
        font-size: 10px;
    }

    .s28 .sangon-bg {
        max-height: 200px;
    }

    .s31 .sangon-bg {
        max-height: 200px;
    }

    .tbimg-content {
        width: 100%;
        height: 100%;
        margin: 0px 0 10px 0;
        padding: 0;
    }

    .foot-icon-float {
        position: fixed;
        bottom: 135px;
        right: -45px;
        z-index: 99;
        transform: rotate(90deg);
    }

    .fb_reset iframe {
        bottom: 10px !important;
    }

    .san-pham .col-md-4, .san-pham .col-md-3 {
        width: 50%;
        float: left;
        clear: inherit;
    }

    .fb_dialog { /* display:none!important */
    }

    .product-page .product .product-image .thumb > a {
        width: 33%
    }

        .product-page .product .product-image .thumb > a:nth-child(4n+1) {
            margin-left: auto
        }

        .product-page .product .product-image .thumb > a:nth-child(4n+4) {
            margin-right: auto
        }

        .product-page .product .product-image .thumb > a:nth-child(3n+1) {
            margin-left: 0
        }

        .product-page .product .product-image .thumb > a:nth-child(3n+3) {
            margin-right: 0
        }

    .each-product .product-title h4 {
        font-size: 14px;
        line-height: 1.3
    }

    #topbar .top-menu > li {
        line-height: 35px;
        height: 30px
    }

    #header .header-extras > ul > li .btn { /* position:fixed; */ /* bottom:28px; */ /* left:10px; */ /* z-index:9999; */
    }

    .product .product-description {
        padding: 0
    }

    .btn-hotline-noi {
        left: 50%;
        transform: translateX(-50%)
    }

    .btn-hotline-noi-1 {
        left: 50%;
        transform: translateX(-50%);
        bottom: 59px
    }

    .btn-hotline-noi-2 {
        bottom: 3px
    }

    .heading h1, .heading h2 {
        font-size: 19px;
        letter-spacing: -1px !important;
        line-height: 1.4
    }

    .footer .dangky {
        padding: 0 15px
    }

    .footer .col-md-1, .footer .col-md-2, .footer .col-md-3, .footer .col-md-4, .footer .col-md-5 {
        overflow: hidden;
        margin-bottom: 30px
    }

    .fb-livechat .fb-button {
        bottom: 75px;
        right: 20px
    }

    .fb-livechat .bubble-msg {
        display: none
    }

    .content h1, .post-item-description h1 {
        font-size: 22px
    }

    .product-page .product .product-title h1 {
        font-size: 22px
    }

    #modalSale .form-group {
        width: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) and (min-width:350px) {
    .grid-layout .grid-item {
        width: 50% !important
    }
}


/*-------------------------Comment Start----------------------------*/

.containerCommentBG {
    background-color: var(--eight-color);
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

    .containerCommentBG .btn:active, .containerCommentBG .btn.active {
        box-shadow: unset;
    }

.containerComment {
    width: 100%;
    border-top: 1px solid var(--seventh-color);
    margin-top: 30px;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.bootdey .media-body, .bootdey .media-left, .bootdey .media-right {
    display: table-cell;
    vertical-align: top;
}

.bootdey .media-left, .bootdey .media > .pull-left {
    padding-right: 10px;
}

.bootdey hr {
    width: 100%;
    border-color: var(--seventh-color);
}

.bootdey .img-circle {
    border-radius: 50%;
}

.bootdey img {
    vertical-align: middle;
}

.bootdey img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.bootdey .img-sm {
    width: 46px;
    height: 46px;
}

.bootdey .panel {
    /*box-shadow: 0 1px 0 var(--seventh-color);*/
    border-radius: 0;
    border: 0;
    background: unset;
    margin: 0px 55px 0 55px;
    /*margin-bottom: 15px;*/
}

    .bootdey .panel .comment-header {
        margin: 25px 0px 0px 0px;
        color: var(--eighth-color);
        font-weight: 500;
        font-size: 16px;
    }

    .bootdey .panel .panel-footer, .bootdey .panel > :last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .bootdey .panel .panel-heading, .bootdey .panel > :first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.bootdey .panelComment {
    box-shadow: none;
    margin: 15px 55px 0 55px;
    margin-bottom: 0;
}

    .bootdey .panelComment .panel-body {
        padding: 25px 0px 0px 0px;
    }

    .bootdey .panelComment .panel-body-comment {
        max-height: 0px;
        overflow: hidden;
        transition: 0.5s;
    }

        .bootdey .panelComment .panel-body-comment.show {
            margin-top: 10px;
            padding: 2px 2px 0 2px;
            max-height: 600px;
        }

.bootdey .panel-body {
    padding: 15px 0px 0px 0px;
    background-color: unset;
}

    .bootdey .panel-body .btn {
        text-transform: unset;
        font-weight: 500;
    }

        .bootdey .panel-body .btn i {
            margin: 10px 1px 0 0;
        }

    .bootdey .panel-body .btn-primary {
        background-color: var(--main-color);
        border-color: var(--main-color);
        margin: 0 3px 3px 0;
    }

        .bootdey .panel-body .btn-primary:hover {
            background-color: var(--main-color);
            border-color: var(--main-color);
        }

        .bootdey .panel-body .btn-primary.focus,
        .bootdey .panel-body .btn-primary:focus {
            box-shadow: 0 0 0 0.2rem var(--third-color);
        }

        .bootdey .panel-body .btn-primary.disabled,
        .bootdey .panel-body .btn-primary:disabled {
            color: #fff;
            background-color: var(--seventh-color);
            border-color: unset;
        }

        .bootdey .panel-body .btn-primary:not(:disabled):not(.disabled).active,
        .bootdey .panel-body .btn-primary:not(:disabled):not(.disabled):active,
        .show > .bootdey .panel-body .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: unset;
            border-color: unset;
        }

            .bootdey .panel-body .btn-primary:not(:disabled):not(.disabled).active:focus,
            .bootdey .panel-body .btn-primary:not(:disabled):not(.disabled):active:focus,
            .show > .bootdey .panel-body .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem var(--third-color);
            }

    .bootdey .panel-body .btn-default {
        color: var(--eighth-color);
        border: unset;
        font-size: 14px;
        background: unset;
        margin: 5px 3px 3px 0;
    }

        .bootdey .panel-body .btn-default:hover {
            background: unset;
            color: var(--main-color);
            border: unset;
        }

        .bootdey .panel-body .btn-default.focus,
        .bootdey .panel-body .btn-default:focus {
            /*box-shadow: 0 0 0 0.2rem var(--third-color);*/
            box-shadow: unset;
        }

        .bootdey .panel-body .btn-default.disabled,
        .bootdey .panel-body .btn-default:disabled {
            color: #fff;
            background-color: var(--seventh-color);
            border-color: unset;
        }

        .bootdey .panel-body .btn-default:not(:disabled):not(.disabled).active,
        .bootdey .panel-body .btn-default:not(:disabled):not(.disabled):active {
            color: var(--main-color);
            background-color: unset;
            border-color: unset;
        }

            .bootdey .panel-body .btn-default:not(:disabled):not(.disabled).active:focus,
            .bootdey .panel-body .btn-default:not(:disabled):not(.disabled):active:focus {
                /*box-shadow: 0 0 0 0.2rem var(--third-color);*/
                box-shadow: unset;
            }

    .bootdey .panel-body .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: var(--sixth-color);
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 6px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .bootdey .panel-body .form-control:focus {
            color: var(--sixth-color);
            background-color: #fff;
            border-color: #fff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem var(--seventh-color);
        }

    .bootdey .panel-body .media-heading {
        color: var(--sixth-color);
        font-weight: 500;
    }

    .bootdey .panel-body .text-muted {
        color: var(--fourth-color);
    }

    .bootdey .panel-body .callComment {
        color: var(--main-color);
    }

    .bootdey .panel-body .expandCommentChild {
        color: var(--main-color);
    }

.bootdey .media-block .media-left {
    display: block;
    float: left
}

.bootdey .media-block .media-right {
    display: block;
    float: right
}

.bootdey .media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

    .bootdey .media-block .media-body p {
        margin-bottom: 0;
    }

.bootdey .middle .media-left,
.bootdey .middle .media-right,
.bootdey .middle .media-body {
    vertical-align: middle
}

.bootdey .thumbnail {
    border-radius: 0;
    border-color: #e9e9e9
}

.bootdey .tag.tag-sm, .bootdey .btn-group-sm > .tag {
    padding: 5px 10px;
}

.bootdey .tag:not(.label) {
    background-color: #fff;
    padding: 6px 12px;
    /*border-radius: 2px;*/
    border: 1px solid #cdd6e1;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.bootdey .text-muted, .bootdey a.text-muted:hover, .bootdey a.text-muted:focus {
    color: #acacac;
}

.bootdey .text-sm {
    font-size: 0.9em;
}

.bootdey .text-5x, .bootdey .text-4x, .bootdey .text-5x, .bootdey .text-2x, .bootdey .text-lg, .bootdey .text-sm, .bootdey .text-xs {
    line-height: 1.25;
}

.bootdey .btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292;
}

.bootdey .btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}

.bootdey .btn-sm {
    padding: 0px 10px !important;
}

.bootdey .btn-group-sm > .btn, .bootdey .btn-icon.btn-sm {
    padding: 5px 10px !important;
}

.bootdey .mar-top {
    margin-top: 15px;
}

.bootdey .pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
    /*width: 100%;*/
}

    .bootdey .pagination > li {
        display: inline;
    }

        .bootdey .pagination > li .page-link {
            color: var(--main-color);
        }

        .bootdey .pagination > li.disabled .page-link {
            color: var(--sixth-color);
        }

        .bootdey .pagination > li.active .page-link {
            border: 1px solid var(--third-color);
        }

    .bootdey .pagination .page-item .page-link {
        background-color: unset;
    }

    .bootdey .pagination > li > a, .bootdey .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: 0px;
        line-height: 1.428571429;
        text-decoration: none;
        background-color: unset;
    }

.bootdey .page-item {
    display: inline;
}

.bootdey ul {
    list-style-type: disc;
}

.bootdey .commentChild {
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;
}

    .bootdey .commentChild.show {
        max-height: 9000px;
    }

/*-------------------------Comment End----------------------------*/


/*------------------------------------------- VISUAL LIGHTBOX START --------------------------------------------*/

#vlightbox1 {
    width: 100%;
    zoom: 1;
}

    #vlightbox1 .vlightbox1 {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        position: relative;
        vertical-align: top;
        margin: 5px;
        width: 160px;
        font-family: Trebuchet,Tahoma,Arial,sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        opacity: 0.87;
        outline: none;
    }

        #vlightbox1 .vlightbox1 a {
            margin: 0;
        }

            #vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover {
                opacity: 1;
            }

        #vlightbox1 .vlightbox1 img {
            display: block;
            border: none;
            margin: 0;
        }

        #vlightbox1 .vlightbox1 div {
            display: none
        }

#vlb1overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 190;
    width: 100%;
    height: auto;
    background-color: #000;
}

#vlb1lightbox {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 200;
    text-align: center;
    color: #151410;
    line-height: 0;
}

    #vlb1lightbox td {
        vertical-align: top;
    }

    #vlb1lightbox a, #vlb1lightbox a:hover {
        border-bottom: none;
        color: #151410;
        text-decoration: underline;
    }

        #vlb1lightbox a img {
            border: none;
        }

#vlb1outerImageContainer {
    width: auto;
    height: auto; /* without this line error in IE8 detected */
    margin: 0 auto;
    position: relative;
}

#vlb1lightboxImage {
    width: 100%;
    height: 100%;
}

#vlb1imageContainerMain {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    font-size: 0; /* ie fix - big info bar*/
}

#vlb1imageContainer {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    font-size: 0; /* ie fix - big info bar*/
}

#vlb1loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    font-size: 10px;
    z-index: 1;
}

#vlb1loadingLink {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(/Images/VisualLightBox/loading.gif) center center no-repeat;
    text-indent: -9999px;
}

#vlb1hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#vlb1imageContainer > #hoverNav {
    left: 0;
}

#vlb1prevLinkImg, #vlb1nextLinkImg {
    top: 0;
    width: 48px;
    height: 100%;
    position: absolute;
    z-index: 20;
    outline-style: none;
    display: block;
    text-indent: -9999px;
    background: none;
}

* html #vlb1prevLinkImg, * html #vlb1nextLinkImg {
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}

#vlb1prevLinkImg {
    left: 0;
}

#vlb1nextLinkImg {
    right: 0;
}

#vlb1prevLinkImg:hover, #vlb1prevLinkImg.hover, #vlb1prevLinkImg:visited:hover {
    background: url(/Images/VisualLightBox/prev.png) 5% center no-repeat;
    _background-image: url(/Images/VisualLightBox/prev_ie6.gif)
}

#vlb1nextLinkImg:hover, #vlb1nextLinkImg.hover, #vlb1nextLinkImg:visited:hover {
    background: url(/Images/VisualLightBox/next.png) 97% center no-repeat;
    _background-image: url(/Images/VisualLightBox/next_ie6.gif)
}


#vlb1imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    width: 100%;
}

#vlb1imageData {
    overflow: hidden;
    width: 100%;
}

#vlb1imageDetails {
    width: 70%;
    float: left;
    text-align: left;
    padding: 10px 10px 0 10px;
}

#vlb1caption {
    font-weight: bold;
    display: block;
}

#vlb1numberDisplay {
    display: block;
    float: left;
    padding-right: 10px;
}

#vlb1detailsNav {
    display: block;
    float: left;
    padding: 0;
}

#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl {
    background-repeat: no-repeat;
    outline-style: none;
    display: block;
    float: left;
}

#vlb1prevLinkDetails {
    margin: 3px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    background: url(/Images/VisualLightBox/prevlabel.gif) left center;
}

#vlb1nextLinkDetails {
    margin: 3px;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    background: url(/Images/VisualLightBox/nextlabel.gif) right center;
}

#vlb1slideShowControl.started {
    background-image: url(/Images/VisualLightBox/pause.gif);
}

#vlb1slideShowControl {
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    background: url(/Images/VisualLightBox/start.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

#vlb1close {
    padding: 10px 10px 0 0;
    float: right;
}

#vlb1closeLink {
    display: block;
    outline-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 32px;
    height: 32px;
    background: url(/Images/VisualLightBox/close.gif) no-repeat;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html > body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}


#vlb1outerImageFrame {
    border: solid 1px red;
    height: 100%;
    width: 100%;
    position: absolute;
}


#vlb1outerImageContainer {
    overflow: visible;
}

    #vlb1outerImageContainer td {
        text-align: center;
        padding: 0;
    }

#vlb1lightboxFrameBody {
    background-color: #fff;
    border: solid 1px #fff; /* hack for opera table small cell width */
}

#vlb1outerImageContainer td, #vlb1outerImageContainer tr {
    font-size: 0;
    border: 0 none;
}
    /* frame style */
    #vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br {
        height: 15px;
        width: 15px;
    }

.vlb {
    display: none;
}

#vlb1outerImageContainer td.tl {
    background-image: url(/Images/VisualLightBox/borderTopLeft.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderTopLeft.png', sizingMethod='scale');
}

#vlb1outerImageContainer td.tc {
    background-image: url(/Images/VisualLightBox/borderTopCenter.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderTopCenter.png', sizingMethod='scale');
}

#vlb1outerImageContainer td.ml {
    background-image: url(/Images/VisualLightBox/borderMiddleLeft.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderMiddleLeft.png', sizingMethod='scale');
}

#vlb1outerImageContainer td.mr {
    background-image: url(/Images/VisualLightBox/borderMiddleRight.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderMiddleRight.png', sizingMethod='scale');
}

#vlb1outerImageContainer td.bc {
    background-image: url(/Images/VisualLightBox/borderBottomCenter.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderBottomCenter.png', sizingMethod='scale');
}


#vlb1outerImageContainer td.tr {
    background-image: url(/Images/VisualLightBox/borderTopRight.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderTopRight.png', sizingMethod='scale');
}

#vlb1outerImageContainer td.bl {
    background-image: url(/Images/VisualLightBox/borderBottomLeft.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderBottomLeft.png', sizingMethod='scale');
}

#vlb1outerImageContainer td.br {
    background-image: url(/Images/VisualLightBox/borderBottomRight.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/VisualLightBox/borderBottomRight.png', sizingMethod='scale');
}

/*------------------------------------------- VISUAL LIGHTBOX END ----------------------------------------------*/



/*------------------------------------------------- Calendar Start -----------------------------------------------------*/
/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #ddd;
}

#calendar_div {
    display: none;
    border: 1px solid #757495;
    z-index: 10; /*must have*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    #calendar_div select {
        /*padding:0;
    margin:0;*/
        max-width: unset;
        min-width: 40%;
        display: inline;
        color: unset;
        background-color: #fff;
    }

#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    width: 220px;
}

.calendar_inline {
    float: left;
    display: block;
    border: 0;
}

.calendar_dialog {
    padding: 5px !important;
    border: 4px ridge #ddd !important;
}

button.calendar_trigger {
    width: 25px;
}

img.calendar_trigger {
    margin: 2px;
    vertical-align: middle;
}

.calendar_prompt {
    float: left;
    width: 181px;
    padding: 2px;
    background: #ddd;
    color: #000;
}

* html .calendar_prompt {
    width: 185px;
}

.calendar_control, .calendar_links, .calendar_header, .calendar {
    clear: both;
    float: left;
    color: #fff;
}

.calendar_control {
    background: #901A1D;
}

.calendar_links {
    background: #e0dfe3;
}

.calendar_control, .calendar_links {
    font-weight: bold;
    font-size: 80%;
    letter-spacing: 1px;
}

    .calendar_links label { /* disabled links */
        padding: 2px 5px;
        color: #888;
    }

.calendar_clear, .calendar_prev {
    float: left;
}

.calendar_current {
    float: left;
    width: 45%;
    text-align: center;
}

.calendar_close, .calendar_next {
    float: right;
}

.calendar_header {
    background: #f2f1f3;
    text-align: center;
    font-weight: bold;
}

    .calendar_header select {
        background: #f2f1f3;
        color: #000;
        border: 0px;
        font-weight: bold;
    }

.calendar {
    background: #ccc;
    text-align: center;
    font-size: 100%;
}

    .calendar a {
        display: block;
        width: 100%;
        text-decoration: none;
        font-weight: normal;
    }

    .calendar .calendar_titleRow {
        background: #f2f1f3;
        color: #000 !important;
        border-left: none;
    }

    .calendar .calendar_daysRow {
        background: #fff;
        color: #999;
    }

    .calendar .calendar_daysCell {
        color: #000;
        border: 1px solid #ddd;
        border-left: none;
    }

#calendar .calendar_daysCell a {
    display: block;
}

.calendar .calendar_weekEndCell {
    background: #fff;
}

.calendar .calendar_daysCellOver {
    background: #ffeec2;
}

.calendar .calendar_unselectable {
    color: #888;
}

.calendar_today {
    background: #ccc !important;
}

.calendar_currentDay {
    background: #ffeec2 !important;
}

/* ________ calendar LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #000;
}

.calendar_inline .calendar_links a {
    padding: 0 5px !important;
}

.calendar_control a {
    padding: 2px 5px !important;
    color: #fff !important;
}

.calendar_links a {
    padding: 2px 5px !important;
    color: #000 !important;
}

.calendar_titleRow a {
    color: #000 !important;
}

.calendar_control a:hover {
    /*background: #fdd !important;*/
    color: #ffeec2 !important;
}

.calendar_links a:hover, .calendar_titleRow a:hover {
    background: #fff !important;
    color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display /**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/
}


/*------------------------------------------------- Calendar End -----------------------------------------------------*/

/*--------------------------------------------Montgomerielinks Start---------------------------------------------------------------------------*/
#package_list {
}

    #package_list dta {
        display: block;
        border: 1px solid #ededed;
        min-height: 26px;
        /*background: url(/Images/Montgomerielinks/bg_tabpackage.jpg) top left repeat-x;*/
        background: #f8f8f8 top left repeat-x;
        cursor: pointer;
        padding: 0 10px 0 0px;
        margin: 0 0 2px 0px;
    }

    #package_list dt {
        display: block;
        border: 1px solid #ededed;
        min-height: 26px;
        /*background: #fff url(/Images/Montgomerielinks/bg_tabpackage.jpg) repeat;*/
        background: #f8f8f8 top left repeat-x;
        line-height: 19px;
        cursor: pointer;
        padding: 0 20px 0 10px;
        margin: 0 0 2px 0px;
    }

    #package_list dd {
        margin-left: 15px;
    }

.package_content {
    padding: 0px 0 0px 0;
    margin: 15px 0 15px 0;
}

    .package_content .package_desc {
    }

    .package_content .image img, .content_list .image img {
        max-width: 220px;
        width: expression(this.width > 220 ? 220: true);
    }

    * html .package_content .image img, * html .content_list .image img {
        width: expression(this.width > 220 ? 220: true);
    }

#package_list dta .package_head .package_name {
    margin-left: 35px;
}

.package_head {
    /*height: 21px;*/
    padding-top: 2px;
    float: left;
    width: 100%;
}

    .package_head .package_name {
        float: left;
        font-weight: bold;
        /*color: #717171;*/
        color: #000;
    }

    .package_head .package_price {
        float: right;
    }

#btn_package {
    /* float: right;*/
    /*margin:-23px 0px 0 0;*/
}

#btn_package_a {
    /*float: left;*/
}

#btn_package img {
    position: absolute;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: -2px;
}

#btn_package i {
    position: absolute;
    right: 16px;
    margin: -1px 0px 0 0;
}

#btn_package_a i {
    position: absolute;
    left: 0;
    margin: -1px 0px 0 16px;
}

#btn_package i, #btn_package_a i {
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding: 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #CCAE73;
}

    #btn_package i:hover, #btn_package_a i:hover {
        background: #901A1D;
    }

#package_list .clicked #btn_package i, #package_list .clicked #btn_package_a i {
    background: #901A1D;
}


/*--------------------------------------------Montgomerielinks End---------------------------------------------------------------------------*/
