@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}
.section{
    padding: 70px 0;
}
.bg-grey{
    background-color: #F6F6F6;
}
.bg-blue{
    background-color: #2f3490;
}
.text-blue{
    color: #2f3490;
}
.text-bold{
    font-weight: bold;
}
.head-top{
    background-color: #ec1f27;
    color: #fff;
    padding: 10px 0;
}
.head-top .container{
    display: flex;
    justify-content: space-between;
}
.head-top .container p{
    margin-bottom: 0;
}
.head-top ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0;
}
.head-top ul li:last-child{
    margin-right: 0;
}
.head-top ul li i{
    font-size: 18px;
}
.head-top ul li a{
    color: #fff;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.head-top ul li a:hover{
    text-decoration: none;
}
.head-top .right{
    display: flex;
    justify-content: flex-end;
}
.menu{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    align-items: center;
    padding-top: 35px;
    column-gap: 50px;
}
.menu li.current_page_item a{
    color: #ec1f27;
}
.menu li a{
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.menu li a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #ec1f27;
}
.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb a{
    color: #ec1f27;
}
.logo{  
    width: 200px;
}
.banner .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 457px;
    overflow: hidden;
    position: relative;
}
.banner .item img{
    height: 100%;
    object-fit: cover;
}
.banner .item .info{
    color: #fff;
    max-width: 600px;
    position: relative;
}
.banner .item .info h2{
    font-size: 50px;
}
.banner .item .info h3{
    font-size: 40px;
}
.banner .item .info p{
    margin-top: 20px;
}
.banner .item .info  a{
    background: #2f3490;
    color: #fff;
    text-transform: uppercase;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 30px;
}
.banner .item .info  a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #ec1f27;
}
.banner .owl-carousel{
    position: relative;
    z-index: 0;
}
.banner .owl-carousel .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.banner .owl-carousel .owl-dots span{
    background: #fff !important;
}
.banner .owl-carousel .owl-dots .active span{
    background: #2f3490 !important;
}
.banner.custom-banner{
    height: 450px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: url('../images/banner.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
}
.banner.custom-banner::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.banner.custom-banner h2{
    color: #fff;
    font-size: 50px;
    position: relative;
    z-index: 1;
}
.banner .thumbnail{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.banner .thumbnail::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.navigation{
    min-height: 90px;
    padding: 10px 0;
}
.sologan{
    background: #E2F7DA;
    text-align: center;
    padding: 10px 0;
}
.sologan h1{
    margin-bottom: 0;
    color: #ec1f27;
}
.title{
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.title span{
    font-weight: 600;
    color: #378218;
}
.sub-title{
    text-align: center;
}
.introduce{
    width: 100%;
}
.introduce img{
    width: 100% !important;
    max-width: 100% !important;
}
.introduce h3{
    color: #2f3490;
    margin-bottom: 20px;
    font-size: 30px;
}
.introduce h5{
    margin-bottom: 20px;
}
.products .nav{
    justify-content: space-between;
    margin: 70px auto;
    border-bottom: 0;
}
.products .nav li{
    position: relative;
    background: #fff;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    padding: 15px 30px;
    border: 1px solid #ec1f27;
}
.products .nav li.active{
    background: #ec1f27 !important;
}
.products .nav li:hover{
    background: #ec1f27;
}
.products .nav li.active a{
    color: #fff !important;
}
.products .nav li::before{
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: url('../images/nav-1.png') no-repeat top center;
    background-size: contain;
    z-index: 1;
}
.products .nav li:nth-child(2):before{
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: url('../images/nav-2.png') no-repeat top center;
    background-size: contain;
    z-index: 1;
}
.products .nav li:nth-child(3):before{
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: url('../images/nav-3.png') no-repeat top center;
    background-size: contain;
    z-index: 1;
}
.products .nav li:nth-child(4):before{
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 50px;
    height: 50px;
    background: url('../images/nav-4.png') no-repeat top center;
    background-size: contain;
    z-index: 1;
}
.products .nav li a{
    padding-left: 40px;
    color: #ec1f27;
    font-size: 20px;
}
.products .nav li:hover a{
    color: #fff;
    text-decoration: none;
}
.list-products{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.list-products li{
    margin-bottom: 30px;
}
.list-products > div{
    margin-bottom: 20px;
}
.list-products .group{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.list-products .group .images{
    text-align: left;
    height: 280px !important;
}
.list-products .group img{
    width: 130px;
    height: 100% !important;
    object-fit: cover;
    margin: 0 auto;
}
.list-products .group a.btn{
    color: #fff;
    background: #2f3490;
    border: 1px solid #2f3490;
    border-radius: 45px;
}
.list-products .group a.btn:hover{
    background: transparent;
    color: #2f3490;
}
.list-products .group h2{
    font-size: 20px;
    color: #2f3490;
    text-align: left;
    margin: 20px 0 10px 0;
    font-weight: 400;
}
.list-products .group .link-contact{
    color: #fff;
    background: #ec1f27;
    padding: 10px 40px;
    display: inline-block;
    max-width: 200px;
    border-radius: 45px;
}
.list-products .group a:hover{
    text-decoration: none;
}
.why .list-why{
    margin-top: 50px;
    text-align: center;
}
.why .list-why img{
    width: 50px !important;
    max-width: 50px !important;
    height: auto !important;
    margin-bottom: 20px;
}
.why .list-why h3{
    color: #ec1f27;
    font-size: 18px;
}
.testimonal{
    width: 100%;
    background: url('../images/bg-testimonal.jpeg') no-repeat top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    position: relative;
}
.testimonal::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 270px;
    height: 270px;
    background: url('../images/tree.png') no-repeat top center;
    background-size: contain;
    z-index: 2;
}
.testimonal::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #378218;
    opacity: 0.5;
    z-index: 0;
}
.testimonal .title{
    color: #fff;
    position: relative;
    z-index: 1;
}
.testimonal .title span{
    color: #fff;
}
.testimonal .list-testimonal{
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.testimonal .item{
    background: #fff;
    padding: 20px;
    position: relative;
}
.testimonal .item::before{
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: url('../images/icon.png') no-repeat top center;
    background-size: contain;
    z-index: 1;
}
.testimonal .item .author{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #ec1f27;
}
.testimonal .item .author img{
    margin-right: 10px;
}
.testimonal .item .icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.testimonal .item .icon i{
    color: #ffcb1a;
}
.testimonal .item .description{
    margin: 30px 0;
}
.block-news ul{
    display: flex;
    flex-flow: wrap;
    padding-left: 0;
    list-style: none;
}
.block-news ul li{
    display: flex;
    flex-direction: column;
}
.block-news ul li.rss_item .group{
    border: 1px solid #F6F6F6;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
}
.block-news.bg-blue ul li.rss_item .group{
    background-color: #fff;
}
.block-news ul li .rss_image{
    width: 100% !important;
    height: 200px !important;
}
.block-news ul li .rss_image img{
    height: 100% !important;
}
.block-news ul li .title{
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0;
    text-align: left;
    display: inline-block;
}
.block-news ul li a{
    color: #2f3490;
    font-weight: 500;
}
.block-news ul li a.btn{
    text-align: left;
    padding: 0;
    position: relative;
    display: inline;
}
.block-news ul li a.btn::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M10.5541 0.224151L9.85318 0.925079C9.68343 1.09483 9.68621 1.37094 9.85936 1.53722L12.7421 4.30572H0.428571C0.191893 4.30572 0 4.49761 0 4.73429V5.73429C0 5.97097 0.191893 6.16287 0.428571 6.16287H12.7421L9.85939 8.93137C9.68621 9.09765 9.68343 9.37376 9.85321 9.54351L10.5541 10.2444C10.7215 10.4118 10.9929 10.4118 11.1602 10.2444L15.8674 5.53733C16.0347 5.36997 16.0347 5.09862 15.8674 4.93122L11.1602 0.224151C10.9928 0.0567935 10.7215 0.0567935 10.5541 0.224151Z' fill='%23002B4A'/%3E%3C/svg%3E");
    background-size: contain;
    width: 15px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
}
.block-news-custom ul li:first-child img{
    height: 550px;
}
.block-news-custom ul li:first-child {
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.block-news-custom ul li{
    width: 31%;
    margin-right: 25px;
    margin-bottom: 20px;
}
.block-news-custom ul li img{
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}
.block-recruit .inner{
    border: 1px solid #ec1f27;
    padding: 20px;
    margin-bottom: 20px;
}
.block-recruit .inner a{
    color: #ec1f27;
}
.block-recruit .inner a:hover{
    text-decoration: none;
}
.block-recruit .inner p{
    color: #000 !important;
}
.link-more{
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}
.rss_header{
    display: none;
}
.title-category{
    display: flex;
}
.title-category ul{
    list-style: none;
    padding-left: 10px;
    margin-bottom: 10px;
}
.title-category ul li a{
    color: #000;
    font-weight: bold;
}
.title-category ul li a:hover{
    color: #378218;
    text-decoration: none;
}
.detail .feature{
    border: 1px solid #f6f6f6;
}
.detail .feature img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.detail .text-content{
    padding-bottom: 50px;
    font-size: 18px;
}
.detail .text-content h6, .detail .related h6{
    font-size: 25px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.detail .related{
    background: transparent;
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #f6f7f6;
}
.detail .related h2{
    margin-bottom: 20px;
}
.detail .related.products{
    background: transparent;
}
.detail .related.products .button{
    display: none !important;
}
.detail .related.products ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.detail .related.products ul li{
    float: unset;
    width: auto;
    flex: 0 0 33.3%;
    margin: 0;
    padding: 20px 20px 0 20px;
}
.detail .related.products ul li a{
    padding: 20px;
    border: 1px solid #f6f6f6;
    color: #2f3490;
    font-size: 20px;
    font-weight: 400;
}
.detail .related.products ul li img{
    width: 100%;
    height: 280px !important;
    object-fit: contain;
}
.detail .summary{
    padding: 40px 0;
}
.detail .summary h3{
    color: #2f3490;
}
div.simplesocialbuttons.simplesocialbuttons-align-left{
    display: flex;
    align-items: center;
}
.page-404{
    text-align: center;
}
.page-404 p:first-child{
    font-size: 300px;
    font-weight: bolder;
    color: #ec1f27;
}
.contact-form{
    margin-top: 30px;
}
.contact-form label{
    width: 100%;
}
.contact-form input, .contact-form textarea{
    width: 100%;
    height: 45px;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
}
.contact-form textarea{
    height: 250px;
    padding: 15px;
}
.contact-form input[type='submit']{
    width: 200px;
    background-color: #378218;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.contact-form input:focus, .contact-form textarea:focus{
    outline: 0;
}
.featured-img img{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
    float: unset;
}
.woocommerce div.product form.cart, .product_meta, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, 
.wc-tab h2{
    display: none;
}
.flex-control-thumbs{
    margin-top: 20px !important;
} 
.flex-control-thumbs li{
    margin-right: 10px !important;
}
.type-product{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-product-gallery{
    float: unset !important;
}
.entry-summary{
    width: 50% !important;
    padding-left: 20px !important;
    padding-top: 0 !important;
}
.single-product .block-news{
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce-Price-amount{
    color: #ec1f27;
    font-weight: 500;
    font-size: 20px;
}
.woocommerce div.product .woocommerce-tabs{
    width: 100%;
}
footer{
    width: 100%;
}
footer .top{
    background: #000;
    color: #fff;
    padding: 50px 0;
}
footer .top .title{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
footer .top p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    font-size: 300;
}
footer .top ul.social{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
footer .top ul.social li{
    margin-right: 20px;
    
}
footer .top ul.social li a{
    color: #fff;
}
footer .top ul.social li i{
    font-size: 23px;
}
footer .link-footer{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
}
footer .link-footer li{
    margin-bottom: 10px;
}
footer .link-footer li a{
    color: #fff;
}
footer .bottom{
    background: #000;
    padding: 20px 0;
    color: #fff;
    border-top: 1px solid #ffffff30;
}
footer .bottom p{
    margin-bottom: 0;
}

@media (max-width: 1190px) {
    .block-news-custom ul li{
        width: 30%;
    }
}

@media (max-width: 992px) {
    body, header, .section, .banner, footer{
        width: 100%;
        overflow-x: hidden;
    }
    .logo{  
        width: 150px;
    }
    .head-top .wpml-ls-legacy-dropdown{
        transform: translateX(-30px);
    }
    .banner{
        background-attachment: inherit;
        overflow: hidden;
    }
    .banner .item .info{
        width: 100%;
        max-width: 100%;
    }
    .banner .item .image{
        display: none;
    }
    .banner .item .info h2{
        font-size: 25px;
    }
    .banner::after, .testimonal::before{
        width: 150px;
        height: 150px;
    }
    .mobile-menu{
        justify-content: space-between;
    }
    .menu{
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        z-index: 2;
        top: 0;
        padding: 50px 20px;
    }
    .menu li{
        margin-bottom: 20px;
    }
    .sologan h1{
        font-size: 30px;
    }
    .introduce h3{
        font-size: 20px;
    }
    .title{
        font-size: 25px;
    }
    .nav-link{
        display: flex;
        align-items: center;
        padding: 0;
    }
    .nav-link span{
        font-size: 30px;
    }
    .show{
        display: block !important;
    }
    .fixed{
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .icon-close{
        display: none;
        position: absolute;
        z-index: 3;
        top: 10px;
    }
    .block-news ul li{
        width: 100%;
    }
    .block-news ul li .rss_image{
        height: 300px !important;
    }
    .block-news-custom ul li{
        width: 100%;
    }
    .block-news-custom ul li img, .block-news-custom ul li:first-child img{
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }
    .detail .text-content img{
        width: 100% !important;
        height: auto !important;
    }
    .detail-news .content img{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .detail .related.products ul li{
        flex: 0 0 50%;
    }
    .woocommerce-page div.product div.summary{
        width: 100% !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    .detail .related.products ul li{
        flex: 0 0 100%;
    }
    .products .nav li{
        width: 100%;
        margin-bottom: 20px;
    }
    footer .top .title{
        margin-top: 20px;
    }
}