/* VARIABLES */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-light-rgb: 255, 250, 243;
    --bs-bg-opacity: 1;
    --primary-color: #d20000;
    --secondary-color: #000;
    --text-color:#000;
    --price-color:#b20000;
    --badge-blue-color: #008ddd;
    --badge-green-color:#70b00c;
    --border-color:#e2e4e8;
    --secondary-font:"Poppins";
    --hover-color: #d20000;
    --primary-background:#383e47;
    --primary-arrow:#4d5259;
    --background-color: #d20000;
}

body{
    font-family: 'Roboto';
}

/* OVERRIDE */
@media (min-width: 1220px){
    .uk-container{
        max-width: 1225px;
    }
    .uk-container-1320{
        max-width: 1320px;
    }
}

a{
    color:#333;
}

.page{
    padding:30px 0;
}

/* .heading-2{
    text-transform: uppercase;
    font-size:23px;
} */

.review-star .fa{
    margin-right:3px;
}
.star-rating {
    font-size: 25px;
    display: inline-block;
    position: relative;
}

.stars::before {
    content: "★★★★★";
    letter-spacing: 3px; /* Khoảng cách giữa các ngôi sao */
    color: #ccc; /* Màu của ngôi sao trắng */
}

.stars::after {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: gold; /* Màu của ngôi sao đầy đủ */
    width: var(--star-width); /* Sử dụng biến CSS để đặt giá trị width */
    letter-spacing: 3px;
}


.btn-product-button{
    padding: 15px 35px 13px 35px;
    width:100%;
    border: 1px solid #b20000;
    background-color: #b20000;
    font-size:13px;
    font-weight: 600;
    color:#fff;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 3px;
}
.panel-foot .buy-more .btn-buymore:hover,
.buy-more:hover,
.btn-product-button:hover{
    background: transparent !important;
    color:#b20000 !important;
}

.addToWishlist{
    background: transparent;
    border: 1px solid #b6b6b6;
    color:var(--text-color);
}

.review-action .btn-review{
}
.cart-checkout {
}


