
 body {
     position: static;
     /*background: url(/images/bg-body.svg?v=1), linear-gradient(180deg, rgb(245, 247, 250) 0%, rgb(207, 222, 233) 50%, rgb(245, 247, 250) 100%);*/
 }

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none;
}
 .btn-phone:hover {
     border: 1px solid #0a0a0a;
 }
 .btn-phone a:hover{
     text-decoration: none;
     color: #0a0a0a;
 }
 .btn-phone:hover a{
     text-decoration: none;
     color: #0a0a0a;
 }
input[type="checkbox"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}


section#video-home {
    position: static;
}

.bread-crumb {
    background: #f5f5f5;
    margin-bottom: 20px;
}
.breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 15px 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li>a {
    color: #333;
}
.breadcrumb li>a>span {
    color: #333;
}

.breadcrumb li span {
    display: inline;
    color: #333;
}
.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child>.btn, .input-group .input-group-btn:first-child>input[type="submit"], .input-group input[type="hidden"]:first-child+.input-group-field, .input-group input[type="hidden"]:first-child+.input-group-btn>.btn, .input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
    border-radius: 0;
}
.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}
.input-group-field, .input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.input-group .btn, .input-group input[type="submit"], .input-group .input-group-field {
    height: 40px;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
    border: 1px solid #ebebeb;
    padding: 0 110px 0 15px;
    width: 100%;
    max-width: 100%;
    display: block;
}
.input-group .input-group-field:first-child, .input-group .input-group-btn:first-child, .input-group .input-group-btn:first-child>.btn, .input-group .input-group-btn:first-child>input[type="submit"], .input-group input[type="hidden"]:first-child+.input-group-field, .input-group input[type="hidden"]:first-child+.input-group-btn>.btn, .input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
    border-radius: 0;
}
a, .text-link {
    color: #333e44;
    text-decoration: none;
    background: transparent;
}
ul {
    list-style: none outside;
    margin-bottom: 0px;
    padding-left: 0px;
}
svg:not(:root) {
    overflow: hidden;
}

header.nav-main svg path{
    /*stroke: #1A1AFF;*/
    /*fill: #1A1AFF;*/
}
.btn, input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0;
}
/*footer*/
footer#footer {
    padding-top: 25px;
    background: linear-gradient(90deg, rgb(28, 33, 51) 0%, rgb(20, 23, 32) 50%, rgb(28, 33, 51) 100%);
    text-align: center;
}
.footerLogo {
    padding-bottom: 16px;
}
.footerLeft {
    text-align: left;
    border-right: 1px solid #e6c082;
}
footer#footer .footerSocial ul {
    display: flex;
    justify-content: center;
}
footer#footer .footerSocial ul li {
    margin-right: calc(20px / 2);
    margin-left: calc(20px / 2);
}
footer#footer .footerSocial ul li svg {
    transition: fill .3s;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
footer#footer .footerSocial ul li svg path{
    fill: #dfbf86;
}
footer#footer .footerSocial ul li svg:hover path{
    fill: #ffffff;
}
footer#footer .footerSocial ul li svg polygon{
    fill: #dfbf86;
}
footer#footer .footerSocial ul li svg:hover polygon{
    fill: #ffffff;
}
.footerCopyRight {
    margin-top: 20px;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
}
.footerLeft.col-md-7.col-12 {
    text-align: left;
}
.content-ft-bar {
    padding-bottom: 20px;
    color: #ffffff;
}

.content-ft-bar li {
    line-height: 27px;
}
.content-ft-bar li a {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}
.content-ft-bar li a:hover {
    color: #dd241a;
    font-size: 14px;
}
 .ft-new-content {
     display: flex
 }
 .ft-new-content{
     flex-direction: row;
     gap: 10px;
     /*align-items: center;*/
     /*justify-content: center;*/
     padding-bottom: 15px;
 }
 .ft-news-img {
     width: 90px;
 }
.add-ft-title {
    margin-bottom: 0;
    color: #e6c082;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.add-ft-desc {
    color: #fff;
    font-size: 12px;
}
.footer-line {
    border-top: 1px solid #e6c082;
    padding-bottom: 16px;
    width: 50px;
    baseline-shift: 1px;
    margin: auto;
}
.title-ft-bar p {
    text-transform: uppercase;
    color: #dd241a;
    font-weight: 600;
    font-size: 14px;
}
.bottom-footer {
    background: #1f1f1f;
}
.footerCopyRight ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font-size: 12px;
    color: #b6b6b6;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.footerCopyRight ul li{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    font-size: 12px;
    -webkit-font-smoothing: auto;
    /*color: #1A1AFF;*/
}
.footerCopyRight ul li a{
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    color: #b6b6b6;
}
.footerCopyRight ul li::after {
    content: "|";
    padding: 0 8px 0 8px;
    color: #666;
}
.footerCopyRight ul li:last-of-type::after {
    content: "";
    padding: 0;
}
/*end footer*/
/*header top*/
.header-top.d-flex {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px;
    background: #3a3a3a;
    align-items: center;
    color: #fff;
    height: 40px;
    font-weight: 400;
}
.header-top .header-top-phone a{
    color: #ffffff;
}
.header-top .header-top-phone span img {
    height: 20px;
    width: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
}
.header-content {
    text-align: center;
    background: transparent;
    justify-content: center;
    overflow: hidden;
    position: relative;

}
.header-content .logo span img{
    height: 72px;
}
.header-content-right {
    position: absolute;
    right: -102px;
    transition: right 0.5s ease;
}
/*.header-btn-datngay {*/
/*width: 0;*/
/*visibility: hidden;*/

