*{
    outline: none;
}
html,body{
    position: relative;
    height: 100%;
}
a.item_qt {
    width: 100%;
    text-align: center;
}
body{
    color: #333333;
    background: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
}
a{
    color: currentColor;
}
a:hover{
    color: currentColor;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
}

img, iframe{
    max-width: 100%;
}
img.lazyloading {
    opacity: 0.01;
}

img.lazyloaded {
    opacity: 1;
    transition: 0.3s;
}
ul{
    list-style-type: none;
}
input,button,select{
    outline: none !important;
    box-shadow: none !important;
}

.ghosting{
    height: 100vh;
    width: calc(100% - 320px);
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.8);
    z-index: 9;
    transition: .3s;
}
.ghosting.active{
    right: 0;
}

.fix-scroll {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    animation: stuckMoveDown .6s;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.fix-scroll .top-bar{
    display: none;
}

.top-bar,.bottom-header{
    background-color: #006ab8;
}

.top-bar a{
    display: inline-block;
}

.top-bar .right a{
    color: rgba(255,255,255,0.8);
}

.top-bar .right ul{
    font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.top-bar .right li>a{
    padding: 5px 0;
    position: relative;
}

.top-bar .right li:not(:last-child)>a::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 15px;
    margin-top: -7px;
    right: -0.7em;
}

.top-bar .right li:not(:last-child){
     margin-right: 0.7em;
 }

.top-bar .right li:not(:first-child),.social-header{
    margin-left: 0.7em;
}

.social-header a{
    margin: 0 0.3em;
    line-height: 1;
}
.social-header i{
color: #fff;
    font-size: 13px;
}


.top-bar .left p{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
    font-size: 0.75em;
}

.middle-header,.middle-header .left img{
    height: 91px;
}

.middle-header .left img{
    max-height: 91px;
}

.fix-scroll .middle-header .left img{
    max-height: 70px;
}

.fix-scroll .middle-header,.fix-scroll .middle-header .left img{
    height: 70px;
}

.header-wrapper:not(.fix-scroll) img{
    transition: max-height .5s;
}

.middle-header>div{
    height: 100%;
}

.middle-header .center {
    flex: 1;
}
.middle-header .center form,.middle-header .right {
    font-size: .85em;
}
.middle-header .center form input{
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    /*border-color: rgba(0,0,0,0.09);*/
    /*border-top-color: rgba(0, 0, 0, 0.09);*/
    /*border-right-color: rgba(0, 0, 0, 0.09);*/
    /*border-bottom-color: rgba(0, 0, 0, 0.09);*/
    /*border-left-color: ;*/
    color: currentColor;
    border-radius: 99px;

    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    /*border-radius: 0;*/
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    /*background-color: #fff;*/
    color: #333;
    /*box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);*/
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.middle-header .center form button {
    right: 0;
    top: 0;
    height: 100%;
    padding-left: 0.6em;
    padding-right: 0.6em;
    line-height: 1.2;
}

.middle-header .right ul li:not(:first-child){
    margin-left: 7px;
}

.middle-header .right ul li:not(:last-child){
    margin-right: 7px;
}

.middle-header .right .open-sub{
    margin-right: 1em;
}
.middle-header .right .open-sub,.middle-header .hotline span:last-child,.list-menu .mobile-lv1:last-child a{
    border-radius: 99px;
    padding: 0 1.2em;
    color: #fff;
    font-size: .97em;
    letter-spacing: .03em;
    line-height: 2.5em;
    min-height: 2.5em;
    background-color: #006ab8;
}

.middle-header .hotline span:first-child{
    color: #006ab8;
    font-size: 23px;
    line-height: 1;
    margin-right: 5px;
    margin-top: 2px;
}
.middle-header .hotline span:last-child{
    background-color: #735305;
}

.country a:not(:last-child){
margin-right: 4px;
}

.country img{
    width: 22px;
}

.bottom-header{
    min-height: 43px;
}

.title-block h2{
    position: relative;
    background-color: #fff;
    font-size: 100%;
}

.title-block>div::before{
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 2px;
    opacity: .1;
    background-color: #555;
    position: absolute;
}


.title-block span{
    background-color: #1e8cef;
    color: #fff;
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 15px;
}

.reason {
    background-position: 20% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.reason .item-2{*/
/*    padding-top: 15px;*/
/*}*/

.reason .item-image,.reason .item-content{
    padding-bottom: 30px;
}

.reason .item-image img{
    width: 100%;
}

.reason .item-image>div:not(.infor){
    border-radius: 10%;
    width: 50%;
    overflow: hidden;
}

.reason .item-image>div.infor{
    padding: 0.7em 10px 1.4em;
    font-size: 0.9em;
}

.reason .item-image>div.infor h3{
    font-size: 1.125em;
}

.reason .item-image a.view{
    background-color: #006ab8;
    color: #fff;
    border-radius: 99px;
    font-size: .97em;
    letter-spacing: .03em;
    line-height: 2.5em;
    min-height: 2.5em;
    padding: 0 1.2em;
    margin-bottom: 30px;
}

.question .question-item>a{
    font-size: 110%;
    cursor: pointer;
    padding: .6em 0;
    position: relative;
    border-top: 1px solid #ddd;
    transition: color .3s, opacity .3s, transform .3s;
}

.question .question-item.active>a{
    border-color: #006ab8;
    background-color: rgba(0,0,0,0.03);
    font-weight: bold;
    color: #006ab8;
}

.question .question-item>a>i{
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    width: 2.3em;
}

.question .question-item.active>a i{
    transform: rotate(-180deg);
}

.question .answer{
    display: none;
    padding: 1em 2.3em;
}

.question .answer.firt{
    display: block;
}

.featuredProducts .item{
    margin-bottom: 30px;
}

.featuredProducts .item-image{
   overflow: hidden;
    border-radius: 5%;
}

.featuredProducts .infor {
    padding: .7em 10px 1.4em;
}

.featuredProducts .infor .name{
    line-height: 1.3;
    font-size: 16px;
}

.featuredProducts .intro{
    margin-bottom: 1.3em;
}

.step .item{
    padding-bottom: 30px;
}

.step .item .image{
    width: 30px;
}

.step .item .name{
    padding-left: 1em;
    flex: 1;
}

.itemNews .image{
    padding-bottom: 56.25%;
    border-radius: 10%;
    overflow: hidden;
}

.itemNews .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemNews .image>a{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.newsHome img{
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.newsHome img:hover{
    transform: scale(1.1);
}

.bannerNews a{
    overflow: hidden;
}

.newsHome .itemNews,.newsHome{
    padding-bottom: 30px;
}

.newsHome .itemNews .description {
    font-size: 0.9em;
    padding: 0.7em 10px 1.4em;
}

.newsHome .itemNews .description .name{
    font-size: 1.15em;
    line-height: 1.3;
    margin-top: .1em;
    /*color: #555;*/
}

.newsHome .itemNews .description .name::after{
    content: '';
    height: 2px;
    background-color: rgba(0,0,0,0.1);
    /*margin: 1em 0 1em;*/
    width: 100%;
    max-width: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: calc(100% + 7px);
}

.newsHome .itemNews .viewDetail{
    font-size: .8em;
    margin-top: 1em;
    border: 2px solid #006ab8;
    color: #006ab8;
    line-height: 2.19em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}

.newsHome .owl-nav button{
    position: absolute;
    height: 100%;
    background-color: #fff !important;
    box-shadow: 0 -150px 15px 0 rgb(0 0 0 / 30%) !important;
    top: -2px;
    margin: 0 !important;
    width: 30px;
    border-radius: 0 !important;
    opacity: 0;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    color: #111 !important;
    font-size: 20px !important;
}

.newsHome .owl-nav button i{
    margin-bottom: 40px;
}

.newsHome .owl-nav button.owl-prev{
    left: 0;
    transform: translateX(-10%);
}

.newsHome .owl-nav button.owl-next{
    right: 0;
    transform: translateX(10%);
}

.newsHome .owl-carousel{
    overflow: hidden;
}

.feedback .image{
    width: 120px;
}

.feedback .rating{
    line-height: 1.2;
    font-size: 14px;
    color: #735305;
}

.feedback .item{
    padding-bottom: 25px;
}

.feedback .item .content{
    line-height: 1.4;
}

.feedback .item .content .name{
    font-size: 1.25em;
    line-height: 1.4em;
    font-style: italic;
}

/*.partner .item{*/
/*    padding: 15px;*/
/*}*/

.partner{
    padding-bottom: 30px;
}

.partner .item {
    line-height: 1;
}

.partner .item a{
    height: 80px;
    /*padding: 15px;*/
}

/*.partner .item a{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/


.partner .owl-nav{
    margin: 0;
}

.partner .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    /*line-height: 2.4em;*/
    /*min-height: 2.5em;*/
    margin: 0 !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    border-radius: 100% !important;
    border: 2px solid currentColor !important;
    opacity: 0;
}

.partner .owl-nav button.owl-prev{
   left: 2%;
    transform: translateX(20%);
}

.partner .owl-nav button.owl-next{
   right: 2%;
    transform: translateX(-20%);
}

.contact-home .left,.contact-home .right{
    padding-bottom: 30px;
}

.contact-home .image {
    padding-top: 75%;
    overflow: hidden;
}

.contact-home .image a{
    /*right: 0;*/
    width: 100%;
    height: 100%;
    /*bottom: 0;*/
    left: 0;
    top: 0;
    /*position: absolute;*/
}

.contact-home .image img{
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}


.contact-form .title{
    border-bottom: 2px solid #006ab8;
    color: #006ab8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
}

.contact-page-form>div{
    padding-bottom: 30px;
}

.contact-form input[type = text],.contact-form textarea,.contact-form select  {
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.09);
    margin-bottom: 1em;
    font-size: .97em;
    padding: 0 .75em;
}

.contact-form input[type = text],.contact-form select {

    /*color: currentColor !important;*/
    border-radius: 99px;
    height: 2.507em;


}
.contact-form textarea{
    padding-top: 0.7em;
    border-radius: 15px;
}

.contact-form button{
    background-color: #006ab8;
    color: #fff;
    border-radius: 99px;
    font-size: .97em;
    letter-spacing: .03em;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}

.contact-home{
    padding-bottom: 30px;
}

footer {
    padding: 30px 0 0;
    background-color: #006ab8;
}

footer *{
    color: #f1f1f1;
}

footer .title{
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 1.66em;
}

footer .title::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: rgba(255,255,255,0.3);
    left: 0;
    bottom: -0.8em;
}

.copyRight{
    background-color: #0045b5;
    /*color: rgba(255,255,255,0.5);*/
    font-size: .9em;
    padding: 12px 0;
}

.copyRight *{
    color: rgba(255,255,255,0.5);
}

#subscribe {
    background: #fff;
    border: 10px solid #fff;
    width: 460px;
    max-width: 100%;
}

#subscribe h3{
    border-bottom: 2px solid #006ab8;
    color: #006ab8;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#subscribe input,#subscribe textarea{
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
}

#subscribe input[type = text],#subscribe textarea, #subscribe select {
    margin-bottom: 1em;
    /*transition: color .3s, border .3s, background .3s, opacity .3s;*/
    background-color: rgba(0,0,0,0.03);
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 .75em;
}

