/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
@font-face {
    font-family: 'SVN-Helga';
    src: url("fonts/SVN-Helga.otf");
} */


.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1170px;
}

body {
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
}

.nav > li > a {
}

.w_slogan {
    color: #F5BE6B;
    line-height: normal;
}

    .w_slogan div:nth-child(1) {
        font-size: 20px;
    }

    .w_slogan div:nth-child(2) {
        font-size: 32px;
        font-weight: 700;
    }

.grPhoneEmail {
    display: flex;
    gap: 83px;
}

    .grPhoneEmail .Phone {
        padding-left: 60px;
        background: url(images/hotline1.png) left center no-repeat;
    }

        .grPhoneEmail .Phone div {
            color: white;
        }

            .grPhoneEmail .Phone div:nth-child(1) {
                font-size: 14px;
            }

            .grPhoneEmail .Phone div:nth-child(2) {
                font-weight: 700;
                font-size: 20px;
            }

    .grPhoneEmail .Email {
        background: url(images/email1.png) left center no-repeat;
        padding-left: 60px;
    }

        .grPhoneEmail .Email div {
            color: white;
        }

            .grPhoneEmail .Email div:nth-child(1) {
            }

            .grPhoneEmail .Email div:nth-child(2) {
                font-weight: 700;
                font-size: 20px;
            }

.header-bottom-nav .searchform-wrapper .flex-row {
    border-bottom: 1px solid #5D4434;
}

.header-bottom-nav .searchform-wrapper .search-field {
    background: transparent;
    border: none;
    box-shadow: none;
}

.header-bottom-nav .searchform-wrapper .ux-search-submit {
    color: #5D4434;
    background: transparent;
    box-shadow: none;
    border: none;
}

    .header-bottom-nav .searchform-wrapper .ux-search-submit i {
        font-weight: 400;
    }

.ftInfo img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.ftInfo h3 {
    font-weight: 700;
    color: #F6CA65;
    text-align: center;
}

.ftInfo ul {
    list-style: none;
}

    .ftInfo ul li {
        margin: 0;
        margin-bottom: 13px;
        color: white;
        font-weight: 700;
        padding-left: 23px;
        font-size: 14px;
    }

        .ftInfo ul li a {
        }

        .ftInfo ul li:nth-child(1) {
            background: url(images/f1.png) left 5px no-repeat;
        }

        .ftInfo ul li:nth-child(2) {
            background: url(images/f2.png) left center no-repeat;
        }

        .ftInfo ul li:nth-child(3) {
            background: url(images/f3.png) left 6px no-repeat;
        }
        .ftInfo ul li:nth-child(4) {
            background: url(images/f2.png) left center no-repeat;
        }
              .ftInfo ul li:nth-child(5) {
            background: url(images/f3.png) left 6px no-repeat;
        }

.ftList {
}

    .ftList h3 {
        color: #F6CA65;
        font-size: 20px;
        margin-top: 57px;
    }

    .ftList ul {
    }

        .ftList ul li {
            color: white;
        }

            .ftList ul li a {
                display: block;
                color: white;
            }

.productst-e {
    padding: 70px 0;
    background: #FAF3EB;
}

    .productst-e:nth-child(2n) {
        background: #EEE1D7;
    }

.category-title {
    margin-bottom: 32px;
    padding-bottom: 20px;
    background: url(images/line1.png) bottom center no-repeat;
}

    .category-title a {
        font-size: 32px;
        color: #5D4434;
        font-weight: 700;
        text-align: center;
        display: block;
    }

        .category-title a:after {
            content: "";
            position: absolute;
        }

.proItem {
    margin: 2px;
    margin-bottom: 30px;
    box-shadow: 1px -2px 10px 0px #00000026;
}

.proThumb {
    height: 185px;
    overflow: hidden;
}

    .proThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.proContent {
    padding: 15px 20px 6px;
    background: white;
}

.proTitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
    display: block;
}

    .proTitle a {
        font-size: 16px;
        color: #5D4434;
        font-weight: 700;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.grProPrice {
    background: #5D4434;
    padding: 8px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px;
}

.proPrice {
    line-height: normal;
}

    .proPrice .new {
    }

    .proPrice .old {
    }

    .proPrice .new span.amount {
        font-size: 17px;
        color: #F5BE6B;
    }

    .proPrice .old span.amount {
        font-size: 14px;
        color: #A5A0A0;
        font-weight: 700;
        text-decoration: line-through;
    }

.category-read {
    margin-top: 14px;
}

    .category-read a {
        display: block;
        width: 278px;
        margin: 0 auto;
        text-align: center;
        height: 48px;
        background: #5D4434;
        line-height: 48px;
        color: #F5BE6B;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        max-width: 100%;
    }

        .category-read a:before {
            content: "";
            position: absolute;
            background: url(images/btnLeft.png) no-repeat;
            width: 13px;
            height: 13px;
            left: 26px;
            top: 17px;
        }

        .category-read a:after {
            content: "";
            position: absolute;
            background: url(images/btnRight.png) no-repeat;
            width: 13px;
            height: 13px;
            right: 26px;
            top: 17px;
        }

.morePrice {
}

    .morePrice a {
        font-size: 14px;
        color: white;
        font-weight: 700;
    }

.proCusF {
}

    .proCusF .profItem {
        padding-left: 25px;
        color: #5C5B5B;
        font-size: 14px;
        margin-bottom: 11px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

        .proCusF .profItem:nth-child(1) {
            background: url(images/pf1.png) left center no-repeat;
        }

        .proCusF .profItem:nth-child(2) {
            background: url(images/pf2.png) left center no-repeat;
        }

.proItem:hover .proTitle a {
    color: #F5BE6B;
}

.home-prohot-owl .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
}

.home-prohot-owl .owl-dots {
}

    .home-prohot-owl .owl-dots .owl-dot {
    }

.proPrice .contact {
    font-size: 17px;
    color: #F5BE6B;
    font-weight: 700;
}

.proItem:hover .morePrice a {
    color: #F5BE6B;
}

.home-prohot-owl .owl-nav .owl-next {
    text-indent: -999px;
    overflow: hidden;
    width: 62.33px;
    height: 62.33px;
    background: url(images/arRight.png) no-repeat !important;
    margin: 0;
    right: -33px;
    position: absolute;
}

    .home-prohot-owl .owl-nav .owl-next span {
    }

.home-prohot-owl .owl-nav .owl-prev {
    text-indent: -999px;
    overflow: hidden;
    width: 62.33px;
    height: 62.33px;
    background: url(images/arLeft.png) no-repeat !important;
    margin: 0;
    /* position: absolute; */
    left: -33px;
}

    .home-prohot-owl .owl-nav .owl-prev span {
    }

.headingDefault2 {
}

.titleHeading1 {
}

    .titleHeading1 .section-title-normal {
        border: none;
        align-items: center;
    }

        .titleHeading1 .section-title-normal .section-title-main {
            font-size: 32px;
            font-weight: 700;
            color: #5D4434;
            border: none;
            background: url(images/line2.png) left bottom no-repeat;
            padding-bottom: 15px;
        }

            .titleHeading1 .section-title-normal .section-title-main:before {
                position: absolute;
                content: "";
            }

        .titleHeading1 .section-title-normal b {
            display: none;
        }

    .titleHeading1 a {
        position: relative;
        width: 198px;
        height: 48px;
        BACKGROUND: #5D4434;
        display: flex;
        align-items: center;
        color: #F5BE6B;
        font-size: 16px;
        padding: 0 30px;
    }

        .titleHeading1 a i {
            background: url(images/xemLeft.png) left center no-repeat;
            width: 13px;
            height: 13px;
            margin: 0 !important;
            padding: 0;
            opacity: 1;
            right: 18px;
            position: absolute;
        }

            .titleHeading1 a i:before {
                display: none;
            }

.srvHome .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
}

    .srvHome .owl-nav .owl-prev {
        text-indent: -999px;
        overflow: hidden;
        width: 62.33px;
        height: 62.33px;
        background: url(images/arLeft.png) no-repeat !important;
        margin: 0;
        position: absolute;
        left: -33px;
    }

    .srvHome .owl-nav .owl-next {
        text-indent: -999px;
        overflow: hidden;
        width: 62.33px;
        height: 62.33px;
        background: url(images/arRight.png) no-repeat !important;
        margin: 0;
        position: absolute;
        right: -33px;
    }