/*}*/
@keyframes slide {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*.header-btn-datngay {*/
/*display: none; !* Ẩn .header-btn-datngay ban đầu *!*/
/*position: absolute; !* Để có thể dễ dàng điều chỉnh vị trí *!*/
/*top: 0;*/
/*right: 0;*/
/*animation-duration: 0.5s; !* Độ dài của animation *!*/
/*animation-fill-mode: forwards; !* Giữ lại trạng thái cuối cùng của animation *!*/
/*}*/

@keyframes slideIn {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
.header-mid-menu {
    justify-content: space-around;
    padding: 5px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
/*.header-mid-datngay {*/
/*overflow: hidden;*/
/*}*/
.main-menu-logo {
    min-height: 70px;
}
@keyframes slideLeftToRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes slideRightToLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}
.elementor-video {
    width: 100%;
    min-height: 300px;
    border: 1px solid transparent;
    object-fit: cover;
}

/*Home contact*/
.contactContent {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.contactTitle {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}
.contactInfo {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}
.contactDesc {
    text-align: center;
    padding: 10px;
}
.contactFormLine {
    display: flex;
    flex-direction: initial;
}
.contactFormInput {
    flex: 0 0 50%;
}
.contactFormLine {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
}
.contactFormInput {
    flex: 0 0 50%;
    padding: 10px;
}
.contactFormInput input{
    padding: 15px;
    background: #eee;
}
.contactFormInput select{
    padding: 15px;
    background: #eee;
}
.contactTextarea {
    flex: 0 0 100%;
    padding: 10px;
}
.contactTextarea textarea{

    padding: 15px;
    background: #eee;
}
textarea:focus {
    border: 1px solid transparent; /* Đường viền khi focus */
    outline: none; /* Loại bỏ outline mặc định của trình duyệt */
}
section#searchBox {
    background: #fff;
}

.contactSubmit {
    flex: 0 0 100%;
    text-align: center;
}
button.submitContact {
    padding: 10px 40px;
    background: #dfbf86;
    color: #fff;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
button.submitContact:hover {
    background: #000000;
}
#searchBox.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(20, 23, 32);
    /*transition: background 0.2s ease;*/
    z-index: 999;
}
.right-header {
    align-items: center;
    gap: 50px;
    display: flex;
}
.btn-phone{
    background: #e7c083;
    padding: 5px 10px;
    border-radius: 5px;
}
.btn-phone span{
    text-transform: uppercase;
}
.header-mid-language button {
    background: none;
    border: none;
    color: #e7c083;
    font-weight: 600;
}
.header-mid-language svg{
    margin-bottom: 3px;
}
.header-mid-language svg path{
    stroke: #e7c083;
    fill: #e7c083;
}
div#search-widget-panel{
    background-color: transparent!important;
    border-radius: 5px;
}

div#search-widget-panel div.swp-col3 a#bws-button-search {
    white-space: nowrap;
}
.hotel-search {
    width: 100%;
    padding-right: 0;
    order: 3;
    padding-bottom: 10px;

}
.customMobile.d-md-none {
    text-align: right;
}
.customMobile.d-md-none button{
    border: none;
    background: transparent;
    padding: 10px 0;
}

#search-widget-panel .swp-col3 {
    order: 4;
}
 section#about-us {
     background: linear-gradient(180deg, rgb(226 226 226) 0%, rgb(237 237 237) 50%, rgb(255, 255, 255) 100%);
     padding: 40px 0;
 }
 h2.main-title {
     color: #dd421a;
     font-size: 30px;
 }
 h2.main-title:before {
     content: '';
     position: absolute;
     top: 10px;
     left: 0;
     width: 5px;
     height: 26px;
     background: #1f68b9;
 }
 .about-us-content {
     font-size: 18px;
     text-align: justify;
     font-weight: 400;
 }
 .item-news {
     border: 1px solid #ddd;
     border-radius: 8px;
     padding: 5px;
 }
 .item-news-img {

     height: 170px;
 }
 .item-news-img img {

     object-fit: cover;
 }
 .item-news-title {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     margin-bottom: .8rem;
 }
 h3.item-title {
     margin-bottom: 0;
 }
 .item-desc {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
 }
 section#news {
     padding: 40px 0;
 }
 .item-news {
     margin-bottom: 10px;
 }
 .item-service {
     margin-bottom: 10px;
 }
 .item-service-title {
     padding: 10px 0;
 }
 .pagination {
     justify-content: center;
     padding: 15px 0;
 }
 h1.service-title {
     border-bottom: 4px solid #cb4a4a;
     color: #cb4a4a;
     text-transform: uppercase;
     font-weight: 700;
 }
 .items {
     padding: 10px;
     border: 1px solid #ccc;
     border-radius: 8px;
 }
 .items-images {
     border-radius: 8px;
     overflow: hidden;

 }
 .items-images img {
     width: 100%;
     border-radius: 8px;
     transition: transform 0.5s ease-in-out;
 }
 .items-images:hover img {
     transform: scale(1.2);
 }
 .items-title {
     padding-top: 15px;
     min-height: 70px;
 }
 .items-title a{
     font-size: 16px;
     font-weight: 500;
 }
