@import url('https://fonts.googleapis.com/css?family=Sarabun:100,200,300,400,500,600,700,800&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
input:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.container{
    max-width: 1200px;
}
body{
    font-family: "Sarabun";
    font-size: 17px;
    font-weight: 400;
}

a:hover{
    text-decoration: none;
}
.wrapper{
    width: 100%;
    float: left;
}
/*menu*/
.open-menu-mb{
    width: 53px;
    height: 32px;
    float: right;
    margin-right: 15px;
    margin-top: 0px;
    display: none;
}
.tab-menu-mb{
    float: right;
    display: flex;
    padding-top: 28px;
}
.cloes-mnu-mb{
    display: none;
    font-size: 20px;
    color: #fff;
    float: right;
}

/*end-menu*/

.error{
    color: red;
    margin: 0 0 15px;
}

/*header*/
.row_header{
    float: left;
    width: 100%;
    padding: 0px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.row_header.menu-fixed{
    background: #B832AA;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ct-header{
    float: left;
    width: 100%;
    padding: 40px 0px 0px;
}
.row_header.menu-fixed .ct-header{
    padding: 0px;
}
.img-logo{
    display: block;
    float: left;
    margin: 0px;
}
.img-logo img{
    max-width: 100%;
}
.row_header.menu-fixed .header_menu{
    margin-top: 10px;
}
.row_header.menu-fixed .img-logo img{
    height: 60px;
    width: auto;
}
.header_menu{
    float: right;
    width: auto;
    padding-left: 20px;
    margin-top: 10px;
}
.header_menu_list{
    float: left;
    padding: 0;
    margin: 0;
}
.header_menu_list li{
    list-style: none;
    display: inline-block;
    margin-left: 35px;
    padding: 0px 0;
    cursor: pointer;
    position: static;
}
.header_menu_list li a.header_menu_item{
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
    padding: 6px 0px;
    position: relative;
    font-weight: 400;
}
.header_menu_list li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    border-radius: 30px;
    background: #FFF;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}
.header_menu_list li a:hover::after, .header_menu_list li a.active::after ,.header_menu_list li.active a::after{
    width: 100%;
}
.header_menu_list li:hover{
}

.header_menu_list li:hover .header_menu_item:after {
    display: block;
}
.header_menu_list li:hover > .header_menu_dropdown>li{
    border-bottom: 0;
}
.header_menu_list li a.header_menu_item:hover{
    text-decoration: none;
    color: #fff;
}


.header_menu_dropdown{
    margin: 0;
    padding: 16px 0 10px;
    position: absolute;
    left: auto;
    top: calc(100% - 1px);
    /*min-width: 180px;*/
    background: rgba(0, 0, 0, 0.7);
    display: none;
    /*transition: 0.85s;*/
    border-bottom: 0;
    border-top: 1px solid #F58220;
}
.header_menu_dropdown li{
    padding: 0 21px;
    margin: 0;
    display: block;
    position: relative;
}
.menu_dropdown_item{
    color: #fff;
    padding: 5px 5px 10px 10px;
    display: block;
}
.menu_dropdown_item:hover{
    color: #fff;
    text-decoration: none;
}
.header_menu_list li:hover > .header_menu_dropdown{
    display: block;
}
.header_menu_dropdown li a.menu_dropdown_item{
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}



.header_menu_dropdown > li:hover > .header_menu_dropdown2{
    display:  block;
}
.header_menu_dropdown2 li a{
    white-space: nowrap;
}


/*banner*/
.row_banner{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100vh;
    background: transparent url("../images/bg-banner.png") no-repeat center top;
    background-size: 100% 100%;
    padding-top: 170px;
    min-height: 900px;
}
.ct-banner{
    float: left;
    width: 100%;
    position: relative;
}
.row_banner .img-banner{
    float: left;
    margin-left: -125px;
    max-width: 100%;
}

.txt-banner{
    position: absolute;
    width: 100%;
    max-width: 630px;
    top: 70px;
    right: 0px;
}
.txt-banner h1{
    font-weight: 800;
    font-size: 52px;
    line-height: 80px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    float: left;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}

.txt-banner h1 span{
    font-weight: 500;
    font-size: 50px;
    display: block;
}
.lbl-banner{
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    float: left;
    width: 100%;
    max-width: 600px;
    margin-bottom: 80px;
}
.link-getapp{
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.link-getapp a{
    margin-left: 30px;
}
.link-getapp a:first-child{
    margin-left: 0px;
}
.link-getapp a:hover{
    opacity: 0.8;
}

.txt-banner h1::before {
    content: "“";
    font-size: 45px;
    line-height: 18px;
    position: absolute;
    left: -35px;
    top: 20px;
}
.txt-banner h1::after {
    content: "”";
    transform: translate(0px, 0px);
    font-size: 45px;
    position: absolute;
    right: 0px;
    bottom: -30px;
}

/*info*/
.row-info{
    float: right;
    width: 100%;
    min-height: 1000px;
    background: #FFF url("../images/bg-info.jpg") no-repeat center top;
}

.row-title{
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #59036D;
    max-width: 100%;
    margin: 0px auto 50px;
}
.ct-info{
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ct-l-info{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 400px;
}
.numb-down{
    background: #FFC7D8;
    border-radius: 28px 28px 0px 28px;
    min-height: 50px;
    padding: 17px 30px 30px 40px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.txt-numb1{
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    text-align: left;
    color: #333333;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.txt-numb1 b{
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #DA2864;
}
.txt-numb2{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    max-width: 295px;
}
.it-pr{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.t-it-pr{
    float: left;
    width: 100%;
    background: transparent url("../images/ic-coupon.png") no-repeat left 0px;
    padding-left: 70px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #EC6091;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-height: 50px;
    margin-bottom: 15px;
}
.t-it-pr2 {
    float: left;
    width: 100%;
    background: transparent url("../images/ic-giftbox.png") no-repeat left 0px;
}
.t-it-pr span{
    display: block;
}
.t-it-pr span b{
    text-transform: uppercase;
}
.txt-it-pr{
    padding-left: 70px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    float: left;
    width: 100%;
    max-width: 365px;
}
.txt-it-pr b{
    font-weight: normal;
    font-style: italic;
}

.ct-r-info{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 400px;
}
.numb-down2{
    min-height: 137px;
    font-size: 25px;
    padding: 20px 30px;
    border-radius: 28px 28px 28px 0px;
}
.numb-down2 .txt-numb1{
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 36px;
}
.img-info{
    max-width: 100%;
    max-height: 700px;
    margin-bottom: 44px;
}
.btn-more{
    width: 306px;
    height: 61px;
    background: linear-gradient(282.05deg, #FF81D7 5.95%, #B832AA 90.72%);
    border-radius: 40px;
    font-weight: bold;
    font-size: 22px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}
.ic-btn{
    background: transparent url("../images/ic-arrow-right.png") no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    margin-left: 10px;
    text-align: center;
    transition-duration: 1.5s;
}
.btn-more:hover{
    background: linear-gradient(282.05deg, #B832AA 5.95%, #FF81D7 90.72%);
    color: #FFFFFF;
    transition: 1.5s;
}
.box-video{
    float: left;
    width: 100%;
    padding: 100px 0px;
}
.video-info{
    box-shadow:0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 660px;
    width: 100%;
    float: left;
    background: #FFF;
    margin-bottom: 10px;
}

.factory__video {
    border: 6px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
    padding: 0;
    height: 100%;
    float: left;
    width: 100%;
}

.video_wrapper {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}
.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.videoPoster:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
    z-index: 1;
}
.videoPoster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    transition: border-color 300ms;
    background: url(../images/ic-play.png) no-repeat;
    background-size: contain;
    z-index: 2;
}

/*tab*/
.box-tab{
    float: left;
    width: 100%;
    background: transparent url("../images/bg-tab.png") no-repeat center top;
    padding-top: 75px;
    padding-bottom: 50px;
    min-height: 750px;
}
.tab-title{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tab-title.nav-pills .nav-item{
    margin-bottom: 10px;
}
.tab-title.nav-pills .nav-link {
    margin: 0px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    background: rgba(242, 167, 190, 0.5);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 15px 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover {
    color: #59036D;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

.box-tab .tab-content{
    float: left;
    width: 100%;

}
.box-tab .tab-content .tab-pane{
    width: 100%;
    max-width: 830px;
    margin: auto;
}
.l-tab-pane{
    width: calc(100% - 350px);
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 105px;
}
.l-tab-pane h3{
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.l-tab-pane span{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 370px;
    width: 100%;
    margin-bottom: 45px;
}
.link-getapp-tab{
    float: left;
    justify-content: flex-start;
    align-items: flex-end;
}
.link-getapp-tab a{
    margin-right: 30px;
    margin-left: 0px;
}
.link-getapp-tab a:last-child{
    margin-right: 0px;
}
.r-tab-pane{
    width: 340px;
    float: right;
}
.r-tab-pane img{
    max-width: 100%;
}


/*slider*/
.box-slider{
    float: left;
    width: 100%;
    padding: 20px 170px 75px;
}
.box-slider .row-title{
    font-size: 33px;
}
.tvtc_slide{
    float: left;
    width: 100%;
    position: relative;
}
.tvtc_slide:before{
    background: transparent url("../images/bg-l-sl.png") no-repeat left top;
    width: 231px;
    height: 706px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    z-index: 100;
}

.tvtc_slide:after{
    background: transparent url("../images/bg-r-sl.png") no-repeat left top;
    width: 231px;
    height: 706px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    content: "";
    z-index: 100;
}

.slide_item{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.slide_item img{
    width: 100%;
    max-height: 580px;
    max-width: 278px;
}
.swiper-slide-active .slide_item{
    padding: 5px 8px 10px 15px;
}
.swiper-slide-active .slide_item:before{
    background: transparent url("../images/bg-ip.png") no-repeat left top;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    content: "";
    z-index: 100;
    height: 100%;
    background-size: 100% 100%;
}
.swiper-slide-active img{
    border-radius: 0px;
    margin-top: 5px;
    height: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/ic-next-sl.png');
    right: 50%;
    left: auto;
    margin-right: -50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/ic-prev-sl.png');
    left: 50%;
    right: auto;
    margin-left: -50px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 97%;
    width: 40px;
    height: 40px;
    margin-top: -28px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-wrapper{
    padding-bottom: 40px;
}
.tvtc_slide{
    padding-bottom: 45px;
}



/*tab footer*/

.row_tab_footer{
    float: left;
    width: 100%;
    background: #FFF4FD url("../images/bg-tab-footer.png") no-repeat center bottom;
    padding: 80px 0 0px;
    min-height: 600px;
}

/*footer*/
.row_footer{
    float: left;
    width: 100%;
    background: #FFF4FD url("../images/bg-footer.png") repeat center bottom;
    /*background: linear-gradient(282.05deg, #B832AA 5.95%, #FF81D7 90.72%);*/
    padding: 0px 0 20px;
}

.tab-footer{
    float: left;
    width: 100%;
}
.tab-footer .tab-title{
    display: flex;
    justify-content: center;
    min-height: 70px;
    margin-bottom: 60px;
}
.tab-footer .tab-title.nav-pills .nav-link{
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    background: transparent;
    padding: 15px 20px;
    border: 1px solid #B832AA;
    display: flex;
    align-items: center;
}
.tab-footer .nav-pills .nav-link.active, .tab-footer .nav-pills .show>.nav-link, .tab-footer .nav-pills .nav-link:focus {
    color: #FFF;
    background: linear-gradient(282.05deg, #FF81D7 5.95%, #B832AA 90.72%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    border: 1px solid transparent;
}
.tab-footer .nav-pills .nav-link:hover {
    color: #FFF;
    background: linear-gradient(282.05deg, #FF81D7 5.95%, #B832AA 90.72%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    border: 1px solid transparent;
}
.ic-ios{
    background: transparent url("../images/ic-apple2.png") no-repeat;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    display: block;
}

.ic-and{
    background: transparent url("../images/ic-android.png") no-repeat;
    width: 20px;
    height: 21px;
    margin-right: 10px;
    display: block;
}
.tab-footer .tab-title.nav-pills .nav-link.active .ic-ios{
    background: transparent url("../images/ic-apple.png") no-repeat;
}

.tab-content{
    float: left;
    width: 100%;
}
.tab-footer .tab-pane{
    float: left;
    width: 100%;
}
.tab-footer .ct-tab-footer{
    padding-top: 0px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 200px;
    position: relative;
}
.tab-footer .ct-tab-footer h4{
    font-weight: 500;
    font-size: 35px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 38px;
}
.tab-footer .ct-tab-footer ul{
    float: left;
    width: 100%;
    margin: 0px 0px 40px;
    padding: 0px;
    z-index: 10;
}
.tab-footer .ct-tab-footer ul li{
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.tab-footer .ct-tab-footer ul li span{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
.tab-footer .ct-tab-footer ul li .step{
    width: 81px;
    height: 29px;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background: transparent url("../images/bg-step.png") no-repeat;
    float: left;
    margin-right: 15px;
}
.img-qrcode{
    margin-right: 23px;
    width: 105px;
    height: auto !important;
}

.img-tab-footer{
    position: absolute;
    right: 0px;
    bottom: -45px;
    z-index: 9;
    max-width: 70%;
}

.footer_ct{
    float: left;
    width: 100%;
    min-height: 200px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.footer-ct-l{
    float: left;
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer-ct-l h3{
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.txt-add, .txt-phone, .txt-mail, .txt-link-web{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    background: transparent url("../images/ic-ft7.png") no-repeat left 6px;
    float: left;
    width: 100%;
    padding-left: 36px;
    margin-bottom: 0px;
}
.txt-phone{
    background: transparent url("../images/ic-ft8.png") no-repeat left 7px;
}
.txt-phone:hover{
    color: #DDD;
}

.txt-mail{
    background: transparent url("../images/ic-ft9.png") no-repeat left 7px;
}
.txt-mail:hover{
    color: #DDD;
}
.txt-link-web{
    background: transparent url("../images/ic-ft10.png") no-repeat left 7px;
}
.txt-link-web:hover{
    color: #DDD;
}


.footer-ct-r{
    float: right;
    width: 340px;
    padding-top: 20px;
}
.footer-ct-r h4{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.link-social{
    display: flex;
    justify-content: space-between;
}
.link-social a:hover{
    opacity: 0.8;
}
.back-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    z-index: 999;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: transparent;
}

@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1366px){
    .row_banner{
        height: auto;
        min-height: auto;
    }

    .row_banner .img-banner {
        float: left;
        margin-left: 0px;
        max-width: 45%;
    }
    .txt-banner h1 {
        font-size: 46px;
    }
    .txt-banner h1 span {
        font-size: 43px;
    }
    .txt-banner {
        max-width: 550px;
        top: 0px;
    }
    .txt-banner h1::after{
        right: 10px;
    }
    .lbl-banner{
        margin-bottom: 30px;
    }
    .row-info{
        padding-top: 30px;
    }
    .row-title{
        margin-bottom: 30px;
        font-size: 26px;
    }
    .box-slider{
        padding: 20px 50px 75px;
    }
    .img-info {
        max-width: 100%;
        max-height: 600px;
        margin-bottom: 44px;

    }
    .numb-down{
       margin-bottom: 30px;
        min-height: 100px;
    }
    .numb-down2 .txt-numb1, .txt-numb1{
        font-size: 20px;
    }
    .txt-numb1 b {
        font-weight: bold;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        color: #DA2864;
    }
    .numb-down2 {
        min-height: 100px;
    }
    .video-info{
        height: 550px;
    }
    .box-tab{
        padding-top: 50px;
    }
    .r-tab-pane img {
        max-width: 100%;
        max-height: 500px;
    }
    .l-tab-pane{
        padding-top: 50px;
    }
    .row_tab_footer{
        padding: 50px 0px 0px;
    }
    .tab-footer .ct-tab-footer{
        padding-bottom: 100px;
    }
    .tab-footer .tab-title{
        margin-bottom: 30px;
    }
    .tab-footer .ct-tab-footer ul{
        margin-bottom: 20px;
    }
    .tab-title.nav-pills .nav-link {
        margin: 0px 10px;
        padding: 10px 20px;
    }
    .box-slider .row-title {
        font-size: 26px;
        line-height: 30px;
    }
    .tvtc_slide {
        padding-bottom: 20px;
    }
    .slide_item img {
        max-height: 400px;
    }
}
@media screen and (max-width: 1200px){
    .row_banner{
        padding-top: 145px;
    }
    .txt-banner{
        top: 0px;
    }
    .row_banner .img-banner {
        max-width: 45%;
    }
    .txt-banner h1 {
        font-size: 36px;
        line-height: 60px;
    }
    .txt-banner h1 span {
        font-size: 34px;
    }
    .txt-banner {
        max-width: 445px;
    }
    .lbl-banner {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .row-info{
        padding: 40px 0px;
    }
    .ct-l-info {
        max-width: 33%;
    }
    .ct-r-info {
        max-width: 33%;
    }

    .box-video {
        padding: 50px 0px;
    }
    .tab-title.nav-pills .nav-link {
        margin: 0px 10px;
        font-size: 16px;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 992px){
    /*menu*/
    .open-menu-mb{
        display: block;
    }
    .cloes-mnu-mb{
        display: block;
    }
    .ct-header {
        padding: 20px 0px 0px;
    }

    .img-logo{

        margin: 0px;
    }
    .img-logo img{
        height: auto;
        width: 233px;
    }

    .header_menu_dropdown, .header_menu_dropdown2{
        position: unset;
    }
    .header_menu_dropdown2{
        padding-left: 10px;
    }
    .header_menu_list li:hover .header_menu_dropdown, .header_menu_list li:active .header_menu_dropdown{
        display: block;
    }
    .header_menu_dropdown li:hover .header_menu_dropdown2, .header_menu_dropdown li:active .header_menu_dropdown2 {
        display: block;
    }
    .row_banner {
        padding-top: 120px;
    }
    .txt-banner h1 {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .txt-banner h1 span {
        font-size: 28px;
    }
    .txt-banner {
        max-width: 375px;
    }
    .lbl-banner {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .link-getapp img{
        height: 48px;
    }
    .header_menu{
        position: fixed;
        top: 0;
        left: -100%;
        transition: 0.85s;
        background: #FFF url("../images/bg-menu-mb.png") no-repeat center top;
        background-size: 100% auto;
        width: 100%;
        max-width: 570px;
        height: 100vh;
        padding: 15px 20px;
    }
    .header_menu_list{
        margin-top: 20px;
        border-top: 1px solid #FFF;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .header_menu_list li{
        width: auto;
        margin-right: 0;
        text-align: left;
        padding: 0;
        margin-left: 0px;
    }
    .header_menu_list li a.header_menu_item{
        padding: 8px 0;
        text-align: left;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
    }
    .header_right{
        float: left;
    }
    .header_language_item{
        margin-right: 30px;
    }
    .header_menu_fix{
        left: 0;
    }

    /*end-menu*/
    .open-menu-mb{
        margin-right: 0px;
        margin-top: 5px;
    }
    .row_header.menu-fixed .img-logo img {
        height: 40px;
        width: auto;
    }

    .ct-l-info {
        max-width: 30%;
    }
    .ct-r-info {
        max-width: 30%;
    }

    .numb-down{
        padding: 10px 15px;
        margin-bottom: 30px;
        min-height: auto;
    }
    .numb-down2 {
        min-height: auto;
        font-size: 20px;
        padding-top: 10px;
        border-radius: 28px 28px 28px 0px;
    }
    .txt-numb1 b {
        font-weight: bold;
        font-size: 35px;
        line-height: 30px;
    }
    .txt-numb1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .numb-down2 .txt-numb1 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .it-pr{
        margin-bottom: 30px;
    }
    .t-it-pr{
        font-size: 18px;
    }
    .txt-it-pr{
        padding-left: 0px;
    }
    .row-info {
        background: #FFF url(../images/bg-info.jpg) no-repeat center bottom;
    }
    .img-info {
        max-width: 92%;
        margin-bottom: 35px;
        order: 3;
    }
    .btn-more{
        order: 4;
        margin-bottom: 30px;
    }
    .video-info{
        margin-bottom: 50px;
        width: 96%;
        margin-left: 2%;
    }
    .tab-footer .ct-tab-footer{
        padding-bottom: 150px;
    }
    .box-slider {
        padding: 20px 120px 40px;
    }
}

@media screen and (width: 768px){

}
@media screen and (max-width: 767px){
    .ct-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .txt-banner {
        position: relative;
        order: 1;
        margin-bottom: 30px;
    }
    .row_banner .img-banner {
        max-width: 375px;
        width: 100%;
        order: 2;
    }
    .txt-banner h1{
        padding-left: 20px;
        line-height: 40px;
    }
    .txt-banner h1::before {
        content: "“";
        font-size: 39px;
        line-height: 18px;
        position: absolute;
        left: -10px;
        top: 14px;
    }
    .txt-banner h1 span {
        font-size: 25px;
    }
    .txt-banner h1::after {
        right: 20px;
        bottom: -15px;
    }
    .lbl-banner{
        max-width: 100%;
        margin-bottom: 25px;
    }

    .row-info{
        padding: 40px 0px 0px;
    }
    .row-title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .back-top{
        display: none !important;
    }
    .ct-l-info, .ct-r-info {
        position: relative;
        max-width: 375px;
    }
    .img-info{
        max-width: 375px;
        width: 100%;
    }
    .video-info{
        height: 320px;
    }
    .box-tab{
        padding-top: 35px;
        background-size: auto 100%;
        padding-bottom: 60px;
    }
    .tab-title.nav-pills .nav-item {
        margin-bottom: 16px;
    }
    .tab-title.nav-pills .nav-link {
        margin: 0px 5px;
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;
        padding: 6px 10px;
    }
    .tab-title{
        margin-bottom: 20px;
    }
    .box-tab .tab-content .tab-pane {

    }
    .l-tab-pane{
        width: 100%;
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .l-tab-pane h3{
        margin-bottom: 10px;
    }
    .r-tab-pane{
        float: left;
        width: 100%;
        text-align: center;
    }
    .r-tab-pane img{
        max-width: 220px;
    }
    .link-getapp-tab{
        justify-content: center;
    }
    .box-slider{
        padding: 20px;
    }
    .row_footer{
        padding: 0px 20px 0px;
    }
    .tab-footer .tab-title.nav-pills .nav-link{
        font-size: 14px;
        padding: 9px 20px;
        line-height: 22px;
    }
    .tab-footer .tab-title{
        margin-bottom: 0px;
    }
    .tab-footer .ct-tab-footer h4{
        font-size: 18px;
    }
    .tab-footer .ct-tab-footer ul li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .tab-footer .ct-tab-footer ul li span{
        font-size: 14px;
    }
    .tab-footer .ct-tab-footer ul li span {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        float: left;
        width: calc(100% - 100px);
    }
    .img-qrcode{
        display: none;
    }
    .img-tab-footer {
        position: relative;
        right: 0px;
        bottom: 0px;
        z-index: 9;
        max-width: 100%;
    }
    .box-tab .tab-content {
        padding-bottom: 75px;
    }
    .link-getapp-tab{
        margin-bottom: 0px;
    }
    .row_tab_footer .link-getapp-tab{
        margin-bottom: 40px;
    }

    .l-tab-pane span{
        margin-bottom: 0px;
    }
    .box-tab .link-getapp-tab {
        justify-content: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .footer_ct{
        padding-top: 0px;
    }
    .footer-ct-l {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-weight: 500;
        font-size: 15px;
        line-height: 30px;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .footer-ct-r {
        float: right;
        width: 100%;
        padding-top: 20px;
    }
    .link-social {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .link-social a{
        margin-right: 25px;
        margin-bottom: 30px;
    }
    .box-slider .row-title{
        font-size: 18px;
    }
    .tab-footer .ct-tab-footer{
        padding-bottom: 0px;
    }
    .videoPoster:before{
        width: 50px;
        height: 50px;
    }
    .link-getapp {
        float: left;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .row_tab_footer{
        padding: 40px 0px 0px;
        min-height: auto;
    }
    .row_tab_footer .tab-title.nav-pills .nav-item{
        margin-bottom: 0px;
    }
    .footer-ct-l h3 {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .txt-add, .txt-phone, .txt-mail, .txt-link-web {
        font-size: 14px;
        line-height: 24px;
        padding-left: 26px;
    }
    .txt-link-web {
        background: transparent url(../images/ic-ft10.png) no-repeat left 4px;
    }
    .footer-ct-r h4{
        margin-bottom: 20px;
    }
    .box-video{
        padding: 20px 0px;
    }
    .header_menu{
        margin-top: 0px;
    }
    .l-tab-pane h3 {
        font-weight: bold;
        font-size: 40px;
        line-height: 50px;
    }
    .img-info {
        order: 3;
    }
    .btn-more{
        order: 4;
    }
}
@media screen and (max-width: 570px){
    .tvtc_slide:before, .tvtc_slide:after{
        display: none;
    }
    .slide_item {
        float: none;
        width: 100%;
        position: relative;
        text-align: center;
        max-width: 220px;
        margin: auto    ;
    }
    .tvtc_slide {
        padding-bottom: 20px;
    }
    .row_header.menu-fixed .header_menu {
        margin-top: 0px;
    }
    .tab-title {
        margin-bottom: 10px;
    }
    .l-tab-pane h3 {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 480px){
    .row-info {
        padding: 17px 0px 0px;
    }
    .row-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 25px;
        max-width: 335px;
    }
    .ct-l-info, .ct-r-info {
        position: relative;
        max-width: 330px;
    }
    .numb-down {
        padding: 6px 50px 12px;
        margin-bottom: 36px;
        min-height: auto;
    }
    .it-pr {
        margin-bottom: 25px;
    }
    .t-it-pr {
        background: transparent url(../images/ic-coupon.png) no-repeat left 0px;
        background-size: auto 34px;
        line-height: 20px;
        min-height: 40px;
        padding-left: 40px;
        margin-bottom: 6px;
    }
    .txt-it-pr {
        padding-left: 8px;
        line-height: 21px;
        font-size: 14px;
    }
    .txt-numb2 {
        font-size: 14px;
        line-height: 20px;
    }
    .video-info {
        height: 220px;
    }
    .numb-down2{
        padding:  6px 20px 6px 40px;
        margin-bottom: 25px;
    }
    .numb-down2 .txt-numb1 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 34px;
    }
    .tab-footer .ct-tab-footer {
        padding: 0px 25px;
    }
    .tab-footer .ct-tab-footer ul{
        margin: 0px;
    }
    .link-getapp-tab{
        justify-content: center;
    }
    .row_tab_footer {
        float: left;
        width: 100%;
        background: #FFF4FD url(../images/bg-tab-footer-mb.png) no-repeat center bottom;
        padding: 40px 0 0px;
        background-size: 100% auto;
    }

    .row_tab_footer .tab-title.nav-pills .nav-item {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 375px) {
    .header_menu_list li a.header_menu_item {
        padding: 6px 0;
        text-align: left;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
    }

    .txt-banner h1 {
        font-size: 26px;
    }

    .txt-banner h1 span {
        font-size: 22px;
    }

    .link-getapp a {
        margin-left: 10px;
    }

    .link-getapp-tab a {
        margin-right: 10px;
    }

    .tab-footer .tab-title.nav-pills .nav-link {
        font-size: 14px;
        padding: 9px 10px;
    }

    .link-social a {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px){
    .img-logo img {
        height: auto;
        width: 200px;
    }
    .open-menu-mb{
        width: 40px;
    }
    .open-menu-mb img{
        width: 40px;
    }
    .cloes-mnu-mb img{
        height: 30px;
    }
    .header_menu_list li a.header_menu_item {
        padding: 6px 0;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
    }
    .header_menu_list {
        margin-top: 10px;
        padding-top: 10px;

    }
    .link-getapp {
        float: left;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .link-getapp a{
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .txt-banner h1 {
        font-size: 22px;
    }
    .txt-banner h1 span {
        font-size: 18px;
    }
    .txt-banner h1::before {
        content: "“";
        font-size: 30px;
        line-height: 18px;
        position: absolute;
        left: 0px;
        top: 10px;
    }
    .txt-banner h1::after {
        right: 30px;
        bottom: -10px;
        font-size: 32px;
    }
    .lbl-banner {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .l-tab-pane h3 {
        font-weight: bold;
        font-size: 40px;
    }
    .link-getapp.link-getapp-tab {
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
    }
    .link-getapp.link-getapp-tab a{
        margin: 0px 0px 10px;
    }
    .row_tab_footer .tab-title.nav-pills .nav-item{
        margin-bottom: 10px;
    }
    .tab-footer .ct-tab-footer {
        padding: 0px;
    }
    .tab-footer .tab-title{
        margin-bottom: 20px;
    }
    .tab-footer .ct-tab-footer h4 {

        margin-bottom: 20px;
    }
    .row_footer {
        padding: 0px 0px 0px;
    }
}