#subscribe textarea{
    padding-top: 0.7em;
    border-radius: 15px;
    min-height: 120px;
}

#subscribe input, #subscribe select {
    border-radius: 99px;
}

#subscribe input.btn {
    background-color: #006ab8;
    color: #fff;
    letter-spacing: .03em;
    font-weight: bolder;
    cursor: pointer;
    padding: 0 1.2em;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-transform: uppercase;
}


.newsPage{
    padding: 30px 0;
}

.head-page {
    padding-bottom: 30px;
}


.is-divider {
    margin-top: .5em;
    margin-bottom: .5em;
    height: 2px;
    background-color: rgba(0,0,0,0.1);
    max-width: 30px;
}

.item .box-text{
    padding: .7em 10px 1.4em;
    /*position: relative;*/
    width: 100%;
    font-size: .9em;
}

.item .box-image{
    padding-bottom: 56%;
}

.item .box-image a{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item .box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsPage .content-page{
    max-width: 1110px;
}

.item h3{
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 1.15em;
}

.itemNews .intro a,.item .box-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.item .box-text p{
    margin-top: .1em;
    margin-bottom: .1em;
}

.date-item {
    /*pointer-events: none;*/
    height: 2.8em;
    width: 2.8em;
    top: 7%;
    left: -.4em;
    color: #006ab8;
    border: 2px solid #006ab8;
    background-color: #fff;
    line-height: .85;
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
}

.date-item span:last-child{
    font-size: 0.7em;
}

.head-page h1 {
    line-height: 1.2;
    font-size: 1.15em;
    letter-spacing: .05em;
    color: #555;
    margin-bottom: .5em;
}

.newsPage .content-page .right .item:not(:last-child){
    margin-bottom: 1.5em;
}

.newsPage .content-page .right .title{
    letter-spacing: .05em;
    font-size: 1em;
    margin-bottom: 1.66em;
}

.newsPage .content-page .right .title:before {
    bottom: -.8em;
}

.newsPage .content-page .right .cateNews-list li:not(:first-child),.newItem-right:not(:first-child) {
    border-top: 1px solid #ececec;
}

.newsPage .content-page .right .cateNews-list a {
    padding: 6px 0;
    color: #446084;
}

.beforPre:before {
    position: absolute;
    content: '';
    width: 30px;
    bottom: -1em;
    background-color: rgba(0,0,0,.1);
    height: 3px;
}

.newItem-right{
    padding: 10px 0;
}

.newItem-right .content>div:first-child{
    margin-right: 15px;
    top: 0;
    left: 0;
    color: #fff;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
}

.newItem-right .content>div:first-child::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2) );
}