@media (min-width: 1300px) {
    .container {
        max-width: 1280px
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1380px
    }
}
@media (min-width: 768px) {

    .hbe-bws .clearfix {
        display: flex;
    }
    .bws-swp-col.swp-col1 {
        flex: 0 23%;
    }
    .bws-swp-col.swp-col2 {
        flex: 0 23%;
    }
    .hotel-search {
        width: 30%!important;
        padding-right: 10px!important;
        height: 40px;
        line-height: 30px;
        order: 0!important;
    }
    #search-widget-panel .swp-horizontal .swp-col3 {
        flex: 10%;
    }
    div#search-widget-panel div.swp-col3 a#bws-button-search {
        background-color: rgb(255, 189, 85) !important;
        color: #0a0a0a !important;
    }
    #search-widget-panel .swp-col3 .contain-box .btn-box {
        width: 70%;
    }
    div#search-widget-panel div.swp-col3 a#bws-button-search {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .items-title a {
        font-size: 14px;
        font-weight: 500;
    }
    .items-title {
        padding-top: 15px;
        min-height: 90px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    h1.service-title {
        border-bottom: 4px solid #cb4a4a;
        color: #cb4a4a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 22px;
    }
    h3.item-title {
        margin-bottom: 0;
        font-size: 14px;
    }
    .item-news-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: .8rem;
    }
    .item-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    .item-news-img {
        height: 90px;
    }
    h2.main-title {
        padding-left: 15px;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 3px;
        padding-right: 3px;
    }
    .row {
        margin-right: -3px;
        margin-left: -3px;
    }
    .col-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .tabcontent {
        display: none;
        padding: 0;
        border-top: none;
    }

    .contactTextarea {
        flex: 0 0 100%;
        padding: 10px 3px;
    }
}
@media (min-width: 992px) {
    .mb-language.language-options {
        display: none!important;
    }
    .hotel-search {
        width: 30%;
        padding-right: 10px;
        height: 40px;
        line-height: 30px;
        order: 0;
    }
    #id_hotel {
        height: 40px!important;
        font-size: 14px!important;
    }
    #id_hotel option{

        font-size: 13px!important;
    }
    section#hbe-bws-wrapper-widget-code {
        width: 100%!important;
        display: flex!important;
        justify-content: center!important;
    }
    #search-widget-panel {
        max-width: 100%!important;
        padding: 10px 50px 0!important;
        /*width: 900px!important;*/
    }
    .ng-scope {
        width: 100%;
    }
    #search-widget-panel .bws-ipt-calendar .show-date{
        font-size: 14px!important;
        line-height: 37px!important;
    }
    #search-widget-panel .bws-ipt-calendar {
        height: 2.5rem!important;
    }
    #search-widget-panel .bws-ipt-calendar .bws-icon-calendar, #search-widget-panel .bws-ipt-calendar .bws-icon-calendar2 {
        top: .6875rem!important;
    }
    #search-widget-panel .bws-button {
        padding: .59rem .75rem .6725rem!important;
    }
    section#searchBox {
        min-height: 72px;
    }
    .ng-scope.clearfix {
        display: flex;
        justify-content: center;
        padding: 6px 0;
        min-height: 60px;
    }
    .bws-swp-col.swp-col1 {
        /*flex: 0 30%;*/
        padding-right: 10px;
    }
    .bws-swp-col.swp-col2 {
        /*flex: 0 30%;*/
        padding-right: 10px;
    }
    .booking {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
    }
    .bws-swp-col.swp-col3 .ng-binding {
        /*padding: 0 80px;*/
        text-transform: uppercase;
        font-weight: 600;
    }
    div#search-widget-panel div.swp-col3 a#bws-button-search {
        background-color: rgb(255, 189, 85)!important;
        color: #0a0a0a!important;
    }
    /*.video-full {*/
    /*position: relative;*/
    /*margin-top: -10%;*/
    /*}*/
    .booking {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
    }
    .btn-datngay2 {
        padding: 14px 24px;
        color: #ffffff;
        background: #dfbf86;
        text-transform: uppercase;
        font-weight: 600;
    }
    .header-mid.fixed .header-mid-menu{
        justify-content: space-between;
    }
    header.nav-main .align-items-center .header-mid {
        background: #ffffff;
        transition: background 0s ease;
    }
    header.nav-main .align-items-center .header-mid.fixed #nav {
        margin-top: 5px;
    }
    header.nav-main .align-items-center .header-mid.fixed .main-menu-our .header-mid-datngay{

        flex: 0 10%;
        padding: 5px 10px;
        text-align: center;
        height: auto;
        animation: slideRightToLeft 1s ease;
    }
    header.nav-main .align-items-center .header-mid .main-menu-our .header-mid-datngay{
        height: 0;
        flex: 0 0;
    }
    header.nav-main .align-items-center .header-mid.fixed .main-menu-logo{

        flex: 0 10%;
        padding: 5px 10px;
        text-align: center;
        animation: slideLeftToRight 1s ease;
    }
    header.nav-main .align-items-center .header-mid .main-menu-logo img{
        width: 100%;
        max-height: 100px;

    }



    header.nav-main .align-items-center .header-mid .main-menu-our {
        flex: 1;
        justify-content: center;
    }
    header.nav-main .align-items-center .header-mid.fixed .main-menu-our{
        flex: 0 85%;
        justify-content: right;
        align-items: center;
    }
    header.nav-main .align-items-center .header-mid.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: #000;
        transition: background 0.2s ease;
    }


}
@media (max-width: 991px) {
    #about-us p {
        margin-left: 10px!important;
        margin-right: 10px!important;

    }
    #search-widget-panel select {
        line-height: 15px;
    }
    .pc-language.language-options{
        display: none!important;
    }
    .language-options {
        position: absolute;
        top: 40px!important;
        background: #171515;
        right: 10px!important;
        width: 240px;
        border-radius: 8px;
        padding: 20px;
        border: 1px solid #ccc;
        display: flex;
        flex-direction: column;
        align-items: start;
        line-height: 40px;
        z-index: 99999999;
    }
    .mb-language.language-options button{
        background: none;
        border: none;
        color: #e7c083;
        font-weight: 600;
    }
    #HomeContact .col-12.px-10 {
        padding-left: 0px;
        padding-right: 0px;
    }
    #inline-date-picker-in, #inline-date-picker-out {
        z-index: 99999;
    }
    .formSearch {
        position: relative;
        height: 50px;
        margin: 12px 15px 0 15px;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 8px;
        transition: margin .1s;
    }
    .searchMobile {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
    }
    #searchBox.fixed .searchMobile {
        top: 0;
    }
    #searchBox.fixed .searchMobile .formSearch{
        margin: 0;
        border-radius: 0;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);

    }
    #searchBox.fixed .searchMobile .formSearch input{
        border-radius: 0;
    }
    .formSearch input {
        height: 100%;
        padding-left: 60px;
        border: 1px transparent;
        border-radius: 8px;
    }
    .formSearch button {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        left: 0;
        background: none;
        border: none;
    }
    .footerLeft {
        border-right: 1px solid transparent;
        border-bottom: 1px solid #e6c082;
    }
    .footerRight {
        padding-top: 20px;
    }
    .contactInfo {
        padding: 10px 0;
        border-radius: 8px;
    }
    header#header {
        /*position: relative!important;*/
    }
    .main-menu-our.d-flex {
        flex: 0 0 100%;
        justify-content: center;
    }
    header.nav-main .align-items-center .header-mid #nav {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh;
        flex: 0 0 80%;
        max-width: 400px;
        padding-top: 20px;
        flex-direction: column;
    }
    .header-mid-datngay {
        /*display: none;*/
    }
    .mega-menu-list ul {
        padding-left: 20px;
    }
    .header-content {
        text-align: center;
        justify-content: space-between;
        align-items: center;
        padding: 2px 10px;
        background: #000000;
    }
    .header-content.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
    .header-content.fixed .header-content-right{
        right: 0;
    }

    .header-content .menu-icon{
        background: transparent;
        border: none;

    }
    .header-content .logo span img{
        height: 45px;
    }
    /*.header-content.fixed .header-btn-datngay {*/
    /*width: 100%;*/
    /*visibility: visible;*/
    /*}*/
    .btn-datngay {
        background: #dfbf86;
        padding: 7px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin-left: 10px;
    }

}
/*end header top*/


