html{
    scroll-behavior: smooth;
}
@font-face{
  font-family: Roboto-Black;
  src:url(../fonts/Roboto-Black.TTF)
}
@font-face{
  font-family: Roboto-Bold;
  src:url(../fonts/Roboto-Bold.TTF)
}
@font-face{
  font-family: Roboto-Medium;
  src:url(../fonts/Roboto-Medium.TTF)
}
@font-face{
  font-family: Roboto-Regular;
  src:url(../fonts/Roboto-Regular.TTF)
}
@font-face{
  font-family: SVN-Gilroy-Bold;
  src:url(../fonts/SVN-Gilroy-Bold.otf)
}
@font-face{
  font-family: SVN-Gilroy-Medium;
  src:url(../fonts/SVN-Gilroy-Medium.otf)
}
@font-face{
  font-family: SVN-Gilroy-Regular;
  src:url(../fonts/SVN-Gilroy-Regular.otf)
}
@font-face{
  font-family: UTM-Gods-WordR; 
  src:url(../fonts/UTM-Gods-WordR.ttf)
}
@font-face{
  font-family: UTM-Yen-Tu;
  src:url(../fonts/UTM-Yen-Tu.ttf)
}
@font-face{
  font-family: UVNHongHaHep_B;
  src:url(../fonts/UVNHongHaHep_B.TTF)
}
@font-face{
  font-family: UVNTinTucHep_R;
  src:url(../fonts/UVNTinTucHep_R.TTF)
}
@font-face{
  font-family: SVN-PyesPa-Headline;
  src:url(../fonts/SVN-PyesPa-Headline.otf)
}
html{
    overflow-x: hidden;
}
body {
    font-size: 18px;
    font-family: SVN-Gilroy-Medium;
    overflow-x: hidden;
    color: #000;
}
.container {
    width: 1200px;
    max-width: 100%;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
a:hover {
    text-decoration: none;
    color: #e2b029;
}
.color{color: #e2b029}
.cl_0{
    color: #000;
}
.cl_f{
    color: #fff;
}
.menu_mb{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 5px 10px;
}
.bt_menu{
    display: flex;
    justify-content: space-between;
}
.bt_menu .logo{
    max-width: 100px;
    display: none;
}
.menu_mb.sticky-header{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
.menu_mb.sticky-header .bt_menu .logo{
    display: block;
}
.top_mb{
    padding: 10px 0;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #c4292f;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
    font-family: Roboto-Regular;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #efefef;
}
.nav-container {
    position: fixed;
    top: 44px;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 300px;
    max-width: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.nav-container.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-toggle {
    border: 0;
    background: 0;
    z-index: 99;
    padding: 0;
    margin: 7px 10px;
}
.nav-toggle:focus{
    outline: 0;
}

.nav-toggle .icon-menu {
    position: relative;
    width: 28px;
    height: 20px;
}
.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #e2b029;
}
.icon-menu .line-1 {
    top: 0;
}
.is-active .icon-menu .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}
.is-active .icon-menu .line-2 {
    opacity: 0;
}
.icon-menu .line-3 {
    bottom: 0;
}
.is-active .icon-menu .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.nav-menu > .menu-item.is-active {
    background: #e2b029;
}
.nav-menu > .menu-item:hover {
    background: #e2b029;
}
.nav-menu > .menu-item.is-active a,
.nav-menu > .menu-item:hover a {
    color: #fff;
}
.nav-menu .menu-link {
    color: #fff;
    display: block;
    padding: 5px 15px;
}
@media (min-width: 992px) {
    .nav-menu{
        background: #89191c;
        border-radius: 6px;
    }
    .nav, .nav-container,
    .nav-container.is-visible {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-container,
    .nav-container.is-visible {
        visibility: visible;
        height: auto;
        min-height: 0;
        overflow-y: visible;
        width: 100%;
        max-width: 100%;
    }
    .nav-toggle {
        display: none;
    }
    .nav-menu > .menu-item:hover,
    .nav-menu > .menu-item.is-active {
        background-color: transparent;
    }
    .nav-menu .menu-item {
        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    .nav-menu > .menu-item > .menu-link {
        display: inline-block;
        padding: 13px 20px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .nav-menu > .menu-item.active .nav-menu > .menu-item:hover {
        background: #e2b029;
    }
    .nav-menu > .menu-item {
        position: relative;
        float: left;
    }
    .nav-menu{
        float: right;
    }
    .nav {
        background: none;
    }
    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
        color: #e2b029;
    }
    .nav-menu > .menu-item > .menu-link:after{
        content: "|";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }
    .nav-menu > .menu-item:last-child > .menu-link:after{
        content: "";
    }
}
@media (max-width: 991px) {
    .nav-container{
        background: #fff;
    }
    .menu-item {
        border-bottom: 1px dotted #a3a3a3;
    }
    .menu-item:last-child {
        border-bottom: 0;
    }
    .nav-menu .menu-link{
        color: #000;
        font-size: 14px;
        padding: 10px 15px;
    }
    .nav-menu > .menu-item.is-active.has-dropdown:after,
    .nav-menu > .menu-item:hover.has-dropdown:after {
        color: #fff;
    }
    .menu  .menu-item.d-block{
        padding: 5px;
        background: #fff;
    }
}
/*============================*/
.qs_banner, #header{
    position: relative;
    display: block;
}
.header_top{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}
.banner_main{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.form-advice{
    width: 65%;
    margin: 10 auto;
    display: flex;
    justify-content: center;
}
.form-advice input{
    width: calc(100% - 430px);
    margin-right: 15px;
    height: 40px;
    padding-left: 10px;
    width: 200px;
}
.form-advice input::placeholder{
    font-size: 16px;
    font-family: SVN-Gilroy-Regular;
    color: #8b8b8b;
}
.form-advice .btn_get-advice{
    display: inline-block;
    height: 40px;
    background-image: linear-gradient(to bottom, #f1da83 , #e38d33);
    color: #9e0a0a;
    font-family: Roboto-Black;
    border-radius: 10px;
    margin-right: 15px;
}
.form-advice a.download_file-combo{
    width: 250px;
    display: inline-block;
    height: 40px;
    background-image: linear-gradient(to bottom, #f1da83 , #e38d33);
    color: #fff;
    font-family: Roboto-Black;
    border-radius: 10px;
    line-height: 40px;
}
.form-advice button.btn_get-advice:hover,
.form-advice a.download_file-combo:hover{
    color: #000;
}
.qs_introduce{
    padding: 55px 0 45px;
    background: url(../img/bg1.png) no-repeat;
    background-size: cover;
    background-position: top;
}
.qs_introduce .title_introduce{
    font-family: Roboto-Bold;
    font-size: 30px;
    color: #89191c;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.qs_introduce .content_introduce{
    margin-bottom: 25px;
}
.qs_message{
    padding: 20px 0;
}
.qs_message .message_first{
    font-family: UTM-Yen-Tu;
    font-size: 48px;
    color: #512428;
    line-height: 50px;
    margin-bottom: 20px;
}
.qs_message .message_second{
    font-size: 18px;
    margin-bottom: 10px;
}
.qs_combo{
    padding: 20px 0;
}
.qs_combo .title_section{
    font-family: UTM-Gods-WordR;
    font-size: 36px;
    color: #512428;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.qs_combo .title_section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background: url(../img/icon_title.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.list-combo{
    position: relative;
    padding: 170px 0 30px;
}

.list-combo:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    z-index: -1;
}


.background_after{
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: contain !important;
    background-position: top !important;
}

.slider_conbo{
    padding-left: 100px;
}
.slider_conbo .combo_item img{
    border: 1px solid #fff;
    border-bottom: 0;
}
.slider_conbo .combo_item:hover img{
    opacity: 0.75;
}
.slider_conbo .combo_item .title_combo{
    padding: 15px;
    background: #512428;
    color: #fff;
    font-family: UVNTinTucHep_R;
    font-size: 24px;
    text-transform: uppercase;
}
.slider_conbo .combo_item .title_combo:hover{
    color: #e2b029;
}
.slider_conbo.owl-carousel .owl-nav{
    top: 77%;
}
.slider_conbo.owl-carousel .owl-nav .owl-next{
    width: 50px;
    right: 102%;
    z-index: 99999999999;
}
.slider_conbo.owl-carousel .owl-nav .owl-prev{
    left: -14%;
}
.qs_dangky{
    padding: 45px 0;
    background: url(../img/bg5.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.video_home iframe{
    width: 100%;
}
.form_dangky{
    padding: 15px 30px;
    background: #fcf8f8;
    border-radius: 8px;
}
.form_dangky .title_form{
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #512428;
    margin-bottom: 25px;
}
.form_dangky input.form-control{
    height: 40px;
    margin-bottom: 15px;
    background: none;
}
.form_dangky input.form-control::placeholder{
    font-size: 14px;
    font-family: Roboto-Regular;
}
.form_dangky .row{
    margin: 0 -5px;
}
.form_dangky .row .col-6, .form_dangky .row .col-12{
    padding: 0 5px;
}
.form_dangky .btn_dangky{
    padding: 8px 20px;
    background: #89191c;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 18px;
    border-radius: 6px;
}
.form_dangky .btn_dangky:hover{
    color: #e2b029;
}
.contact_advice{
    margin-top: 45px;
}
.contact_advice .txt_description{
    font-family: Roboto-Bold;
    font-size: 30px;
    color: #250a0c;
    margin-bottom: 25px;
}
.phone_contact, .time_contact{
    font-family: Roboto-Medium;
    color: #fff000;
}
.phone_contact a{
    color: #fff000;
    font-size: 24px;
    padding-right: 5px;
}
.time_contact{
    font-size: 18px;
}
.phone_contact a i, .time_contact i{
    color: #250a0c;
}
.contact_advice .order_now{
    display: inline-block;
    padding: 10px 20px;
    background: #250a0c;
    color: #fff;
    font-family: Roboto-Bold;
    font-size: 24px;
    border-radius: 10px;
    margin-top: 35px;
}
.contact_advice .order_now:hover{
    color: #fff000;
}
.qs_customer{
    padding: 40px 0 45px;
    background: #feefc8;
}
.title_customer{
    font-family: UVNHongHaHep_B;
    font-size: 30px;
    color: #512428;
    margin-bottom: 30px;
}
.list_customer{
    margin-top: 40px;
}
.customer_item{
    margin-bottom: 30px;
}
.customer_item >a{
    overflow: hidden;
}
.customer_item img{
    webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.customer_item:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.customer_item .name_customer{
    font-family: UVNHongHaHep_B;
    font-size: 18px;
    text-transform: uppercase;
    color: #512428;
    margin-top: 15px;
}
footer{
    padding: 50px 0 25px;
    background: url(../img/bg_footer.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #fff;
    font-size: 14px;
}
.title_footer{
    font-family: UVNHongHaHep_B;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.title_footer:after{
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_item ul{
    margin-bottom: 25px;
}
.footer_item ul li i{
    padding-right: 10px;
}
.footer_item ul li{
    margin-bottom: 10px;
}
.footer_item ul li a{
    color: #fff;
}
.footer_item .list_social{
    margin-top: 15px;
}
.footer_item .list_social img{
    margin-right: 5px;
}
.copy_right{
    padding-top: 15px;
    border-top: 1px dashed #fff;
    font-size: 14px;
    margin-top: 20px;
}
#myModal.modal.show .modal-dialog{
    max-width: 1200px;
}
#success.modal.show .modal-dialog{
    max-width: 1000px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0 10px;
}
.modal-header{
    padding: 0;
    border: 0;
    position: absolute;
    top: 10px;
    right:10px;
}
.modal-header .close{
    color: #fff;
    opacity: 1;
}
.modal-content{
    padding: 40px 20px;
    background: rgb(22, 13, 14, 90%);
    border: 2px solid #ebebea;
    border-radius: 10px;
}
.product_infomation{
    color: #fff;
}
.product_infomation .name_pro{
    font-family: SVN-Gilroy-Bold;
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.product_infomation .product_des{
    margin-bottom: 25px;
}
.product_infomation .price{
    font-family: SVN-Gilroy-Bold;
    font-size: 30px;
    color: #ffd800;
    margin-bottom: 20px;
}
#myModal .form-advice{
    width: 100%;
    margin-top: 30px;
}
#myModal .form-advice input {
    width: calc(100% - 250px);
}
#myModal .form-advice a.download_file-combo{
    width: 225px;
}
#myModal .form-advice .btn_get-advice{
    width: 180px;
}
.call_now{
    padding: 8px 30px;
    background-image: linear-gradient(to bottom, #f1da83 , #e38d33);
    color: #9e0a0a;
    display: inline-block;
    margin: 15px auto 0;
    text-align: center;
    border-radius: 10px;
}
.call_now i.fa{
    animation: animate 1s infinite;
    animation-timing-function: ease-out;
    transition: 2s;
}
.call_now i.fa:last-child{
    animation: animate1 1s infinite;
    animation-timing-function: ease-out;
    transition: 2s;
}
.success_content img{
    margin-bottom: 15px;
}
.success_content .success_first{
    font-family: Roboto-Medium;
    font-size: 36px;
    color: #fff000;
}
.success_content .success_second{
    font-family: Roboto-Medium;
    font-size: 36px;
    color: #fff;
}
.success_content .success_third{
    font-family: SVN-PyesPa-Headline;
    font-size: 48px;
    color: #fff000;
}
@keyframes animate {
  0% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes animate1 {
  0% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@media(max-width: 1200px){
    .container {
        padding: 0 15px;
    }
    .list-combo{
        padding-top: 105px;
    }
    .form-advice{
        width: 100%;
    }
    .banner_main{
        bottom: 70px;
    }
}
@media(max-width: 992px){
    .form-advice{
        width: 100%;
    }
    .banner_main{
        bottom: 25px;
    }
    .list-combo:after{
        height: 350px;
    }
    /*.combo_luxury .list-combo:after{
        background: url(../img/bg2.png) no-repeat;
        background-size: cover;
        background-position: top left;
    }
    .combo_prenium .list-combo:after{
        background: url(../img/bg3.png) no-repeat;
        background-size: cover;
        background-position: top left;
    }
    .combo_standard .list-combo:after{
        background: url(../img/bg4.png) no-repeat;
        background-size: cover;
        background-position: top left;
    }*/
    
    .slider_conbo.owl-carousel .owl-nav .owl-prev {
        left: -20%;
    }
    .contact_advice .txt_description{
        font-size: 24px;
    }
    #myModal .form-advice{
        display: block;
    }
    #myModal .form-advice input,
    #myModal .form-advice .btn_get-advice,
    #myModal .form-advice a.download_file-combo{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .success_content .success_first,
    .success_content .success_second,
    .success_content .success_third{
        font-size: 21px;
    }
}
@media (max-width: 767px){
    body{
        font-size: 14px;
    }
    .banner_main{
        position: relative;
        margin-top: 15px;
        bottom: 0;
    }
    .form-advice{
        display: block;
    }
    .form-advice input,
    .form-advice button.btn_get-advice,
    .form-advice a.download_file-combo{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .qs_introduce .title_introduce{
        font-size: 21px;
    }
    .qs_message .message_first{
        font-size: 30px;
        line-height: 30px;
    }
    .qs_message .message_second{
        font-size: 14px;
    }
    .qs_combo .title_section{
        font-size: 24px;
    }
    .list-combo:after {
        height: 250px;
    }
    .slider_conbo{
        padding-left: 0;
    }
    .slider_conbo.owl-carousel .owl-nav{
        top: 50%;
    }
    .slider_conbo.owl-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .slider_conbo.owl-carousel .owl-nav .owl-next{
        right: 0;
    }
    .list-combo {
        padding-top: 270px;
    }
    .slider_conbo .combo_item .title_combo,
    .title_customer{
        font-size: 21px;
    }
    .contact_advice .txt_description,
    .phone_contact a,
    .contact_advice .order_now,
    .product_infomation .name_pro{
        font-size: 18px;
    }
    .customer_item .name_customer{
        font-size: 16px;
    }
    .customer_item img{
        width: 100%;
    }
    .modal-content{
        padding: 10px;
    }
    .product_infomation{
        margin-top: 25px;
    }
    .modal-header{
        z-index: 999;
    }
    .success_content img{
        max-width: 50px !important;
    }
}
.modal-dialog{
    max-width: 1200px !important;
}
.modal_chucmung{
    position: fixed;
    width:100% ;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999;
}