.newItem-right .content>div:first-child>div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.newItem-right .content>div:first-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.newItem-right .content> div:last-child{
    flex: 1;
}

.newItem-right .content> div:last-child a{
    line-height: 1.2;
    margin-bottom: 6px;
}

.paginator{
    font-size: 0.85em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginator *:not(:last-child){
    margin-right: 0.4em;
}
.paginator .labelPages,.paginator .titlePages {
    display: none;
}
.paginator a,.paginator span.currentPage{
    font-size: 1.1em;
    display: block;
    height: 2.25em;
    line-height: 2.25em;
    text-align: center;
    width: 2.25em;
    color: #777;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid #777;
    transition: all .3s;
}
.paginator a:hover,.paginator span.currentPage{
    color: #fff;
    background-color: #006ab8;
    border-color: #006ab8;
}
.paginator a.paging-previous:before, .paginator a.paging-first:before, .paginator a.paging-next:before, .paginator a.paging-last:before {
    font-family: "Font Awesome 5 Pro";
}
.paginator a.paging-next:before {
    content: "\f105";
}
.paginator a.paging-previous:before {
    content: "\f104";
}
.paginator a.paging-last:before {
    content: "\f101";
}
.paginator a.paging-first:before {
    content: "\f100";
}

.paginator .paging-last,.paginator .paging-first{
    display: none;
}

.news-item__cate {
    font-size: .7em;
    line-height: 1.05;
    letter-spacing: .05em;
    opacity: .8;
    color: #555;
}

.news-item__title {
    margin-bottom: 2em;
    font-size: 1.6em;
    line-height: 1.3;
}

.news-item__title:before {
    left: 50%;
    transform: translateX(-50%);
}

.news-item__head {
    padding: 0 1.5em 1.5em;
}

.news-item__content {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.news-item__content>div:not(.gallery-image) img{
    height: auto !important;
}

.share-group {
    margin-top: 2em;
}

.blog-share .share-group:before {
    left: 50%;
    transform: translateX(-50%);
}

.blog-share .share-group:before {
    top: -1em;
    bottom: auto;
}

.share-group a {
    width: 32px;
    height: 32px;
    line-height: 29px;
    color: silver;
    transition: all .3s;
    border: 2px solid silver;
}

.share-group a:not(:first-child) {
    margin-left: .24em;
}

.tag-news {
    font-size: .8em;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: .5em 0 .6em;
}

.newsRelated .item{
    padding-bottom: 30px;
}

.newsRelated>h4{
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 1.25em;
    line-height: 1.6;
}

.expert{
    padding: 10px 15px;
}

.expert .title-block span{
    font-size: 15px;
}

.expert > div >div:not(:first-child){
    padding-bottom: 30px;
}

.banner-middle>div:hover img{
    transform: scale(1.1);
}

.banner-middle img{
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    width: 100%;
}

.event{
    padding: 20px 15px;
}

.event .item{
    padding-bottom: 30px;
}

.event .item .image{
    border-radius: 10%;
    padding-top: 75%;
}

.event .item .image a{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.event .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event .title-block span,.achievements .title-block span{
    margin: 0;
    background: transparent;
    color: rgb(0, 106, 184);
    border: 2px solid rgba(0,0,0,0.1);
    padding: .3em .8em;
    border-radius: 0;
    font-size: 1.125em;
}

.newsPage-pre .contact-form{
    padding-bottom: 50px;
}

.achievements .item,.gallery-image .item{
    padding-bottom: 30px;
}

.gallery-image .item .image{
    padding-bottom: 75%;
    border-radius: 10%;
}

.gallery-image .item a{
    left: 0;
    top: 0;
    height: 100%;
}

.gallery-image .item a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.15);
}

.gallery-image .item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#backTop{
    bottom: 20px;
    right: 20px;
    min-width: 2.5em;
    min-height: 2.5em;
    font-size: 0.97em;
    margin-left: .12em;
    margin-right: .12em;
    border: 2px solid currentColor;
    transition: color .3s, opacity .3s, transform .3s;
    transform: translateY(30%);
    opacity: 0;
}