.srvItem {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.srvThumb {
    height: 305px;
    overflow: hidden;
}

    .srvThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.srvContent {
    height: 92px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    background: rgb(54 54 54 / 60%);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.srvTitle {
    width: 100%;
    display: block;
    text-align: center;
}

    .srvTitle a {
        font-size: 24px;
        color: white;
        font-weight: 700;
    }

.srvItem:hover {
}

    .srvItem:hover .srvContent {
        background: rgb(93 68 52 / 90%);
    }

.postItem {
    display: flex;
    gap: 30px;
    margin-bottom: 65px;
    align-items: center;
}

.postThumb {
    min-width: 277px;
    height: 153px;
    overflow: hidden;
    border-radius: 10px;
}

    .postThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.postContent {
}

.postTitle {
}

    .postTitle a {
        font-size: 20px;
        color: #5D4434;
        font-weight: bold;
    }

.postDescription {
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #5D4434;
}

.postDate {
    background: url(images/idate.png) left center no-repeat;
    padding-left: 21px;
    margin-bottom: 11px;
    color: #F5BE6B;
    font-size: 14px;
}

.button.icon.is-small {
    background: #f6ca65;
    color: #5d4434;
}

.btnSend {
    background-color: #5D4434 !important;
    color: #F5BE6B !important;
}

.pagePostCategory {
}

    .pagePostCategory .postItem {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
        align-items: center;
        flex-wrap: wrap;
    }

.title-overlay {
    background-color: #5d4434 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

.social-icons {
    display: block;
    margin-top: 20px;
    text-align: center;
    vertical-align: middle;
    color: #999;
}

    .social-button, .social-icons .button.icon, .social-icons .button.icon:not(.is-outline) {
        background-color: #fff !important;
        margin: 0 2.5px;
        width: calc((100% - 30px) / 5);
        border-color: #e5e5e5 !important;
        border-width: 1px !important;
        border-radius: 3px !important;
        line-height: 34px;
        display: inline-block !important;
        opacity: 1;
    }

a.icon.button.circle.is-outline.tooltip.facebook.tooltipstered {
}

.button.facebook, .button.facebook:not(.is-outline) {
    color: #1b74e4 !important;
}

.button.whatsapp, .button.whatsapp:not(.is-outline) {
    color: #00a884 !important;
}

.button.twitter, .button.twitter:not(.is-outline) {
    color: #1d9bf0 !important;
}

.button.email, .button.email:not(.is-outline), .button.tiktok, .button.tiktok:not(.is-outline) {
    color: #ea4335 !important;
}

.button.telegram, .button.telegram:not(.is-outline) {
    color: #3390ec !important;
}

.lightweight-accordion {
    margin-bottom: .4em;
}

    .lightweight-accordion .lightweight-accordion-title {
        display: list-item;
        background: #fff;
        padding: 10px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        user-select: none;
        font-weight: 700;
        color: black;
    }

.lightweight-accordion-title::marker {
    content: '';
}

.lightweight-accordion-title span:before {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.lightweight-accordion .lightweight-accordion-body {
    padding: 10px 0;
    color: black;
}

    .lightweight-accordion .lightweight-accordion-body p:last-child {
        margin-bottom: 0;
    }

details[open] .lightweight-accordion-title {
    color: #5d4434;
}

.headingDefault {
    margin-bottom: 0;
}

    .headingDefault .section-title {
        justify-content: center;
        padding-bottom: 20px;
        background: url(images/line1.png) bottom center no-repeat;
        margin-bottom: 10px;
    }

        .headingDefault .section-title b {
            display: none;
        }

    .headingDefault .section-title-main {
        font-size: 32px;
        color: #5D4434;
        font-weight: 700;
        text-align: center;
        display: block;
    }

.woocommerce-tabs .wc-tabs li.active a:before {
    content: '';
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 3px;
    background: #f7941d;
    top: unset;
}

.woocommerce-tabs .wc-tabs li a {
    display: block;
}

.woocommerce-tabs .wc-tabs li.active a {
    color: #f7941d;
}

.product-footer .woocommerce-tabs {
    border-top: 0;
}

    .product-footer .woocommerce-tabs ul.product-tabs {
        padding: 0px 0;
        border-top: 0;
        border-bottom: 1px solid #ececec;
    }

.woocommerce-Reviews-title {
     display:none;
}

.woocommerce-noreviews {
    /*    display:none;*/
}

.badge-container {
    display: none;
}

.review-form-inner.has-border {
    border: 2px solid #f6ca65;
    padding: 15px 30px 30px;
}

.review-form-inner .form-submit input {
    background-color: #5d4434;
}

.single-product .product-info {
    padding: 20px;
    margin: 0 15px;
    border: 1px solid #ccc;
}

.inquiry-button-wrapper .button.primary, .booking-button-wrapper .button.primary {
    width: 100%;
    padding: 5px 0;
    border-color: #5D4434;
    background: #5D4434;
    border-width: 2px;
    border-radius: 5px;
    margin: 0;
    color: #F5BE6B;
}

.wishlist-icon {
    display: none;
}

.image-tools {
    display: none;
}

.nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before {
    content: " ";
    position: absolute;
    top: unset;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #f7941d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    height: 3px;
}

.p-dat-phong {
    text-transform: uppercase;
    background: #5D4434;
    color: white;
    padding: 5px !important;
    margin-bottom: 10px !important;
}

.nut-gui .wpcf7-submit {
    padding: 5px 10px;
    border-color: #5D4434 !important;
    background: #5D4434 !important;
    border-width: 2px;
    border-radius: 5px;
    margin: 0;
    color: #F5BE6B;
}

.inquiry span {
}

.tab-panels .panel {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

.woocommerce-Tabs-panel.active h2:before {
    content: '';
    display: inline-block;
    border-left: 17.3205px solid #f7941d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 5px;
    -webkit-animation: ftwpTargetHint 1s .2s forwards;
    animation: ftwpTargetHint 1s .2s forwards;
}

.tab-panels .panel:first-child h2 {
    padding-top: 20px;
    border-top: none;
}

.tab-panels .panel h2 {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    color: black;
}

.baogomBox {
}

    .baogomBox ul {
        list-style: none;
    }

        .baogomBox ul li {
            margin: 0 0 15px;
        }

            .baogomBox ul li:before {
                font-family: 'FontAwesome';
                content: '\f00c';
                color: #008060;
                font-weight: 900;
                margin-right: 5px;
            }

.khongbaogomBox {
}

    .khongbaogomBox ul {
        list-style: none;
    }

        .khongbaogomBox ul li {
            margin: 0 0 15px;
        }

            .khongbaogomBox ul li:before {
                font-family: 'FontAwesome';
                content: "\f00d";
                color: #b20000;
                font-weight: 900;
                margin-right: 5px;
            }

.anh-lich-trinh {
    display: inline-block;
    float: left;
    width: 30%;
    margin: 0 30px 20px 0;
    max-height: 210px;
    overflow:hidden;
}
    .anh-lich-trinh img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .tinymce-content {
        position: relative;
        text-align: justify;
    }

.phuong-tien-di-chuyen {
    margin-bottom: 10px;
}

    .phuong-tien-di-chuyen span {
        display: inline-block;
        margin-right: 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }
    .wc-tabscus{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 0;
}
    .wc-tabscus li{
    display: block;
    margin-right: 20px;
    margin-bottom: 0;
}
     .wc-tabscus li.active{}
    .wc-tabscus a{
    color: black;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
      .wc-tabscus li.active a{
    color: #f7941d;
}
      
     .wc-tabscus a:before{content:"";}
       .wc-tabscus li.active a:before{
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
    width: 100%;
    height: 3px;
    background: #f7941d;
}
/*Desktop*/
@media (min-width: 1366px) {
}

@media (min-width: 1200px) {
    .nav-spacing-xlarge > li {
        margin: 0 36px;
    }
}

@media (max-width: 48em) {.anh-lich-trinh {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 30px 20px 0;
    max-height: 210px;
    overflow: hidden;
}
.wc-tabscus{    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
    .single-product .product-info {
        padding: 20px;
        margin: 0 15px;
        border: 1px solid #ccc;
        margin-top: 15px;
    }
    .postItem {
        gap: 10px;
    }

    .postThumb {
        min-width: 277px;
        height: 200px;
        overflow: hidden;
        border-radius: 10px;
        width: 100%;
    }

    .postItem {
        flex-wrap: wrap;
    }

    .srvHome .owl-nav .owl-prev {
        left: -12px;
    }

    .srvHome .owl-nav .owl-next {
        right: -12px;
    }

    .titleHeading1 a {
        margin: 0;
    }

    .titleHeading1 .section-title-normal .section-title-main {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .ftList h3 {
        color: #F6CA65;
        font-size: 20px;
        margin-top: 0;
    }

    .category-read a {
        width: 100%;
    }

    .home-prohot-owl .owl-nav .owl-prev {
        left: -10px;
    }

    .home-prohot-owl .owl-nav .owl-next {
        right: -10px;
    }

    .home-prohot-owl .owl-nav {
        position: absolute;
        top: 15%;
        width: 100%;
    }

    .category-title a {
        font-size: 26px;
    }

    .col {
        padding-bottom: 0;
    }

    .proContent {
        padding: 15px 15px 15px;
        background: white;
    }
}
