/* If you want to add your own CSS code, please do it in this file */
/* Font Oswald */
@font-face {
    font-family:'Oswald';
    font-weight: normal;
    font-style: normal;
    src:url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
        url('../fonts/oswald-regular-webfont.woff') format('woff'),
        url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
}
@font-face {
    font-family:'Oswald';
    font-weight: 400;
    font-style: normal;
    src:url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/oswald-light-webfont.woff2') format('woff2'),
        url('../fonts/oswald-light-webfont.woff') format('woff'),
        url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
}
@font-face {
    font-family:'Oswald';
    font-weight: 300;
    font-style: normal;
    src:url('../fonts/Oswald-ExtraLight.ttf') format('truetype'),
        url('../fonts/oswald-extralight-webfont.woff2') format('woff2'),
        url('../fonts/oswald-extralight-webfont.woff') format('woff'),
        url('../fonts/oswald-extralight-webfont.svg#oswaldextralight') format('svg');
}
@font-face {
    font-family:'Oswald';
    font-weight: bold;
    font-style: normal;
    src:url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
        url('../fonts/oswald-bold-webfont.woff') format('woff'),
        url('../fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
}
@font-face {
    font-family:'Oswald';
    font-weight: 800;
    font-style: normal;
    src:url('../fonts/Oswald-SemiBold.ttf') format('truetype'),
        url('oswald-semibold-webfont.woff2') format('woff2'),
        url('oswald-semibold-webfont.woff') format('woff'),
        url('oswald-semibold-webfont.svg#oswaldsemibold') format('svg');
}
.header_mobile{
    display: none;
}
/* Menu Toggle */
.menu-toggle {
    width: 50px;
    height: 30px;
    z-index: 999;
    cursor: pointer;
    float: left;
}
.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.on .two {
    opacity: 0;
}
.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(6px, -10px);
    -ms-transform: rotate(-45deg) translate(6px, -10px);
    -webkit-transform: rotate(-45deg) translate(6px, -10px);
    transform: rotate(-45deg) translate(5px, -8px);
}
.menu-toggle .one,
.menu-toggle .two,
.menu-toggle .three {
    width: 100%;
    height: 2px;
    background: white;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header_main_menu span{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    margin-right: 10px;
    float: left;
}
.navigation{
    position: fixed;
    left: -500px;
    bottom: auto;
    top: 0;
    background-color: rgba(255, 255, 255, .2);
    width: 0px;
    background-image: linear-gradient(40deg, rgba(0, 0, 0, 0.85), #0062ab );
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    overflow: hidden;
    height: 100%;
}
.navigation{
    padding-top: 115px;
}
.navigation ul li a{
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: Tahoma;
}
.navigation ul li a:hover{
    color: #72bcbe;
    text-decoration: none
}
.navigation ul li{
    padding: 8px 15px;
}
.navigation.show{
    width: 220px;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
}
.navigation {
    background: rgba(0,0,0,0.7);
}
.nav-click-close{
    display: none;
}
.logo {
    text-align: center;
}
.logo h1{
    text-align: center;
    margin: 0;
}
.header_main_menu{
    position: fixed;
    top: 12px;
    right: calc((100% - 1170px)/2);
    z-index: 1;
}
body:not(.template-slider) #Header{
    min-height: 0;
}

#Header_wrapper{
    background-color: transparent !important;
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
}
body[class*=" fp-viewing-"] .header_main{
    visibility: hidden;
    opacity: 0;
    transition: all .7s
} 
body[class*=" fp-viewing-banner"] .header_main{
    visibility: inherit;
    opacity: 1;
    transition: opacity .7s
} 
body[class*=" fp-viewing-"] .cart_total, body[class*=" fp-viewing-"] .box_scroll{
    visibility: inherit;
    opacity: 1;
    transition: all .7s;
}
body[class*=" fp-viewing-banner"] .cart_total, body[class*=" fp-viewing-about"] .cart_total, body[class*=" fp-viewing-lienhe"] .cart_total,
body[class*=" fp-viewing-banner"] .box_scroll, body[class*=" fp-viewing-about"] .box_scroll, body[class*=" fp-viewing-lapdatvanchuyen"] .box_scroll, body[class*=" fp-viewing-lienhe"] .box_scroll{
    visibility: hidden;
    opacity: 0;
    transition: all .7s
}
/* Footer */
.footer{
    padding: 25px 0;
    background-image: url(../images/background_footer.jpg);
    height: 100%;    
    background-size: cover;
    background-position: center;
}
.box_footer{
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.title-footer{
    padding-top: 15px;
    float: left;
    width: 100%;
}
.title-footer h3{
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 5px;
    color: #fff;
}
.title-footer h3:before{
    content: "";
    height: 1px;
    width: 270px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
}
.box-footer-mid-imf ul li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.box-footer-mid-imf i{
    display: inline-block;
    width: 25px;
    float: left;
    line-height: 25px;
    color: #3972cc;
    font-size: 20px;
}
.box-footer-mid-imf span{
    display: inline-block;
    width: calc( 100% - 25px );
    float: left;
    font-weight: 400;
    font-size: 15px;
}
.content-footer{
    font-weight: 400;
    font-size: 15px;
    float: left;
    width: 100%;
}
.box-footer-mid-imf a{
    color: #fff !important
}
.content-footer .social-footer{
    margin-top: 25px;
    float: left;
    width: 100%;
}
.content-footer .social-footer a{
    background-color: #9e9d9d;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    float: left;
    margin: 0 15px 0 0px;
    text-align: center;
    border-radius: 2px;
    color: #444 !important;
    font-size: 25px;
}
.copyright-footer{
    background-color: #1269af;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: -42px;
}
.copyright-footer p{
    margin: 0;
}
.copyright-footer a{
    color: #fff !important;
}
/* Footer Mail */
.box-footer-mid-mail{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.box-footer-mid-mail p{
    margin-bottom: 25px;
}
.box-footer-mid-mail .gform_heading, .box-footer-mid-mail .gform_body label{
    display: none;
}
.box-footer-mid-mail .gform_body{
    width: calc(100% - 90px);
    float: left;
}
.box-footer-mid-mail .gform_body input{
    width: 100% !important;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 400;
}
.box-footer-mid-mail .gform_footer{
    float: left;
    width: 90px
}
.box-footer-mid-mail .gfield{
    width: 100%;
}
.box-footer-mid-mail .gform_footer input{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #1269af;
}
/* Content */
.maps iframe{
    display: block
}
.contact_imformation{
    background-color: #1269af;
    color: #fff;
    padding: 20px 0; 
    width: 100%;
}
.contact_imformation ul li{
    width: 33.3333%;
    float: left;
    min-height: 20px;
    position: relative;
}
.contact_imformation ul li i{
    width: 65px;
    height: 65px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 25px;
    line-height: 65px;
    border-radius: 5px;
    float: left;
    margin-right: 25px;
}
.contact_imformation ul li .contact_imformation_text{
    position: absolute;
    width: calc(100% - 90px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);    
    font-size: 16px;
    line-height: 26px;
}
.contact_imformation ul li .contact_imformation_text a{
    color: #fff !important;
}
.contact_imformation ul li .contact_imformation_text a:hover{
    text-decoration: none;
}
.contact_hotline{
    background-color: #ffc30a;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    color: #1269af;
    font-size: 22px;
}
.contact_hotline p{
    margin-bottom: 0;
}
.contact_hotline span{
    color: #fff
}
.contact_hotline p{
    position: relative;
    display: block;
    width: 382px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.contact_hotline p:before{
    bottom: 0;
    left: -44px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-right-color: #ffc30a;
    border-width: 22px;
}
.contact_hotline p:after{
    bottom: 0;
    right: -44px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-left-color: #ffc30a;
    border-width: 22px;
}
.contact_hotline a{
    color: #fff;
}
.contact_hotline a:hover{
    text-decoration: none;
}
.tong_chi_phi{
    padding: 55px 0;
    background-image: url(../images/bg_tong.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.tong_chi_phi.price {
    position: fixed;
    bottom: 0;
}
.tong_chi_phi p{
    margin: 0;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    position: relative;
}
.tong_chi_phi .tong_chi_phi_text p{
    text-align: right;
}
.tong_chi_phi .tong_chi_phi_number{
    color: #f80101;
    font-weight: bold;
    text-decoration: underline;
}
.tong_chi_phi .tong_chi_phi_button button, .tong_chi_phi .tong_chi_phi_button a{
    color: #252424;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 25px;
    line-height: 48px;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fed714), to(#fab117));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fed714, #fab117);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fed714, #fab117);
    /* IE 10 */
    background: -ms-linear-gradient(top, #fed714, #fab117);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fed714, #fab117);
    border: 1px solid #fff2b2
}
.select input{
     margin-right: 15px;
}
.select label{
    font-size: 20px;
    font-weight: 400;
}
.lapdat_vanchuyen img{
    margin-bottom: 40px;
}
.lapdat_vanchuyen ul li{
    margin-bottom: 35px;
}
.loaidongco label{
    width: 100%;
    height: 283px;
    background-image: url(../images/loaidongco.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: 2px solid transparent;
}
.loaidongco:hover label{
    border: 2px solid #f8c413;
}
.loaidongco, .loaikeotay{
    text-align: center;
}
.loaidongco label{
    position: relative;
}
.loaidongco label span{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    background-color: rgba(15, 104, 151, 0.75);
    border: 1px solid #6fcbff;
    color: #fff;
    padding: 10px 45px;
    font-size: 20px;
}
.loaikeotay label{
    position: relative;
}
.loaikeotay label span{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    background-color: rgba(15, 104, 151, 0.75);
    border: 1px solid #6fcbff;
    color: #fff;
    padding: 10px 45px;
    font-size: 20px;
}
.loaikeotay label{
    width: 100%;
    height: 283px;
    background-image: url(../images/loaikeotay.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.box_option1_2{
    background-image: url(../images/bg_product.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.chondomo{    
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);  
    background-position: bottom center
}
.chondomo .col-lg-3{
    text-align: center
}
.chondomo label img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 5px solid #fff;
    transition: all 0.5s;
    box-shadow: 2px 1px 8px #ccc;
}
/* Radio */
input[type="radio"] {
    background-color: #fff;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
                      -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
                0 0 0 1px #adadad,
                0 2px 3px #adadad,
                0 1px 3px hsla(0,0%,0%,.4),
                0 1px 1px hsla(0,0%,0%,.2),
                0 1px 1px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}
input[type="radio"]:checked:after {
    background-color: #ffcd31 !important;
    
}
.chondomo .chondomo_domo:hover label img{
    transition: all 0.5s;
    border-color: #ffcd31;
}
.chondomo input{
     margin-right: 15px;
}
.title_main{
    margin: 0px 0 20px;
    text-align: center;
}
.title_main img{
    width: auto;
}
.title_number_1, .title_number_2, .title_number_3, .title_number_4, .title_number_5{
    position: relative;
}
.title_number_1, .title_number_2, .title_number_3, .title_number_4, .title_number_5{
    height: 75px;
}
.title_number_1:before{
    content: url(../images/01_title.png);
    position: absolute
}
.title_number_2:before{
    content: url(../images/02_title.png);
    position: absolute
}
.title_number_3:before{
    content: url(../images/03_title.png);
    position: absolute
}
.title_number_4:before{
    content: url(../images/04_title.png);
    position: absolute
}
.title_number_5:before{
    content: url(../images/05_title.png);
    position: absolute
}
.title{
    position: relative;
    margin-bottom: 28px;
}
.title h3{
    font-weight: 400;
}
.title span{
    position: absolute;
    background-color: #fff;
    padding: 10px 205px 10px 20px; 
    color: #3d3d3d;
    font-weight: 400;
    text-transform: uppercase;
    bottom: -25px;
    left: 63px;
}
.title span:before{
    content: "";
    position: absolute;
    width: 130px;
    height: 3px;
    float: right;
    background-color: #096295;
    bottom: 10px;
    right: 50px;
}
.chondomo_domo label span{
    font-size: 20px;
    font-weight: 300;
}
.content_chonloaimau{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.img_chonloaimau{
    left: calc(100% - 41.66667%);
    position: absolute;
    z-index: 999;
    width: 457px;
    height: 195px;
    bottom: 15px;
}
.content_chonloaimau_text{
    padding-left: 50px;
}
.content_chonloaimau_text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.content_chonloaimau_text h4{
    text-transform: uppercase;
    font-weight: 500;
}
.box_chonloaimau_select{
    text-align: center;
    position: relative;
    padding: 0;
    width: 20%;
    float: left;
}
.box_chonloaimau_select label{
    width: 100%;
    margin: 0;
}
.box_chonloaimau_select img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_chonloaimau_select span{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    width: 100%;
}
.box_chonloaimau_select input{
    margin: 15px 5px 4px;
}
.box_wrapper{
    width: 100%;
    float: left;
}
#_dieukhien, #_kichthuoc{
    background-image: url(../images/bg_select.jpg);
    background-size: cover;
    background-position: center;
}
.chonhedieukhien {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.chonkichthuoc{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
span.require{
    color: #f40505
}
.chonkichthuoc_huongdan{
    background-image: url(../images/bg_huongdan.jpg);
}
.chonkichthuoc_huongdan{
    height: 485px;
    text-align: center;
    position: relative;
}
.chonkichthuoc_huongdan p{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}
.chonkichthuoc_huongdan h4{
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px;
}
.chonkichthuoc_huongdan a{
    color: #fff;
    background-color: #f4bd16;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 3px;
    margin-top: 25px;
    display: inline-block;
}
.chonkichthuoc_huongdan_content{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 25px;
    transform: translateY(-50%);
}
.content_introduce .introduce_content{
    height: 200px;
    overflow-y: scroll;
}
.chonkichthuoc_select{
    position: absolute;
    width: 67.777777%;
    background-color: #f8f8f8;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    padding: 55px 105px; 
    text-align: center;
}
.chonkichthuoc_select input{
    width: 100%;
}
.chonkichthuoc_select label{
    color: #005ba4;
    font-size: 16px;
}
.chonkichthuoc_select_tong label{
    display: block;
}
.chonkichthuoc_select_tong span{
    display: inline-block;
    font-size: 40px;
    line-height: 55px;
    color: #f40505;
    font-weight: bold;
    margin: 15px;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    padding: 0 20px 2px;
}
.chonkichthuoc_select_one{
    margin-bottom: 45px;
}
.chonkichthuoc_box{
    float: left;
    width: 100%;
    position: relative
}
.box_content_introduce{
    position: relative;
    height: 100%;
    background: url(../images/bg_about.jpg);
    background-size: cover;
}
.content_introduce{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.content_introduce .img_introduce{
    right: calc(100% - 41.66667%);
    position: absolute;
    top: 50%;
    height: auto;
    z-index: 0;
    max-width: 550px;
    transform: translateY(-50%);
}
.content_introduce h4{
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.content_introduce p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #979797
}
.content_introduce span{
    font-size: 18px;
    color: #4a4e51
}
.chungnhan{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.chungnhan_item{
    text-align: center;
    margin-bottom: 15px;
}
.chungnhan_item span{
    display: block;
    margin-top: 10px;
}
.chungnhan_item:hover span{
    color: #ffc30a;
}
.contact_total_popup { 
    width: 1170px;
    font-size: 20px;
}
.box_bg{
    width: 100%;
    float: left;
    background-image: url(../images/bg_select.jpg);
    background-size: cover;
}
.contact_total_popup legend{
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px;
}
.box_lapdat_thanhtoan{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
/* Table */
table th {
    color: #0095da !important;
    text-align: left;
    font-weight:500;
    font-size: 13px;
    text-transform: uppercase
}
table tr:first-child td{
    background-image: none;
}
.table > thead > tr > th{
    border: none;
    box-shadow: none;
    background-image: none;
    text-align: left;
}
table th{
    background-image: none !important;
    border: solid 1px #444;
    text-align: center;
}
table tr td h2{
    margin: 0;
    font-size: 22px;
    text-align: left
}
.layout-full-width #Content table tr td img{
    max-width: 100px;
    height: auto;
    display: block
}
table tr td{
    text-align: left;
    border: solid 1px #444;    
    font-size: 15px;
}
table tr td span{
    line-height: 30px;
    width: 100%;
    display: block;
}
table tr:hover td, .ui-tabs .ui-tabs-nav li.ui-state-active a:after, table tr:hover td{
    background-color: transparent !important;
    color: #444 !important
}
table:not(.shop_table) tr:hover td a{
    color: #444 !important
}
table tr td a.xemtiep:hover{
    background-color: #0095da !important;
    color: #fff !important;
    transition: 0.3s all;
}
table tr td a.xemtiep:hover i{
    color: #fff;
}
.shop_table .cart_item td:first-child{
    max-width: 60px;
}
.images_table{
    max-width: 192px;
}
.images_table img{
    width: 100%;
    height: auto;
}
.contact_total_popup input,.contact_total_popup textarea{
    width: 100%;
    box-shadow: none;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 5px
}
.contact_total_popup label{
    font-size: 15px;
    font-weight: normal;
}
.contact_total_popup table tr td span{
    font-size: 18px;
}
.contact_total_popup table th{
    font-size: 16px;
    color: #005993 !important;
    border: none;
    font-weight: 400
}
.contact_total_popup table tr td{
    border: solid 1px #59aaad;
    box-shadow: none;
    border-left: none;
    border-right: none;
    text-align: center;
}
.contact_total_popup .msp-save-changes{
    margin-top: 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0px 25px;
    line-height: 40px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fed714), to(#fab117));
    background: -webkit-linear-gradient(top, #fed714, #fab117);
    background: -moz-linear-gradient(top, #fed714, #fab117);
    background: -ms-linear-gradient(top, #fed714, #fab117);
    background: -o-linear-gradient(top, #fed714, #fab117);
    border: 1px solid #fff2b2;
    font-weight: 400;
    color: #252424 !important;
}
.cart_total{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    text-align: center;
    opacity: 0;
}
.cart_total .tong_chi_phi p{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}
.cart_total .tong_chi_phi p span{
    color: #00f0ff
}
.cart_total .tong_chi_phi .tong_chi_phi_text p{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}

.tong_chi_phi .tong_chi_phi_text p span{
    text-transform: uppercase;
    color: #fff
}
.cart_total .tong_chi_phi{
    padding: 10px 0;
    background-image: none;
    background-color: #076194;
    color: #fff;
}
.cart_total .tong_chi_phi .tong_chi_phi_button a{
    font-size: 15px;
}
.tong_chi_phi .tong_chi_phi_text p i{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}
  .bounceInDown {
    opacity: 1;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  }
  
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  }
  
  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }
  
  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  }
  
  100% {
  -webkit-transform: none;
  transform: none;
  }
  }
  
  @keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  }
  
  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  }
  
  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }
  
  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  }
  
  100% {
  -webkit-transform: none;
  transform: none;
  }
  } 
  .contact_imformation_mid{
    position: absolute;
    width: 235px;
    left: 50%;
    transform: translateX(-50%);
}
.chonloaimau{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 40px;
}
.content_chonloaimau_image{
    height: 112px;
    background-color: #000;
    border-left: 0.5px solid #fafafa;
    border-right: 0.5px solid #fafafa;
}
.box_chonloaimau_select img{
    opacity: 0.5;
}
.box_chonloaimau_select:hover img{
    opacity: 1;
}
.owl-prev, .owl-next{
    position: absolute;
    top: 112px;
    width: 40px;
    height: 44px;
    text-align: center;
    background-color: #a0a0a0;
    color: #fff;
    line-height: 40px;
    font-size: 30px;
}
.owl-prev:hover, .owl-next:hover{
    background-color: #ffcd31;
    
}
.owl-next {
    right: 0px;
}
.owl-frev {
    right: 0px;
}
.kichthuoc-huongdan_popup{
    max-width: 945px;
    font-size: 16px;
    padding: 25px;
}
.kichthuoc-huongdan_popup em:first-child{
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 25px;
    margin-top: 25px;
    font-style: inherit;
}
.lapdat_vanchuyen ul li{
    padding: 10px 0;
    padding-left: 80px
}
.lapdat_vanchuyen ul li input{
    margin-left: -8px;
}
.chonkichthuoc_select_note{
    text-align: left;
    font-size: 16px;
}
.chonkichthuoc_select_note span{
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.chungnhan_item img{
    transition: all 0.3s
}
.chungnhan_item:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
/*#dieukhien, #kichthuoc, #lapdatvanchuyen{
    float: left;
    width: 100%;
    padding-top: 35px
}*/
#lienhe{
    float: left;
    width: 100%;
}
.popup_huongdandodat{
    float: left;
    height: 550px;
}
.popup_huongdandodat .title{
    text-align: center;
    margin-bottom: 25px;
}
.title h2.gradient{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    padding: 15px 0;
    margin: 0;
}
.gradient{
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #56aaac), color-stop(60%, #005b92));
    background: -webkit-linear-gradient(-45deg, #56aaac 30%, #005b92 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.popup_huongdandodat_box{
    float: left;
    width: 100%;
}
.popup_huongdandodat_image{
    width: 40%;
    float: left;
    text-align: center;
}
.popup_huongdandodat_content{
    width: calc(60% - 20px);
    float: left;
    margin-left: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}
.popup_huongdandodat_content h3.gradient{
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    line-height: 35px;
    padding-bottom: 25px;
    padding-left: 25px;
    position: relative;
}
.popup_huongdandodat_content h3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 5px;
    height: 60px;
    background-color: #005991;
}
.popup_huongdandodat_content h4{
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.popup_huongdandodat_content p{
    margin-bottom: 35px;
    line-height: 28px;
}

.contact_total_popup .title{
    text-align: center;
    margin-bottom: 10px;
}
.cart_total_box{
    max-width: 685px;
    float: none;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
}
.cart_total_box .title h2.gradient{
    font-size: 25px;
    padding: 5px;
}
.text-danger{
    margin-bottom: 5px;
}
.content_introduce .scroll{
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.content_introduce .scroll a{
    display: inline-block;
    background-color: #2b5f93;
    color: #fff;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    transition: all .5s;
}
.content_introduce .scroll a:hover{
    text-decoration: none;
    background-color: #60a5a9;
    transition: all .5s;
}

.gradient{
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #62a8aa), color-stop(100%, #285a91));
  background: -webkit-linear-gradient(-45deg, #62a8aa 0%, #285a91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title_main h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 29px;
    line-height: 52px;
    display: inline-block;
    margin: 0;
}
.box_gradient{
    display: inline-block;
    background-image: linear-gradient(-90deg, #63a9aa, #275891);
    padding: 3px 0;
    position: relative;
}
.box_gradient:before{
    content: "";
    position: absolute;
    height: 60%;
    width: 4px;
    background-color: #275891;
    bottom: 0;
    left: 0;
}

.box_gradient:after{
    content: "";
    position: absolute;
    height: 60%;
    width: 4px;
    background-color: #63a9aa;
    top: 0;
    right: 0;
}
.box_gradient_bg{
    background-color: #fff;
    padding: 0 45px;
}
.lapdat_vanchuyen ul li:hover label{
    color: #f8c413
}
#fancybox-content{
    border: 7px solid #fcc216 !important;
    padding: 10px !important;
    background-image: url(../images/bg_popup.jpg) !important;
}
.image_cart{
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 200px;
}
.image_cart img{
    width: 100%;
}
.box_scroll a.scroll_down {
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2c6093;
    padding-top: 35px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: opacity .3s;
}
.box_scroll a.scroll_down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 35px;
    border: 2px solid #2c6093;
    border-radius: 50px;
    box-sizing: border-box;    
    transform: translateX(-50%);
}
.box_scroll a.scroll_down::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #2c6093;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 15px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 15px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.scroll_down span:before{
    content: "";
    position: absolute;
    top: 20px;
    left: 50px;
    width: 180px;
    height: 1px;
    background: -webkit-linear-gradient(left,#fff,rgba(255,255,255,0));
    background: linear-gradient(to right,#2c6093,rgba(255,255,255,0));
}
.scroll_down span:after{
    content: "";
    position: absolute;
    top: 20px;
    right: 50px;
    width: 180px;
    height: 1px;
    background: -webkit-linear-gradient(left,#fff,rgba(255,255,255,0));
    background: linear-gradient(to right, rgba(255,255,255,0), #2c6093);
}
.chonkichthuoc_select .msp-save-changes, .maps_mobile{display: none;}
.box_popup_huongdandodat, .contact_totals{
    height: 100%;
}
.thongbao{
    display: none
}
.content_chonloaimau_text ul{
    list-style: square;
    margin-left: 20px;
}
.content_chonloaimau_text ol{
    margin-left: 20px;
}
.content_chonloaimau_select{
    width: 100%;
    float: left;
}

/* Fixed Sidebar-START */
.fixer {
    padding: 0px;
    margin: 0px;
    position: fixed;
    top: 0;
    right: -10px;
    padding: 0px;
    background: #de232d;
    z-index: 10;
    width: 148px;
    transform: translateX(62%);
    -webkit-transform: translateX(62%);
    -moz-transform: translateX(62%);
    -ms-transform: translateX(62%);
    -o-transform: translateX(62%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fixer:hover {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
.fixer ul {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.fixer ul li {
    padding: 8.5px 5px;
    margin: 0px;
    font-size: 16px;
}
.fixer ul li a {
    color: #fff;
    text-decoration: none;
}
.fixer ul li a span {
    padding: 6px 0px;
    border-bottom: #FFF solid 1px;
    display: inline-block;
    padding-top: 0px;
    width: 70%;
    transition: all 0.3s;
    text-transform: capitalize;
}
.fixer ul li:last-child a span {
    padding-bottom: 0px;
    border-bottom: none;
}
.fixer ul li a img {
    vertical-align: middle;
}
.fixer .arow_right {
    position: relative;
    left: 0;
}
/* Fixed Sidebar-END */
.fixer ul li i{
    font-size: 22px;
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.arow_right:after{
    content: "";    
    border-color: transparent #de232d transparent transparent;
    z-index: 0;
    top: 15px;
    left: -19px;
    position: absolute;
    border-style: solid;
    display: block;    
    border-width: 10px;
}
.box_languages{
    display: inline-block
}
.wpml-ls-legacy-list-horizontal{
    padding: 0;
    background-color: #fff;
}
.wpml-ls-legacy-list-horizontal ul{
    padding: 0
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag{
    display: inline-block;
    vertical-align: inherit;
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    input[type="radio"]{
        margin: 0;
    }
    .lapdat_vanchuyen ul li input{
        margin-left: 0;
        margin-right: 15px;
    }
    .image_cart{
        display: none;
    }
    .section_wrapper, .section.full-width:not(.no-margin-h) > .section_wrapper, .container, .four.columns{
        max-width: calc( 100% - 15px ) !important
    }
    #Header_wrapper{
        position: relative;
        background-color: #005a92 !important;
        z-index: 9999;
    }
    body:not(.template-slider):not(.header-simple) #Header{
        min-height: 0;
    }
    .navigation.show{
        width: 205px;
    }
    .logo{
        max-width: 60px;
        padding: 10px 0;
        margin: 0 auto
    }
    .logo img{
        width: 100%;
        height: auto
    }

    .header_mobile{
        display: block;
    }
    .logo_mobile{
        max-width: 60px;
        margin: 0 auto;
    }
    .logo_mobile h1{
        margin: 5px 0;
    }   
    
    .logo_mobile img{
        width: 100%;
        height: auto;
    }
    body[class*=" fp-viewing-"] .header_mobile{
        visibility: hidden;
        opacity: 0;
        transition: all .7s
    } 
    body[class*=" fp-viewing-banner"] .header_mobile{
        visibility: inherit;
        opacity: 1;
        transition: opacity .7s
    } 
    body[class*=" fp-viewing-"] #Header_wrapper{
        background-color: transparent !important;
    }
    body[class*=" fp-viewing-banner"] #Header_wrapper{
        background-color: #005a92 !important;
    }
    .img_introduce{
        display: none;
    }
    .title_main{
        margin: 0
    }
    .title_main img{
        width: 100%;
    }
    .introduce .title_main img{
        width: auto;
    }
    .title span{
        padding: 0;
        bottom: 0;
    }
    .title span:before{
        display: none;
    }
    .title h3{
        font-size: 18px;
    }
    .chondomo_domo_select{
        margin: 10px 0 15px;
    }
    .content_chonloaimau_text{
        padding: 0;
    }
    .img_chonloaimau{
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
    .box_chonloaimau_select{
        width: 25%;
        margin-top: 0;
    }
    .box_chonloaimau_select span{
        font-size: 11px;
    }
    .loaidongco label span{
        padding: 10px 15px;
        font-size: 13px;
    }
    .loaidongco label{
        height: 195px;
    }
    .chonkichthuoc_select{
        position: relative;
        width: 100%;
        transform: inherit;
    }
    .chonkichthuoc_select{
        padding: 10px 0;
        margin-top: 25px;
    }
    .tong_chi_phi .tong_chi_phi_text p{
        text-align: center;
    }
    .tong_chi_phi p{
        margin-bottom: 25px;
    }
    .contact_imformation ul li{
        width: 100%;
        min-height: 85px;
        float: left;
    }
    .contact_imformation_mid{
        left: 0;
        transform: inherit;
    }
    .tong_chi_phi_button{
        text-align: center;
    }
    .header_main_menu{
        position: absolute;
        right: 0;
        top: 15px;
        background-color: #005a92;
        padding: 10px 5px 5px;
    }
    .kichthuoc-huongdan_popup{
        width: 100%;
        padding: 0;
    }
    .title h2.gradient{
        font-size: 18px !important;
    }
    .popup_huongdandodat_image{
        width: 100%;
    }
    .popup_huongdandodat_image img{
        width: 100%;
        height: auto;
    }
    .popup_huongdandodat_content{
        width: 100%;
    }
    .popup_huongdandodat_content h3.gradient{
        font-size: 15px;
        line-height: 28px;
    }
    .popup_huongdandodat_content{
        margin: 0;
    }
    .contact_total_popup{
        width: 100%
    }
    .box_table{
        width: 100%;
        overflow-x: auto;
    }
    .box_table_main{
        width: 750px;
    }
    .chungnhan_item{
        width: 50%;
        float: left;
    }
    .title_main h3{
        font-size: 18px;
        line-height: 30px;
    }
    body[class*=" fp-viewing-"] .header_main{
        display: none;
        opacity: 0;
        transition: opacity .7s;
    }
    body[class*=" fp-viewing-0"] .header_main{
        display: block;
        opacity: 1;
        transition: opacity .7s;
    }
    body[class*=" fp-viewing-"] .cart_total{
        visibility: hidden;
        opacity: 0;
        transition: opacity .7s;
    }
    #Header_wrapper{
        position: fixed;
    }
    .content_introduce p{
        font-size: 13px;    
        line-height: 20px;
        display: none;
    }
    .content_introduce h4{
        font-size: 14px;
    }
    .content_introduce span{
        font-size: 14px;
    }
    .chungnhan_item{
        width: 33.33333%;
        min-height: 105px;
    }
    .chungnhan_item img{
        width: 100%;
    }
    .chungnhan span{
        font-size: 10px;
        line-height: 15px;
    }
    .chondomo .col-lg-3{
        width: 50%;
        float: left;
    }
    .content_chonloaimau{
        display: none;
    }
    .chungnhan{
        margin-top: 10px;
    }
    .content_introduce .scroll a{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    .chondomo_domo label{
        max-width: 80%;
        margin-bottom: 0;
    }
    .chondomo_domo label img{
        margin-bottom: 5px;
    }
    .chondomo_domo {
        margin-bottom: 10px;
    }
    .chondomo_domo label span{
        font-size: 14px;
    }
    .box_chonloaimau_select input{
        margin: 3px;
    }
    .chonkichthuoc_huongdan{
        display: none;
    }
    .chonkichthuoc_select input{
        border: 1px solid #333 !important;
        box-shadow: none;
        background-image: none;
        padding: 5px 15px;
        margin-bottom: 10px;
    }
    .chonkichthuoc_select_one{
        margin-bottom: 15px;
    }
    .chonkichthuoc_select_item{
        margin-bottom: 20px;
    }
    .chonkichthuoc_select_tong span{
        font-size: 30px;
        line-height: 40px;
    }
    .loaidongco label{
        height: 125px;
    }
    .loaidongco{
        margin:0;
    }
    .lapdat_vanchuyen img{
        width: 100%;
        margin-bottom: 5px;
    }
    .lapdat_vanchuyen ul li{
        margin: 0;
        padding: 5px 0 !important;
    }
    .select label{
        font-size: 14px;
        line-height: 15px;
    }
    .tong_chi_phi{
        padding: 5px 0 15px
    }
    .tong_chi_phi .tong_chi_phi_text p{
        font-size: 20px;
    }
    .tong_chi_phi .tong_chi_phi_button button, .tong_chi_phi .tong_chi_phi_button a{
        font-size: 15px;
        padding: 5px 25px;
        line-height: 25px;
    }
    .tong_chi_phi p{
        margin-bottom: 10px;
    }
    .contact_hotline{
        display: none;
    }
    .maps, .footer_content{
        display: none;
    }
    .box_scroll{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .box_scroll a.scroll_down{

        position: static;
        transform: translate(0);
    }
    .content_chonloaimau_image{
        height: 90px;
    }
    .contact_imformation ul li .contact_imformation_text a{
        color: #fff !important
    }
    .maps_mobile{
        display: block
    }
    .chonkichthuoc_select .msp-save-changes{
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        background-color: #005ba4;
        padding: 5px 15px;
        display: block;
    }
    #kichthuoc-huongdan{
        overflow-y: scroll;
        height: 400px;
    }
    .contact_total_popup{
        overflow-y: scroll;        
        height: 400px;
    }
    .fixer{
        top: 63px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px){
    .header_mobile{
        display: block;
    }
    .logo_mobile{
        max-width: 60px;
        margin: 0 auto;
    }
    .logo_mobile h1{
        margin: 5px 0;
    }   
    
    .logo_mobile img{
        width: 100%;
        height: auto;
    }
    body[class*=" fp-viewing-"] .header_mobile{
        visibility: hidden;
        opacity: 0;
        transition: all .7s
    } 
    body[class*=" fp-viewing-banner"] .header_mobile{
        visibility: inherit;
        opacity: 1;
        transition: opacity .7s
    } 
    body[class*=" fp-viewing-"] #Header_wrapper{
        background-color: transparent !important;
    }
    body[class*=" fp-viewing-banner"] #Header_wrapper{
        background-color: #005a92 !important;
    }
    .image_cart{
        display: none;
    }
    .section_wrapper, .section.full-width:not(.no-margin-h) > .section_wrapper, .container, .four.columns{
        max-width: calc( 100% - 15px ) !important
    }
    #Header_wrapper{
        position: relative;
        background-color: #005a92 !important;
        z-index: 9999;
    }
    body:not(.template-slider):not(.header-simple) #Header{
        min-height: 0;
    }
    .navigation.show{
        width: 205px;
    }
    .logo{
        max-width: 60px;
        padding: 10px 0;
        margin: 0 auto
    }
    .logo img{
        width: 100%;
        height: auto
    }
    .img_introduce{
        display: none;
    }
    .title_main{
        margin: 0
    }
    .title_main img{
        width: 100%;
    }
    .introduce .title_main img{
        width: auto;
    }
    .title span{
        padding: 0;
    }
    .title span:before{
        display: none;
    }
    .title h3{
        font-size: 18px;
    }
    .content_chonloaimau_text{
        padding: 0;
    }
    .img_chonloaimau{
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
    .box_chonloaimau_select{
        width: 25%;
        margin-top: 0;
    }
    .box_chonloaimau_select span{
        font-size: 11px;
    }
    .loaidongco label span{
        padding: 10px 15px;
        font-size: 13px;
    }
    .loaidongco label{
        height: 195px;
    }
    .chonkichthuoc_select{
        position: relative;
        width: 100%;
        transform: inherit;
    }
    .chonkichthuoc_select{
        padding: 10px 0;
        margin-top: 25px;
    }
    .tong_chi_phi .tong_chi_phi_text p{
        text-align: center;
    }
    .tong_chi_phi p{
        margin-bottom: 25px;
    }
    .contact_imformation ul li{
        width: 100%;
        min-height: 85px;
        float: left;
    }
    .contact_imformation_mid{
        left: 0;
        transform: inherit;
    }
    .tong_chi_phi_button{
        text-align: center;
    }
    .header_main_menu{
        position: absolute;
        right: 0;
        top: 15px;
        background-color: #005a92;
        padding: 10px 5px 5px;
    }
    .kichthuoc-huongdan_popup{
        width: 100%;
        padding: 0;
    }
    .title h2.gradient{
        font-size: 18px !important;
    }
    .popup_huongdandodat_image{
        width: 100%;
    }
    .popup_huongdandodat_image img{
        width: 100%;
        height: auto;
    }
    .popup_huongdandodat_content{
        width: 100%;
    }
    .popup_huongdandodat_content h3.gradient{
        font-size: 15px;
        line-height: 28px;
    }
    .popup_huongdandodat_content{
        margin: 0;
    }
    .contact_total_popup{
        width: 100%
    }
    .box_table{
        width: 100%;
         overflow-x: auto; 
         overflow-y: hidden; 
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .box_table table{
        width: 750px;
        overflow: auto;
    }
    .chungnhan_item{
        width: 50%;
        float: left;
    }
    .title_main h3{
        font-size: 18px;
        line-height: 30px;
    }
    body[class*=" fp-viewing-"] .header_main{
        display: none;
        opacity: 0;
        transition: opacity .7s;
    }
    body[class*=" fp-viewing-0"] .header_main{
        display: block;
        opacity: 1;
        transition: opacity .7s;
    }
    body[class*=" fp-viewing-"] .cart_total{
        visibility: hidden;
        opacity: 0;
        transition: opacity .7s;
    }
    #Header_wrapper{
        position: fixed;
    }

    .content_introduce p{
        font-size: 14px;    
        line-height: 20px;
    }
    .content_introduce h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content_introduce .col-lg-6 span{
        font-size: 15px;
    }
    .content_introduce span{}
    .box_gradient_bg{
        padding: 5px 45px;
    }
    .chungnhan_item{
        width: 33.33333%;
        margin: 0 0 20px;
    }
    .chungnhan_item img{
        width: 100%;
        max-width: 90px;
    }
    .chungnhan span{
        font-size: 10px;
        line-height: 15px;
    }
    .chondomo .col-lg-3{
        width: 50%;
        float: left;
    }
    .content_chonloaimau{
        display: none;
    }
    .chungnhan{
        margin-top: 10px;
    }
    .content_introduce .scroll a{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    .chondomo_domo label{
        max-width: 100%;
        margin-bottom: 0;
    }
    .chondomo_domo label img{
        margin-bottom: 5px;
        max-width: 145px;
    }
    .chondomo_domo {
        margin-bottom: 10px;
    }
    .chondomo_domo label span{
        font-size: 14px;
    }
    .box_chonloaimau_select input{
        margin: 3px;
    }
    .chonkichthuoc_huongdan{
        display: none;
    }
    .chonkichthuoc_select input{
        border: 1px solid #333 !important;
        box-shadow: none;
        background-image: none;
        padding: 5px 15px;
        margin-bottom: 10px;
    }
    .chonkichthuoc_select_one{
        margin-bottom: 15px;
    }
    .chonkichthuoc_select_item{
        margin-bottom: 20px;
    }
    .chonkichthuoc_select_tong span{
        font-size: 30px;
        line-height: 40px;
    }
    .loaidongco label{
        height: 170px;
    }
    .lapdat_vanchuyen img{
        width: 100%;
        margin-bottom: 5px;
    }
    .lapdat_vanchuyen ul li{
        margin: 0;
        padding: 5px 0 !important;
    }
    .select label{
        font-size: 14px;
        line-height: 15px;
    }
    .tong_chi_phi{
        padding: 5px 0 15px
    }
    .tong_chi_phi .tong_chi_phi_text p{
        font-size: 20px;
    }
    .tong_chi_phi .tong_chi_phi_button button, .tong_chi_phi .tong_chi_phi_button a{
        font-size: 15px;
        padding: 5px 25px;
        line-height: 25px;
    }
    .tong_chi_phi p{
        margin-bottom: 10px;
    }
    .contact_hotline{
        display: none;
    }
    .maps, .footer_content{
        display: none;
    }
    .box_scroll{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact_imformation ul li .contact_imformation_text a{
        color: #fff !important
    }
    .chonkichthuoc_select .msp-save-changes{
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        background-color: #005ba4;
        padding: 5px 15px;
        display: block
    }
    .maps_mobile{
        display: block
    }
    .popup_huongdandodat{
        height: 400px;
    }
    .contact_total_popup{
        overflow: auto;
        height: 400px;
    }
    .box_scroll a.scroll_down {
        position: static;
        transform: translate(0);
    }
    .content_chonloaimau_select input[type="radio"] {
        margin: 10px 0 10px;
    }
    .lapdat_vanchuyen ul li input{
        margin: 0 15px 0 0;
    }
}
@media only screen and (min-width: 641px) and (max-width: 767px){
    .chondomo .col-lg-3{
        width: 25%;
        margin: 35px 0;
    }
    .content_chonloaimau{
        display: block;
        text-align: center;
    }
    .img_chonloaimau {
        position: relative;
        left: 0;
        margin-bottom: 5px;
        max-width: 255px;
        height: auto;
        bottom: 0
    }
    .box_chonloaimau_select{
        width: 20%;
    }
    .content_chonloaimau_select input[type="radio"]{
        margin: 7px 0 3px;
    }
    .loaidongco input[type="radio"]{
        margin: 0;
    }
    .content_chonloaimau_image{
        height: 78px;
    }
    .content_chonloaimau_text{
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .image_cart{
        display: none;
    }
    .section_wrapper, .section.full-width:not(.no-margin-h) > .section_wrapper, .container, .four.columns{
        max-width: calc( 100% - 15px ) !important
    }
    #Header_wrapper{
        position: relative;
        background-color: #005a92 !important;
        z-index: 9999;
    }
    body:not(.template-slider):not(.header-simple) #Header{
        min-height: 0;
    }
    .navigation.show{
        width: 205px;
    }
    .logo{
        max-width: 60px;
        padding: 10px 0;
        margin: 0 auto
    }
    .logo img{
        width: 100%;
        height: auto
    }
    .img_introduce{
        display: none;
    }
    .title_main{
        margin: 0
    }
    .title_main img{
        width: 100%;
    }
    .introduce .title_main img{
        width: auto;
    }
    .title span{
        padding: 0;
    }
    .title span:before{
        display: none;
    }
    .title h3{
        font-size: 18px;
    }
    .content_chonloaimau_text{
        padding: 0;
    }
    .img_chonloaimau{
        position: relative;
        left: 0;
        margin-bottom: 20px;
    }
    .box_chonloaimau_select{
        width: 25%;
        margin-top: 0;
    }
    .box_chonloaimau_select span{
        font-size: 11px;
    }
    .loaidongco label span{
        padding: 10px 15px;
        font-size: 13px;
    }
    .loaidongco label{
        height: 195px;
    }
    .chonkichthuoc_select{
        position: relative;
        width: 100%;
        transform: inherit;
    }
    .chonkichthuoc_select{
        padding: 10px 0;
        margin-top: 25px;
    }
    .tong_chi_phi .tong_chi_phi_text p{
        text-align: center;
    }
    .tong_chi_phi p{
        margin-bottom: 25px;
    }
    .contact_imformation ul li{
        width: 100%;
        min-height: 85px;
        float: left;
    }
    .contact_imformation_mid{
        left: 0;
        transform: inherit;
    }
    .tong_chi_phi_button{
        text-align: center;
    }
    .header_main_menu{
        position: absolute;
        right: 0;
        top: 15px;
        background-color: #005a92;
        padding: 10px 5px 5px;
    }
    .kichthuoc-huongdan_popup{
        width: 100%;
        padding: 0;
    }
    .title h2.gradient{
        font-size: 18px !important;
    }
    .popup_huongdandodat_image{
        width: 100%;
    }
    .popup_huongdandodat_image img{
        width: 100%;
        height: auto;
    }
    .popup_huongdandodat_content{
        width: 100%;
    }
    .popup_huongdandodat_content h3.gradient{
        font-size: 15px;
        line-height: 28px;
    }
    .popup_huongdandodat_content{
        margin: 0;
    }
    .contact_total_popup{
        width: 100%
    }
    .box_table{
        width: 100%;
         overflow-x: auto; 
         overflow-y: hidden; 
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .box_table table{
        width: 750px;
    }
    .chungnhan_item{
        width: 50%;
        float: left;
    }
    .title_main h3{
        font-size: 18px;
        line-height: 30px;
    }
    body[class*=" fp-viewing-"] .header_main{
        display: none;
        opacity: 0;
        transition: opacity .7s;
    }
    body[class*=" fp-viewing-0"] .header_main{
        display: block;
        opacity: 1;
        transition: opacity .7s;
    }
    body[class*=" fp-viewing-"] .cart_total{
        visibility: hidden;
        opacity: 0;
        transition: opacity .7s;
    }
    #Header_wrapper{
        position: fixed;
    }

    .content_introduce p{
        font-size: 13px;    
        line-height: 20px;
        display: none;
    }
    .content_introduce h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content_introduce span{
        font-size: 20px;
    }
    .box_gradient_bg{
        padding: 5px 45px;
    }
    .chungnhan_item{
        width: 33.33333%;
        margin-bottom: 20px;
    }
    .chungnhan_item img{
        width: 100%;
    }
    .chungnhan span{
        font-size: 18px;
        line-height: 25px;
    }
    .chondomo .col-lg-3{
        width: 25%;
        float: left;
    }
    .content_chonloaimau{
        margin-top: 25px;
        text-align: center;
    }
    .chungnhan{
        margin-top: 10px;
    }
    .content_introduce .scroll a{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

    .chondomo_domo label{
        max-width: 100%;
        margin-bottom: 0;
        width: 100%;
    }
    .chondomo_domo label img{
        margin-bottom: 5px;
    }
    .chondomo_domo {
        margin-bottom: 10px;
    }
    .chondomo_domo label span{
        font-size: 14px;
    }
    .box_chonloaimau_select input{
        margin: 3px;
    }
    .content_chonloaimau{
        display: block
    }
    .chonkichthuoc_huongdan{
        max-width: 374px;
        margin: 0 auto;
    }
    .chonkichthuoc_select input{
        border: 1px solid #333 !important;
        box-shadow: none;
        background-image: none;
        padding: 5px 15px;
        margin-bottom: 10px;
    }
    .chonkichthuoc_select_one{
        margin-bottom: 15px;
    }
    .chonkichthuoc_select_item{
        margin-bottom: 20px;
    }
    .chonkichthuoc_select_tong span{
        font-size: 30px;
        line-height: 40px;
    }
    .loaidongco label{
        height: 170px;
    }
    .lapdat_vanchuyen img{
        width: 100%;
        margin-bottom: 5px;
    }
    .lapdat_vanchuyen ul li{
        margin: 0;
        padding: 5px 0 !important;
    }
    .select label{
        font-size: 14px;
        line-height: 15px;
    }
    .tong_chi_phi{
        padding: 5px 0 15px
    }
    .tong_chi_phi .tong_chi_phi_text p{
        font-size: 20px;
    }
    .tong_chi_phi .tong_chi_phi_button button, .tong_chi_phi .tong_chi_phi_button a{
        font-size: 15px;
        padding: 5px 25px;
        line-height: 25px;
    }
    .tong_chi_phi p{
        margin-bottom: 10px;
    }
    .contact_hotline{
        display: none;
    }
    .contact_imformation ul li .contact_imformation_text a{
        color: #fff !important
    }
    .chonkichthuoc_select .msp-save-changes{
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        background-color: #005ba4;
        padding: 5px 15px;
        display: block
    }
    .maps_mobile{
        display: block
    }
    .box_footer .contact{
        display: none
    }
    .chonkichthuoc_select .msp-save-changes{
        display: none;
    }
    .box_scroll{
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .box_scroll a.scroll_down{

        position: static;
        transform: translate(0);
    }
    input[type="radio"] {
        margin: 10px 0 10px;
    }
    .lapdat_vanchuyen ul li input{
        margin: 0 15px 0 0;
    }

    .chondomo .col-lg-3{
        width: 25%;
        margin: 35px 0;
    }
    .content_chonloaimau{
        display: block;
        text-align: center;
    }
    .img_chonloaimau {
        position: relative;
        left: 0;
        margin-bottom: 5px;
        max-width: 255px;
        height: auto;
        bottom: 0
    }
    .box_chonloaimau_select{
        width: 20%;
    }
    .content_chonloaimau_select input[type="radio"]{
        margin: 7px 0 3px;
    }
    .loaidongco input[type="radio"]{
        margin: 0;
    }
    .content_chonloaimau_image{
        height: 78px;
    }
    .content_chonloaimau_text{
        font-size: 14px;
        line-height: 20px;
    }
    .box-footer-mid-mail{
        margin-bottom: 0
    }
    .content-footer .social-footer{
        margin-bottom: 0;
    }
    .box-footer-mid-imf ul li{
        margin-bottom: 5px;
    }
    .title-footer h3{
        margin-bottom: 15px;
    }
    .content_introduce p {
        font-size: 14px;
        line-height: 20px;
        display: block
    }
    .content_introduce p{
        font-size: 14px;    
        line-height: 20px;
    }
    .content_introduce h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content_introduce .col-lg-6 span{
        font-size: 15px;
    }
    .content_introduce span{}
    .box_gradient_bg{
        padding: 5px 45px;
    }
    .chungnhan_item{
        width: 33.33333%;
        margin: 0 0 20px;
    }
    .chungnhan_item img{
        width: 100%;
        max-width: 90px;
    }
    .chungnhan span{
        font-size: 10px;
        line-height: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px){

    .content_introduce p {
        font-size: 14px;
        line-height: 20px;
        display: block
    }
    .content_introduce p{
        font-size: 14px;    
        line-height: 20px;
    }
    .content_introduce h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content_introduce span{
        font-size: 29px;
    }
    .content_introduce .col-lg-6 span{
        font-size: 15px;
    }
    .box_gradient_bg{
        padding: 5px 45px;
    }
    .chungnhan_item{
        width: 33.33333%;
        margin: 0 0 20px;
        float: left;
    }
    .chungnhan_item img{
        width: 100%;
        max-width: 90px;
    }
    .chungnhan span{
        font-size: 10px;
        line-height: 15px;
    }
    .content_introduce .img_introduce{
        display: none;
    }
    .chondomo .col-lg-3 {
        width: 25%;
        float: left;
    }
    .chondomo_domo label{
        max-width: 100%;
        margin-bottom: 0;
    }
    .chondomo_domo label img{
        margin-bottom: 5px;
        max-width: 145px;
    }
    .chondomo_domo {
        margin-bottom: 10px;
    }
    .chondomo_domo label span{
        font-size: 14px;
    }
    .content_chonloaimau{
        text-align: center;
    }
    .content_chonloaimau_text{
        padding: 0;
    }
    .img_chonloaimau {
        position: relative;
        left: 0;
        margin-bottom: 5px;
        max-width: 255px;
        height: auto;
        bottom: 0;
    }
    .box_chonloaimau_select{
        width: 20%;
        margin-top: 0;
    }
    .box_chonloaimau_select span{
        font-size: 18px;
    }
    .content_chonloaimau_image{
        height: 92px;
    }
    .box_scroll {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .box_scroll a.scroll_down {
        position: static;
        transform: translate(0);
    }
    .loaidongco label{
        height: 220px;
    }
    .chonkichthuoc_select{
        width: 60%;
    }
    .chonkichthuoc_huongdan {
        max-width: 362px;
        width: 40%;
    }
    .lapdat_vanchuyen ul li{
        margin-bottom: 0;
        padding: 5px 0
    }
    .footer_content .col-lg-4{
        width: 33.33%;
        float: left;
    }
    .lapdat_vanchuyen img{
        margin-bottom: 0;
    }
    .tong_chi_phi .tong_chi_phi_text p, .tong_chi_phi_button{
        text-align: center;
    }
    .tong_chi_phi{
        padding: 8px 0;
    }
    .contact_hotline{
        display: none;
    }
    .tong_chi_phi .tong_chi_phi_button button, .tong_chi_phi .tong_chi_phi_button a{
        font-size: 15px;
        padding: 5px 25px;
    }
    .lapdat_vanchuyen .col-lg-6{
        width: 50%;
        float: left;
    }
    .lapdat_vanchuyen img{
        width: 100%;
    }

    .header_main_menu{
        position: absolute;
        right: 0;
        top: 15px;
        background-color: #005a92;
        padding: 10px 5px 5px;
    }
    .contact_total_popup {
        overflow-y: scroll;
        height: 600px;
        width: 100%;
    }
    .box_popup_huongdandodat, .contact_totals {
        height: 100%;
    }
    .box_table {
        width: 100%;
        overflow-x: auto;
    }
    .box_table_main {
        width: 1170px;
    }
}
@media only screen and (max-height: 500px){
    #Wrapper{
        opacity: 0;
    }
    .thongbao{
        display: block; 
        text-align: center;
    }
}