#backTop.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}

#backTop i{
    font-size: 18px;
}

#alertModal{
    z-index: 8031!important;
}

.fix-contact{
    bottom: 10px;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 1;
}

.fix-contact a{
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 15px;
}

.fix-contact a:not(:first-child){
    margin-left: 15px;
}

.fix-contact a.hotline-fix{
    background: #f69a25 none repeat scroll 0 0;
}

.fix-contact a:not(.hotline-fix){
    background: #146b3a none repeat scroll 0 0;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 0 20px #111;
}

.fix-social{
    bottom: 65px;
    right: 16px;
    z-index: 1;
}

.fix-social a{
    background-size: 57%;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 70%);
    margin-bottom: 15px;
}

.fix-social a.map{
    background-image: url("/tp/T0374/img/maps.png");
    background-color: #4267b2;
}
.fix-social a.zalo{
    background-image: url("/tp/T0374/img/zalo.png");
    background-color: #5ac5ef;
}
.fix-social a.mess{
    background-image: url("/tp/T0374/img/messenger.png");
    background-color: #4267b2;
}

[data-animate="bounceIn"] {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

[data-animate="fadeInLeft"] {
    transform: translate3d(-70px, 0, 0);
}

[data-animate="fadeInRight"] {
    transform: translate3d(70px, 0, 0);
}

[data-animate="bounceInUp"], [data-animate="fadeInUp"] {
    transform: translate3d(0, 70px, 0);
}

[data-animate="bounceInDown"], [data-animate="fadeInDown"] {
    transform: translate3d(0, -70px, 0);
}

[data-animate] {
    will-change: filter, transform, opacity;
    -webkit-backface-visibility: hidden;
    animation-fill-mode: forwards;
    opacity: 0 ;
    transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
}

[data-animate="flipInX"] {
    transform: perspective(400px) rotate3d(1, 0, 0,
    90deg
    ) translate3d(0, -15px, 0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

[data-animated="true"]{
    animation-delay: .1s;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}


.noteworthy{
    padding: 48px 0 80px;
}

.noteworthy .noteworthy--right .item{
    width: calc(50% - 12px);
    padding: 28px 8px;
    text-align: center;
    border-radius: 25px;
    background-color: #007bb4;
}

.noteworthy .noteworthy--right .item:nth-child(n + 3){
    margin-top: 12px;
}

.noteworthy .noteworthy--left .item{
    padding-bottom: 65%;
    border-radius: 25px;
}

.noteworthy .noteworthy--right .item h3{
    color: #fff;
    font-size: 16px;
    padding: 12px 0 0;
    font-weight: normal;
}

.noteworthy .noteworthy--left .item .item-image{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.noteworthy .noteworthy--left .item .item-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}

.noteworthy .noteworthy--right .item:hover{
    background-color: #148e61;
}

.noteworthy .noteworthy--left .noteworthy-text{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 16px;
    background-color: rgb(0 0 0 / 55%);
}

.noteworthy .noteworthy--left .noteworthy-text p{
    font-size: 15px;
    color: #fff;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noteworthy .noteworthy--left .owl-nav{
    margin: 0;
}

.noteworthy .noteworthy--left button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    color: #fff !important;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
    background: rgba(95,95,95,.7) !important;
}

.noteworthy .noteworthy--left button.owl-next{
    right: 0.5rem;
}

.noteworthy .noteworthy--left button.owl-prev{
    left: 0.5rem;
}

.video-block{
    margin-bottom: 60px;
}

.video-block .wrapper-video{
    padding-bottom: 56%;
}

.video-block .wrapper-video iframe{.video-block .wrapper-video
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}

.newsHome .owl-nav button.disabled{
    opacity: 0;
}

.social-footer a{
    font-size: 18px;
}

.social-footer a.insta {
    font-size: 22px;
}

.social-footer a.youtube {
    font-size: 21px;
}

.social-footer a:not(:last-child) {
    margin-right: 20px;
}


@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}


@media (min-width: 576px) {
    .container{
        max-width: none;
    }
}

@media (min-width: 768px) {

    .container{
        max-width: none;
    }

    .middle-header .left{
        width: 300px;
    }

    .partner .item a{
        height: 130px;
        padding: 15px;
    }

    .newsPage .contact-form{
        padding: 30px;
    }

}
@media (min-width: 992px) {

    .noteworthy .noteworthy--left,.noteworthy .noteworthy--right{
        width: calc(50% - 12px);
    }

    .container{
        max-width: none;
    }

    .middle-header .left{
        margin-right: 30px;
    }

    .menu-pc ul{
        background-color: #006ab8;
        left: -15px;
        z-index: 99;
        display: none;
    }

    .menu-pc .lv1:not(.preMenu) ul,.menu-pc .lv1.preMenu>ul{
        min-width: 260px;
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        border: 2px solid #ddd;
        padding: 20px 0 20px;
    }

    .menu-pc .lv1.preMenu .lv2 ul{
        display: block;
        padding: 0;
    }

    .menu-pc li a{
        transition: all .2s;
    }

    .menu-pc li:hover>a{
        color: #fff;
    }

    .menu-pc .lv1>a{
        line-height: 2.5em;
        font-size: .8em;
        padding: 1px 10px;
        color: rgba(255,255,255,0.8);
        transition: all .2s;
        letter-spacing: .02em;
    }
    .menu-pc .lv1.preMenu>a{
        position: relative;
    }

    .menu-pc .lv1.menu-has-child:not(.preMenu)::before,.menu-pc .lv1.menu-has-child:not(.preMenu)::after,.menu-pc .lv1.preMenu>a::before,.menu-pc .lv1.preMenu>a::after{
        left: 50%;
        border: solid transparent;
        content: '';
        bottom: -2px;
        height: 0;
        width: 0;
        z-index: 2;
        display: none;
    }

    .menu-pc .lv1.menu-has-child:not(.preMenu)::before,.menu-pc .lv1.preMenu>a::before{
        position: absolute;
        border-bottom-color: #ddd;
        border-width: 11px;
        margin-left: -11px;
    }

    .menu-pc .lv1.menu-has-child:not(.preMenu)::after,.menu-pc .lv1.preMenu>a::after{
        position: absolute;
        border-width: 8px;
        margin-left: -8px;
        border-bottom-color: #006ab8;
    }

    .menu-pc li:not(.preMenu):hover>ul,.menu-pc .lv1.menu-has-child:not(.preMenu):hover::before,.menu-pc .lv1.menu-has-child:not(.preMenu):hover::after,.menu-pc .lv1.preMenu:hover>a::before,.menu-pc .lv1.preMenu:hover>a::after{
        display: block;
    }

    .menu-pc .lv2 a{
        color: rgba(255,255,255,0.8);
        margin: 0 10px;
        padding: 10px 5px 10px 10px;
        line-height: 1.3;
        display: block;
    }

    .menu-pc .lv2{
        position: relative;
    }

    .menu-pc .lv2 ul{
        /*display: none;*/
        position: absolute;
        left: 100%;
        top: 0;
    }

    .menu-pc .lv1.preMenu>ul{
        left: 0;
        width: 100%;
        /*display: flex;*/
    }

    .menu-pc li.preMenu:hover>ul{
        display: flex;
        flex-wrap: wrap;
    }

    .menu-pc .preMenu .lv2{
        width: 160px;
        min-width: 160px;
        border-right: 1px solid rgba(255,255,255,0.2);
    }

    .menu-pc .preMenu  .lv2>a{
        text-transform: uppercase;
        font-size: .8em;
        font-weight: bold;
    }

    .menu-pc .preMenu .lv2 ul{
        position: initial;
    }

    .newsHome .owl-carousel:hover .owl-nav button{
        opacity: 0.7;
        transform: translate(0);
    }

    .newsHome .owl-carousel .owl-nav button:hover{
        opacity: 1;
        color: #006ab8 !important;
    }

    .contact-home .image img:hover{
        transform: scale(1.1);
    }

    .contact-home .right button:hover{
        box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%) !important;
    }

    .newsHome .itemNews .viewDetail:hover{
        color: #fff;
        background-color: #006ab8;
    }

    .partner .owl-nav button:hover{
        background-color: #006ab8 !important;
        border-color: #006ab8 !important;
    }

    .partner .owl-carousel:hover button{
        opacity: 1;
        transform: translate(0);
    }

    .newsPage .content-page .right {
        border-left: 1px solid #ececec;
    }

    .newsPage .content-page .left,.newsPage .content-page .right {
        padding: 0 30px 30px;
    }

}