header.nav-main .header-logo {
    height: 80px;
    line-height: 60px;
    padding: 10px;
}
header.nav-main  .header-logo a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
}
header.nav-main .align-items-center .header-logo a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
}
header.nav-main  .align-items-center .header-logo a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    margin-left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
header#header {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 998;*/
}
header.nav-main .align-items-center .header-right {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
header.nav-main .align-items-center .header-right .header-action-item.tra_cuu {
    position: relative;
}
header.nav-main .align-items-center .header-right .header-action-item .a-hea {
    position: relative;
    text-align: center;
    width: 58px;
    height: 58px;
}
header.nav-main .align-items-center .header-right .header-action-item {
    margin-left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    position: initial;
}
header.nav-main .align-items-center .header-right .header-action-item {
    margin-left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    position: initial;
}
header.nav-main .align-items-center .header-right .header-action-item.tra_cuu {
    position: relative;
}
header.nav-main .align-items-center .header-right .header-action-item.tra_cuu ul {
    width: 200px;
}
header.nav-main .align-items-center .header-right .header-action_account ul {
    position: absolute;
    border: 1px solid #efefef;
    background: #fff;
    width: auto;
    min-width: 125px;
    z-index: 15;
    list-style: none;
    margin: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 6px 12px 0px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    display: none;
    border-radius: 5px;
}
header.nav-main .align-items-center .header-right .header-action-item.tra_cuu ul li {
    padding-left: 15px;
}
header.nav-main .align-items-center .header-right .header-action_account ul li {
    padding: 5px 5px;
    transition: background 0.5s;
    border-radius: 5px;
}
header.nav-main .align-items-center .header-right .header-action_account ul li a {
    color: #000;
    display: flex;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0px;
    white-space: nowrap;
    padding: 0px;
    font-size: 14px;
    border-radius: 4px;
    user-select: none;
    width: 125px;
    line-height: 20px;
    height: 20px;
    outline: none;
    text-shadow: #ababab 0px 0px 1px;
    align-items: center;
    justify-content: center;
}
header.nav-main .align-items-center .header-right .header-action-item .a-hea .box-icon {
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
}
header.nav-main .align-items-center .header-right .header-action-item .a-hea span.item-title {
    display: inline-block;
    width: 100%;
    line-height: normal;
    margin-top: 0px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}
header.nav-main .align-items-center .header-right .header-action-item .a-hea .box-icon svg {
    width: 19px;
    height: 33px;
}
.top-cart-content {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 9999;
    border-radius: 5px;
}
.CartHeaderContainer {
    width: 340px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.CartHeaderContainer .cart--empty-message {
    text-align: center;
}
.CartHeaderContainer .cart--empty-message svg {
    width: 80px;
    margin: 15px;
}
.cart--empty-message p {
    font-size: 14px;
}
header.nav-main .align-items-center .header-right .header-action-item .a-hea span.count_item_pr {
    width: 14px;
    height: 14px;
    background: #1A1AFF;
    color: #fff;
    font-size: 10px;
    position: absolute;
    line-height: 14px;
    border-radius: 50%;
    top: 0px;
    right: 9px;
}
header.nav-main .align-items-center .header-right .header-action-item .a-hea span.item-title {
    display: inline-block;
    width: 100%;
    line-height: normal;
    margin-top: 0px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

/*MENU */
.menu_main {
    /*background: #1A1AFF;*/
}
header.nav-main .align-items-center .header-mid {
    position: static;
}
.menu_main .header-mid #nav .nav-item>a {
    /*color: #413c3c;*/
    color: #0711fc;
}
.menu_main .header-mid #nav .nav-item>a:hover{
    color:#dd241a;
}
 .btn-phone {
     background: #ffffff;
     border: 1px solid #dd241a;
 }
.btn-phone a {
    color: #dd241a;
    font-size: 20px;
    font-weight: 500;
}
.dropdown-menu {
    box-shadow: none;
}
.header-mid #nav .nav-item.has-mega.menu_con {
    position: relative !important;
}
.header-mid #nav .nav-item.has-mega.menu_con .mega-content {
    width: 250px;
    min-width: fit-content;
}
.header-mid #nav .nav-item.has-mega.menu_con .mega-content .mega-menu-list .level0.no-banner {
    max-height: unset;
}
.header-mid #nav .nav-item.has-mega.menu_con .mega-content .mega-menu-list .level0.no-banner .level1.item {
    width: 100%;
}
.search-mobile .search-suggest {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
}
.search-mobile .search-suggest.open {
    display: inline-block;
}
.search-mobile .search-suggest .search-list .search-item {
    display: inline-block;
    padding: 3px 5px;
    line-height: normal;
    background: #f5f5f5;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
}
header.nav-main .align-items-center .header-right .header-action_account ul::before {
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #1A1AFF;
    border-image: initial;
    margin-left: -9px;
    bottom: 100%;
    left: 50%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
}
header.nav-main .align-items-center .header-right .header-action_account ul li:hover, header.nav-main .align-items-center .header-right .header-action_account ul li:focus {
    color: #fff;
    background-color: #1A1AFF;
}
header.nav-main .align-items-center .header-right .header-action_account ul li:hover a, header.nav-main .align-items-center .header-right .header-action_account ul li:focus a {
    color: #fff;
}
header.nav-main .align-items-center .header-right .header-action-item.tra_cuu ul li {
    padding-left: 15px;
}
header.header .main-header .align-items-center .header-right .header-action_account ul li {
    padding: 5px 5px;
    transition: background 0.5s;
    border-radius: 5px;
}
.header-action_cart:hover .top-cart-content {
    display: block;
}



