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



body {

    font-family: "Inter", sans-serif;

    font-size: 16px;

    line-height: 1.5;

}

:root {

    --mainColor: #f36523;

    --mainColor2: #0d69af;

    --subColor: #ffb703;

    --orangeColor : #f36523;

    --orangeColorRbg : 243, 101, 35;

    --mainColor2Rbg: 13, 105, 175;

}

.line-clamp-1-new {

    -webkit-line-clamp: 1;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.line-clamp-2-new {

    -webkit-line-clamp: 2;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.line-clamp-3-new {

    -webkit-line-clamp: 3;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.line-clamp-4-new {

    -webkit-line-clamp: 4;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.hover\:text-primary:hover{
    color: var(--mainColor);
}

.swiper-button-prev:after,

.swiper-rtl .swiper-button-next:after,

.swiper-button-next:after,

.swiper-rtl .swiper-button-prev:after {

    color: #000;

}

.header-top{
    background: var(--orangeColor);
}

.header-main .handleSearch{
    padding-right: 0;
}

.section_slider .box-img{
    transform: scale(1);
}

.section_slider .swiper-slide-active .box-img{
    transform: scale(1.12);
    transition: all 8s ease-out;
}

.section_slider button{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.1);
    transform: scale(0.5);
    z-index: 2;
    font-size: 20px;
}

.section_slider .button-next{
    right: 20px;
}

.section_slider .button-prev{
    left: 20px;
}

.section_slider:hover button{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.menu-item-footer a::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 0px;

    transform: translateY(-50%);

    width: 6px;

    height: 6px;

    border-radius: 100%;

    background-color: var(--mainColor);

}

.menu-item-footer:first-child a::before {

    display: none !important;

}

.portfolio-img a {

    transition: all 0.4s ease-in-out 0s;

}

.portfolio-item .portfolio-img{
    border-radius: 12px;
}

.portfolio-item .portfolio-img img {

    -webkit-transition: 1.3s all ease;

    transition: 1.3s all ease;

}

.portfolio-item:hover .portfolio-img img {

    -webkit-transform: scale(1.3);

    transform: scale(1.3);

}

.portfolio-item .portfolio-inner {

    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);

    padding: 10px 20px;

    border-radius: 12px;

    transition: all 0.5s ease-in-out;

}

.portfolio-item:hover .portfolio-inner {

    bottom: -50px;

}

.portfolio-item .portfolio-inner .p-category {

    transition: all 0.8s ease-in-out;

}

.portfolio-item .p-category a:hover{
    color: var(--mainColor2);
}



.portfolio-item .portfolio-inner .p-title {

    transition: all 0.8s ease-in-out;

}

.project-item{
    border-radius: 12px;
}

.project-content {

    -webkit-transition: 0.3s all ease-out;

    transition: 0.3s all ease-out;

}

.project-content:before {

    background: #ff6314de;

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    opacity: 1;

    width: 100%;

    height: 100%;

    transition: all 0.3s ease 0s;

}

.project-item:hover .project-content {

    opacity: 1;

    top: 0;

}

.project-content:before {

    background: #ffb803b2;

}

.project-item .project-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.swiper-pagination-clickable .swiper-pagination-bullet {

    cursor: pointer;

    background: var(--mainColor) !important;

    height: 8px;

    width: 14px;

    border-radius: 0px 0px 0px 0px;

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);

    transition: all 0.3s ease-in;

    -webkit-transition: all 0.3s ease-in;

}

.swiper-pagination-bullet-active,

.swiper-pagination-clickable .swiper-pagination-bullet:hover {

    width: 50px !important;

    background: var(--mainColor) !important;

    opacity: 1;

}



.blog-item .blog-inner-wrap {

    transition: all 500ms ease;

}

/*.blog-item {

    box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);

}*/

.blog-item:hover .image-wrap img {

    transform: scale(1.1);

}

.blog-item .image-wrap img {

    transition: all 0.5s ease 0s;

    transform: scale(1);

}

.custom-icon img{
    width: 40px;
}

.cus-btn{
    display: inline-block;
    margin-top: 20px;
    background: var(--mainColor);
    padding: 12px 40px;
    color: #fff;
    border-radius: 12px;
}

.cus-btn:hover{
    background: var(--mainColor2);
}

.cusmt20{
    margin-top: 80px;
}

.blog-item .img{
    border-radius: 12px;
}

.hover-zoom{
    overflow: hidden;
}

.hover-zoom img{
    transition: 1.3s all ease;
}

.hover-zoom:hover img{
    transform: scale(1.05);
}

.blog-item .box-info{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: -40px 20px 0 20px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.blog-item .title-desc{
    padding: 10px 20px;
}

.blog-item .title-desc h3, .item-product .nav-img h3{
    height: 56px;
}

.blog-item .box-info > a{
    display: block;
    text-align: right;
    padding: 10px 20px;
    border-top: 1px solid #e3e3e3;
}

.blog-item .box-info svg{
    display: inline-block;
    width: 15px;
}

.blog-item .box-info a:hover svg{
    fill: var(--mainColor);
}


.item-product{
    border: 1px solid #d0d7de;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.item-product .nav-img{
    padding: 15px;
}

.item-product .nav-img .text-primary:hover{
    color: var(--mainColor2);
}

.item-product .nav-img .btn-view-more{
    display: block;
    width: 100%;
    margin-top: 15px;
    background: var(--mainColor);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 12px 40px;
    line-height: 1.3;
}

.btn-animate::before, .btn-animate::after{
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: var(--mainColor2);
    z-index: -1;
}

.btn-animate::before{
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
}

.btn-animate::after{
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.btn-animate:hover::before, .btn-animate:hover::after{
    width: 100%;
}

/*.cate-product-home{
    background: var(--mainColor);
}*/

/*.cate-product-home .cus-title{
    margin-bottom: 40px;
}*/

/*.cate-product-home .item{
    position: relative;
    aspect-ratio: 7 / 5;
    isolation: isolate;
}

.cate-product-home .item a{
    display: grid;
    place-items: center;
    background-color: rgb(0 0 0 / 0.4);
    height: 100%;
    padding: 1rem;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-property: background-color;
    text-transform: uppercase;
    color: #fff;
    text-wrap: balance;
    font-weight: 500;
}

.cate-product-home .item a:hover{
    background-color: rgb(0 0 0 / 0.8);
}

.cate-product-home .item img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}*/

/*.cate-product-home .box-title-desc{
    color: #fff;
}

.cate-product-home .sub-title{
    background: #fff;
    color: var(--mainColor);
}*/

.cate-product-home .bg-section{
    z-index: -1;
    opacity: 0.2;
}

.cate-product-home .list-item{
    margin-top: 35px;
}

.cate-product-home .item{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.cate-product-home .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cate-product-home .item .box-info{
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    color: #fff;
    padding: 60px 20px 20px;
    transition: 0.3s;
    background: linear-gradient(0deg, #000, transparent);
}

.cate-product-home .item:hover .box-info{
    bottom: 0;
}

.cate-product-home .item .box-info h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2;
}

.cate-product-home .item .box-info .count{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    transition: 0.3s;
}

.cate-product-home .item:hover .box-info .count{
    margin-bottom: 5px;
}

.cate-product-home .item .box-info a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.cate-product-home .item .box-info a i{
    vertical-align: middle;
}

.cate-product-home .item .box-info a:hover i{
    transition: 0.3s;
    padding-left: 20px;
}

.item-cate-cus{
    position: relative;
    padding-bottom: 60px;
    border-radius: 12px;
    overflow: hidden;
}

.item-cate-cus .box-info{
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--orangeColor);
    width: 100%;
}

.item-cate-cus .box-info h3{
    padding: 10px 15px 10px 70px;
    text-align: right;
    font-size: 18px;
    line-height: 1.1;
    height: 60px;
}

.item-cate-cus .box-info h3 a:hover{
    color: var(--mainColor2);
}

.item-cate-cus .box-icon{
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    width: 45px;
    height: 60px;
    background: var(--mainColor2);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.item-cate-cus .box-icon::before{
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 18px solid var(--mainColor2);
    position: absolute;
    left: -18px;
    top: 0;
}*/

.item-cate-cus .box-icon img{
    position: relative;
    z-index: 1;
}

.item-cate-cus .box-icon::after{
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 18px solid var(--mainColor2);
    position: absolute;
    right: -17px;
    top: 0;
}

.item-cate-cus .box-icon img{
    max-width: 35px;
    height: auto;
    max-height: 40px;
}

@media(max-width:767px){
    .cusmt20{
        margin-top: 40px;
    }
}


/*css mới*/

.text13{
    font-size: 13px;
}

.header-top .list-info1 a:hover{
    color: var(--mainColor2);
}

.btn-hotline .box-icon{
    width: 40px;
    height: 40px;
    background: var(--orangeColor);
    font-size: 20px;
    margin: 0 20px;
    border-radius: 50%;
    box-shadow: 0 0 0px 5px rgba(var(--orangeColorRbg), 0.29);
}

.btn-hotline .box-icon i{
    top: 3px;
    
}

.btn-hotline .box-icon a{
    animation: tada 1500ms ease-out infinite;
    -webkit-animation: tada 1500ms ease-out infinite;
}

.btn-hotline .box-info label{
    font-size: 14px;
}

.btn-hotline .box-info a{
    font-size: 16px;
    color: var(--mainColor2);
    font-weight: 700;
}

@keyframes tada{
    0%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20%{
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80%{
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100%{
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.header-main .main-menu a.active, .header-main .main-menu .item-menu1 > a:hover{
    color: var(--mainColor2);
}

.header-main .main-menu .item-menu1{
    padding: 30px 0;
}

.header-main .main-menu .item-menu1 > ul{
    top: 100%;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    width: 240px;
    padding: 0;
}

.header-main .main-menu .item-menu1 > ul > li{
    padding: 10px 20px;
}

.header-main .main-menu .item-menu1 > ul > li + li{
    border-top: 1px solid #E2DFEB;
}

.header-main .main-menu .item-menu1 > ul > li:hover{
    background: var(--mainColor);
}

.header-main .main-menu .item-menu1 > ul > li:hover a{
    color: #fff;
}

.about-us .box-img{
    padding-top: 80px;
    padding-left: 110px;
}

.about-us .box-img .image1{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 16px;
    max-width: 180px;
    z-index: 1;
}

.about-us .box-img .image2{
    position: relative;
    padding-bottom: 45px;
    padding-right: 65px;
}

.about-us .box-img .image2 .box{
    border-radius: 31px;
    overflow: hidden;
}

.about-us .box-img .box-meta{
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 2;
    writing-mode: vertical-rl;
    transform-origin: left;
}

.rotate180{
    transform: rotate(180deg);
}

.about-us .box-meta .box-count{
    font-size: 72px;
    font-weight: bold;
    color: var(--mainColor);
    line-height: 1;
    margin-bottom: 15px;
}

.about-us .box-meta .title{
    font-weight: bold;
    font-size: 28px;
    color: #131022;
    text-transform: uppercase;
    max-height: 180px;
    line-height: 1.2;
}

.sub-title{
    margin-bottom: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 600;
    color: #fff;
    background: var(--mainColor);
}

.cus-title{
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.about-us .box-info .box_content p{
    margin-bottom: 20px;
}

.about-us .box-info .box_content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}

.about-us .box-info .box_content ul li{
    width: calc(50% - 15px);
    position: relative;
    color: var(--mainColor2);
    margin-bottom: 8px;
}

.about-us .box-info .box_content ul li::before{
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: var(--mainColor);
    margin-right: 8px;
}

.about-us .box-info .box-btn{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-us .box-info .box-btn .btn-contact{
    display: inline-flex;
    line-height: 60px;
    padding: 0 50px;
    color: #fff;
    border-radius: 10px;
    background: var(--mainColor);
}

.about-us .box-info .box-btn .btn-hotline .box-icon{
    width: 55px;
    height: 55px;
    background: var(--mainColor);
    box-shadow: none;
}

.about-us .box-info .box-btn .btn-hotline .box-icon i{
    color: #fff;
}

/*.services .box-container-service{
    margin-left: -10px;
    margin-right: -10px;
}

.services .service_slider .swiper-slide{
    padding-left: 10px;
    padding-right: 10px;
}*/

.services{
    overflow: hidden;
}

.services .box-info-btn{
    padding-left: 10px;
    padding-right: 10px;
}

.services .service_slider{
    padding: 30px 0 0;
}

.services .box-btn{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 30px;
}

.services .box-btn div{
    width: 46px;
    height: 46px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid var(--mainColor2);
    color: var(--mainColor2);
    font-size: 12px;
}

.services .box-btn div i{
    z-index: 1;
}

.services .box-btn div::before{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
}

.services .box-btn div:hover{
    border-color: var(--mainColor);
}

.services .box-btn div:hover i{
    color: #fff;
}

.services .box-btn div:hover::before{
    transform: scale(1);
    background: var(--mainColor);
}

.services .service_slider .swiper-slide, .blogs .section_blogs_slider .swiper-slide, .feed-back .feedblack_slider .swiper-slide{
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.services .service_slider .swiper-slide-active, .services .service_slider .swiper-slide-active + .swiper-slide,
.services .service_slider .swiper-slide-active + .swiper-slide + .swiper-slide, .blogs .section_blogs_slider .swiper-slide-active,
.blogs .section_blogs_slider .swiper-slide-active + .swiper-slide, .blogs .section_blogs_slider .swiper-slide-active + .swiper-slide + .swiper-slide,
.feed-back .feedblack_slider .swiper-slide-active, .feed-back .feedblack_slider .swiper-slide-active + .swiper-slide,
.feed-back .feedblack_slider .swiper-slide-active + .swiper-slide + .swiper-slide{
    opacity: 1;
}

.service-item{
    background: #fff;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 10px 31px 10px #0c227112;
}

.service-item .box{
    padding: 18px;
}

.service-item .box .box-image{
    overflow: hidden;
    border-radius: 10px;
}

.service-item .box .box-image a{
    display: block;
    width: 100%;
    padding-bottom: 66.66667%;
    position: relative;
}

.service-item .box .box-image a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-item .box .box-info{
    padding: 40px 20px 20px;
    position: relative;
}

.service-item .box .box-info .icon{
    width: 70px;
    height: 70px;
    background: var(--mainColor);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(var(--orangeColorRbg), 0.3);
    position: absolute;
    top: -38px;
    right: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .box .box-info .icon img{
    max-width: 40px;
    max-height: 40px;
}

.service-item .box .box-info .category{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--mainColor);
}

.service-item .box .box-info h3{
    font-size: 18px;
    font-weight: 500;
    height: 54px;
}

.service-item .box .box-info .desc{
    margin-bottom: 18px;
    height: 72px;
}

.service-item .box .box-info .btn-show-more{
    font-weight: 500;
    position: relative;
    padding-left: 22px;
}

.service-item .box .box-info .btn-show-more i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.service-item:hover{
    background: var(--mainColor2);

}

.service-item:hover .box .box-info, .service-item:hover .box .box-info .category, .service-item:hover .box .box-info .desc{
    color: #fff;
}

.btn-show-more:hover{
    padding-left: 0 !important;
    padding-right: 22px;
}

.btn-show-more:hover i{
    left: auto !important;
    right: 0;
}

.achievement::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    opacity: 0.8;
}

.achievement .item{
    padding: 0 15px;
}

.achievement .item + .item{
    border-left: 1px solid #fff3;
}

.achievement .item .icon{
    width: 92px;
    height: 92px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievement .item .icon img{
    max-width: 60px;
    max-height: 60px;
}

.achievement .item .box-count{
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 10px;
}

.box-title-desc .desc{
    max-width: 640px;
    margin: 0 auto;
}

.projects .home-list-project{
    margin-top: 35px;
}

.project-item{
    border-radius: 12px;
    padding-bottom: 115%;
}

.project-item .box-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-item .box-img img{
    transform: scale(1.05);
    transition: all 300ms linear 0ms;
}

.project-item:hover .box-img img{
    transform: scale(1);
}

.project-item .box-info{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 40px 25px 30px;
    transition: all 200ms linear 0ms;
}

.project-item .box-info::after{
    position: absolute;
    z-index: -1;
    top: 140px;
    left: -150px;
    width: 1200px;
    height: 1200px;
    content: "";
    opacity: 0;
    display: block;
    transform: rotate(12deg);
    transition: all 200ms linear 0ms;
    background: var(--mainColor);
}

.project-item:hover .box-info::after{
    top: 110px;
    opacity: 1;
}

.project-item .box-info > svg{
    position: absolute;
    top: -10px;
    left: 0;
    fill: var(--mainColor2);
    transition: all 200ms linear 0ms;
    z-index: -2;
    opacity: 0;
}

.project-item:hover .box-info > svg{
    top: -40px;
    opacity: 1;
}

.project-item .box-info .btn-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--mainColor);
    font-size: 24px;
    opacity: 0;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 200ms linear 0ms;
    transform: translateY(30px);
    background: #fff;
}

.project-item:hover .box-info .btn-link{
    transform: translateY(0);
    transition-delay: 0.23s;
    opacity: 1;
}

.project-item .box-info .btn-link svg{
    fill: var(--mainColor);
    transition: all 200ms linear 0ms;
}

.project-item .box-info .btn-link:hover svg{
    transform: rotate(45deg);
}

.project-item .box-info h3{
    font-size: 20px;
    transform: translateY(40px);
    transition: all 0.25s ease-in;
    opacity: 0;
}

.project-item:hover .box-info h3{
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
}

.project-item .box-info h3 a{
    color: #fff;
}

.feed-back .feedblack_slider{
    margin-top: 35px;
}

.feedblack_slider .item{
    background-color: #FAFBFB;
    padding: 30px 25px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(var(--mainColor2Rbg), 0.09);
    z-index: 1;
}

.feedblack_slider .item .box-image{
    margin-right: 30px;
    position: relative;
    display: inline-block;
}

.feedblack_slider .item .box-image .img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.feedblack_slider .item .box-image .icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: 4px solid #fff;
    right: -17px;
    border-radius: 50%;
    color: #fff;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.feedblack_slider .item .name-job h4{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.section-home-blogs::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0B111D;
    opacity: 0.9;
}

.section_blogs_slider{
    margin-top: 35px;
    padding-bottom: 20px;
}

.art-item{
    background: #fff;
    transition: all 0.35s;
    box-shadow: 0px 10px 20px 0px rgba(23, 39, 54, 0.1);
    border-radius: 10px;
}

.art-item .box-img{
    position: relative;
    overflow: hidden;
    padding-bottom: 72%;
    border-radius: 10px 10px 0 0;
}

.art-item .box-img a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.art-item img{
    transition: all 3s;
}

.art-item:hover img{
    transform: scale(1.1);
}

.art-item .box-info{
    padding: 45px 20px 20px;
    position: relative;
}

.art-item .box-info .date{
    border: 6px solid var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50%;
    flex-direction: column;
}

.art-item .box-info .title{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    height: 48px;
}

.art-item .box-info .title a:hover{
    color: var(--mainColor);
}

.art-item .box-info .desc{
    margin-top: 10px;
    height: 48px;
}

.section-partner .list-item, .section-partner .list-item-mobile{
    margin-top: 35px;
}

.section-partner .list-item-mobile{
    display: none;
}

.section-partner .item {
    background: #fff;
    box-shadow: 2px 0px 20px 2px #0000002e;
    border-radius: 5px;
    padding: 20px;
}

.section-partner .item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

/*footer{
    background: #cccccc4d;
}*/

.footer-top .footer-top-logo img{
    max-height: 54px;
}

.footer-top .box-logo{
    margin-bottom: 20px;
}

.footer-top .box-info .desc{
    margin-bottom: 15px;
    font-weight: 300;
    color: #585c7b;
}

.footer-top .box-info .item-icon.hotline{
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mainColor);
}

.footer-top .box-info .item-icon .icon{
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 1px solid var(--mainColor);
    border-radius: 50%;
}

.footer-top .box-info .item-icon .icon .fa-phone{
    transform: rotate(90deg);
}

.footer-top .box-info .item-icon .info label{
    font-weight: 300;
    color: #585c7b;
}

.footer-top .box-info .item-icon .info a{
    font-size: 15px;
    font-weight: 600;
}

.footer-top .box-info .item-icon .info a:hover{
    color: var(--mainColor);
}

.footer-top .blogs .item + .item{
    margin-top: 15px;
}

.footer-top .blogs .item .box-image{
    overflow: hidden;
    border-radius: 7px;
    width: 80px;
    height: 80px;
}

.footer-top .blogs .item .box-image img{
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.footer-top .blogs .item:hover .box-image img{
    transform: scale(1);
}

.footer-top .blogs .item .box-info{
    width: calc(100% - 80px);
    padding-left: 15px;
}

.footer-top .blogs .item .box-info h3{
    font-weight: 600;
    color: #585c7b;
}

.footer-top .blogs .item .box-info .name-author{
    font-size: 14px;
    color: #9397AD;
}

.footer-top .menu-footer a{
    font-weight: 300;
    color: #0c2271;
}

.footer-top .menu-footer a:hover{
    color: var(--mainColor);
}



.box_content h2{
    font-size: 20px;
}

.footer-bottom{
    background-color: #FAFBFB;
}

.header-main.scrollActive{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.cate-product-home .item:not(.md\:col-span-2) img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.cate-product-home .item.md\:col-span-2 img{
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.box_content p, .item-product .desc, .service-item .desc, .projects .box-title-desc .desc, .feed-back .box-title-desc .desc,
.feedblack_slider .item .box-desc, .services .box-info-btn .desc, .services-txt, .about-us .space-y-3 p, .box_content li{
    color: #02518b;
}


@media(min-width:1280px){

    .about-us .box-meta{
        position: absolute;
        bottom: 26px;
        left: 0px;
        z-index: 2;
        writing-mode: vertical-rl;
        transform-origin: left;
    }

    .services .box-info-btn{
        align-items: flex-end;
    }

    .services .box-info-btn .item1{
        width: 40%;
    }

    .services .box-info-btn .item2{
        width: 20%;
    }

    .services .box-info-btn h2{
        margin-bottom: 0;
    }

    .services .box-info-btn .item1 + .item1{
        padding-left: 20px;
    }

    .feedblack_slider .item .box-info{
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media(max-width: 1279px){

    .header-main .main-menu .item-menu1{
        font-size: 14px;
        padding: 10px 0;
    }

    .padding-section, .footer-top{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-us .box-img .image2{
        padding-bottom: 30px;
        padding-right: 30px;
    }

    .services .box-info-btn .item1 + .item1{
        margin-bottom: 20px;
    }

    .services .box-btn{
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .achievement .item .box-count{
        font-size: 40px;
    }
}

@media(max-width: 1100px){
    .header-main .main-menu .item-menu1 > a{
        padding: 0 5px;
    }
}

@media(max-width: 1023px){
    .about-us .box-img .image1{
        max-width: 300px;
    }

    .header-main .btn-hotline{
        display: none;
    }

    .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul{
        background: #f8f8f8;
    }

    .achievement .item{
        margin: 15px 0;
    }

    .achievement .item + .item{
        border-left: none;
    }

    .section-partner .list-item{
        display: none;
    }

    .section-partner .list-item-mobile{
        display: block;
    }
}

@media(max-width: 767px){

    .about-us .box-img{
        padding-top: 40px;
        padding-left: 70px;
    }

    .about-us .box-img .image1{
        max-width: 150px;
    }

    .about-us .box-img .image2{
        padding-right: 0;
        padding-bottom: 20px;
    }

    .about-us .box-img .box-meta{
        position: relative;
        writing-mode: unset;
        bottom: unset;
        left: unset;
        margin-left: -70px;
    }

    .about-us .box-img .box-meta .rotate180{
        transform: rotate(0);
    }

    .about-us .box-meta .box-count{
        font-size: 40px;
        margin-bottom: 0;
    }

    .about-us .box-meta .title{
        font-size: 25px;
        padding-left: 10px;
    }

    .cus-title{
        font-size: 28px;
    }

    .about-us .box-info .box_content ul li{
        width: 100%;
    }

    .about-us .box-info .box-btn{
        margin-bottom: 0;
        gap: 20px;
    }

    .services .service_slider .swiper-slide, .blogs .section_blogs_slider .swiper-slide, .feed-back .feedblack_slider .swiper-slide{
        opacity: 0 !important;
    }

    .services .service_slider .swiper-slide-active, .blogs .section_blogs_slider .swiper-slide-active, .feed-back .feedblack_slider .swiper-slide-active{
        opacity: 1 !important;
    }

}

@media(max-width:639px){
    .achievement .item .icon{
        width: 70px;
        height: 70px;
    }

    .achievement .item .icon img{
        width: 50px;
    }

    .achievement .item .box-count{
        font-size: 30px;
    }

    .achievement .item{
        padding: 0 5px;
    }

    .section-partner .item{
        padding: 10px;
    }

    .section_partner_slider .swiper-slide{
        opacity: 0;
        visibility: hidden;
    }

    .section_partner_slider .swiper-slide.swiper-slide-active, .section_partner_slider .swiper-slide.swiper-slide-next{
        opacity: 1;
        visibility: visible;
    }

    .service-item{
        background: var(--mainColor2);
    }

    .service-item .box .box-info, .service-item .box .box-info .category{
        color: #fff;
    }

    .cate-product-home .item img{
        aspect-ratio: 3 / 2 !important;
    }
}