@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }

    .noteworthy .noteworthy--right .item:nth-child(n + 3){
        margin-top: 24px;
    }

}

@media (max-width: 1199px) {
    .noteworthy{
        padding: 28px 0px 36px;
    }

    .noteworthy .noteworthy--right .item{
        width: calc(50% - 6px);
        padding: 20px 4px;
    }

    .noteworthy .noteworthy--right .item img{
        width: 80px;
    }
}

@media (max-width: 991px) {
    /*.middle-header .left{*/
    /*   margin: 0;*/
    /*}*/


    .noteworthy .noteworthy--left,.noteworthy .noteworthy--right{
        width: 100%;
    }

    .open-menu{
        font-size: 20px;
        margin-left: -10px;
        padding: 0 10px;
    }
    .top-bar{
        line-height: 30px;
    }

    .top-divider{
        border-top: 1px solid currentColor;
        opacity: 0.1;
    }

    /*--------- menu mobile ---- */
    #menu-mobile {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    #menu-mobile>i{
        color: #c5c5c5;
        position: absolute;
        top: 7px;
        font-size: 28px;
        right: 14px;
        cursor: pointer;
        margin-top: 18px;
        transition: 0.6s;
    }
    #menu-mobile .content-menu-mb{
        width: 260px;
        padding: 30px 0;
        overflow-y: scroll;
        height: 100%;
        background-color: rgba(249, 250, 250, 0.975);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        display: inline-block;
        position: fixed;
        left: -270px;
        transition: 0.3s;
    }
    .left-270{
        transition: 0.3s;
        left: 0 !important;
    }
    #menu-mobile ul{
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }
    .list-menu .searh-mobile{
        padding: 20px;
    }
    .list-menu .searh-mobile form{
        margin: 0;
        position: relative;
    }
    .list-menu .searh-mobile input{
        background-color: rgba(0,0,0,0.04);
        box-shadow: none;
        border-color: rgba(0,0,0,0.09);
        color: currentColor !important;
        border-radius: 99px;
        font-size: 14px;
        padding: 0 11px;
    }
    .list-menu .searh-mobile button span{
        font-size: 19.5px;
    }
    .list-menu .searh-mobile button{
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
        font-size: 22px;
    }
    .list-menu .mobile-lv1:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }

    .list-menu .mobile-lv1:last-child{
        padding: 20px;
        font-size: 0.85em;
    }

    .list-menu .mobile-lv1.country{
        height: 50px;
        padding-left: 20px;
    }
    .list-menu .mobile-lv1:not(.country) a{
        padding-left: 20px;
    }
    .country img{
        width: 24px;
    }
    .list-menu .mobile-lv1:not(:first-child):not(.country):not(:last-child) {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .list-menu .mobile-lv1:not(:first-child):not(.country):not(:last-child) a{
        display: block;
    }
    .list-menu .mobile-lv1:not(:first-child):not(.country):not(:last-child)>a{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 215px;
        font-size: 0.8em;
        color: rgba(102,102,102,0.85);
    }
    .list-menu .mobile-lv1:not(:first-child)>i{
        width: 45px;
        transition: 0.3s;
    }
    .list-menu .mobile-lv1>ul{
        display: none;
    }
    .list-menu .mobile-lv1 li{
        padding-left: 8px;
    }
    .list-menu .mobile-lv2>a{
        font-size: 0.8em;
    }
    .list-menu .mobile-lv2 a{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .list-menu .mobile-lv3 a{
        color: #666;
    }

    .rotate-180{
        transform: rotate(-180deg);
        transition: 0.3s;
    }

    #box-background{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #0b0b0b;
        /*transition: opacity 0.5s;*/
        position: fixed;
        opacity: .6;
        display: none;
        z-index: 2;
    }

    .newsPage .content-page .left,.newsPage .content-page .right {
        padding: 0 0 30px;
    }

    #backTop {
        bottom: 50px;
        right: 10px;
    }

    .fix-social{
        bottom: 80px;
        right: 6px;
    }
}