@keyframes expandHeight {
    0% {
        height: 0;
    }
    100% {
        height: 100%; /* hoặc giá trị cố định khác */
    }
}
@keyframes expandHeight2 {
    0% {
        height: 100%;
    }
    100% {
        height: 0; /* hoặc giá trị cố định khác */
    }
}

.ic {
    display: inline-flex;
    align-self: center;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.loading-content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(240, 240, 240, 0.4);
    z-index: 99999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ic.ic-loading {
    background-image: url(/images/loading.svg?v=1);
}
.loading-content i {
    width: 50px;
    height: 50px;
    color: #dfbf86;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: loading-ajax-content;
}

.hide {
    display: none;
}
@keyframes loading-ajax-content {
    0%   {transform: rotateZ(0deg);}
    100% {transform: rotateZ(360deg);}
}

div#popupEndow {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    padding: 10px 20px;
    z-index: 999999;
}
.popupEndowContent {
    background-color: #fff;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all;
    animation-duration: 0.3s;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    position: relative;
    height: auto;
    max-height: 100vh;
}
.popupEndowClose {
    position: absolute;
    top: 5px;
    right: 22px;
    font-size: 23px;
    cursor: pointer;
}
.popupEndowClose:before{
    content: "\00D7";
    display: inline-block;
    color: red;
    font-size: 30px;
    font-weight: bold;
}
.popupEndowData__C {
    padding: 20px;
    overflow: auto;
    width: 100%;
    height: auto;
    max-height: 90vh;
}
.popupEndowTitle {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    color: #686161;
}
.f-lex-100 {
    flex: 0 0 100%;
}
.f-lex-50 {
    flex: 0 0 50%;
}
.popupEndowData.d-flex {
    flex-wrap: wrap;
}
.popupEndowItem, .popupEndowTextarea{
    padding: 10px 5px;
}

.popupEndowItem input, .popupEndowTextarea textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #808080;
    padding: 10px 0;
    color: #9c9c9c;
    font-weight: 500;
}
input#titleEndow {
    text-transform: uppercase;
    font-size: 19px;
}
.endowSubmit {
    flex: 0 0 100%;
    text-align: center;
    padding: 10px 5px;
}
button.submitEndow {
    background: #dfbf86;
    border: 1px solid transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
button.submitEndow:hover {
    background: #83b340;
}
#popupEndow.showEndow {
    display: flex;
}
.titleBrandBar:after, .titleBrandBar:before {
    content: '';
    border-top: 1px solid #717171;
    margin: 0 6px 0 0;
    flex: 1 0 6px;
    display: block;
}
section#brandBar {
    padding: 30px 0;
}
.titleBrandBar {
    display: flex;
    width: 60%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #717171;
    text-transform: uppercase;
    max-width: 1024px;
    margin: auto;
    margin-bottom: 3px;
}

#banner img{
    width: 100%;
}
 .call-me {
     display: none;
 }
 #customer {
     padding-bottom: 40px;
 }
 #customer .title-customer {
     color: #dd241a;
     font-weight: 700;
     text-transform: uppercase;
 }
 #customer img {
     border-radius: 8px;
 }