/*********** PROJECT CSS ************/
/* HEADER  */
.pc-header{
    
}
.header-top{
    padding: 12px 0;
    background: var(--background-color);
}
.header-top .left p{
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8px;
}
.header-top .left p:last-child{
    margin-bottom: 0;
}
.header-top .right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-top .name-com{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}
.header-top .slogan{
    font-size: 16px;
}
.header-top .right .item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}
.header-top .right .item .ic {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.header-top .right .item p {
    width: calc(100% - 46px);
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    font-weight:500;
}
.header-top .right .item a {
    font-size: 16px;
    color: #fff;
}
.header-bottom{
    border-bottom: 1px solid #bbbbbb;
}
.header-bottom .logo img{
    width: 108px;
    height: 90px;
}
.uk-navbar-nav>li{
    padding: 0 17px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation .uk-navbar-nav>li>a{
    padding: 0 !important;
    color:#000;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}
.search{
    cursor: pointer;
    position: relative;
    padding-right: 20px !important;
}
.search::before{
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: #bbbbbb;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.search .btn-search i{
    font-size: 16px;
}
li.language{
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
li.language::before,
li.language::after{
    display: none;
}


/* MOBILE HEADER */
























/* MAIN */

.filter-category{
    padding: 6px;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto;
}
.filter-category li{
    padding: 0 20px;
    border-radius: 60px;
    cursor: pointer;
}
 .filter-category li > *{
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #aaaaaa;
    letter-spacing: 0.5px;
}
.filter-category .active{
    
}
.filter-category .active > *{
    color: #2D2A2A;
}
.btn-rounded{
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -60px;
    border: 4px solid #fffaf3;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
    border-radius: 30px;
}
 .btn-rounded > *{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
 .image-content{
    position: relative;
}
.shop-meta{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 5px;
    padding: 15px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.shop-meta:hover .btn-rounded{
    bottom: -4px;
    transition: 0.2s ease;
    background: #000;
    z-index: 1;
}
.shop-meta:hover .btn-rounded:hover{
    background: var(--hover-color);
}
.product-item .image-content{
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 240px;
}
/* .product-item:hover .image-content .image img{
    transform: translateY(-20px);
    transition: all 0.5s ease;
} */
.shop-meta .meta-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: block;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-meta .meta-icon > *{
    width: 20px;
    height: 20px;
}


@media (max-width: 870px){
    .panel-slide .slide-overlay .slide-title{
        font-size:26px;
        line-height:28px;
    }
    .panel-slide .image{
        height: 500px;
    }
    .buyer-container .signup-form {
        width: 100% !important;
    }
}

@media (max-width: 475px){
    .panel-slide .image{
        height: 300px;
    }
    .panel-slide .swiper-button-prev, .panel-slide .swiper-button-next{
        width: 35px;
        height:35px;
        line-height: 35px;
    }
    .panel-slide .swiper-button-prev{
        left:10px;
    }
    .panel-slide .swiper-button-next{
        right:10px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size:15px;
    }
}


@media (max-width: 900px){
    .panel-brand .swiper-button-next{
        right:0;
    }
    .panel-brand .swiper-button-prev{
        left:0;
    }
}

@media (max-width: 715px){
    .panel-brand .panel-head{
        text-align: center;
        margin-bottom:30px;
    }
    .panel-brand .panel-head .description{
        display: none;
    }
    .panel-brand .panel-head .heading-1{
        font-size:22px;
    }
}

@media (max-width: 550px){
    .categories-item .image{
        height: 100px;
    }
}

@media (max-width: 475px){
    .categories-item .info .title{
        font-size:13px;
    }
}
/*Slide*/
.panel-slide .banner-media img{
    border-radius: 40px;
    height: 560px;
}

.product-item{
    position: relative;
}
.product-item .cat-name{
    font-size: 12px;
    text-transform: uppercase;
    color: #888;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.product-item .image{
    /* border-radius: 20px; */
    /* height:440px; */
}
/* .product-item .image img{
    border-radius: 20px;
} */
.product-item .category-name{
    font-size:12px;
    color:#999;
    margin-bottom:8px;
}
.product-item .title{
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}
.product-item .title > *{
    color:#333;
    font-size:18px;
    font-weight: 600;
    text-transform: capitalize;
}
.product-item .title > *:hover{
    color: var(--hover-color);
    transition: 0.1s ease;
}
.product-item .star-rating{
    font-size:16px;
}

.product-item .badge-sale{
    position: absolute;
    top:45px;
    color:#fff;
    right:0;
    font-size:12px;
    padding: 0 7px;
    background: var(--badge-blue-color);
    border-radius: 4px;
}

.product-price {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    text-align: center;
}
.product-price .price{
    display: block;
}
.product-price .price-sale{
    color:#000;
    font-weight: 500;
    font-size:16px;
}
.product-price .price-old{
    margin-left:10px;
    font-size:14px;
    color:#AAAAAA;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-item .product-preview{
    text-align: center;
}
.product-item .percent{
    position: absolute;
    top:20px;
    left: 20px;
    font-size:12px;
    padding: 5px 15px;
    line-height: 20px;
    background: #fff;
    color:#000;
    border-radius: 30px;
    min-height: 22px;
    min-width: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-item .product-preview > *{
    width: 100%;
    display: block;
    color: #373e46;
    border-color: #808287;
    background-color: white;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    border:1px solid;
    padding:8px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}
.product-item .product-preview > *:hover{
    background: var(--price-color);
    color:#fff !important;
}



/* FOOTER */
.frm{
    display: flex;
    gap: 10px;
}
.form-sub{
    margin-bottom: 25px;
}
.form-sub input{
    height: 42px;
    line-height: 42px;
    border: 1px solid #dedede;
    width: 100%;
    outline: none;
    padding: 0 9px;
    color: #333333;
    border-radius: 6px;
    font-family: "Inter";
}
.form-sub button{
    background-color: #36a7d5;
    color: #fff;
    font-family: "Inter";
    text-transform: uppercase;
    border-radius: 6px;
    width: 25%;
}
.work-schedule li{
    display: flex;
    padding: 5px 0;
    margin-bottom: 5px;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    color: #333;
}
.work-schedule li:last-child{
    border-bottom: 0;
}
.work-schedule li > *{
    font-size: 14px;
}
.payment .image img{
    height: 35px;
    width: auto;
    margin-left: auto;
}
.copyright-menu{
    display: flex;
    gap: 30px;
}
/* EXTEND */
/* PRODUCT CATALOGUE */
.product-catalogue .panel-categories{
    padding-top:0;
}
.product-catalogue .panel-categories .panel-head{
    display: none;
}

.panel-aside{
    border:1px solid;
    border-color:var(--border-color);
    margin-bottom:25px;
}
.panel-aside .aside-head {
    border-bottom:1px solid;
    border-color:var(--border-color);
    padding:10px;
}
.panel-aside .aside-head > *{
    margin:0;
    text-transform: uppercase;
    font-size:16px;
    font-family: var(--primary-font);
}

.panel-aside .aside-body{
    padding:10px;
    padding-top:0;
}

.aside-category{
    padding:10px;
}

.aside-category .accordion-title,
.aside-category .uk-accordion-title{
    font-size:14px;
    font-weight: 400;
    padding:10px;
    border-bottom:1px dotted;
    border-color:#e2e4e8;
    position: relative;
}

.aside-category .accordion-title span,
.aside-category .uk-accordion-title span{
    display: inline-block;
    height:100%;
    position: absolute;
    right:5px;
    top:1px;
    line-height:40px;
    font-size:10px;
    color:#d0d0d0;
}

.aside-body .uk-accordion-item:last-child .uk-accordion-title{
    border-bottom:0;
}
.aside-category{
    padding-bottom:0;
}
.aside-body .uk-accordion-content{
    padding:10px;
    padding-left:20px;
}
.aside-body .uk-accordion-content ul li{
    margin-bottom:8px;
}
.aside-body .uk-accordion-content ul{
    padding:0
}
.aside-body .uk-accordion-content ul li > *{
    color:var(--hover-color);
    font-weight: 500;
    font-size:13px;
}
.aside-body .uk-accordion-content ul li > *:hover{
    color:var(--primary-color) !important;
}

.aside-body{
    position: relative;
}

.aside-body .swiper-button-next,
.aside-body .swiper-button-prev{
    top:30%;
    color:#000;
}

.aside-body .swiper-button-next:after,.aside-body .swiper-button-prev:after{
    color:#000;
}
/*Login*/
.login-social-item i{
    margin-right: 5px;
}
/* .header-top__widget a{
    width: 60px;
} */
.header-top__widget .widget-link{
    /* width: 100% !important; */
    font-size: 12px;
    margin-right:10px;
}
.header-top__widget span,
.header-top__widget i{
    margin-right: 10px;
    font-size:12px;
}
[data-uk-sticky].uk-active{
    z-index: 10000;
}

    
.mini-coupon-item{
    display: block;
    padding: 5px 5px;
}
.mini-coupon-item a{
    display: block;
    border: 1px solid #b20000 ;
    width: 120px;
    padding: 5px;
    color: #b20000;
    border-radius: 6px;
    text-align: center;
}
.mini-coupon-item .active,
.mini-coupon-item a:hover{
    transition: 0.1s ease;
    border: none;
    background: #b20000;
    color: #fff !important;
}
.product-info_voucher {
    display: flex;
    align-items: center;
    width: 100%;
}
.list-voucher{
    display: flex;
    width: calc(100% - 100px);
    overflow-x: scroll;
    scrollbar-width: thin;
}
.product-info_voucher .text_voucher{
    margin-right: 5px;
    width: 95px;
}
.voucher-discount{
    color: #ccc;
    font-weight: 500 !important;
    font-size: 14px;
    text-decoration: line-through;
}
.cart-item-price .uk-flex{
    flex-direction: column;
}
.voucher-value{
    color: #231F20;
}
/*Attribute*/
.attribute .attribute-item {
    margin-bottom:10px;
}
.attribute .attribute-item .label{
    color:#000;
    font-size:15px;
    margin-bottom:10px;
}
.attribute .attribute-item .label span{
    color: #FD9636;
}
.attribute .attribute-item .attribute-value > *{
    display: inline-block;
    border: 1px solid #8C9EC5;
    padding: 5px 8px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: 500;
}
.attribute  .outstock{
    border:1px dashed #8C9EC5 !important;
    opacity: 0.5 !important;
}
.attribute .active{
    color:#FD9636 !important;
    font-weight: 600 !important;
    border-color:#FD9636 !important;
    background: #F0F3F8 !important;
}

.attribute .color-item{
    border:1px solid #8C9EC5;
    /* width:50px; */
}
.product-promotion-take-gift .bg {
    background: url(https://file.hstatic.net/200000072226/file/hoamaid_05b6c20….png) repeat 50px 0px / auto 140% #D0081D;
    color: #fff;
    padding: 4px 10px;
}
.product-promotion-take-gift {
    margin-bottom: 10px;
    border: 2px solid #D0081D;
    border-radius: 5px;
}
.product-promotion-take-gift .content {
    padding: 8px;
}
.product-promotion-take-gift ul {
    padding-left: 0;
}
.product-promotion-take-gift li{
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.product-promotion-take-gift li .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color:#4c4c4c;
    color: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    bottom: 100%;
}
.tooltip .tooltiptext a{
    color: #fff;
}
.tooltip .tooltiptext a:hover{
    color: #D0081D !important;
    transition: 0.2s ease;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
  }
.product-promotion-take-gift li .tooltip span{
    font-size: 13px;
}
.product-promotion-take-gift li i{
    color: #D0081D !important;
    font-size: 12px;
    margin-right: 5px;
}
.tooltip {
    display: flex;
    align-items: center;
}
.tooltip input {
    margin-right: 8px;
    margin-top: 3px;
    margin-left: 0;
    cursor: pointer;
}
.about-content h2.heading-1{
    margin-bottom: 10px;
}
.product-container h2.heading-4{
    position: relative;
    border-bottom: 1px solid #dee2e6;
}
.product-container h2 span{
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
/* .product-container h2 span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: initial;
    bottom: -10px;
    width: 100%;
    background: #d92329;
    height: 2px;
} */
.product-extra__feature{
    height: 100%;
}
.wrapper_extra{
    height: 225px;
}
.product-extra__feature .wrapper{
    max-height: calc(632px - 225px);
    overflow: hidden;
}
.product-extra__feature .swiper-container-thumbs .swiper-wrapper{
    display: block;
}
.product-extra__feature .image{
    padding: 3px 3px;
    height: 60px;
}
/*Blog-item*/
.blog-item{
    position: relative;
}
.blog-item .image,
.blog-item img{
    
}
.dz-info h3.title > *{
    color: #fff;
}
.post-detail h1.post-title{
    line-height: 1.4;
}
.post-detail .detail-wrapper .content{
    text-align: justify;
}
.post-detail .aside {
    padding: 25px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 5px;
}
.post-detail .aside .aside-heading {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.post-detail .aside .aside-post-item {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.post-detail .aside .aside-post-item .image {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.post-detail .aside .aside-post-item .info {
    width: calc(100% - 100px);
}
.post-detail .aside .aside-post-item .info a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.post-detail .aside .aside-post-item .image img {
    border-radius: 8px;
}
/*product-catalogue*/
.product-catalogue .product-item .image-content{
    height: 400px;
}
.product-catalogue .product-item .shop-meta{
    left: -15px;
}
/*Contact-page*/
.contact-page .contact-infor{
    padding: 15px;
    border-radius: 10px;
}
.contact-page .contact-infor .image{
    display: inline-block;
    max-width: 145px;
    height: 45px;
}
.contact-page .contact-form{
    padding: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.contact-page .heading-form {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.contact-form .input-text {
    width: 100%;
    height: 45px !important;
    border-radius: 5px;
}
.contact-form textarea {
    height: 100px;
    margin-top: 20px !important;
    width: 100%;
    border-radius: 5px;
}
.contact-form button{
    border:0;
    margin-top:20px;
    background-color: #000;
    font-size:14px;
    text-transform: uppercase;
    color:#fff;
    padding:10px 25px;
    border-radius: 5px;
    cursor: pointer;
    width: 147px;
    display: block;
    margin-left: auto;
}
.contact-form button:hover{
    opacity: 0.7;
    transition: 0.3s ease;
}
.mape iframe{
    width: 100%;
}
.panel-outstanding .panel-head{
    margin-bottom: 40px;
}
.productContent ul{
    padding-left: 15px;
}
.productContent ul li{
    list-style: disc !important;
}
.productContent ul li:not(:last-child){
    margin-bottom: 3px !important;
}
.mobile-widget .wishlist-link,
.mobile-widget .cart-link{
    margin-right: 10px;
}
/* .mobile-upper .tool, .mobile-upper .mobile-widget {
    width: 25%;
} */
.mobile-upper .mobile-logo{
    width: 50%;
    display: flex;
    justify-content: center;
}
.main-menu{
    position: relative;
}
.mega-menu{
    top: 130%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 1000px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 10;
}
.mega-menu .uk-width-medium-1-4{
    margin-bottom: 10px;
}
.mega-menu .menu-column h3.heading-2 {
    position: relative;
}
/* .mega-menu .menu-column h3.heading-2::before{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    border: 1px solid #000;
    bottom: 0;
    left: 0;
} */
.main-menu > li:hover > a{
    color:var(--background-color) !important;
}
.mega-menu .menu-column h3.heading-2 > a{
    padding: 5px 0 5px 5px;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--background-color);
    color: #fff;
    border-radius: 5px;
    display: block;
}
.mega-menu li{
    padding: 5px 0;
}
.mega-menu .menu-column h3.heading-2 > a:hover{
    color: var(--hover-color);
    transition: 0.1s ease;
}
.mega-menu .uk-nav a{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    text-shadow: none !important;
}
.mega-menu .uk-nav a:hover{
    color: var(--background-color);
    background: none !important;
    box-shadow: none !important;
}
.main-menu .children:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    top: 100% !important;
    transition: 0.5s all ease !important;
}
.mega-menu .album-item.image{
    height: 175px;
    border-radius: 8px;
    cursor: pointer;
}
.album-item.image:not(:last-child){
    margin-bottom: 25px;
}
.album-item.image img{
    border-radius: 8px;
}
.mega-menu .album-item.rgt{
    height: 375px;
}
#search-modal .uk-modal-dialog, #search-modal input[name="keyword"]{
    background: var(--background-color);
}
#search-modal button{
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#search-modal input[name="keyword"]{
    font-size: 16px;
    color: #000;
}
#search-modal input[name="keyword"]::placeholder{
    font-size: 16px;
    color: #000;
    opacity: 0.7;
}
#search-modal select{
    height: 45px;
    background: none !important;
    font-size: 16px;
    cursor: pointer;
}
.nice-select.form-row{
    background: none;
    border: none;
    padding-left: 0;
}
#search-modal span{
    font-size: 16px;
    color: #000;
}
.quick-search-label{
    font-size: 14px !important;
}
#search-modal .product-price .price-sale {
    font-size: 14px;
}
#search-modal .product-price{
    text-align: left;
}
.project-detail {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.project-detail h1 {
    font-size: 26px !important;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    text-align: left !important;
}
.ct h1::before{
    display: none !important;
}
.video.ct .item .image{
    border-radius: 5px;
    overflow: hidden;
    height: 415px;
}
.detail-slide .swiper-container{
    padding: 0 150px;
}
.detail-slide .swiper-button-prev,
.detail-slide .swiper-button-next{
    background: none;
}
.detail-slide .swiper-button-prev{
    left: 65px;
}
.detail-slide .swiper-button-next{
    right: 65px;
}
.detail-slide .swiper-button-prev:after,
.detail-slide .swiper-button-next:after {
    display: none;
}
.detail-slide .swiper-button-prev,
.detail-slide .swiper-button-next
{
    height: 42px;
    width: 42px;
    border-radius: 5px;
    border: 1px solid #fff !important;
}
.detail-slide i{
    font-size: 26px;
    color: #fff;
}
.project-detail .detail-slide {
    position: relative;
    margin-bottom: 30px;
}
.project-detail .info-project > p {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: 600;
    text-align: justify;
}
.project-detail .info-project span{
    font-size: 16px;
}
.content-flex .right .category > ul > li > ul {
    margin-left: 35px;
    list-style: square;
    padding-left: 0;
}
.content-flex .right .category > ul > li > ul > li {
    padding-top: 10px;
    list-style: square;
}
.content-flex .right .category > ul > li > ul > li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
@media (max-width: 950px){
    .panel-style{
        display: none;
    }
    .panel-category-important .info{
        padding-left:70px;
        padding-right:30px;
    }
    .panel-news .right-content{
        display: none;
    }
    .panel-news .left-content{
        width: 100%;
    }
    .panel-news h2.heading-1 > *{
        font-size: 20px;
    }
    .panel-news {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .panel-news .panel-head{
        margin-bottom: 15px;
    }
    .panel-head h2.heading-1 > *{
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .panel-br .panel-head{
        margin-bottom: 15px;
    }
    .panel-discover{
        display: none;
    }
    .panel-promotion {
        padding-top: 40px;
    }
    .panel-promotion .row .col-lg-6{
        width: 100%;
    }
    .panel-promotion .about-box {
        padding-left: 0;
    }
    .panel-promotion .about-box .dz-media{
        width: 100%;
        height: 100%;
    }
    .panel-promotion .text-overlay h2.heading-1 > *{
        font-size: 26px;
    }
    .panel-promotion .text-overlay .sub-title > *{
        font-size: 16px;
    }
    .panel-promotion .text-overlay .sub-title{
        margin-bottom: 20px;
    }
    .panel-promotion .col-lg-6:first-child{
        order: 3;
    }
    .panel-promotion .col-lg-6:last-child{
        order: 2;
        margin-bottom: 30px;
    }
    .col-lg-5,.col-lg-7{
        width: 100%;
    }
    .panel-watched .right-box .content .uk-width-medium-1-3{
        display: none;
    }
    .panel-watched .dz-media{
        margin-right: 0;
    }
    .panel-watched .right-box h2.heading-1 > * {
        font-size: 18px;
    }
    .panel-watched  .col-lg-5{
        margin-bottom: 20px;
    }
    .panel-watched .content {
        margin-bottom: 20px;
    }
    .panel-watched .product-seen .uk-width-medium-1-3{
        margin-bottom: 20px;
    }
    .panel-watched .product-item .image-content .image{
        height: auto;
    }
    .panel-slide-promotion .product-content .product-name {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3;
        width: 80%;
    }
    .panel-slide-promotion .badge {
        font-size: 12px;
        font-weight: 600;
    }
    .panel-slide-promotion .right-box .product-content{
        padding: 50px 25px;
    }
    .panel-slide-promotion .sale-box h2 span {
        font-size: 50px;
    }
    .panel-slide-promotion .sale-box h2 > *{
        font-size: 16px;
    }
    .panel-slide-promotion .btn{
        font-size: 13px;
        padding: 8px 16px;
    }
    .panel-slide-promotion .left-box .promotion-box .sale-box {
        padding: 40px;
    }
    .panel-watched{
        padding-top: 40px;
    }
    .panel-popular-products{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .filter-category li > * {
        font-size: 13px;
    }
    .filter-category{
        width: 100%;
    }
    .panel-popular-products h2.heading-1{
        margin-bottom: 10px;
    }
    .product-price .price-sale{
        font-size: 14px;
    }
    .product-item .info {
        padding: 10px 0;
    }
    .product-item .percent{
        top: 10px;
        left: 10px;
    }
    .shop-meta .meta-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .shop-meta .meta-icon img{
        width: 18px;
        height: 18px;
    }
    .header-form.active {
        display: block;
    }
    .product-price .price-old {
        margin-left: 0;
    }
}

@media (max-width: 576px){
    .product-seen .uk-width-medium-1-3{
        width: 50% !important;
    }
    .panel-category-important .info{
        padding-left:35px;
        margin-top:30px;
    }
    .footer .wp{
        padding: 20px 0;
    }
    .footer .wp .uk-flex{
        display: block;
    }
    .footer .visa{
        display: block;
    }
    .footer .visa span{
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .wp .copyright-text{
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 500;
    }
    .footer .footer-top{
        padding: 40px 0 30px;
    }
    .footer .footer-top .uk-width-medium-1-6:not(:last-child),
    .footer .footer-top .uk-width-medium-1-4{
        margin-bottom: 20px;
    }
    
    .footer .widget-address li{
        padding: 4px 0;
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }
    .footer-menu__item ul li a{
        font-size: 14px;
        font-weight: 400;
    }
    .footer h3.heading-2 {
        margin-bottom: 10px;
    }
    .footer h3.heading-2 > * {
        font-size: 18px;
    }
    .panel-br .brand-item {
        width: 100%;
    }
    .panel-br .dz-media {
        width: 100%;
        height: 100%;
    }
    .panel-outstanding {
        padding: 40px 0;
    }
    .panel-outstanding .panel-head{
        margin-bottom: 15px;
    }
    .panel-endow .image-content {
        height: 100%;
    }
    .panel-endow{
        padding-top: 40px;
    }
    .panel-endow .text-content .main h2.heading-1{
        font-size: 28px;
    }
    .panel-endow .text-content .main h2.heading-1 span {
        font-size: 35px;
    }
    .panel-endow .btn-collect{
        padding: 8px 10px;
        font-size: 12px;
    }
    /* .panel-endow .text-content{
        left: 30%;
        top: 50%;
        transform: translate(-50%, -50%);
    } */
    .panel-best-seller{
        padding-top: 40px;
    }
    .panel-content .item h2.heading-1 > *{
        font-size: 30px;
    }
    .panel-content{
        position: relative;
        z-index: 1;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .panel-collection .list-collection .uk-width-medium-1-2:not(:last-child){
        margin-bottom: 30px;
    }
    .panel-collection .service-btn {
        display: none;
    }
    .collection-item .btn-xl {
        font-size: 16px;
        padding: 12px 30px;
    }
    .panel-collection .left-box .p-r{
        margin-bottom: 30px;
    }
    .panel-collection .about-content {
        width: 100%;
        margin-bottom: 30px;
    }
    .panel-collection .description > * {
        font-size: 15px;
    }
    .panel-collection {
        padding: 40px 0;
    }
    .panel-catalogue-osd .right-box .icon-button {
        display: none;
    }
    .panel-catalogue-osd .right-box {
        padding: 40px;
    }
    .panel-catalogue-osd h3.heading-2 > *{
        font-size: 28px;
    }
    .panel-catalogue-osd .text-content .description{
        margin-bottom: 30px;
    }
    .panel-catalogue-osd p {
        font-size: 15px;
    }
    .panel-catalogue-osd .icon-button{
        display: none;
    }
    .panel-catalogue-osd .catalogue-item h4.heading-3 > *{
        font-size: 14px;
    }
    .panel-catalogue-osd .left-box{
        padding-right: 0;
        padding: 30px;
    }
    .panel-slide .content-info h2.heading-1 > *{
        font-size: 30px;
    }
    .panel-slide .swiper-meta-items .price-num {
        font-size: 28px;
    }
    .panel-slide{
        padding-top: 0;
    }
    .panel-slide .star-1, .panel-slide .star-2{
        display: none !important;
    }
    .panel-slide .swiper-meta-items{
        margin-bottom: 20px;
    }
    .panel-slide .content-btn{
        display: flex;
        margin-bottom: 0 !important;
    }
    .panel-slide .btn {
        font-size: 10px;
    }
    .panel-slide .content-info h2.heading-1 {
        margin-bottom: 10px;
    }
    .panel-slide .animation-btn{
        display: none;
    }
    .panel-slide .image{
        width: 100% !important;
        height: 100% !important;
    }
    .panel-slide .banner-media img{
        height: auto !important;
    }
    .panel-slide .bottom-content{
        display: none;
    }
    .panel-slide > .uk-grid  > .uk-width-medium-1-2:first-child{
        margin-bottom: 20px;
    }
    .panel-slide .swiper-container-thumbs .swiper-button-next {
        right: 115px;
        top: 71.5% !important;
    }
    .product-item .image-content,
    .product-item .image{
        height: 200px !important;
    }
    .btn-rounded {
        padding: 10px 20px;
    }
    .filter .perpage{
        display: none;
    }
    .product-catalogue-wrapper h1.heading-2{
        line-height: 1.2;
    }
    .contact-page .heading-form{
        font-size: 14px;
    }
    /* .product-container .uk-width-large-1-10 {
        max-width: 100% !important; 
    }
    .product-container .uk-width-large-5-10 {
        width: 100% !important;
    }
    .product-container .panel-head .uk-grid{
        display: block;
    } */
    .product-detail__description {
        height: 100% !important;
    }
    .product-button__group .uk-width-large-1-2{
        width: 50%;
    }
    .product-button__group .btn-product-button {
        padding: 15px 10px 15px 10px;
    }
    .product-detail__hotline .uk-width-large-1-2:nth-child(2){
        margin-bottom: 40px !important;
    }
    .product-detail__hotline .uk-width-large-1-2:nth-child(3){
        margin-bottom: 40px !important;
    }
    .product-container .panel-head{
        margin-top: 0 !important;
    }
    .review-statistic {
        padding: 10px 15px !important;
    }
    .product-container .uk-width-large-1-10{
        max-width: 100% !important;
        order: 3;
    }
    .product-container .uk-width-large-5-10{
        width: 100% !important;
        order: 2;
    }
    .product-container .uk-width-large-4-10{
        order: 4;
    }
    .product-extra__feature .wrapper,
    .product-extra__feature .wrapper_extra{
        max-height: 100% !important;
        height: 100% !important;
        width: 100% !important;
    }
    .product-extra__feature .wrapper_extra{
        display: none;
    }
    .product-extra__feature .swiper-container-thumbs .swiper-wrapper{
        display: flex;
    }
    .product-extra__feature .swiper-container-thumbs .swiper-slide{
        width: 88px !important;
    }
    .product-promotion-take-gift {
        width: 100%;
        overflow: hidden;
    }
    .mobile-logo a,
    .mobile-logo img{
        height: 50px;
        display: inline-block;
    }
    .mobile-upper {
        padding: 15px 0;
    }
    .menu-svg path {
        fill: none;
        -webkit-transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #000;
        stroke-width: 5;
        stroke-linecap: round;
    }
    .menu-svg path:nth-child(1) {
        stroke-dasharray: 40 160;
    }
    .menu-svg path:nth-child(3) {
        stroke-dasharray: 40 85;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: stroke-dashoffset 0.4s, -webkit-transform 0.4s;
        transition: stroke-dashoffset 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, stroke-dashoffset 0.4s;
        transition: transform 0.4s, stroke-dashoffset 0.4s, -webkit-transform 0.4s;
    }
    .mobile-widget .btn-search .image > *{
        width: 18px;
        height: 18px;
    }
    .mobile-upper,
    .mobile-header,
    .pc-header{
        background: #fff;
        position: relative;
        z-index: 1000;
    }
    .header-form {
        padding: 1rem;
        box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 0.6rem;
        z-index: 1000;
        position: absolute;
        right: 5px;
        display: none;
        top: 55px;
    }
    .form-full {
        width: 100%;
        padding: 0.5rem 0;
    }
    .header-form .btn-search {
        border-radius: 10px;
        padding: 0.8rem 1.5rem;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: white;
        outline: none;
        margin-right: 0 !important;
    }
    .header-form .form-btn {
        background-color: #000;
        padding: 0.6rem 1.5rem 0.6rem;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
        outline: none;
        border: none;
        font-family: 'Roboto Mono', sans-serif !important;
    }
    .header-form .form-btn :hover{
        opacity: 0.7;
        transition: 0.2s ease;
    }
    .btn-search{
        position: relative;
    }
    .filter-category li{
        padding: 5px 15px;
    }
    
}

@media (max-width: 475px){
    .panel-head h2.heading-1 > *{
        font-size: 15px;
    }
    .ml10{
        margin-left: 5px !important;
    }
    .panel-head .view-all{
        padding-top: 6px;
    }
}
.navigation{
    margin-right:0 !important;
}

@media (min-width: 1220px){
    .product-container-1260{
        max-width:1280px;
        padding-left:64px;
        padding-right:64px;
    }
}

@media (max-width: 600px){
    .product-item .info{
        display: block;
    }
    .product-item .title{
        width:100%;
    }
    .product-price{
        text-align: left !important;
    }
    .product-price .price{
        text-align: left;
    }
    .product-item .image-content, .product-item .image{
        height:150px !important;
    }
    .shop-meta .btn-rounded{
        display: none;
    }
    /* .contact-page input[name="email"]{
        margin-bottom: 20px;
    } */
}

/*Panel-slide*/
.panel-slide{
    margin-bottom: 40px;
}
.panel-slide .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #fff;
    margin: 0 5px !important;
}
.panel-slide .swiper-pagination-bullet-active{
    background: #fff;
}
.panel-slide .swiper-pagination{
    bottom: 20px;
}
/*Panel-product*/
.panel-product{
    margin-bottom: 50px;
}
.panel-product .panel-head{
    margin-bottom: 25px;
}
.panel-head h2.heading-1{
    margin-bottom: 15px;
    padding-bottom: 25px;
    line-height: 1.3;
    text-align: center;
    position: relative;
}
.panel-head h2.heading-1::before{
    position: absolute;
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('https://jato.vn/html/style/image/img-bgr-title.webp') no-repeat center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.panel-head h2.heading-1 > *{
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
}
.panel-product .panel-head .description{
    margin-bottom: 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.panel-product .panel-head .description > *{
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    margin-bottom: 0;
}
.tab{
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.tab .item{
    position: relative;
    background: #d20000;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 22px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.product-item .description > *{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
.tab .item.uk-active {
    background: var(--background-color);
}
.tab .item::before {
    content: "";
    display: block;
    border: 11px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.tab .item.uk-active::before {
    border-top: 11px solid #d20000;
}
.wrapper{
    display: none;
    margin-bottom: 30px;
}
.wrapper.uk-active{
    display: block;
}
.tab .item:hover{
    background: var(--background-color);
    transition: 0.2s ease;
}
.catalog{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 45px;
    width: 230px;
    border-radius: 22.5px;
    background: var(--background-color);
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: background 0.2slinear;
    margin: auto;
}
/*Panel-care*/
.panel-care{
    padding: 55px 0;
    margin-bottom: 55px;
    background: url('/userfiles/image/bgr-ct-care.webp');
    background-size: 100% 100%;
}
.panel-care h2.heading-1{
    margin-bottom: 0;
}
.panel-care .panel-head{ 
    margin-bottom: 20px;
}
.panel-care .process{
    display: flex;
    align-items: center;
    gap: 35px;
}
.process .left{
    justify-content: end !important;
    flex-direction: row-reverse;
}
.process .left, .process .right {
    width: calc((100% - 35px) / 2);
    display: flex;
    align-items: center;
    justify-content: start;
}
.process .left .tit, .process .right .tit {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#d20000, #0f65ab);
    padding: 0 30px;
}
.tit > *{
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}
.process .right .tit {
    background: radial-gradient(#11417e, #031e47);
}
.process .left .img, .process .right .img {
    margin-left: -130px;
    position: relative;
}
.process .left .img {
    margin-left: 0;
    margin-right: -130px;
}
.process .left .img .txt span, .process .right .img .txt span {
    font-size: 36px;
    color: #d20000;
    line-height: 1;
}
.process .right .img .txt span {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #bbbbbb;
    color: #d20000;
}
.process .left .img .txt span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bbbbbb;
}
.process .left .img .txt p, .process .right .img .txt p {
    font-size: 16px;
    color: #333;
    text-align: start;
    margin-bottom: 0;
}
.process .left .img .txt p {
    text-align: end;
}
.process .left .img .txt, .process .right .img .txt {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
}
.process .left .img .txt {
    flex-direction: row-reverse;
}
.process .left .img .txt.txt1, .process .right .img .txt.txt1 {
    top: 0;
    left: 100px;
}
.process .left .img .txt.txt1 {
    right: 100px;
    left: initial;
}
.process .left .img .txt.txt2, .process .right .img .txt.txt2 {
    top: 80px;
    left: 190px;
}
.process .left .img .txt.txt2 {
    right: 190px;
    left: initial;
}
.process .left .img .txt.txt3, .process .right .img .txt.txt3 {
    top: 175px;
    left: 245px;
}
.process .left .img .txt.txt4, .process .right .img .txt.txt4 {
    top: 285px;
    left: 245px;
}
.process .left .img .txt.txt4 {
    right: 245px;
    left: initial;
}
.process .left .img .txt.txt3 {
    right: 245px;
    left: initial;
}
.process .left .img .txt.txt5, .process .right .img .txt.txt5 {
    top: 385px;
    left: 190px;
}
.process .left .img .txt.txt5 {
    right: 190px;
    left: initial;
}
.process .left .img .txt.txt6, .process .right .img .txt.txt6 {
    top: 465px;
    left: 100px;
}
.process .left .img .txt.txt6 {
    right: 100px;
    left: initial;
}
/*Panel-project*/
.panel-project{
    margin-bottom: 40px;
}
.panel-project .panel-head{
    margin-bottom: 25px;
}
.panel-project ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.panel-project ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 1px solid var(--background-color);
    transition: background 0.2slinear;
    cursor: pointer;
}
.panel-project li.uk-active{
    color: #fff;
    background: var(--background-color);
}
.panel-project .image{
    height: 265px;
    position: relative;
}
.panel-project .project-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, #d20000, rgba(0, 45, 114, 0));
}
.panel-project h3.heading-2{
    margin-bottom: 0;
    text-align: center;
}
.panel-project h3.heading-2 > *{
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.panel-project .project-item{
    position: relative;
}
.panel-project .project-item .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    z-index: 10;
}
.panel-news .swiper-button-next i , .panel-news .swiper-button-prev i,
.panel-project .swiper-button-next i , .panel-project .swiper-button-prev i{
    font-size: 18px;
    color: #898682;
    font-weight: 900;
}
.panel-news .swiper-button-next, .panel-news .swiper-button-prev,
.panel-project .swiper-button-next, .panel-project .swiper-button-prev{
    background: none;
    width: 34px;
    height: 47px;
    background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}
.panel-news .swiper-button-next:after, .panel-news .swiper-button-prev:after ,
.panel-project .swiper-button-next:after, .panel-project .swiper-button-prev:after {
    display: none;
}
.panel-news .swiper-button-prev,
.panel-project .swiper-button-prev{
    left: 0;
}
.panel-news .swiper-button-next,
.panel-project .swiper-button-next{
    right: 0;
}
.panel-project .see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: end;
    height: 40px;
    width: 152px;
    border-radius: 20px;
    border: 1px solid var(--background-color);
    margin: auto;
    font-size: 15px;
    color: var(--background-color);
    text-transform: uppercase;
    transition: background 0.2slinear;
    font-weight: 700;
}

.panel-project .see-more i {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-color);
    border: 1px solid var(--background-color);
    color: #fff;
    margin: 0 4px 0 15px;
    transition: background 0.2slinear, color 0.2slinear;
    font-size: 12px;
    font-weight: 400;
}
.panel-project .see-more:hover {
    background: var(--background-color);
    color: #fff;
    transition: 0.2s ease;
}
.panel-project .see-more:hover i{
    background: #fff;
    color: var(--background-color);
    transition: 0.2s ease;
}
/*Panel-partner*/
.panel-partner{
    padding: 45px 0;
    margin-bottom: 60px;
    background-image: url('img/customer-bg.jpg');
    background-size: 100% 100%;
}
.panel-partner .panel-head{
    margin-bottom: 25px;
}
.panel-partner .panel-head h2.heading-1 > *{
    color: #fff;
}
.panel-partner .panel-head h2.heading-1::before{
    background: url('/userfiles/image/img-bgr-title2.webp') no-repeat center;
}
.panel-partner .partner-item{
    cursor: pointer;
}
.panel-partner .partner-item img{
    border-radius: 6px;
}
/*Panel-why*/
.panel-why{
    padding: 100px 0 150px;
}
.panel-why .circle {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/userfiles/image/img-circle.webp') no-repeat center;
    margin: auto;
    position: relative;
}
.panel-why .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0 20px;
}
.panel-why .tit h2 {
    font-size: 22px;
    color: #d20000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.panel-why .item {
    position: absolute;
    display: flex;
    width: 100%;
    background: linear-gradient(to top, #012c6d, #2b77bc);
    width: 97px;
    height: 97px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-why .item::before {
    content: "";
    height: 24px;
    width: 15px;
    clip-path: polygon(100% 50%, 0 20%, 0 80%);
    position: absolute;
}
.panel-why .item .img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-why .item .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
}
.panel-why .item.item1 {
    transform: translateX(230px);
}
.panel-why .item.item1 .txt {
    left: calc(100% + 15px);
}
.panel-why .item.item1::before {
    background: #155194;
    transform: rotate(180deg) translate(55px) rotate(-180deg) rotate(180deg);
}
.panel-why .item.item2::before {
    background: #1b7fd9;
    transform: rotate(240deg) translate(55px) rotate(-240deg) rotate(-120deg);
}
.panel-why .item.item2 {
    background: linear-gradient(to top, #2865a6, #1a81de);
    transform: rotate(60deg) translateX(230px) rotate(-60deg);
}
.panel-why .item.item2 .txt {
    left: calc(100% + 15px);
}
.panel-why .item.item3 {
    background: linear-gradient(to top, #d76c05, #fd952d);
    transform: rotate(120deg) translateX(230px) rotate(-120deg);
}
.panel-why .item.item3::before {
    background: #f88f27;
    transform: rotate(300deg) translate(55px) rotate(-300deg) rotate(-60deg);
}
.panel-why .item.item3 .txt {
    right: calc(100% + 15px);
}
.panel-why .item.item4 {
    background: linear-gradient(to top, #b13806, #f37244);
    transform: rotate(180deg) translateX(230px) rotate(-180deg);
}
.panel-why .item.item4::before {
    background: #d25525;
    transform: rotate(0deg) translate(55px) rotate(0deg) rotate(0deg);
}
.panel-why .item.item4 .txt {
    right: calc(100% + 15px);
}
.panel-why .item.item5 {
    background: linear-gradient(to top, #cc0606, #ed4740);
    transform: rotate(240deg) translateX(230px) rotate(-240deg);
}
.panel-why .item.item5::before {
    background: #cf0c0b;
    transform: rotate(60deg) translate(55px) rotate(-60deg) rotate(60deg);
}
.panel-why .item.item5 .txt {
    right: calc(100% + 15px);
}
.panel-why .item.item6 {
    background: linear-gradient(to top, #286d8e, #3094bd);
    transform: rotate(300deg) translateX(230px) rotate(-300deg);
}
.panel-why .item.item6::before {
    background: #297091;
    transform: rotate(120deg) translate(55px) rotate(-120deg) rotate(120deg);
}
.panel-why .item.item6 .txt {
    left: calc(100% + 15px);
}
.panel-why .item .txt span {
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;
    font-weight: 700;
}
.panel-why .item .txt .desc p {
    font-size: 15px;
    line-height: 1.5;
}
.panel-why .item.item1 .txt span {
    color: #10447e;
}
.panel-why .item.item2 .txt span {
    color: #1658a2;
}
.panel-why .item.item3 .txt span {
    color: #e97302;
    text-align: end;
}
.panel-why .item.item4 .txt span {
    color: #f44703;
    text-align: end;
}
.panel-why .item.item5 .txt span {
    color: #da251c;
    text-align: end;
}
.panel-why .item.item6 .txt span {
    color: #0c8d9a;
}
.panel-why .item.item3 .txt .desc p {
    text-align: end;
}
.panel-why .item.item4 .txt .desc p {
    text-align: end;
}
.panel-why .item.item5 .txt .desc p {
    text-align: end;
}
/*Panel-staff*/
.panel-staff{
    padding: 50px 0;
    background: #f2f2f2;
    margin-bottom: 50px;
}
.panel-staff .panel-head{
    margin-bottom: 35px;
}
.panel-staff h2.heading-1{
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
}
.panel-staff h2.heading-1::before{
    display: none;
}
.panel-staff .staff-grid {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(5, calc((100% - 180px) / 5));
}
.panel-staff .staff-grid .staff-sl {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    position: relative;
}
.staff-item{
    position: relative;
    cursor: pointer;
}
.staff .staff-grid .item, .staff .staff-grid .first {
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.staff-grid .item img, .staff-grid .first img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 10px;
}
.staff-grid .item{
    position: relative;
    cursor: pointer;
}
.staff-grid .item::after, .staff-grid .first::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, rgba(8, 24, 57, 0.7), rgba(8, 24, 57, 0));
    z-index: 5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.staff-grid .item .txt, .staff-grid .first .txt {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.staff-grid .item .txt p, .staff-grid .first .txt p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0;
}
.staff-grid .first .txt {
    bottom: 35px;
}
.staff-grid .staff-sl::before {
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background: #d20000;
    position: absolute;
    top: -10px;
    right: -10px;
}
.staff-grid .item::before, .staff-grid .swiper-slide-active .first::before {
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background: #d20000;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}
.panel-staff .image{
    position: relative;
    z-index: 3;
}
.staff-grid .item .txt p:hover, .staff-grid .first .txt p:hover {
    color: #d20000;
}
/*Panel-news*/
.panel-news{
    margin-bottom: 50px;
}
.panel-news .panel-head{
    margin-bottom: 20px;
}
.panel-news img{
    border-radius: 5px;
}
.panel-news .image{
    height: 220px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.panel-news .txt h3 a {
    font-size: 18px;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2;
}
.panel-news .desc{
    text-align: justify;
}
.panel-news .txt .desc p {
    font-size: 15px;
    color: #333;
    line-height: 1.3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.panel-news .swiper-button-prev,
.panel-news .swiper-button-next{
    top: 30% ;
}
/*Panel-about-us*/
.panel-about-us{
    padding: 50px 0;
    margin-bottom: 55px;
    background-size: 100% auto;
    background-image: url('img/customer-bg.jpg');
    background-repeat: no-repeat;
}
.panel-about-us .panel-head{
    margin-bottom: 30px;
}
.panel-about-us h2.heading-1 > *{
    color: #fff;
}
.panel-about-us h2.heading-1::before{
    background: url(/userfiles/image/img-bgr-title2.webp) no-repeat center;
    background-size: 100% auto;
}
.panel-about-us .item {
    display: flex;
    align-items: start;
    padding: 30px;
    border-radius: 10px;
    min-height: 326px;
    background: #fff url('/userfiles/image/ic-nhay.webp') no-repeat;
    background-position: calc(100% - 30px) 30px;
}
.panel-about-us .item .image {
    height: 138px;
    width: 138px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #bbbbbb;
}
.panel-about-us .item .txt {
    width: calc(100% - 138px);
    padding-left: 30px;
}
.panel-about-us .item .txt .tit {
    padding-bottom: 10px;
    margin-bottom: 35px;
    position: relative;
}
.panel-about-us  .item .txt .tit p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-transform: none;
    text-align: left;
}
.panel-about-us  .item .txt .tit p.name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.panel-about-us .item .txt .tit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 45px;
    background: #d20000;
}
.panel-about-us  .item .txt .desc{
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
    font-weight: 500;
}
/*Panel-customer*/
.panel-customer{
    margin-bottom: 55px;
}
.panel-customer .panel-head{
    margin-bottom: 35px;
}
.partner-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.partner-flex .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 40px) / 5);
    position: relative;
}
.partner-flex .item::before, .partner-flex .item::after {
    content: "";
    position: absolute;
    background: #e4e4e4;
}
.partner-flex .item::after {
    width: 1px;
    height: calc(100% - 10px);
    bottom: 0;
    right: 0;
}
.partner-flex .item::before {
    height: 1px;
    width: calc(100% - 10px);
    left: 0;
    top: 0;
}
.partner-flex .item0::before , 
.partner-flex .item1::before ,
.partner-flex .item2::before ,
.partner-flex .item3::before ,
.partner-flex .item4::before{
    display: none;
}
.partner-flex .item4::after ,
.partner-flex .item9::after{
    display: none;
}
/*Panel-advise*/
.panel-advise{
    padding: 60px 0;
    background: url('/userfiles/image/bgr-tuvan.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.panel-advise h2.heading-1{
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
}
.panel-advise h2.heading-1::before{
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.form-cnt {
    width: 50%;
}
.grid-input {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.grid-input .w-50 {
    position: relative;
    width: calc((100% - 10px) / 2);
}
.grid-input .w-100{
    position: relative;
    width: 100%;
}
.grid-input .w-50 input, .grid-input .w-50 select {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    border-radius: 6px;
    border: none;
    outline: none;
    background: #f0f0f0;
    font-size: 15px;
    color: #606060;
    font-family: "Roboto",sans-serif !important;
    cursor: pointer;
}
.grid-input .w-100 textarea {
    height: 97px;
    width: 100%;
    padding: 10px 0 0 15px;
    border-radius: 6px;
    border: none;
    outline: none;
    resize: none;
    background: #f0f0f0;
    font-size: 15px;
    color: #606060;
    font-family: "Roboto",sans-serif !important;
}
.panel-advise button {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: auto;
    height: 40px;
    width: 190px;
    border-radius: 20px;
    background: #ac0000;
    border: 1px solid #ac0000;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Roboto';
}
.panel-advise button:hover{
    border: 1px solid #ac0000;
    background: #fff;
    color: #000;
    transition: 0.2s ease;
}
.panel-advise button i {
    display: flex;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #ff7800;
    background: #fff;
    color: #ff7800;
    margin: 0 4px 0 12px;
    font-size: 12px;
}
.panel-advise button:hover i{
    background: #ff7800;
    color: #fff;
}
/*Footer*/
footer{
    background: #ac0000;
}
footer .ft-top{
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
footer .logo .image{
    width: 80px;
}
footer .logo .image img{
    height: 100%;
}
footer .logo{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
footer .logo .txt span {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    padding: 3px 0;
}
footer .logo .txt a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
footer .ft-top .ft-flex .it {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
footer .ft-top .ft-flex .it .ic {
    width: 25px;
}
footer .ft-top .ft-flex .it p, footer .ft-top .ft-flex .it a {
    width: calc(100% - 25px);
    font-size: 14px;
    color: #fff;
    margin: 0;
}
footer .ft-top .ft-flex .tit {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}
footer .ft-top .ft-flex .item:not(:last-child){
    margin-bottom: 20px;
    width: 98%;
}
footer .ft-top .ft-flex {
    display: flex;
    align-items: start;
}
footer .ft-top .ft-flex .cl {
    width: 35%;
}
footer .ft-top .ft-flex .cl2 a {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
footer .ft-top .ft-flex .cl2 {
    width: 17%;
}
footer .ft-top .ft-flex .cl3 form {
    width: 100%;
    height: 36px;
    position: relative;
}
footer .ft-top .ft-flex .cl3 form input {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}
footer .ft-top .ft-flex .cl3 form button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    background: #d20000;
    border: none;
    color: #fff;
}
footer .ft-top .cl3 form button i{
    font-size: 12px;
}
footer .ft-top .ft-flex .cl3, footer .ft-top .ft-flex .cl4 {
    width: 24%;
    padding-left: 40px;
}
footer .ft-top .ft-flex .cl3 .social-ft {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .ft-top .ft-flex .cl3 .social-ft a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .ft-top .ft-flex .cl3 .social-ft a.fb {
    background: #3d63ab;
}
footer .ft-top .ft-flex .cl3 .social-ft a.yt {
    background: #d30d25;
}
footer .ft-top .ft-flex .cl3 .social-ft a.zl {
    background: #017bc1;
}
.shopee {
    background: linear-gradient(to bottom, #f53f2d, #fe6332);
}
.shopee img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}
footer .social-ft{
    margin-bottom: 20px;
}
.dmca-badge {
    max-width: 50px;
    max-height: 50px;
    display: block;
}
footer .ft-top .ft-flex .cl4 .map {
    border: 1px solid #bcbcbc;
    height: 256px;
}
footer .ft-top .ft-flex .cl4 .map iframe {
    width: 100%;
    height: 100%;
}
footer .ft-bot {
    padding: 20px 0;
}
footer .ft-bot ul {
    display: flex;
    align-items: center;
    padding-left: 0;
}
footer .ft-bot ul li {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}
footer .ft-bot ul li:last-child{
    border-right: 0;
}
footer .ft-bot ul li a {
    font-size: 14px;
    color: #fff;
}
footer .ft-bot .copyright {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
footer .ft-bot ul li a:hover {
    color: #d20000;
}
/*Mega-menu*/
.mega-menu .uk-width-medium-1-4:nth-child(1){
    width: calc(30% - 15px);
}
.mega-menu .uk-width-medium-1-4:nth-child(2){
    width: calc(70% - 15px);
}
.mega-menu .uk-width-medium-1-4:nth-child(2) .uk-nav{
    display: flex;
    justify-content: space-between;
}
.ft-bot .dropdown-menu,
.ft-bot .mega-menu{
    display: none;
}
/*Product-catalogue*/
.profile-style6-head {
    background: #ac0000;
    display: flex;
}
.profile-style6-head .profile-style6_l {
    width: 50%;
    padding: 50px 0 50px 80px;
    max-width: 720px;
    margin: 0px auto;
}
.profile-style6-head .profile-style6_r {
    height: 350px;
    position: relative;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(#d20000 85%, transparent 0%);
    transform: translate(0px, 15%);
    overflow: hidden;
    width: 55%;
    margin-left: -5%;
}
.profile-style6-head .profile-style6_r .image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translate(22px, 30px);
}
.profile-style6-head .profile-style6_l .title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.profile-style6-head .profile-style6_l .detail-content p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    line-height: 1.5;
}
.product-catalogue .page-breadcrumb {
    padding: 25px 0;
    background: none;
}
.fi-rs-home{
    display: none;
}
._product1 {
    padding-top: 30px;
    margin-bottom: 30px;
}
._product1 .tit {
    position: relative;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 40px;
}
._product1 h1 {
    font-size: 30px;
    color: #d20000;
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    padding-right: 20px;
}
._product1 .detail-content {
    margin-bottom: 35px;
}
._product1 .detail-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}
._product1 .lst-pro {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 55px;
}
._product1 .lst-pro .item {
    width: calc((100% - 55px) / 2);
    display: flex;
    align-items: start;
    gap: 20px;
}
._product1 .lst-pro .item .image{
    display: block;
    width: calc(50% - 20px);
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
}
._product1 .lst-pro .item .txt {
    width: 50%;
}
._product1 .lst-pro .item .txt h3 {
    margin-bottom: 12px;
}
._product1 .lst-pro .item .txt h3 a {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}
._product1 .lst-pro .item .txt h3 a:hover{
    color: var(--background-color);
    transition: 0.2s ease;
}
._product1 .lst-pro .item .txt .detail-content p {
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 1.5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
/*Contact-page*/
.contact-page h1 {
    font-size: 26px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 35px;
}
.contact-page h1::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('https://jato.vn/html/style/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.contact-page .info-com {
    display: flex;
    align-items: start;
    gap: 45px;
    margin-bottom: 30px;
}
.contact-page .info-com .item {
    width: calc((100% - 45px) / 2);
    padding: 30px;
    background: url('https://jato.vn/html/style/image/bgr-contact.webp') no-repeat;
    background-size: 100% auto;
    border-radius: 5px;
    overflow: hidden;
}
.contact-page .info-com .item .it {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.contact-page .info-com .item .it .ic {
    width: 25px;
}
.contact-page .info-com .item .it p, .contact-page .info-com .item .it a {
    width: calc(100% - 25px);
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}
.contact-page .form-map {
    display: flex;
    align-items: start;
    gap: 45px;
}
.contact-page .form-map form, .contact-page .form-map .map {
    width: calc((100% - 45px) / 2);
}
.contact-page .tit {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}
.contact-page .form-map .form-cnt {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    width: 100%;
}
.contact-page .form-map .form-cnt .w-50 {
    width: calc((100% - 15px) / 2);
}
.contact-page .form-map .form-cnt .w-50 input, .contact-page .form-map .form-cnt .w-50 select {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    outline: none;
    font-size: 15px;
    color: #606060;
}
.contact-page .form-map .form-cnt .w-100 {
    width: 100%;
}
.contact-page .form-map .form-cnt .w-100 textarea {
    height: 97px;
    width: 100%;
    padding: 10px 0 0 15px;
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    outline: none;
    resize: none;
    font-size: 15px;
    color: #606060;
    font-family: "Roboto", sans-serif !important;
}
.contact-page .form-map .form-cnt button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 40px;
    width: 125px;
    border-radius: 20px;
    background: #ff7800;
    border: 1px solid #ff7800;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    transition: background 0.2slinear;
    font-weight: 600;
}
.contact-page .form-map .form-cnt button i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ff7800;
    color: #ff7800;
    margin: 0 4px 0 12px;
    transition: background 0.2slinear;
    font-size: 12px;
}
.contact-page .form-map .form-cnt button:hover{
    background: #fff;
    border: 1px solid #ff7800;
    color: #ff7800;
}
.contact-page .form-map .form-cnt button:hover i{
    background: #ff7800;
    color: #fff;
}
.contact-page .form-map .map-cnt {
    height: 300px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
    overflow: hidden;
}
.contact-container-1{
    margin-bottom: 60px;
}
/*Intro*/
.about h1 {
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2;
}
.about h1::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('https://jato.vn/html/style/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about > .uk-container > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}
.about > .uk-container > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 1px solid #d20000;
    transition: background 0.2slinear;
    cursor: pointer;
}
.about > .uk-container > ul li:hover, .about > .uk-container > ul li.active {
    background: #d20000;
    color: #fff;
}
.about > .uk-container > ul li a {
    font-size: 15px;
    color: #d20000;
    text-transform: uppercase;
    font-weight: 600;
}
.about > .uk-container > ul li:hover a, .about > .uk-container > ul li.active a {
    color: #fff;
}
.general-intro .tit {
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}
.general-intro .desc p {
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 0;
}
.general-intro .trademark {
    margin-bottom: 45px;
}
.general-intro .mission .uk-container {
    display: flex;
    align-items: start;
}
.general-intro .it {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.general-intro .mission .image {
    border-radius: 5px;
    overflow: hidden;
    margin-right: 45px;
}
.general-intro .mission .image, .general-intro .mission .txt {
    width: calc((100% - 45px) / 2);
}
.general-intro .tit {
    font-size: 28px;
    color: #d20000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.general-intro .mission .tl {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
.general-intro .mission .desc {
    margin-bottom: 35px;
}
.general-intro .core-value .tit {
    text-align: center;
}
.general-intro .tit {
    font-size: 28px;
    color: #d20000;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.general-intro .core-value .uk-container > .desc {
    padding: 0 200px;
    margin-bottom: 35px;
}
.general-intro .core-value .uk-container > .desc > *{
    text-align: center;
}
.general-intro .core-value .lst-value .item {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background: #d20000;
    padding: 40px 30px 0;
}
.general-intro .core-value .lst-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.general-intro .lst-value .item .name-en {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.general-intro .lst-value .item .name-vn {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.general-intro .lst-value .item .desc p {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.general-intro .lst-value .item:nth-of-type(2n) {
    background: #d20000;
}
.general-intro .process-dev .tit {
    text-align: center;
    margin-bottom: 40px;
}
.general-intro .process-dev .pd-cnt {
    display: flex;
}
.general-intro .process-dev .pd-cnt .col-1 {
    width: 30%;
}
.general-intro .process-dev .pd-cnt .col-1 .it1 {
    margin-top: 60%;
}
.general-intro .process-dev .pd-cnt .col-1 .it2 {
    margin-top: 50%;
}
.general-intro .process-dev .pd-cnt .col-1 .tit {
    text-align: start;
    margin-bottom: 0;
}
.general-intro .process-dev {
    background: url('/userfiles/image/bgr-quatrinhphattrien.webp') no-repeat center;
    background-size: 100% auto;
}
.general-intro .process-dev .pd-cnt .col-2 {
    width: 40%;
}
.general-intro .process-dev .pd-cnt .col-1 .it3 {
    margin-top: 20%;
}
.general-intro .process-dev .pd-cnt .col-1 .it4 {
    margin-top: 40%;
}
.general-intro .process-dev .pd-cnt .col-1 .num {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 15px;
    row-gap: 15px;
}
.general-intro .process-dev .pd-cnt .col-1 .num .num-it {
    width: 50%;
}
.general-intro .process-dev .pd-cnt .col-1 .num .num-it span {
    font-size: 22px;
    color: #d20000;
    font-weight: 600;
}
.general-intro .process-dev .pd-cnt .col-1 .num .num-it p {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.general-intro .infrastructure .tit {
    text-align: center;
}
.general-intro .infrastructure .desc {
    margin-bottom: 30px;
}
.general-intro .infrastructure .desc > *{
    margin-bottom: 0;
    text-align: center;
}
.general-intro .infrastructure .ie-cnt {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(2, calc((100% - 45px) / 2));
}
.general-intro .infrastructure .info-com {
    background: url('/userfiles/image/bgr-contact.webp') no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 30px 25px;
}
.general-intro .infrastructure .info-com .tit {
    font-size: 22px;
    text-align: start;
}
.general-intro .infrastructure .info-com .it-flex {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.general-intro .infrastructure .info-com .it-flex .ic {
    width: 25px;
}
.general-intro .infrastructure .info-com .it-flex p, .general-intro .infrastructure .info-com .it-flex a {
    width: calc(100% - 25px);
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}
.general-intro .infrastructure .info-com .item:not(:last-child){
    margin-bottom: 30px;
}
.general-intro .infrastructure .company-sl .image {
    border-radius: 5px;
    overflow: hidden;
}
.general-intro .infrastructure .company-sl img{
    border-radius: 5px;
}
.company-sl .swiper-container,
.company-item{
    height: 100%;
}
.general-intro .products .tit {
    text-align: center;
}
.general-intro .products .desc {
    margin-bottom: 30px;
}
.general-intro .products .desc p {
    text-align: center;
}
.general-intro .products .name {
    font-size: 22px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.general-intro .products .lst-pro1 {
    display: flex;
    align-items: center;
    gap: 25px;
}
.general-intro .products .lst-pro1 .item {
    width: calc((100% - 50px) / 3);
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.general-intro .products .lst-pro1 .item .txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    z-index: 10;
}
.general-intro .products .image{
    height: 130px;
}
.general-intro .products .lst-pro1 .item .txt {
    width: 80%;
}
.general-intro .products .lst-pro1 .item .txt p, .general-intro .products .lst-pro1 .item .txt h3 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.general-intro .products .lst-pro1 .item .txt h3 {
    text-align: center;
    margin-bottom: 0;
}
.general-intro .products .products-cnt{
    margin-bottom: 50px;
}
.general-intro .products .products-cnt:last-of-type {
    margin-bottom: 0;
}
.general-intro .products .lst-pro1 .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, #d20000, rgba(0, 45, 114, 0));
}
.general-intro .policies .item {
    display: flex;
    align-items: center;
    gap: 45px;
}
.general-intro .policies .item .image{
    width: calc((100% - 45px) / 2);
    border-radius: 5px;
    overflow: hidden;
}
.general-intro .policies .item .txt {
    width: calc((100% - 45px) / 2);
}
.general-intro .policies .item .txt .it-flex {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.general-intro .policies .item .txt .it-flex .ic {
    width: 30px;
    padding-bottom: 3px;
}
.general-intro .policies .item .txt .it-flex p {
    width: calc(100% - 30px);
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}
.general-intro .policies .desc p{
    margin-bottom: 10px;
}
.general-intro .policies .item1{
    order: 2;
}
.general-intro .policies .item2{
    order: 1;
}
.general-intro .policies .uk-container{
    display: flex;
    flex-direction: column;
}
.general-intro .policies .item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.general-intro .profile .item {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    gap: 50px;
}
.general-intro .profile .item .image {
    width: 270px;
    margin-bottom: 15px;
}
.general-intro .profile .item .txt {
    width: calc(100% - 320px);
}
.general-intro .profile p{
    margin-bottom: 10px;
}
.general-intro .tit {
    font-size: 30px;
    color: #d20000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.general-intro .profile .item  .down {
    height: 40px;
    padding-left: 15px;
    border-radius: 20px;
    border: 1px solid #ff7800;
    background: #ff7800;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    transition: background 0.2slinear;
    font-weight: 600;
}
.general-intro .profile .item .down .ic-dl {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #ff7800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 4px 0 15px;
    transition: background 0.2slinear;
}
.general-intro .profile .item .down:hover {
    background: #fff;
    color: #ff7800;
}
.general-intro .profile.co-cq .item {
    flex-direction: initial;
}
.general-intro .profile .item img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
._contact .hotline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
._contact .hotline span {
    color: #ff0000;
}
._contact .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
._contact .btn .item {
    height: 66px;
    padding-right: 20px;
    border-radius: 32.5px;
    background: #ff7800;
    display: flex;
    align-items: center;
    justify-content: start;
}
._contact .btn .item.btn-advice {
    background: #ff1000;
}
._contact .btn .item .ic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 3px;
}
._contact .btn .item p{
    text-align: center;
    margin-bottom: 0;
}
._contact .btn .item p:nth-of-type(1) {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
._contact .btn .item p:nth-of-type(2) {
    font-size: 15px;
    color: #fff;
}
.about{
    margin-bottom: 60px;
}
/*Profile*/
.capacity-profile .letter {
    margin-bottom: 30px;
}
.capacity-profile .letter .txt {
    width: calc(100% - 370px);
}
.capacity-profile .letter .image{
    width: 320px;
}
.capacity-profile .letter .container {
    display: flex;
    align-items: start;
}
.capacity-profile .letter .txt{
    margin-right: 50px;
}
.capacity-profile .letter .txt .tit {
    font-weight: 600;
    font-size: 30px;
    color: #d20000;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}
.capacity-profile .letter .txt .detail-content p {
    font-size: 15px;
    color: #333;
    text-align: justify;
    margin-bottom: 20px;
}
.capacity-profile .oriented-dev {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 40px;
}
.capacity-profile .oriented-dev .txt {
    background: #d20000 url('/userfiles/image/bgr-dinhhuhongpt.webp') no-repeat;
    background-position: right bottom;
    padding: 55px 40px 0;
}
.capacity-profile .oriented-dev .txt .tit {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.capacity-profile .oriented-dev .txt ul {
    list-style: disc;
    margin-left: 15px;
    padding-left: 0;
}
.capacity-profile .oriented-dev .txt ul li {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    list-style: disc;
}
.capacity-profile .history-dev {
    margin-bottom: 50px;
    background: url('/userfiles/image/bgr-quatrinhphattrien.webp') no-repeat;
    background-size: 100% auto;
}
.capacity-profile .history-dev .tit {
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.capacity-profile .history-dev .tit::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.capacity-profile .history-dev .history-sl {
    position: relative;
}
.capacity-profile .history-dev .history-sl::before {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% - 2px);
    background: #d20000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}
.capacity-profile .history-dev .history-sl .item .image {
    clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    overflow: hidden;
    border: 1px solid #d20000;
    background: #d20000;
    width: 167px;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capacity-profile .history-dev .history-sl .item .image img{
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}
.capacity-profile .history-dev .history-sl .item .pt-history, .capacity-profile .history-dev .history-sl .item .txt {
    height: 50%;
}
.capacity-profile .history-dev .history-sl .item .txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}
.capacity-profile .history-dev .history-sl .item .txt .year {
    font-weight: 600;
    font-size: 30px;
    color: #d20000;
    text-align: center;
}
.capacity-profile .history-dev .history-sl .item .txt .desc p {
    font-size: 16px;
    color: #333;
    text-align: center;
    background-size: 100% 100%;
    background-position: center;
}
.capacity-profile .history-dev .history-sl .item .pt-history {
    position: relative;
    display: flex;
    align-items: start;
}
.capacity-profile .history-dev .history-sl .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 446px;
}
.capacity-profile .history-dev .history-sl .item .pt-history::before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #d20000;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
.capacity-profile .history-dev .history-sl .item .pt-history::after {
    content: "";
    height: calc(100% - 203px);
    width: 1px;
    background: #d20000;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
}
.capacity-profile .history-dev .history-sl .swiper-slide:nth-of-type(2n) .item {
    flex-direction: column-reverse;
}
.capacity-profile .history-dev .history-sl .swiper-slide:nth-of-type(2n) .item .pt-history::before {
    bottom: 100%;
}
.capacity-profile .history-dev .history-sl .swiper-slide:nth-of-type(2n) .item .pt-history::after {
    bottom: initial;
    top: 12px;
}
.capacity-profile .history-dev .history-sl .swiper-slide:nth-of-type(2n) .item .pt-history {
    align-items: end;
}
.capacity-profile .history-dev .history-sl .swiper-slide:nth-of-type(2n) .item .txt {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 30px;
}
.capacity-profile .prize {
    padding: 85px 0;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    margin-bottom: 50px;
}
.capacity-profile .prize .prize-cnt {
    width: 40%;
}
.capacity-profile .prize .prize-cnt .tit {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2;
}
.capacity-profile .prize .prize-cnt .detail-content p {
    font-size: 15px;
    color: #fff;
    text-align: justify;
}
.capacity-profile .certificate {
    margin-bottom: 50px;
}
.capacity-profile .certificate .image {
    width: 40%;
}
.capacity-profile .certificate .txt {
    width: 60%;
    padding-left: 70px;
}
.capacity-profile .certificate .uk-flex{
    align-items: flex-start;
}
.capacity-profile .certificate .txt .tit {
    font-weight: 600;
    font-size: 30px;
    color: #d20000;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.2;
}
.capacity-profile .certificate .txt .detail-content{
    text-align: justify;
}
.capacity-profile .certificate .txt .detail-content p {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.capacity-profile .organization {
    padding: 50px 0;
    background: #eeeeee;
    margin-bottom: 50px;
}
.capacity-profile .organization .tit {
    font-weight: 600;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.capacity-profile .organization .tit::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.capacity-profile .organization img {
    margin: auto;
    display: block;
    width: 1035px;
}
.capacity-profile .infrastructure .item {
    display: flex;
    align-items: start;
    gap: 35px;
    margin-bottom: 50px;
}
.capacity-profile .infrastructure .item:nth-of-type(2n + 2) {
    flex-direction: row-reverse;
}
.capacity-profile .infrastructure .item .image{
    position: relative;
    height: 305px;
}
.capacity-profile .infrastructure .item .image, .capacity-profile .infrastructure .item .txt {
    width: calc((100% - 35px) / 2);
}
.capacity-profile .infrastructure .item .image img {
    border-radius: 5px;
}
.capacity-profile .infrastructure .item .image, .capacity-profile .infrastructure .item .txt {
    width: calc((100% - 35px) / 2);
}
.capacity-profile .infrastructure .item .txt .tit {
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
    color: #d20000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.capacity-profile .infrastructure .item .txt .desc p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
}
.infrastructure .uk-container{
    display: flex;
    flex-direction: column;
}
.infrastructure .item1{
    order: 1;
}
.capacity-profile .product-jato {
    margin-bottom: 50px;
    padding: 50px 0px;
    background: rgb(238, 238, 238);
}
.capacity-profile .product-jato .tit {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: rgb(0, 45, 114);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}
.capacity-profile .product-jato .tit::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url('/userfiles/image/img-bgr-title.webp') center center no-repeat;
}
.capacity-profile .product-jato .lst-pro-jato {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.capacity-profile .product-jato .lst-pro-jato .item {
    width: calc(33.3333% - 16.6667px);
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.capacity-profile .product-jato .lst-pro-jato .item .image{
    height: 225px;
}
.capacity-profile .product-jato .lst-pro-jato .item::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30%;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgb(0, 45, 114), rgba(0, 45, 114, 0));
}
.capacity-profile .product-jato .lst-pro-jato .item .txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    z-index: 10;
}
.capacity-profile .product-jato .lst-pro-jato .item .txt p, .capacity-profile .product-jato .lst-pro-jato .item .txt h3 {
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.capacity-profile ._partner {
    margin-bottom: 30px;
}
.capacity-profile ._partner .tit {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: rgb(0, 45, 114);
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}
.capacity-profile ._partner .tit::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url('/userfiles/image/img-bgr-title.webp') center center no-repeat;
}
.capacity-profile .capacity-profile .tit {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}
.capacity-profile .capacity-profile .tit::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.capacity-profile .capacity-profile iframe {
    width: 100%;
    height: 600px;
}
.capacity-profile .capacity-profile .down {
    height: 40px;
    padding-left: 15px;
    border-radius: 20px;
    border: 1px solid #ff7800;
    background: #ff7800;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
    align-items: center;
    justify-content: end;
    transition: background 0.2slinear;
    margin: 15px auto 0;
}
.capacity-profile .capacity-profile .down .ic-dl {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid #ff7800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 4px 0 15px;
    transition: background 0.2slinear;
}
.capacity-profile .capacity-profile .down:hover {
    background: #fff;
    color: #ff7800;
}
.capacity-profile .capacity-profile .btn{
    text-align: center;
}
.detail-content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    width: 100% !important;
}
.detail-content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 0;
    color: #333;
}
.cocq .detail-content {
    margin-bottom: 50px;
}
._project h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}
._project h1::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
._project ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
._project ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 1px solid #d20000;
    transition: background 0.2slinear;
    cursor: pointer;
}
._project ul li a {
    font-size: 16px;
    color: #d20000;
    text-transform: uppercase;
    font-weight: 600;
}
._project .lst-project {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
._project .lst-project .item {
    width: calc(33.3333% - 16.6667px);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 265px;
}
._project .lst-project .item .image .name {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 10;
    transition: opacity 0.2s linear;
}
._project .lst-project .item .image .name h2 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
._project .lst-project .item .image::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30%;
    width: 100%;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 45, 114), rgba(0, 45, 114, 0));
}
._project ul li:hover, ._project ul li.active 
{
    background: #d20000;
    color: #fff;
}
._project ul li:hover a, ._project ul li.active a {
    color: #fff;
}
.detail-content ul {
    list-style-type: disc;
    margin-bottom: 10px;
    padding-left: 25px;
}
.detail-content ul li {
    list-style-type: disc;
    color: #333;
}
.video h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}
.video h1::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.video .content {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.video .content .item {
    width: calc((100% - 50px) / 3);
    transition: background 0.2slinear;
}
.video .content .item .txt {
    display: flex;
    align-items: center;
    padding: 15px;
}
.video .content .item .txt .ic {
    width: 50px;
    border-right: 1px solid #bbbbbb;
}    
.video .content .item .image{
    display: block;
    overflow: hidden;
    height: 210px;
}
.video .content .item .txt h2 {
    width: calc(100% - 50px);
    padding-left: 15px;
    margin-bottom: 0;
}
.video .content .item .txt h2 a {
    font-size: 15px;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.video .content .item:hover {
    background: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.2s ease;
}
.module-gallery h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}
.module-gallery h1::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.module-gallery .uk-container .list-module {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    margin-bottom: 50px;
}
.module-gallery  .uk-container .list-module li {
    width: calc((100% - 10px) / 2);
}
.module-gallery  .uk-container  .list-module li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 1px solid #d20000;
    transition: background 0.2slinear;
    cursor: pointer;
}
.module-gallery .uk-container  .list-module li:hover, .module-gallery  .uk-container .list-module li.active {
    background: #d20000;
    color: #fff;
}
.module-gallery .list-module li a {
    font-size: 16px;
    color: #d20000;
    text-transform: uppercase;
    font-weight: 600;
}
.module-gallery .list-module li:hover a, .module-gallery .list-module li.active a {
    color: #fff;
}
.list-album {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.list-album .item {
    position: relative;
    overflow: hidden;
}
.list-album .item .image{
    display: block;
    height: 290px;
}
.list-album .item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.module-gallery {
    margin-bottom: 60px;
}
._news ._news-grid{
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, calc((100% - 25px) / 2));
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
}
._news ._news-grid .item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
._news ._news-grid .item.first {
    flex-direction: column;
    margin-bottom: 0;
}
._news ._news-grid .item.first .image{
    width: 100%;
    margin-bottom: 30px;
    height: 265px;
}
._news {
    margin-bottom: 30px;
}
.content-flex .uk-flex {
    display: grid;
    grid-template-columns: calc(100% - 290px) 290px;
}
._news ._news-grid .item .image {
    display: block;
    width: 150px;
    border-radius: 5px;
    overflow: hidden;
}
._news ._news-grid .item.first .image{
    width: 100%;
    margin-bottom: 30px;
}
._news ._news-grid .item .txt h2 a {
    font-size: 16px;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
._news ._news-grid .item.first .txt h2 a {
    font-size: 20px;
    color: #333;
}
._news ._news-grid .item.first .txt .desc p {
    font-size: 15px;
    color: #333;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5;
    font-weight: 600;
}
._news h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
    color: #d20000;
    margin-bottom: 20px;
}
._news ._news-grid .item {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
._news ._news-grid .item .image{
    display: block;
    width: 150px;
    border-radius: 5px;
    overflow: hidden;
    height: 90px;
}
._news ._news-grid .rt .item .txt {
    width: calc(100% - 150px);
    padding-left: 25px;
}
._news .lst-news .item {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
._news .lst-news .item .image{
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
}
._news .lst-news .item .txt {
    width: 70%;
    padding-left: 25px;
}
._news .lst-news .item .txt h2 {
    margin-bottom: 15px;
}
._news .lst-news .item .txt h2 a {
    font-size: 18px;
    color: #333;
}
._news .lst-news .item .txt .desc{
    text-align: justify;
}
._news .lst-news .item .txt .desc p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.content-flex {
    margin-bottom: 45px;
}
.content-flex .right {
    padding-left: 35px;
    position: relative;
}
.content-flex .right .category {
    margin-bottom: 30px;
}
.content-flex .right .tit {
    padding-left: 35px;
    background: url('https://jato.vn/html/style/image/ic-0.webp') no-repeat left center;
    font-size: 22px;
    color: #d20000;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.2;
}
.content-flex .right .category > ul > li {
    padding: 10px 0;
    border-top: 1px solid #bbbbbb;
}
.content-flex .right .category > ul{
    padding-left: 0;
}
.content-flex .right .category > ul > li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.content-flex .right .category > ul > li .ic {
    width: 18px;
}
.content-flex .right .category > ul > li .tl:hover {
    color: #d20000;
}
.content-flex .uk-container .uk-flex{
    display: grid;
    grid-template-columns: calc(100% - 290px) 290px;
}
.pro-compact h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 35px;
}
.pro-compact h1::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product-detail .dt-top .dt-left h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    color: #d20000;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.detail-content ul, .detail-content ol {
    margin-bottom: 10px;
    padding-left: 25px;
}
.detail-content ul li {
    list-style-type: disc;
    color: #333;
}
.detail-content ul li, .detail-content ol li {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 1.5;
    color: #333;
}
.product-detail .dt-top .dt-left {
    width: 40%;
}
.product-detail .dt-top .dt-right {
    width: 60%;
}
.product-detail .dt-top {
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    margin-bottom: 30px;
}
.vertical {
    position: relative;
}
.vertical .product-gallery{
    display: flex;
    width: 100%;
}
.product-gallery .swiper-container{
    width: 393px;
}
.product-gallery .swiper-container-thumbs{
    width: calc(100% - 403px);
}
.dt-left li span{
    font-size: 16px;
    font-weight: 500;
}
.product-gallery .swiper-container-thumbs .swiper-wrapper{
    display: block;
}
.product-gallery .swiper-container-thumbs .swiper-slide{
    display: block;
    width: 100% !important;
    height: 135px;
    margin-right: 0 !important;
    margin-bottom: 6px;
}
.product-gallery .swiper-container .swiper-slide{
    height: 560px;
}
.content-flex .right .commit-jato > p {
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
    color: #d20000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
}
.content-flex .right .commit-jato > p::before {
    content: "";
    display: block;
    height: 18px;
    width: 176px;
    background: url('/userfiles/image/img-bgr-title.webp') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.content-flex .right .commit-jato {
    padding: 15px;
    background: #eeeeee;
    border-radius: 5px;
    margin-bottom: 15px;
}
.content-flex .right .commit-jato .it {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.content-flex .right .commit-jato .it .image {
    width: 35px;
}
.content-flex .right .commit-jato .it img{
    height: 21px;
    width: auto;
}
.content-flex .right .commit-jato .it p {
    width: calc(100% - 35px);
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}
.product-detail .dt-bot > ul {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    border-left: none;
    border-right: none;
    gap: 2px;
    padding-left: 0;
}
.product-detail .dt-bot > ul li.active {
    background: #d20000;
}
.product-detail .dt-bot > ul li p {
    display: block;
    font-weight: 600;
    line-height: 1.2;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 0 5px;
}
.product-detail .dt-bot > ul li.active p {
    color: #fff;
    margin-bottom: 0;
}
.product-detail .dt-bot > ul li {
    padding: 0;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}
.pro-compact .item {
    display: flex;
    align-items: center;
}
.pro-compact .item .image{
    width: 50%;
    display: flex;
    overflow: hidden;
}
.pro-compact .item .txt {
    width: 50%;
    padding: 75px;
}
.pro-compact .item .txt h2 {
    margin-bottom: 30px;
}
.pro-compact .item .txt .detail-content {
    margin-bottom: 30px;
}
.pro-compact .item .txt .desc p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}
.pro-compact .item .txt .seemore {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: end;
    height: 40px;
    width: 152px;
    border-radius: 20px;
    border: 1px solid #d20000;
    margin: auto;
    font-size: 15px;
    color: #d20000;
    text-transform: uppercase;
    transition: background 0.2slinear;
    height: 32px;
    width: 120px;
    background: #d20000;
    color: #fff;
    font-size: 14px;
    margin: initial;
}
.pro-compact .item .txt .seemore i {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d20000;
    border: 1px solid #d20000;
    color: #fff;
    margin: 0 4px 0 15px;
    transition: background 0.2slinear, color 0.2slinear;
}
.pro-compact .item .txt .seemore i {
    height: 26px;
    width: 26px;
    margin: 0 2px 0 15px;
    background: #fff;
    color: #d20000;
}
.pro-compact .item:nth-child(2n + 1) {
    flex-direction: row-reverse;
}
.panel-product .uk-width-medium-1-3:nth-child(1){
    order: 3;
}
.panel-product .uk-width-medium-1-3:nth-child(2){
    order: 2;
}
._news-detail h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 28px;
    color: #333;
    margin-bottom: 25px;
}
.detail-content .image-center {
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
._news-detail span{
    font-size: 16px;
}
.content-flex .container {
    display: grid;
    grid-template-columns: calc(100% - 290px) 290px;
}
.content-flex .right {
    padding-left: 35px;
    position: relative;
}
.module-gallery .grid-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.module-gallery .grid-gallery .item-last, .module-gallery .grid-gallery figure {
    position: relative;
    overflow: hidden;
    width: calc((100% - 45px) / 4);
}
.module-gallery .grid-gallery figure .image {
    width: 100%;
    height: 287px;
}
.module-gallery .grid-gallery figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    line-height: 30px;
}
.module-gallery .grid-gallery figure figcaption h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-transform: capitalize;
}
.product-detail .dt-bot .lst-content .item {
    display: none;
}
.product-detail .dt-bot .lst-content .item.active {
    display: block;
    width: 100%;
}
.product-detail .dt-bot .lst-color {
    width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
}
.product-detail .dt-bot .lst-color .it {
    width: calc((100% - 100px) / 6);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-detail .dt-bot .lst-color .it .image{
    border: 1px solid #e4e4e4;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 132px;
}
.product-detail .dt-bot .lst-color .it p {
    text-align: center;
    font-size: 15px;
    color: #333;
}
.product-detail .dt-bot .list-file {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.product-detail .dt-bot .list-file .it {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e4e4;
    padding: 1px;
}
.content-flex .right .tit {
    padding-left: 35px;
    background: url('/userfiles/image/ic-0.webp') no-repeat left center;
    font-size: 22px;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 5px;
}
.content-flex .right .viewest .it {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #bbbbbb;
}
.content-flex .right .viewest .it .image{
    width: 105px;
    border-radius: 5px;
    overflow: hidden;
    height: 63px;
}
.content-flex .right .viewest .it .txt {
    width: calc(100% - 105px);
    padding-left: 15px;
}
.content-flex .right .viewest .it .txt a {
    font-size: 14px;
    color: #333;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.content-flex .right .viewest .it .txt a:hover{
    color: var(--primary-color);
    transition: 0.2s ease;
}
.project-detail h2{
    font-size: 26px !important;
    line-height: 1.3;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    text-align: left !important;
}
@media(max-width:767px){
    .panel-product h2 > *{
        font-size: 20px !important;
    }
    .panel-product .uk-container .description p {
        font-size: 15px;
    }
    .panel-product .tab {
        justify-content: left;
        flex-direction: column;
        margin-bottom: 15px;
        padding: 0;
        gap: 15px;
    }
    .panel-product .tab .item {
        white-space: nowrap;
        font-size: 15px;
        width: 100%;
        height: 35px;
        padding: 0 15px;
        font-weight: 600;
    }
    .tab .item::before{
        display: none;
    }
    .panel-product .uk-width-medium-1-3{
        width: 100%;
    }
    .panel-product .uk-width-medium-1-3:not(:last-child){
        margin-bottom: 10px;
    }
    .panel-product .lst-product .item .image{
        margin-bottom: 10px;
    }
    .panel-product .lst-product .item .txt .description p {
        font-size: 15px;
    }
    .panel-slide {
        margin-bottom: 20px;
    }
    .panel-product{
        margin-bottom: 30px;
    }
    .panel-product .product-item .image-content{
        margin-bottom: 10px;
    }
    .panel-care .panel-head h2.heading-1 > * {
        font-size: 18px;
    }
    .panel-care {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .panel-product .wrapper{
        margin-bottom: 15px;
    }
    .panel-care .process {
        flex-wrap: wrap;
        gap: 15px;
    }
    .panel-care  .left, .panel-care  .right {
        width: 100%;
        display: block;
    }
    .process .left .tit, .process .right .tit {
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 0;
        background: none;
    }
    .tit > * {
        color: #d20000;
    }
    .panel-care .process img{
        display: none;
    }
    .process .left .img {
        margin-right: 0;
    }
    .process .right .img .txt,
    .process .left .img .txt{
        position: relative;
        right: unset !important;
        top: unset !important;
        left: unset !important;
    }
    .process .left .img, .process .right .img {
        margin-left: 0;
        position: relative;
    }
    .panel-care .process .left .img .txt, .panel-care .process .right .img .txt {
        display: flex;
        align-items: start;
        margin-bottom: 15px;
    }
    .panel-care .process .left .img .txt span, .panel-care .process .right .img .txt span {
        font-size: 36px;
        color: #d20000;
        line-height: 1;
        display: block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #d20000;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    .panel-care .process .right .img .txt p,
    .panel-care .process .left .img .txt p {
        font-size: 15px;
    }
    .process .left .img .txt {
        flex-direction: unset;
    }
    .panel-care .process .left .tit h3, .panel-care .process .right .tit h3 {
        font-size: 18px;
        color: #d20000;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }
    .panel-head h2.heading-1 > * {
        font-size: 18px;
    }
    .panel-project ul {
        margin-bottom: 15px;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .panel-project ul li {
        width: calc((100% - 10px) / 2);
        white-space: nowrap;
    }
    .panel-partner .uk-width-medium-1-4{
        width: 50%;
    }
    .panel-why .circle{
        width: 100%;
        height: 100%;
        display: block;
        background: none;
        border-radius: 0;
    }
    .panel-why .tit {
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: unset;
        padding: 0;
    }
    .panel-why .item{
        transform: none !important;
    }
    .panel-why .item{
        position: relative;
        background: none;
        width: 100%;
        height: 100%;
        display: block;
        background: none !important;
    }
    .panel-why .item .txt{
        position: relative !important;
        left: unset !important;
        right: unset !important;
        width: 100%;
        top: unset !important;
        transform: none !important;
    }
    .panel-why .item::before {
        display: none;
    }
    .panel-why .tit{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .panel-why .tit h2 {
        font-size: 18px;
    }
    .panel-why{
        padding: 0 0 15px 0;
    }
    .panel-project {
        margin-bottom: 15px;
    }
    .panel-partner {
        padding: 15px;
        margin-bottom: 15px;
    }
    .panel-why .item {
        display: flex;
        align-items: start;
        margin-bottom: 15px;
    }
    .panel-why .item .image{
        width: 70px;
        margin-right: 5px;
    }
    .panel-why .item .txt {
        width: calc(100% - 75px);
    }
    .panel-why .item .txt span {
        font-size: 18px;
        white-space: wrap;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }
    .panel-why .item .txt span,
    .panel-why .item .txt .desc p{
        text-align: left !important;
    }
    .panel-staff {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .panel-staff  h2.heading-1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .panel-staff .staff-grid {
        gap: 15px;
        grid-template-columns: repeat(2, calc((100% - 15px) / 2));
    }
    .panel-about-us{
        padding: 30px 0;
        margin-bottom: 15px;
        background-size: 100% 100%;
    }
    .panel-about-us .item {
        padding: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .panel-about-us  .item .txt {
        width: 100%;
        padding-left: 0;
    }
    .panel-customer{
        margin-bottom: 20px;
    }
    .panel-advise{
        background-size: auto 100%;
        padding: 15px 0;
    }
    .panel-advise .form-cnt {
        width: 100%;
    }
    .panel-advise h2.heading-1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .panel-advise .grid-input .w-50 {
        width: 100%;
    }
    footer .ft-top {
        padding: 20px 0;
    }
    footer .ft-top .logo .txt {
        width: calc(100% - 80px);
    }
    footer .ft-top .ft-flex {
        gap: 15px;
        flex-wrap: wrap;
    }
    footer .ft-top .ft-flex .cl {
        width: 100%;
        display: flex;
        align-items: start;
        gap: 15px;
        flex-wrap: wrap;
    }
    footer .ft-top .ft-flex .cl2 {
        width: 100%;
    }
    footer .ft-top .ft-flex .cl3, footer .ft-top .ft-flex .cl4 {
        width: 100%;
        padding-left: 0;
    }
    footer .ft-bot ul {
        display: none;
    }
    footer .ft-bot {
        padding: 10px 0;
    }
    .ft-bot .uk-flex{
        justify-content: center;
    }
    .profile-style6-head .profile-style6_r {
        display: none;
    }
    .profile-style6-head .profile-style6_l {
        width: 100%;
        padding: 15px;
    }
    .profile-style6-head .profile-style6_l .title {
        display: none;
    }
    ._product1 {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    ._product1 h1 {
        font-size: 20px;
    }
    ._product1 .tit{
        margin-bottom: 20px;
    }
    .page-breadcrumb{
        padding: 15px 0 !important;
    }
    ._product1 .detail-content {
        margin-bottom: 15px;
    }
    ._product1 .lst-pro {
        gap: 15px;
    }
    ._product1 .lst-pro .item {
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }
    ._product1 .lst-pro .item .image, ._product1 .lst-pro .item .txt {
        width: 100%;
    }
    .pro-compact h1 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .pro-compact .item {
        flex-direction: column;
    }
    .pro-compact .item .image {
        width: 100%;
        display: flex;
        overflow: hidden;
    }
    .pro-compact .item .txt {
        width: 100%;
        padding: 10px 15px 20px;
    }
    .pro-compact .item{
        width: 100%;
        display: block;
    }
    .pro-compact .item .txt h2 {
        margin-bottom: 10px;
    }
    .pro-compact .item .txt .detail-content {
        margin-bottom: 10px;
        text-align: justify;
    }
    .page-breadcrumb ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .content-flex .uk-container .uk-flex {
        grid-template-columns: 100%;
    }
    .content-flex .right {
        padding-left: 0;
    }
    .product-detail .dt-top {
        gap: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column-reverse;
    }
    .product-detail .dt-top .dt-left {
        width: 100%;
    }
    .dt-left li span {
        font-size: 15px;
    }
    .product-container h2 span{
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .product-gallery .swiper-container {
        width: 70%;
        padding-right: 0;
    }
    .product-gallery .swiper-container-thumbs{
        width: 30%;
    }
    .product-detail .dt-top .dt-right{
        width: 100%;
    }
    .product-detail .dt-bot > ul{
        flex-wrap: wrap;
    }
    .product-detail .dt-bot > ul li{
        width: 49%;
    }
    .contact-page h1{
        font-size: 18px;
    }
    .contact-page .info-com {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
    }
    .contact-page .info-com .item {
        width: 100%;
        padding: 15px;
        background-size: 100% 100%;
    }
    .contact-page .tit {
        font-size: 18px;
    }
    .contact-page .form-map {
        flex-wrap: wrap;
        gap: 15px;
    }
    .contact-page .form-map form, .contact-page .form-map .map {
        width: 100%;
    }
    .contact-page .form-map .form-cnt .w-50 {
        width: 100%;
    }
    .contact-container-1 {
        margin-bottom: 30px;
    }
    .module-gallery h1 {
        margin-bottom: 15px;
        font-size:18px;
    }
    .module-gallery .uk-container .list-module {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .module-gallery .uk-container .list-module li {
        width: 100%;
    }
    .module-gallery .list-module li a{
        font-size: 15px;
    }
    .list-album {
        grid-template-columns: repeat(2, 1fr);
    }
    .video h1 {
        font-size: 18px;
    }
    .video .content {
        gap: 15px;
        margin-bottom: 15px;
    }
    .video .content .item {
        width: 100%;
    }
    .video .content .item .txt .ic {
        width: 40px;
    }
    .video .content .item .txt h2 {
        padding-left: 10px;
    }
    .video .content .item .txt .ic img {
        max-width: 30px;
    }
    ._news h1 {
        font-size: 20px;
    }
    ._news ._news-grid {
        display: block;
        border-bottom: 0;
        padding-bottom: 0;
    }
    ._news ._news-grid .item.first .image {
        margin-bottom: 10px;
    }
    ._news ._news-grid .item.first .txt h2 a {
        font-size: 15px;
    }
    ._news ._news-grid .item {
        margin-bottom: 15px;
    }
    ._news .lst-news .item .image {
        width: 150px;
        height: 160px;
    }
    ._news .lst-news .item .txt {
        padding-left: 10px;
        width: calc(100% - 150px);
    }
    ._news .lst-news .item .txt h2 a {
        font-size: 16px;
        color: #333;
    }
    ._news-detail h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    ._news-detail span {
        font-size: 15px;
    }
    .cocq .detail-content{
        margin-bottom: 25px;
    }
    ._contact .btn {
        gap: 15px;
        flex-wrap: wrap;
    }
    ._contact .hotline {
        font-size: 18px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    ._contact .btn .item p:nth-of-type(1) {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
    ._project h1 {
        font-size: 20px;
    }
    ._project ul {
        margin-bottom: 15px;
        flex-wrap: wrap;
        padding-left: 0;
    }
    ._project ul li {
        width: calc((100% - 10px) / 2);
        white-space: wrap;
    }
    ._project ul li a{
        font-size: 11px;
    }
    ._project .lst-project {
        margin-bottom: 15px;
        gap: 10px;
    }
    ._project .lst-project .item {
        width: 100%;
    }
    .about h1{
        font-size: 20px;
    }
    .about  .uk-container  ul {
        margin-bottom: 15px;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .about .uk-container  ul li {
        width: calc((100% - 10px) / 2);
        padding: 0 10px;
    }
    .about ul li a {
        font-size: 13px !important;
    }
    .general-intro .tit {
        font-size: 20px;
    }
    .general-intro .trademark {
        margin-bottom: 15px;
    }
    .general-intro .mission .uk-container {
        flex-wrap: wrap;
        gap: 15px;
    }
    .general-intro .mission .image, .general-intro .mission .txt {
        width: 100%;
        margin-right: 0;
    }
    .general-intro .it {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .general-intro .mission .desc {
        margin-bottom: 15px;
    }
    .general-intro .core-value .uk-container > .desc {
        margin-bottom: 15px;
        padding: 0;
    }
    .general-intro .value-core .lst-value {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .general-intro .core-value .lst-value {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }
    .general-intro .process-dev .pd-cnt {
        display: block;
    }
    .general-intro .process-dev .pd-cnt .col-1 {
        width: 100%;
    }
    .general-intro .process-dev .pd-cnt .col-1 .item{
        margin-top: 20px;
    }
    .general-intro .process-dev .pd-cnt .col-2{
        display: none;
    }
    .general-intro .infrastructure .ie-cnt {
        gap: 15px;
        grid-template-columns: 100%;
        margin-bottom: 15px;
    }
    .general-intro .products .lst-pro1{
        flex-wrap: wrap;
    }
    .general-intro .products .lst-pro1 .item {
        width: 100%;
    }
    .general-intro .policies .item .image {
        width: 100%;
    }
    .general-intro .policies .item .txt {
        width: 100%;
    }
    .general-intro .policies .item {
        flex-wrap: wrap;
    }
    .general-intro .profile .item{
        flex-wrap: wrap;
        gap: 15px;
    }
    .general-intro .profile .item .left,
    .general-intro .profile .item .txt{
        width: 100%;
    }
    .capacity-profile .letter .txt .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .capacity-profile .letter .txt {
        width: 100%;
        margin-right: 0;
    }
    .capacity-profile .letter .uk-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .capacity-profile .oriented-dev {
        margin-bottom: 15px;
        grid-template-columns: 100%;
    }
    .capacity-profile .oriented-dev .txt {
        padding: 15px 15px 0;
    }
    .capacity-profile .oriented-dev .txt .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .capacity-profile .history-dev .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .capacity-profile .prize .prize-cnt .tit {
        font-size: 20px;
    }
    .capacity-profile .prize {
        padding: 15px 0;
        margin-bottom: 15px;
        background-size: 100% 100% !important;
    }
    .capacity-profile .prize .prize-cnt {
        width: 100%;
    }
    .capacity-profile .certificate {
        margin-bottom: 15px;
    }
    .capacity-profile .certificate .container {
        flex-wrap: wrap;
        gap: 15px;
    }
    .capacity-profile .certificate .image{
        width: 100%;
    }
    .capacity-profile .certificate .txt {
        width: 100%;
        padding-left: 0;
    }
    .capacity-profile .certificate .uk-flex{
        flex-wrap: wrap;
    }
    .capacity-profile .certificate .txt .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .capacity-profile .organization .tit {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .capacity-profile .infrastructure .item .image, .capacity-profile .infrastructure .item .txt {
        width: 100%;
    }
    .capacity-profile .infrastructure .item {
        flex-wrap: wrap;
    }
    .capacity-profile .infrastructure .item .txt .tit {
        font-size: 20px;
    }
    .capacity-profile .product-jato .tit {
        font-size: 20px;
    }
    .capacity-profile .product-jato .lst-pro-jato .item .image {
        width: 100%;
    }
    .capacity-profile .product-jato .lst-pro-jato .item{
        width: 100%;
    }
    .capacity-profile ._partner .tit {
        font-size: 20px;
    }
    .capacity-profile .capacity-profile .tit {
        font-size: 20px;
    }
    .project-detail .title{
        font-size: 18px !important;
    }
    .video.ct .swiper-container{
        padding: 0;
    }
    .video.ct .swiper-button-next,
    .video.ct .swiper-button-prev{
        display: none;
    }
    .project-detail .info-project span {
        font-size: 15px;
    }
    .video.ct .project-detail {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}