@media (max-width: 767px) {

    .video-block .item:not(:nth-child(2)) {
        margin-top: 30px;
    }

}


@media (max-width: 575px) {

    .middle-header {
        height: 70px;
    }

    .middle-header .left{
        width: 83.333%;
    }

    .middle-header .left img{
        max-height: 70px;
    }

    .title-block span{
        font-size: 13.3px;
    }

    .featuredProducts .row{
        margin: 0;
    }

    .featuredProducts .intro{
        padding: 0;
    }

    .bannerNews a{
        padding-bottom: 30px;
    }

    .newsHome .owl-nav button{
        opacity: 1;
        background: transparent !important;
        box-shadow: none !important;
        font-size: 16px !important;
    }

}
.homepage_slider .owl-carousel .owl-item .title_banner {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
}
.homepage_slider .owl-carousel .owl-item .title_banner a {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.homepage_slider .owl-carousel .owl-nav button {
    top: 45%;
    position: absolute;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
}
.homepage_slider .owl-carousel .owl-nav:hover button, .homepage_slider .owl-carousel .owl-nav button {
    background: 0 0;
}

.homepage_slider .owl-theme .owl-nav{
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px){
    .video-block .item:last-child {
        margin-top: 30px;

    }
}

@media (min-width: 769px){
    .homepage_slider .owl-carousel .owl-nav button {
        font-size: 45px;
    }
}
.homepage_slider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.homepage_slider .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.news-item__content img{
    height: auto !important;
}
.ft-social{
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #4267b2;
    color: #fff;
}