@media (max-width: 480px) {

}
@media (min-width: 992px)   {
    header.nav-main .align-items-center .header-mid {
        background: #ffffff;
    }
    header.nav-main .align-items-center .header-right .header-action_account:hover ul {
        display: block;
    }
    header.nav-main  .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .search-suggest .search-list .search-item {
        display: inline-block;
        padding: 3px 5px;
        line-height: normal;
        background: #f5f5f5;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 3px;
        font-size: 14px;
    }
    /*MENU*/
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item>a {
        color: #000000 !important;
        font-weight: 400;
        margin-bottom: 5px;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        line-height: normal;
        /*border-bottom: 1px solid #ccc;*/
        width: 100%;
        padding-bottom: 5px;
        white-space: nowrap;
    }
    .header-mid #nav .nav-item.has-childs>a:after {
        content: "";
        width: 0px;
        height: 35px;
        border-style: solid;
        border-width: 0px 11px 12px;
        border-color: transparent transparent #FFF;
        display: inline-block;
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0px;
        margin: auto;
        opacity: 0;
        transition: opacity 300ms linear 0s;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item:hover>a svg, header.nav-main .align-items-center .header-mid #nav .nav-item:focus>a svg {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item:hover>a svg path, header.nav-main .align-items-center .header-mid #nav .nav-item:focus>a svg path{
        stroke: #242626;
        fill: #242626;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item a svg path, header.nav-main .align-items-center .header-mid #nav .nav-item >a svg path{
        stroke: #242626;
        fill: #242626;
    }
    .header-mid #nav .nav-item>a svg {
        width: 4px;
        transform: rotate(90deg);
        transition: all .4s;
        overflow: hidden;
        vertical-align: middle;
        margin-left: 3px;
        margin-bottom: 5px;
        /*stroke: #ffffff;*/
        /*fill: #ffffff;*/
    }
    .header-mid #nav .nav-item>a svg path {
        stroke: #ffffff;
        fill: #ffffff;
    }
     .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 a:focus {
        text-decoration: none;
        color: #1A1AFF;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list {
        overflow: hidden;
        overflow-y: auto;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner {
        max-height: 400px;
        overflow-y: auto;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level0.no-banner .level1.item {
        width: 50%;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item {
        float: left;
        width: 33.3333333%;
        padding: 5px 10px;
    }
    /*.header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item>a {*/
    /*color: #1A1AFF !important;*/
    /*font-weight: 600;*/
    /*margin-bottom: 10px;*/
    /*text-transform: uppercase;*/
    /*display: block;*/
    /*line-height: normal;*/
    /*border-bottom: 1px solid #ccc;*/
    /*width: 100%;*/
    /*padding-bottom: 5px;*/
    /*}*/
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 {
        margin-bottom: 0px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 {
        line-height: normal;
        margin-bottom: 5px;
    }
    .header-mid #nav .nav-item.has-mega .mega-content .mega-menu-list .level1.item ul.level1 li.level2 a {
        font-weight: normal !important;
        text-transform: none !important;
        color: #666;
    }
    .header-mid #nav .nav-item.has-mega {
        position: static !important;
    }
    header.nav-main .align-items-center .header-mid #nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item {
        position: relative;
        float: left;
        flex: auto;
        line-height: 40px;
    }
    .header-mid #nav .nav-item.has-childs:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        margin-top: 0px;
        display: block;
    }
    .header-mid #nav .nav-item.has-mega .dnonemega-content {
        display: none !important;
    }
    .header-mid #nav .nav-item ul.dropdown-menu {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        position: absolute;
        border: none;
        top: 80px;
        left: 0;
        width: 250px;
        z-index: 1030;
        display: block;
        opacity: 0;
        visibility: hidden;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 0px;
    }
    .header-mid #nav .nav-item.has-childs:hover>.mega-content {
        display: block;
    }
    .header-mid #nav .nav-item.has-mega .mega-content {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 0 0 8px 8px;
        display: none;
        margin: 0;
        padding: 10px 15px 10px 10px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
        box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    }

    header.nav-main .align-items-center .header-mid .title_menu {
        display: none;
    }
    header.nav-main .align-items-center .header-mid #nav {
        position: static;
        justify-content: normal;
    }
    .header-mid #nav .nav-item {
        float: none;
        position: relative;
        display: inline-block;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item>a {
        padding: 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        text-align: center;
        display: block;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item:after {
        display: block;
        content: '';
        border-bottom: 2px solid #E95221;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        width: 100%;
        line-height: 40px;
    }
    /*END MENU*/
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text {
        width: 40px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        padding: 0px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text svg {
        width: 33px;
        vertical-align: middle;
        height: 32px;
        padding: 9px;
        float: left;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .search-suggest {
        position: absolute;
        top: 35px;
        left: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        border: solid 1px #dfe3e8;
        box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: none;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .search-suggest.open {
        display: block;
        z-index: 99999;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text {
        width: 40px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        padding: 0px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text {
        width: 40px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        padding: 0px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar .icon-fallback-text svg {
        width: 30px;
        vertical-align: middle;
        height: 30px;
        padding: 7px;
        float: left;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-stores:after {
        content: "";
        background-image: url(../images/pin-white.svg?v=1);
        height: 22px;
        width: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-stores a {
        display: inline-block;
        width: auto;
        font-size: 12px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-hotline a {
        display: inline-block;
        width: auto;
        font-size: 16px;
        font-weight: bold;
        color: #1A1AFF;
        text-transform: uppercase;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-hotline span {
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-hotline:after {
        content: "";
        background-image: url(../images/phone-call.svg?v=1);
        height: 22px;
        width: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-size: 13px;
        background-position: center;
        background-repeat: no-repeat;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar {
        margin-bottom: 0px;
        margin: 5px 0;
        border-radius: 5px;
        background: #f3f3f3;
        position: relative;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar input {
        min-width: 360px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header_tim_kiem form.search-bar input {
        height: 30px;
        line-height: 30px;
        margin: 0px;
        border: 0px;
        background: transparent;
        padding-right: 40px;
        min-height: initial;
    }

    header.nav-main .align-items-center .header-mid .menu-top {
        border-bottom: 1px solid #ddd;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top {
        padding-left: 0px;
        line-height: 40px;
        justify-content: center;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-hotline {
        display: inline-block;
        width: auto;
        position: relative;
        padding-left: 30px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    header.nav-main  .align-items-center .header-mid .menu-top .list-top .list-top-item.header-hotline a {
        display: inline-block;
        width: auto;
        font-size: 16px;
        font-weight: bold;
        color: #1A1AFF;
        text-transform: uppercase;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item.header-stores {
        display: inline-block;
        width: auto;
        position: relative;
        padding-left: 30px;
    }
    header.nav-main .align-items-center .header-mid .menu-top .list-top .list-top-item {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    header.nav-main .align-items-center .header-mid .title_menu {
        display: none;
    }
}
@media (max-width: 991px) {
    #footer {
        padding-bottom: 50px;
    }
    .call-me {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #dd241a;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .call-me a {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .contactContent {
        width: 98%;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }
    .contactFormInput {
        flex: 0 0 100%;
        padding: 10px;
    }
    .border-bottom-1 {
        border-bottom: 1px solid #cccccc;
    }
    header.nav-main .search-mobile {
        display: none;
        width: 100%;
    }
    header.nav-main .search-mobile .search_form .input-group-field {
        height: 30px;
        line-height: initial;
        border: 0px;
        border-radius: 5px !important;
        padding: 0px 5px;
    }
    header.nav-main .search-mobile .search_form .input-group-btn a.search-close {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        display: flex;
        align-items: center;
        background: transparent;
        border-left: 1px solid #ddd;
    }
    header.nav-main .search-mobile .search_form .input-group-btn button.icon-fallback-text {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        background: transparent;
    }
    header.nav-main .search-mobile .search_form {
        border: 1px solid #dedede;
        border-radius: 5px;
        margin: 0px;
    }
    header.nav-main .search-mobile .search_form .input-group-btn a.search-close svg {
        width: 18px;
        height: 18px;
    }

    header.nav-main .search-mobile .search_form .input-group-btn button.icon-fallback-text svg {
        width: 18px;
        height: 18px;
    }
    header.nav-main .search-mobile.open {
        margin-top: 5px;
        display: inline-block !important;
    }
    header.nav-main .dropdown-submenu svg path {
        stroke: none;
        fill: none;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .dropdown-menu {
        padding-left: 10px;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .dropdown-menu li {
        position: relative;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon.current::before {
        opacity: 0;
    }
    header.nav-main .align-items-center .header-mid .mega-content {
        overflow: hidden;
        height: 0;
        transition: height 0.3s ease;

    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon.current::before {
        opacity: 0;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon.current::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::after {
        width: 1.5px;
        height: 11px;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .dropdown-menu {
        padding-left: 10px;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon {
        width: 30px;
        height: 35px;
        top: 0px;
        right: 0;
        transition: 0.5s all;
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item>a svg {
        display: none;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::before {
        width: 11px;
        height: 1.5px;
        opacity: 1;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::before, header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #ffffff;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    header.nav-main .align-items-center .header-mid li>ul {
        overflow: hidden;
        /*display: none;*/
        height: 0;
        transition: height 0.3s ease;

    }
    header.nav-main .align-items-center .header-mid li.current>ul {
        /*display: block;*/

    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::before, header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: #ffffff;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item .down_icon {
        width: 30px;
        height: 35px;
        top: 0px;
        right: 0;
        transition: 0.5s all;
        cursor: pointer;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.nav-main .align-items-center .header-mid.current {
        visibility: visible;
        transform: translateX(0);
        padding: 0px;
    }
    header.nav-main .align-items-center .header-mid {
        background-color: #000000!important;
        height: 100%;
        max-width: 80%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        width: 100%;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
    }
    header.nav-main .align-items-center {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
        padding: 0;
    }
    .menu_main {
        background: none;
    }

    header.nav-main .align-items-center .header-mid .title_menu {
        width: 100%;
        background:  #dfbf86;
        padding: 0 10px;
        display: block;
    }
    header.nav-main .align-items-center .header-mid .title_menu::before {
        transform: rotate(45deg);
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
    }
    header.nav-main .align-items-center .header-mid .title_menu .title_ {
        font-size: 18px;
        line-height: 41px;
        text-align: left;
        font-weight: bold;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    header.nav-main .align-items-center .header-mid .title_menu::after {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        top: 10px;
        right: 20px;
        transform: rotate(-45deg);
    }
    header.nav-main .align-items-center .header-mid #nav {
        overflow-y: auto;
        max-height: 100vh;
        height: 100vh;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item {
        position: relative;
        height: max-content;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item>a {
        color: #333;
        font-size: 13px;
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 30px 0px 10px !important;
        height: unset;
        line-height: 35px;
        display: block;
    }
    header.nav-main .align-items-center .header-mid #nav .nav-item a {
        padding: 0 30px 0px 10px !important;
        color: #ffffff;
        height: unset;
        line-height: 35px;
        display: block;
        font-size: 14px;
    }
    .right-header {
        display: none;
    }
    .main-menu-logo {
        display: none;
    }
    .ovelayAll2 {
        background: rgba(0, 0, 0, 0.7);
        height: 100vh;
        position: fixed;
        bottom: 0 !important;
        left: 0;
        z-index: 11;
        width: 100%;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
        overflow: auto;
        display: none;
    }
    .ovelayAll2.current {
        display: block;
    }
    .no-scroll {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    body.no-scroll {
        overflow: hidden;
    }
    header.nav-main .align-items-center .left-mobile {
        display: flex !important;
        display: -webkit-flex !important;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        width: auto;
        padding: 0px;
    }

    header.nav-main .align-items-center .left-mobile .menu-icon {
        line-height: 1;
        transition: color 0.2s ease-in-out;
        position: relative;
        background: transparent;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 0;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }
    header.nav-main .align-items-center .left-mobile .search-mobile {
        margin-right: 5px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-transition: opacity 150ms linear;
        transition: opacity 150ms linear;
        position: initial;
    }
    header.nav-main .align-items-center .left-mobile .search-mobile a {
        width: auto;
        height: auto;
        position: relative;
        text-align: center;
    }
    header.nav-main .align-items-center .left-mobile .search-mobile a .box-icon {
        border: 0px;
        width: 30px;
        height: 30px;
        position: relative;
        text-align: center;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px;
    }
    header.nav-main .align-items-center .left-mobile .search-mobile a .box-icon svg {
        width: 22px;
        height: 30px;
    }
    header.nav-main .align-items-center .header-logo {
        padding: 0px;
        height: 50px;
        line-height: 50px;
        width: auto;
    }
    header.nav-main .align-items-center .header-logo a {
        padding-bottom: 50px;
        max-width: 150px;
        min-width: 150px;
    }
    header.nav-main .align-items-center .header-logo a img {
        margin: auto;
    }
    header.nav-main .align-items-center .header-mid {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0 !important;
        left: 0;
        z-index: 99999;
        width: 100%;
        transform: translateX(-100%);
        visibility: hidden;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        box-shadow: none;
        touch-action: manipulation;
    }
    header.nav-main .align-items-center .header-mid .menu-top {
        display: none;
    }
    header.nav-main .align-items-center .header-right {
        width: auto;
        padding: 0px;
    }
    header.nav-main .align-items-center .header-right .header-action-item {
        margin-left: 5px;
    }
    header.nav-main .align-items-center .header-right .header-action-item .a-hea {
        width: auto;
        height: auto;
    }
    header.nav-main .align-items-center .header-right .header-action-item .a-hea .box-icon {
        border: 0px;
        width: 30px;
        height: 30px;
    }
    header.nav-main .align-items-center .header-right .header-action-item .a-hea span.item-title {
        display: none;
    }

}
 section#DetailSection {
     padding-top: 20px;
 }
 .newsCategories {
     padding: 10px 15px 10px;
     background-color: #f7f8f9;
     border-radius: 5px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
     margin-bottom: 20px;
 }
 .newsCategoriesTitle {
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 5px;
 }
 .categories {
     padding: 10px 15px 10px;
     background-color: #f7f8f9;
     border-radius: 5px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
     margin-bottom: 20px;
 }
 .CategoriesTitle {
     font-size: 16px;
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 5px;
 }
 .categories .CategoriesList ul {
     padding: 0;
     margin: 0;
     list-style: none;
 }
 li.CategoriesItem {
     position: relative !important;
 }
 li.CategoriesItem .nav-link {
     display: block;
     padding: 8px 0;
     font-size: 14px;
     padding-right: 30px;
 }
 .categories .CategoriesList ul .down_icon {
     width: 30px;
     height: 30px;
     top: 5px;
     right: 0;
     transition: 0.5s all;
     cursor: pointer;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .categories .CategoriesList ul .down_icon:before, .categories .CategoriesList ul .down_icon:after {
     position: absolute;
     content: '';
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%) rotate(-90deg);
     transform: translate(-50%, -50%) rotate(-90deg);
     background-color: currentColor;
     -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
     transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
     transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
     transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
 }
 .categories .CategoriesList ul .down_icon:before {
     width: 11px;
     height: 1px;
     opacity: 1;
 }
 .categories .CategoriesList ul .down_icon:after {
     width: 1px;
     height: 11px;
 }
 .categories .CategoriesList ul ul.menu_dropdown {
     padding-left: 10px !important;
     height: 0;
     transition: height 0.4s ease-in-out, -webkit-height 0.4s ease-in-out;
     overflow: hidden;
 }
 .categories .CategoriesList ul ul.menu_dropdown.open {
     height: var(--dynamic-height);
 }
 .categories .CategoriesList ul .down_icon.cls_mn::before {
     opacity: 0;
 }
 .categories .CategoriesList ul .down_icon.cls_mn::after {
     -webkit-transform: translate(-50%, -50%) rotate(90deg);
     transform: translate(-50%, -50%) rotate(90deg);
 }
 li.newsCategoriesItem {
     padding: 8px 0;
     font-size: 14px;
 }
 .articleTitle h1 {
     margin-top: 0px;
     margin-bottom: 15px;
     font-size: 26px;
     font-weight: 700;
     color: #333;
     line-height: 34px;
 }
 .timeDate svg{
     width: 15px;
     height: 15px;
     margin-top: -5px;
     margin-right: 2px;
 }
 .timeDate {
     font-size: 14px;
     font-weight: 400;
     color: #acacac;
     display: inline-block;
     margin-right: 10px;
 }
 .authorPost svg{
     width: 15px;
     height: 15px;
     margin-top: -5px;
     margin-right: 2px;
 }
 .authorPost {
     font-size: 14px;
     font-weight: 400;
     color: #acacac;
     display: inline-block;
     margin-right: 10px;
 }
 .articleBlock {
     border-radius: 10px;
     border: 1px solid #eee;
     padding: 10px 15px 10px;
     display: block;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
     margin-bottom: 20px;
 }
 .articleBlockTitle {
     font-size: 14px;
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 10px;
     border-bottom: 1px solid #f1f1f1;
     padding-bottom: 5px;
 }
 .articleBlockItem {
     display: flex;
     gap: 10px;
     margin-bottom: 10px;
     border-bottom: 1px dashed #F2F2F2;
     padding-bottom: 5px;
 }
 .articleItemTitle p {
     font-size: 14px;
     margin: 0;
     margin-bottom: 0px;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     font-weight: 400;
 }
 .articleItemImg {
     width: 170px;
     max-width: 170px;
 }
 .articleItemDate {
     font-size: 14px;
     font-weight: 400;
     color: #acacac;
     display: inline-block;
     margin-right: 10px;
 }
 .articleItemInfo {
     width: calc(100%);
 }
 .f-16{
     font-size: 16px;
 }
 .quick-link-menu {
     margin-top: .5rem !important;
     position: relative;
     background: #fff;
     border: 1px solid #ededed;
     padding: .5rem;
     border-radius: 12px;
     margin-bottom: 15px;
 }
 .quick-link-header {
     position: absolute;
     background: #fff;
     line-height: 1;
     top: -8px;
     left: 10px;
     z-index: 1;
     padding: 0 3px;
 }
 ul.quick-link-list {
     margin: 10px 0;
 }
 .quick-link-list, .quick-link-list li {
     list-style-type: none;
     color: #007bff;
 }
 .quick-link-list, .quick-link-list li a {
     color: #007bff;
 }
 .articleItemTitle a {
     font-size: 18px;
 }
 @media (min-width: 991px) {

 }

