@import url(../poppins/css/Poppins.css);
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto:wght@300;400;500;700;900&display=swap");

/* @media (min-width:1600px) {
    .container {
        max-width: 1400px;
    }
} */


/* Header Top Area
============== */
.header-top {
    background: linear-gradient(to right, #008ED8, #254F6C);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 0;
    width: 100%;
}

.header-top-mail {
    display: flex;
    align-items: center;
}

.header-top-mail a {
    display: block;
    display: flex;
    align-items: center;
}
@media (max-width:520px) {
    .header-top{
        display: none;
    }    
}
.header-top-social a{
    color: white;
    margin-right: 8px;
    font-size: 20px;
}
.header-top-social a .iconfont{
    font-size: 20px;
}
header .container-fluid {
    padding: 0 3%;
}
/* .header-area{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
} */

.other-header{
    position: relative;
    z-index: 99;
    background-color: white;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* padding: 7px 0; */
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}
.header-area .logo img{
    width: 95px;
}
@media (max-width:575px) {
    .header-area .logo img{
        width: 70px;
    }
}
.header-area .main-menu{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.header-area .nav-link {
    position: relative;
}
.nav-link#contact{
    color: white;
    background: linear-gradient(to right, #008ED8, #182E85);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 500px;
    font-weight: 600;
    text-transform: uppercase;
}
/* .header-area .nav-item .nav-link::before {
    display: none;
    position: absolute;
    left: 0;
    bottom: 33%;
    content: '';
    width: 50%;
    height: 2px;
    background-color: #0545A3;
    transition: all .3s ease;
}

.header-area .nav-item.active .nav-link::before {
    display: block;
} */

header .nav-ul {
    display: flex;
}

.nav-ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.nav-ul li a:nth-child(1) {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 35px 0;
    color: #000000;
    align-items: center;
}

.nav-ul li .fa-caret-down {
    font-size: 14px;
    margin-left: 5px;
}

.nav-ul li.active a {
    color: #0579C6;
    font-weight: 600;
}

/*.nav-ul li.active a::before{
    background: #0579C6;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 25px;
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.nav-ul>li:hover a::before,
.nav-ul>li.active a::before {
    width: 100%;
}*/
.nav-ul>li:hover a {
    color: #0579C6;
}

.nav-ul>li:hover .sub-menu a {
    color: #2e3237;
}

.sub-menu {
    position: absolute;
    top: 80px;
    left: 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    background-color: white;
    /*transition: 0.3s;*/
    visibility: hidden;
    z-index: 999;
}

.nav-item:hover .sub-menu {
    visibility: visible;
}

.sub-menu li {
    margin: 0 !important;
}


.sub-menu-item {
    position: relative;
}

.sub-menu-2 {
    position: absolute;
    top: 7px;
    left: 101%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background: #001ae2; */
    background-color: white;
    /* background: linear-gradient(to right,  #2744bb,#112780); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
}
.sub-menu-2::before{
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(to right, #008ED8, #254F6C);
}
.sub-menu-item:hover .sub-menu-2 {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.btn-radio a {
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 600px;
    background: linear-gradient(to right, #008ED8, #008ED8);
    text-align: center;
    transition: all .3s ease;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn-radio a:hover {
    border: 2px solid #008ED8;
    color: #008ED8;
    background: rgba(255, 255, 255, 0.9);
}

/* 圆角浅蓝动态按钮 */
.btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsla(194 100% 69% / 1);
    --btn-bg-2: hsla(217 100% 56% / 1);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 7px;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg,
            var(--btn-bg-2) 0%,
            var(--btn-bg-1) 55%,
            var(--btn-bg-2) 90%);
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow:
        0px 0px 10px rgba(71, 184, 255, 0.5),
        0px 5px 5px -1px rgba(58, 125, 233, 0.25),
        inset 4px 4px 8px rgba(175, 230, 255, 0.5),
        inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.btn-donate:hover {
    background-position: right top;
    color: white;
}

.btn-donate:is(:focus, :focus-visible, :active) {
    outline: none;
    box-shadow:
        0 0 0 3px var(--btn-bg-color),
        0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }
}
.slick-dots li button{
    cursor: pointer;
    text-indent: -9999px;
}
.main-btn{
    color: white;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    background-color: #2191E6;
    /* background: linear-gradient(315deg, #008ED8 0%, #233eff 80%); */
    box-shadow: 0px 20px 20px rgb(0 88 255 / 10%);
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-btn::before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #36393A;
    border-radius: inherit;
    z-index: -1;
    transition: all .3s ease;
}
.main-btn::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 4px;
    right: 4px;
    border: 2px solid white;
    border-left: none;
    border-bottom: none;
    /* background-color: white; */
    transition: all .3s ease;
}
.main-btn:hover::before{
    width: 100%;
}

.main-btn:hover{
    color: white;
}
@media (max-width: 579px){
    .main-btn{
        font-size: 14px;
        padding: 7px 20px;
    }
}


/*banner*/
.index-banner-slick{
    position: relative;
}
.index-banner-slick .slick-list{
    height: auto !important;
}
.index-banner-slick-item{
    position: relative;
}
.index-banner-slick-item-img img{
    width: 100%;
}
.index-banner-slick-item-img{
    position: relative;
}
.index-banner-slick-img-phone{
    display: none !important;
}
.index-banner-slick-content ,.other-banner-slick-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.index-banner-slick-content h2 ,.other-banner-slick-content h2{
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    line-height: 1.1;
    transition: all .3s ease;    
}
.other-banner-slick-content h2{
    font-size: 55px;
}
.other-banner-slick-content h3 {
    font-size: 22px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: white;
    line-height: 1.3;
}
@media only screen and (max-width: 1366px) {
    .other-banner-slick-content h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .other-banner-slick-content h2 {
        font-size: 30px;
    }
}

.index-banner-slick-content h2 span{
    font-size: 73px;
}
.index-banner-slick-content p{
    font-size: 22px;
    color: white;
    transition: all .3s ease;
}
.index-banner-slick-a{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.index-banner-slick-a a{
    display: block;
    width: 100%;
    height: 100%;
}

/* .index-banner-slick-content h2,
.index-banner-slick-content p,
.index-banner-slick-content .main-btn {
    opacity: 0;
    visibility: hidden;
}

.slick-active .index-banner-slick-content h2 {
    animation: fadeInRight 0.6s ease .5s forwards;
    visibility: visible;
}
.slick-active .index-banner-slick-content p {
    animation: fadeInRight 0.6s ease 1s forwards;
    visibility: visible;
}
.slick-active .index-banner-slick-content .main-btn {
    animation: fadeInRight 0.6s ease 1.5s forwards;
    visibility: visible;
} */

@media (max-width:1199px) {
    .index-banner-slick-content h2{
        font-size: 50px;
    }
    .index-banner-slick-content h2 span{
        font-size: 56px;
    }
    .index-banner-slick-content p{
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width:991px) {
    .index-banner-slick-content h2{
        font-size: 35px;
    }
    .index-banner-slick-content h2 span{
        font-size: 39px;
    }
    .index-banner-slick-content p{
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 767px){
    .index-banner-section{
        height: 87vh;
        overflow: hidden;
    }
    .index-banner-slick-img-phone {
        display: block !important;
    }
    .index-banner-slick-img-pc {
        display: none !important;
    }
    .index-banner-slick-a{
        width: 100%;
        height: 50%;
    }
    .index-banner-slick-content{
        top: 29%;
    }
    .index-banner-slick-content h2{
        font-size: 55px;
        color: #254F6C;
    }
    .index-banner-slick-content h2 span{
        font-size: 61px;
    }
    .index-banner-slick-content p{
        color: #36393A;
    }
}
@media (max-width: 579px) {
    .index-banner-section{
        height: auto;
        overflow: inherit;
    }
    .index-banner-slick-content{
        top: 29%;
    }
    .index-banner-slick-content h2{
        font-size: 40px;
    }
    .index-banner-slick-content h2 span{
        font-size: 45px;
    }
    

}

.index-banner-slick .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);

}
.index-banner-slick .slick-dots li button{
    border: none;
    width: 25px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background:rgba(255,255,255,0.9);
    margin: 0 5px;
    outline: none;
    transition: all .3s ease;
}
.index-banner-slick .slick-dots li.slick-active button{
    background: #36393a;
}

/* other-banner-slick */
@media (max-width:1050px) {
    .other-banner-section .slick-slide .index-banner-slick-item-img img{
        object-fit: cover;
        height: 500px;
    }
}


/*index*/
.index-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-title-1 h2 {
    color: #222222;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}
.index-title-1 h2 span{
    display: inline;
    color: #008ED8;
}
.index-title-lin h2 {
    font-weight: 600;
    color: #0545A3;
    font-size: 45px;
    background: linear-gradient(to bottom, #0545A3, #3a3a3a);
    background-repeat: repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: center center;
    background-size: cover;
}

.index-title-2 h5 {
    color: #1F3F6E;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
}
@media only screen and (max-width: 1366px) {
    .index-title-1 h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .index-title-1 h2 {
        font-size: 30px;
    }
}

.index-title-ab h2{
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    position: relative;
    color: #36393A;
    line-height: 1.3;
    display: inline-block;
}
.index-title-ab h2::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 3.5px;
    background-color: #008ED8;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .index-title-ab h2 {
        font-size: 30px;
    }
}

/* index-about */
.index-about{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 77px 55px;
}
@media (max-width:579px) {
    .index-about{
        padding: 52px 22px;
    }
}
.index-about-left .index-title-ab h2{
    color: white;
}
.index-about-left .index-title-ab h2::before{
    border-color: white;
}
.index-about-des h3{
    color: white;
    font-size: 22px;
}
.index-about p{
    color: white;
}

.index-about-btn .main-btn{
    background-color: transparent;
    border: 2px solid white;
}
.index-about-btn .main-btn::after{
    border-color: #008ED8;
}

.index-about-img::after{
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%);
    right: 0;
    top: 0;
    background-image: url(../img/index/index-about-1.jpg);
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: bgFloat 5s ease-in-out infinite;
}
@keyframes bgFloat {
    0%, 100% {
        background-position: center 0%; /* 初始位置 */
    }
    50% {
        background-position: center 15%; /* 向下移动 10% */
    }
}
.index-about-img::before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(45, 57, 107, 0.7);
}
.index-about-img p{
    color: #eeeeee;
    font-size: 15px;
    line-height: 24px;
}
.index-about-img .main-btn{
    padding: 15px 30px;
    background: linear-gradient(35deg,#ffb742,#ffa81c);
    border-radius: 0;
    font-size: 17px;
}
.index-about-img .main-btn::after{
    border-radius: 0;
}
@media (max-width:1498px) {
    .index-about-img::after{
        width: 25%;
    }
}
@media (max-width:1057px) {
    .index-about-img::before{
        width: 100%;
    }
}
@media (max-width:767px) {
    .index-about-img::after{
        width: 0;
    }
}


.index-about-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow:  0 0 5px 13px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.index-about-video::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    z-index: -1;
}
.video-play-btn .iconfont{
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: white;
    color: #008ED8;
    border-radius: 50%;
}

/* index-partner */
.index-partner-item{
    background-color: white;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    min-height: 110px;
}
.index-partner-item img{
    transition: all .3s ease;
}
.index-partner-item img:hover{
    transform: scale(1.1);
}
/* index-transition */
.index-transition{
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-transition-des h5 ,
.index-transition-des h6{
    color: white;
    line-height: 1.3;
}
.index-transition-des h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.index-transition-des h6{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}
.index-transition .main-btn{
    background-color: #36393A;
}

/* index-pro */
.index-product-item{
    padding: 12px;
    position: relative;
}
.index-product-slick .slick-list{
    height: auto !important;
}
.index-product-slick .slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.index-product-slick .slick-dots li button{
    border: none;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background:#36393A;
    margin: 0 5px;
    outline: none;
    transition: all .3s ease;
}
.index-product-slick .slick-dots li.slick-active button{
    background:#008ED8;
}
.index-product-item-img img{
    width: 100%;
}
.index-product-item-img{
    position: relative;
}
.index-product-item-img::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    content: '';
    border: 2px solid white;
    z-index: 1;
}
.index-product-item-detail{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 13%;
    transform: translateX(-50%);
    width: 100%;
}
.index-product-item-detail h5{
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2px;
}
.index-product-item a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.index-main-pro-item{
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.index-main-pro-detail h5{
    font-size: 19px;
    font-weight: 600;
    color: #008ED8;
    margin-bottom: 10px;
}
.index-main-pro-detail p{
    line-height: 24px;
    margin-bottom: 0;
    color: #36393a;
}
.index-pro-item-btn .iconfont{
    font-size: 35px;
    color: #008ED8;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    transition: all .3s ease;
}
.index-main-pro-item:hover .index-pro-item-btn .iconfont{
    background-color: #008ED8;
    color: white;
}

.index-main-pro-item:hover .index-main-pro-img img{
    transform: scale(1.05);
    transition: all .3s ease;
}


.index-category{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-category-item{
    padding: 30px;
}
.index-category-img{
    background-color: white;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.03);
    transition: all .3s ease;
}
.index-category-img img:hover{
    transform: scale(1.05);
}
.index-category-detail{
    /* background-color: #EEF2FF; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-category-title{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    color: white;
}
.index-category-title span{
    background: linear-gradient(to right, #008ED8, #182E85);
    padding: 7px 20px;
    text-align: center;
}
.separator{
    position: absolute;
    content: "";
    height: 120px;
    width: 1px;
    background-color: #f2ede9;
    top: 42%;
    transform: translateY(-50%);
}
.separator::after{
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #008ED8;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.separator-1{
    left: 33.3333%;
}
.separator-2{
    left: 66.6666%;
}
@media (max-width:991px) {
    .index-category-item{
        padding: 7px;
    }
    .separator{
        display: none;
    }
}



/*  */
.btn-text a{
    position: relative;
    color: #008ED8;
}
.btn-text a::before{
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 1px;
    content: '';
    background-color: #008ED8;
    transition: all .3s ease;
}
.index-category-detail:hover .btn-text a::before{
    width: 100%;
}
.btn-text a:hover::before{
    width: 100%;
}


/* index-ad */
.faq-area {
    background-color: #30332E;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 775px; */
    padding: 100px 120px;
    margin-left: -30px;
    height: 100%;
}

@media (max-width:700px) {
    .faq-area {
        padding: 100px 30px;
        margin-left: 0;
    }
}

.faq-area h2.about-title {
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 1.1;
    color: #fff;
}

.faq-area .single-faq .faq-header h3.faq-title button.collapsed {
    border-color: rgba(255, 255, 255, 0.3);
    color: #333333;
    background-color: #eeeeee;
}

.faq-area .single-faq .faq-header h3.faq-title button {
    background-color: #008ED8;
    color: white;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    padding: 9px 25px;
    font-weight: 700;
    border-radius: 3px;
    transition: all ease 0.4s;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.faq-area .single-faq .faq-header h3.faq-title button:after {
    content: '\e60a';
    position: relative;
    float: right;
    font-family: "iconfont";
    font-weight: 300;
}

.faq-area .single-faq .faq-header h3.faq-title button.collapsed:after {
    content: '\e609';
}

.faq-body p {
    color: #eee;
}

/* index-news */
.index-news-img{
    overflow: hidden;
}
.index-news-img img{
    width: 100%;
    transition: all .3s ease;
}
.index-news-img img:hover{
    transform: scale(1.05);
}
.index-news-title{
    background-color: #F8F8F8;
    /* height: 100%; */
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-news-title h6{
    color: #222222;
    line-height: 1.3;
}
.index-news-lg-left .index-news-title{
    height: 100%;
}
.index-news-lg-right{
    background-color: #F8F8F8;
    display: grid;
    grid-template-rows: auto auto;
}

/*首页之外 banner*/
.other-banner-section .slick-dots{
    display: none;
}
.other-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    /* z-index: 2; */
    width: 100%;
    /* padding: 200px 0 120px 0; */
    display: flex;
    align-items: center;
}
.other-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, #363b3f 0%, transparent 90%);
    opacity: 0.9;
}
.other-banner-bg{
    width: 100%;
}
.other-banner-bg img{
    width: 100%;
}   
.other-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-title h2 {
    font-size: 55px;
    font-weight: 800;
    color: white;
    height: 55px;
    border-left: #008ED8 solid 5px;
    padding-left: 20px;
}
@media only screen and (max-width: 1366px) {
    .banner-title h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-title h2 {
        font-size: 30px;
    }
}



/* about */
/* about-company-counter */

.about-company-counter{
    /* display: grid;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08); */
}
.about-counter-item{
    position: relative;
    border: 1px solid #E0ECF6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03);
    padding: 17px 7px 37px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
    border-radius: 12px;
}
.about-counter-icon{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}
.about-counter-icon .iconfont{
    font-size: 45px;
    color: #008ED8;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background-color: white;
}
.about-counter-content{
    margin-top: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}
.about-counter-content span{
    font-size: 30px;
    font-weight: 800;
    color: #008ED8;
    margin-right: 5px;
}
.about-counter-des{
    margin-top: 12px;
    text-transform: capitalize;
    color: #898a9c;
}

@media (max-width:991px) {
    .about-counter-item{
        margin-bottom: 60px;
    }
}
@media (max-width:490px) {
    .about-counter-item{
        margin-bottom: 60px;
    }
    .about-counter-icon .iconfont{
        font-size: 33px;
    }
    .about-counter-content span{
        font-size: 27px;
    }
}

/* about-history */
.about-history{
    position: relative;
    overflow: hidden;
}
.about-history h5{
    font-family: 'Roboto',sans-serif;
}
.about-history-title{
    position: relative !important;
}
.about-history-title::after{
    position: absolute;
    content: '';
    right: -7px;
    top: 33px;
    width: 20px;
    height: 15px;
    background-color: #c5c5c5;
    clip-path: polygon(0 1%, 0% 100%, 100% 50%);
}
.about-history-content,
.about-history-title{
    position: relative;
    z-index: 1;
}
.about-history-content .slick-list,
.about-history-title .slick-list{
    height: auto !important;
}
.about-history-title .slick-track{
    padding-top: 40px;
}
.about-history-title-item{
    /* background-color: white; */
    /* border: 1px solid black; */
    text-align: center;
    position: relative;
    padding: 17px 0;
    cursor: pointer;
}
.about-history-title-item::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c5c5c5;
    left: 0;
    top: 0;
    z-index: 1;
}
.about-history-title-item::before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #008ED8;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 0;
}
.about-history-title-item.slick-current::before{
    opacity: 1;
}
.about-history-title-item:hover::before{
    opacity: 1;
}
.about-history-content-item{
    margin: 0 7px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.about-history-content-item h5{
    font-size: 42px;
    line-height: 68px;
    font-weight: 800;
    font-style: italic;
    color: #4e4e4e;
}
.about-history-content-item p{
    font-size: 15px;
    line-height: 22px;
    color: #4e4e4e;
    margin-bottom: 0;
    padding: 12px 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    text-align: center;
}
.about-history-content-logo{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(198deg, #008ED8, #00D1AB);
    border-radius: 50%;
    margin-top: 20px;
    transition: all .3s ease;
}
.about-history-content-logo img{
    width: 40px;
}
.about-history-bg-icon-1{
    position: absolute;
    right: 2.5%;
    top: -120px;
    z-index: 0;
}
.about-history-bg-icon-2{
    position: absolute;
    left: 2.5%;
    bottom: -120px;
    z-index: 0;
}
.about-history-bg-icon-1 .iconfont, 
.about-history-bg-icon-2 .iconfont {
    font-size: 258px;
    line-height: 258px;
    color: white;
    font-weight: 800;
}
.about-history-content-item:hover .about-history-content-logo{
    transform: translateY(-7px);
}
@media (min-width:1200px) {
    .about-history-content-item p{
        min-height: 120px;
    }
}
@media (max-width:767px) {
    .about-history-title .slick-track{
        padding-top: 27px;
    }
    .about-history-content-item h5{
        font-size: 32px;
    }
    .about-history-content-item p{
        font-size: 14px;
    }
    .about-history-title::after{
        top: 20px;
    }
}


/* about-honor */
.about-honor-title{
    background-color: #008ED8;
    padding-top: 27px;
    padding-bottom: 33px;
    position: relative;
}
.about-honor-title .index-title-ab h2{
    color: white;
}
.about-honor-title .index-title-ab h2::before{
    background-color: white;
}
.about-honor-title::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #008ED8;
}
.about-honor-1{
    background-color: white;
    padding: 15px;
    /* display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: baseline; */
    column-gap: 5px;
    border: 1px solid #E0ECF6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.about-honor-1-item {
    padding: 4px;
}
.about-honor-2{
    grid-template-columns: repeat(4 ,1fr);
}
.about-honor p{
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width:991px) {
    .about-honor-1{
        grid-template-columns: repeat(3,1fr);
        row-gap: 7px;
    }
}
@media (max-width:767px) {
    .about-honor-1{
        grid-template-columns: repeat(2,1fr);
    }
}


/* about-check */
.about-check-links{
    position: sticky;
    top: 120px;
}
.about-check-links .nav{
    flex-direction: column;
}
.about-check-links .nav-item{
    margin-bottom: 20px;
}
.about-check-links .nav-link{
    width: 100%;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    background-color: white;
    border: none;
    border-top: 4px solid #36393A;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* align-items: center; */
    /* justify-content: space-between; */
}
.about-check-links .nav-link h5{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    color: #36393A;
    margin-top: 20px;
}
.about-check-links .nav-link .about-check-links-icon{
    width: 48px;
}
.about-check-links .nav-link.active{
    background-color: white;
    border-top: 4px solid #008ED8;
}
.about-check-links .nav-link:hover{
    border-top: 4px solid #2D396B;
    background-color: #f8f9f9;
}
.about-check-links .nav-link:hover .about-check-links-icon{
    animation: flipInY .5s;
}

.about-check-content-title h4{
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    display: flex;
    align-items: center;
}
.about-check-content-title h4 .iconfont{
    font-size: 32px;
    font-weight: 500;
    color: #6072FF;
    margin-right: 10px;
}
.about-check-content-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #36393A;
    letter-spacing: .2px;
}
.about-check-content-img-gird img{
    border-radius: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-check-content-img-gird{
    padding: 20px;
    background-color: white;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
    display: grid;
    grid-template-columns: 7fr 4fr;
    grid-gap: 20px;
}
.about-check-content-img-right{
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}
@media (max-width:991px ) and (min-width:428px) {
    .about-check-links .nav{
        flex-direction: row;
        justify-content: space-between;
    }
    .about-check-links .nav-item{
        width: 47%;
    }
}
@media (max-width:767px) {
    .about-check-content-title h4{
        font-size: 26px;
    }
}

/* about-motor */
.about-motor{
    padding-top: 150px;
    position: relative;
}

.about-motor-bg{
    position: absolute;
    bottom: 0;
    right: -8%;
    /* opacity: 0.5; */
}
.about-motor-bg img{
    width: 200px;
}
.about-motor-img{
    position: relative;
    background-color: #172F6E;
    padding: 50px;
}
.about-motor-slick .slick-list{
    height: auto !important;
}
.about-motor-slick-item{
    padding: 30px;
    border: 1px solid #eeeeee;
}
.about-motor-slick-item-title{
    line-height: 1.1;
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.about-motor-slick-item-title::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px;
    background-color: #008ED8;
}
.about-motor-slick-item-des{
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.about-motor-slick-item-des::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background-color: #6072FF;
}
.about-motor-slick-item-des span{
    color: #36393a;
}
.about-motor-slick .slick-dots{
    margin-top: 20px;
    display: flex !important;
    justify-content: center;
}
.about-motor-slick .slick-dots li button {
    border: none;
    width: 15px;
    height: 10px;
    display: inline-block;
    border-radius: 66px;
    background: #dbdbdb;
    margin: 0 3px;
    outline: none;
    transition: all .3s ease;
}
.about-motor-slick .slick-dots li.slick-active button {
    background: linear-gradient(to right, #008ED8, #2749d1);
    width: 30px;
}
.about-motor-slick .slick-dots li button:hover {
    background: #008ED8;
    width: 30px;
}

/* about-car */
.about-car {
    position: relative;
    margin-bottom: -80px;
    z-index: 2;
}
.about-car .about-car-container{
    background-color: white;
    padding: 10px;
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}
.about-car-container .slick-list{
    height: auto !important;
}
.about-video-container{
    position: relative;
    z-index: 1;
}
.about-video-bg{
    position: relative;
}
.about-video-bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.about-video-container .about-video{
    box-shadow: none;
}
.about-video-container .about-video .iconfont{
    border: 5px solid white;
    line-height: 63px;
    color: white;
    background-color: transparent;
}
@media (max-width:1457px) {
    .about-car{
        margin-bottom: -45px;
    }
}
@media (max-width:1061px) {
    .about-car{
        margin-bottom: -30px;
    }
    .about-car .about-car-container{
        padding: 25px;
    }
}
@media (max-width:767px) {
    .about-car{
        margin-bottom: -10px;
    }
    .about-car .about-car-container{
        padding: 15px;
    }
}
@media (max-width:575px) {
    .about-car{
        margin-bottom: 0px;
    }
    .about-car .about-car-container{
        padding: 15px;
    }
    .about-video-container .about-video .iconfont{
        width: 35px;
        height: 35px;
        border: 3px solid white;
        line-height: 29px;
        font-size: 16px;
        color: white;
        background-color: transparent;
    }
}

.about-section-counter-item{
    padding: 40px 25px;
    box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-section-counter-item h4{
    font-size: 16px;
    color: #222222;
}
.about-section-counter-item h4 span{
    font-weight: 800;
    font-size: 27px;
    color: #008ED8;
}
.about-section-counter-des{
    color: #222222;
    text-transform: capitalize;
}
.about-section-icon-item{
    color: #222222;
    font-size: 18px;
    margin-bottom: 15px;
    
}
.about-section-icon-item .iconfont{
    color: #008ED8;
    font-size: 20px;
    font-weight: 800;
    margin-right: 7px;
}

.about-factory .container-fluid {
    padding: 0 5%;
    position: relative;
    z-index: 2;
}

.about-factory-item {
    position: relative;
    /* border-radius: 10px ; */
    overflow: hidden;
}

.about-factory-des {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 25px;
    z-index: 1;
    transition: all .5s ease;
}

.about-factory-des p {
    color: white;
    line-height: 25px;
    font-size: 15px;
}

.about-factory-item:hover::after {
    height: 100%;
}

.about-factory-item:hover .about-factory-des {
    bottom: 0;
}
.about-fa-item {
    background-color: #f6f8ff;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}
@media (max-width:767px) {
    .about-fa-item {
        margin-bottom: 10px;
        padding: 7px;
    }
    
}
.about-fa-item a {
    position: relative;
    display: block;
}
.about-fa-item a::before {
    position: absolute;
    content: '\e848';
    font-family: iconfont;
    font-size: 35px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(39, 75,159, 0.7);
    transition: all .3s ease;
    opacity: 0;
}
.about-fa-item a:hover::before{
    opacity: 1;
}

/*products*/
.pro-section{
    position: relative;
}
.pro-section .pro-category{
    position: sticky;
    top: 120px;
}
.pro-category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    /* padding: 18px 15px; */
    /* background: linear-gradient(to right, #0377a5, #008ED8); */
    /* border-radius: 5px 5px 0 0; */
}
.pro-category h2 {
    font-size: 20px;
    font-weight: 700;
    color: #008ED8;
    position: relative;
}
.pro-category-title h2::before{
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    border-radius: 5px;
    background-color: #008ED8;
    bottom: 0;
    left: calc(100% + 7px) ;
}
.pro-category-title h2::after{
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background-color: #00D1AB;
    bottom: 0;
    left: calc(100% + 7px) ;
    animation: afterMove 2.5s ease-in-out infinite;
}
@keyframes afterMove{
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0px);
    }
}


.category-lists {
    /* border: 1px solid #dbe3ef; */
    /* margin-top: 10px; */
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    /* background-color: rgba(235, 244, 249, 0.5); */
}

.menu-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.menu-item-container .iconfont{
    color: #008ED8;
}
.pro-menu-li-1 p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.pro-menu-2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease;
}
.pro-menu-2 li{
    margin: 0 !important;
}
.pro-menu-2 li:nth-last-child(1){
    border-bottom: none; 
    padding-bottom: 0;
}
.pro-menu-2.active {
    opacity: 1;
    max-height: 1000px;
    margin-top: 10px;
    border-top: 1px solid #a8e1ff;
}
.pro-menu-2.active li{
    padding-left: 15px;
}
.pro-menu-li-1.active{
    border-bottom-color: #a8e1ff;
}
.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.active {
    transform: rotate(180deg);
}
.category-lists li a{
    transition: all .3s ease;
    color: #222222;
}
.category-lists li a:hover{
    color: #008ED8;
}

.pro-category-title-2 {
    color: #008ED8;
    padding: 7px 15px;
    border-bottom: 1px solid #dbe3ef;
    text-transform: capitalize;
    display: flex;
}

.pro-category-title-2 a,
.pro-category-title-2 dt {
    /* font-family: Arial, sans-serif; */
    font-size: 16px;
    color: #222;
    padding: 8px 0;
    /* letter-spacing: 0.5px; */
    font-weight: 500;
}

.category-lists li {
    /* margin: 0 15px; */
    padding: 15px 0;
    /* background-color: #fff; */
    display: block;
    color: #222222;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
}
.category-lists li a{
    transition: all .3s ease;
}


.pro-list-item-a {
    display: block;
    width: 100%;
}

.pro-list-item-a img {
    width: 100%;
}

.pro-list-des h5 {
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    font-size: 18px;
    margin-bottom: 3px;
    color: #222222;
}

.pro-list-img{
    position: relative;
    overflow: hidden;
    background-color: white;
    /* padding: 15px; */
    border: 1px solid #e6e6e6;
}
@media (max-width:767px) {
    .pro-list-img{
        padding: 5px;
    }
}
.pro-list-img-case{
    position: absolute ;
    left: -100%;
    top: 0;
    transition: all .3s ease;
    /* display: none; */
}
.pro-list-img:hover .pro-list-img-case{
    /* display: flex; */
    left: 0;
}

.sidebar-news {
    background-color: white;
    padding: 25px 15px;
}

.sidebar-news h2 {
    font-size: 22px;
    font-weight: 600;
    color: #00488D;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar-news-item {
    width: 100%;
    display: block;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
}

.sidebar-news-item-date {
    color: #008ED8;
    font-size: 13px;
    text-transform: uppercase;
}

.sidebar-news-item-title {
    color: #333333;
    font-size: 15px;
    text-transform: capitalize;
    /* letter-spacing: .5px; */
    font-weight: 600;
    margin-top: 5px;
}

.sidebar-contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.7;
}

.sidebar-contact-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sidebar-contact-detail h3 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.3;
}

@media (max-width:991px) {
    .sidebar-news {
        display: none;
    }

    .sidebar-contact {
        display: none;
    }
}

/*product-ar*/
.pro-img {
    width: 100%;
    /* padding: 15px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbe3ef;
}

.pro-img img {
    height: 350px;
}
.pro-ar-title h2{
    color: #222222;
    font-size: 30px;
    line-height: 1.2;
}
.pro-typename{
    font-size: 16px;
    margin-top: 15px;
    text-transform: capitalize;
    color: #008ED8;
}

.pro-ar-social{
    display: flex;
    gap: 7px;
    justify-content: flex-start !important;
}
.pro-slick-big-item {
    padding: 0 5px;
}

.pro-slick-big .slick-list {
    height: auto !important;
    /* padding: 10px 0; */
}

.pro-slick-big {
    position: relative;
}

.pro-slick-big .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    /* border: 1px solid #eeeeee; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.pro-slick-big .slick-arrow svg {
    font-size: 15px;
}

.pro-slick-big .slick-prev {
    left: 5%;
}

.pro-slick-big .slick-next {
    right: 5%;
}

.pro-slick-big-item-img,
.pro-slick-small-item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid #dbe3ef; */
    /* padding: 10px; */
}
.pro-slick-big-item-img img{
    width: 100%;
}

.pro-slick-small-item-img {
    border: none !important;
}

/* .pro-slick-big-item-img {
    height: 400px;
} */

.pro-slick-small .slick-list {
    /* height: auto !important; */
    /* border-top: 1px solid #dbe3ef; */
    /* border-bottom: 1px solid #dbe3ef; */
}

.pro-slick-small-item {
    cursor: pointer;
}

.pro-slick-small-item {
    margin-bottom: 10px;
}
.pro-section-over{
    padding: 27px 0;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    background-color: #fff;
    text-align: center;
}
/* .pro-ar-btn a {
    padding: 15px 25px;
    color: #008ED8;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #008ED8;
    text-transform: capitalize;
    transition: all .3s ease;
}
.pro-ar-btn a:hover{
    color: #008ED8;
    border-color: #008ED8;
} */
.pro-detail-section .col-lg-4 ,
.pro-detail-section .col-md-6{
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    padding: 15px 10px 0 15px;
}
.pro-ar-text p ,.pro-ar-text div ,.pro-ar-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #222222;
    margin-bottom: 15px;
}

.pro-ar-text iframe{
    margin-top: 30px;
    width: 100%;
}
.pro-ar-text  table {
    width: 100%;
    border: none;
    margin-top: 30px;
}

.pro-ar-text  table tr {
    border: none;
}

.pro-ar-text  table td {
    border: 1px solid #eef1f8;
    color: #6a6b71;
    text-align: center;
}

.pro-ar-text  table thead tr td {
    background-color: #008ED8;
    color: white;
    font-weight: 600;
}
.pro-ar-text-video-h h2{
    color: #333333;
}
.pro-ar-other .pro-ar-other-slick .slick-list{
    height: auto !important;
}
.pro-ar-other-slick{
    position: relative;
}
.pro-ar-other-slick .slick-arrow,
.index-pro-slick .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #eeeeee;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 2;
    visibility: hidden;
}
.pro-ar-other-slick .slick-prev,
.index-pro-slick .slick-prev{
    left: -3%;
}
.pro-ar-other-slick .slick-next,
.index-pro-slick .slick-next{
    right: -3%;
}
.pro-ar-other-slick .slick-arrow:hover{
    color: #008ED8;
    border-color: #008ED8;
}
.index-pro-slick .slick-arrow:hover{
    color: #043272;
    border-color: #043272;
}
.pro-ar-other-slick:hover .slick-arrow,
.index-pro-slick:hover .slick-arrow{
    visibility: visible;
}

/* technology */
.tech-title p{
    font-size: 15px;
    line-height: 25px;
    color: #4e4e4e;
}
.technology-box-title{
    display: flex;
    align-items: center;

}
.technology-box-title h4{
    color: #222222;
    position: relative;
}
.technology-box-title .iconfont{
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(198deg, #008ED8, #00D1AB);
    border-radius: 50%;
    text-align: center;
    color: white;
    margin-right: 10px;
}
.technology-box-content{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 12px;
}
.technology-content-slick .slick-list{
    height: auto !important;
}
.technology-content-slick .technology-box-item{
    margin: 0 10px;
}
@media (max-width:1199px) {
    .technology-box-content{
        grid-template-columns: repeat(4,1fr);
    }
}
@media (max-width:991px) {
    .technology-box-content{
        grid-template-columns: repeat(3,1fr);
    }
    .technology-box-item-img img {
        height: 150px !important;
    }
}
@media (max-width:767px) {
    .technology-box-content{
        grid-template-columns: repeat(2,1fr);
        row-gap: 0;
        column-gap: 10px;
    }
    .technology-box-item-img img {
        height: 100px !important;
    }
}
.technology-box-item{
    position: relative;
}
.technology-box-item h6{
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 80%;
    line-height: 1.2;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 7px 5px;
    text-align: center;
    border-radius: 5px;
    z-index: 2;
}
.technology-box-item-img{
    position: relative;
}
.technology-box-item-img img{
    height: 173px;
    width: 100%;
    object-fit: cover;
    border-radius: 17px;
}
.technology-box-item-img::before{
    position: absolute;
    width: 100%;
    height: 0;
    content: '';
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #008ED8, transparent);
    border-radius: 17px;
    opacity: 0.7;
    z-index: 1;
    transition: all .3s ease;
}
.technology-box-item-img:hover::before{
    height: 100%;
}
@media (max-width:767px) {
    .technology-box-item h6{
        position: relative;
        transform: translateX(-50%);
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 5px 0;
        margin-top: 10px;
        color: #222222;
        background-color: transparent;
    }
    .technology-box-item-img img{
        border-radius: 7px;
    }
}


.technology-box-slick .slick-list{
    height: auto !important;
}
.technology-box-slick-item{
    padding: 15px;
    background-color: #008ed81a;
}
.technology-work-detail-counter{
    text-align: center;
    /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03); */
    font-size: 25px;
    color: #222222;
    padding: 25px 0;
    border: 1px solid #E0ECF6;
    background-color: white;
}
.technology-work-detail-counter span{
    font-size: 30px;
    font-weight: 600;
    color: #008ED8;
}

.technology-work-detail-2{
    margin-bottom: 20px;
}
.technology-work-detail-top{
    display: flex;
    gap: 10px;
    align-items: center;
}
.technology-work-detail-top-count {
    font-size: 45px;
    line-height: 45px;
    font-weight: 800;
    font-style: italic;
    color: #008ED8;
}
.technology-work-detail-top h5{
    font-size: 20px;
    font-style: italic;
}
.technology-work-detail-2 p{
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}
@media (max-width:1199px) {
    .technology-box-machining-items{
        padding: 0 15px;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}
@media (max-width:1199px) {
    .technology-box-machining-items{
        grid-template-columns: repeat(2, 1fr);
    }
}
.technology-box-machining .technology-box-item{
    margin-bottom: 10px;
}
.technology-box-machining .technology-box-item-img img{
    height: 137px;
}

/*news*/
.news-sidebar-list .category-lists li{
    padding: 12px 0 4px 0;
}
.news-item {
    margin-bottom: 25px;
}

.news-item-img a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-item-img {
    overflow: hidden;
    height: 280px;
}

.news-item-img a:hover {
    transform: scale(1.05);
}

.news-item-content {
    /* align-items: center; */
    padding: 25px 20px;
    background-color: white;
}

.news-item-icon {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.news-item-icon .iconfont {
    color: #008ED8;
    margin-right: 5px;
}
.news-item-title h3{
    font-size: 20px;
    line-height: 1.2;
}
.news-item-des p {
    font-size: 15px;
    line-height: 25px;
}

.news-item-btn a {
    font-weight: 800;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
}

.news-item-btn a:hover {
    color: #008ED8;
}

@media (max-width:768px) {
    .news-item-content {
        padding: 30px 25px;
    }
}
.news-ar-back a{
    color: #008ED8;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.news-ar-back .iconfont{
    background-color: #008ED8;
    color: white;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 7px;
}
.news-ar-title h3{
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    line-height: 1.3;
}
.news-ar-detail,.news-ar-detail div{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #898a9c;
}
.news-ar-detail img{
    width: 100%;
    margin-bottom: 20px;
}
.news-ar-detail strong{
    color: #008ED8;
    margin-top: 15px;
    display: inline-block;
}

/* service */
.service-1-left h2, .service-contact-right h2{
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #333333;
}
.service-contact{
    border-radius: 7px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 3;
}
.service-contact-right{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-contact-right h2{
    font-size: 37px;
}
.service-contact-icon{
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}
.service-contact-icon-i{
    width: 67px;
    height: 67px;
    border-radius: 15px;
    /* padding: 10px; */
    background-color: #52C4FE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.service-contact-icon-i .iconfont{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: white;
}
.service-contact-icon-des h3{
    font-weight: 600;
    color: #333333;
    font-size: 25px;
}
.service-contact-icon-des a{
    font-size: 16px;
    margin-top: 10px;
}
.service-2{
    margin-top: -120px;
    position: relative;
    background-size: cover;
    z-index: 2;
}
.service-2::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #333333;
    opacity: 0.9;
}
.service-2-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.service-2-icon{
    padding: 20px;
    background-color: #52C4FE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 600px 600px 600px 0;
}
.service-2-icon .iconfont{
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 70px;
    color: white;
}
.service-2-h{
    font-size: 33px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.service-2-des,.service-2-des a{
    font-size: 16px;
    color: #eee;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.service-3-h3 h3{
    font-size: 33px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
}
.service-3-h4 h4{
    padding-left: 120px;
    font-size: 27px;
    text-transform: capitalize;
    color: #008ED8;
    position: relative;
}
.service-3-h4 h4::before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 2px;
    background-color: #008ED8;
}
.service-3{
    background-position: top right;
    background-repeat: no-repeat;
}
.service-faq-slick-item{
    padding: 20px;
    border: 1px solid #eeeeee;

}
.service-faq-slick-item-q{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1.5px dashed #dadada;
}
.service-faq-slick-item-title{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    position: relative;
    padding-left: 50px ;
}
.service-faq-slick-item-title::before{
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    width: 30px;
    height: 30px;
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    /* font-weight: 600; */
    border-radius: 50%;
    background-color: #008ED8;
    
}
.service-faq-slick-item-a p{
    position: relative;
    padding-left: 50px;
}
.service-faq-slick-item-a p::before{
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    width: 30px;
    height: 30px;
    color: white;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    /* font-weight: 600; */
    border-radius: 50%;
    background-color: #008ED8;
}
/*contact*/
.contact-info-section{
    padding: 35px 20px 20px 30px;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #E0ECF6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03);
}
.contact-info-title{
    border-bottom: 1px solid #008ED8;
}
.contact-info-title h5{
    color: #222222;
    padding-bottom: 15px;
    font-size: 25px;
    border-bottom: 2px solid #008ED8;
    display: inline-block;
}

.contact-info-item{
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}
.contact-info-icon .iconfont {
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 25px;
    color: #008ED8;
    border-radius: 50%;
    text-align: center;
}
.contact-info-item h5{
    font-size: 22px;
    margin-bottom: 7px;
    color: #36393a;
    font-weight: 600;
}
.contact-info-item p , .contact-info-item p a{
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    /* text-transform: capitalize; */
    color: #222222;
}
.contact-info-social{
    display: flex;
    gap: 7px;
    justify-content: flex-start;
}

.contact-form{
    padding: 35px 30px;
    background-color: white;
    border: 1px solid #E0ECF6;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03);
}
.contact-form-head h4{
    color: #36393a;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 800;
}
.contact-form-head p{
    color: #008ED8;
    font-size: 15px;
    margin-bottom: 0;
}

input::placeholder,
textarea::placeholder {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

input:focus,
textarea:focus {
    border-color: #008ED8;
}

/*footer*/
footer {
    background-color: #222222;
    background-position: center;
    background-size: cover;
}

footer .container-fluid {
    padding: 0 5%;
}

.footer-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    color: white;
}
.footer-p{
    font-size: 14px;
    line-height: 24px;
    color: #b4b4b4;
}

.footer-des a:hover {
    color: #008ED8;
}

.footer-des-1 a {
    padding-left: 17px;
    position: relative;
    text-transform: capitalize;
}
.footer-bottom img{
    width: 190px;
    padding: 7px 20px;
    background-color: #2191E6;
    border-radius: 100px;
}
.footer-a a{
    font-size: 16px;
    color: #d3d3d3;
    margin-bottom: 20px;
    text-transform: capitalize;
    transition: all .3s ease;
}
.footer-a a:hover ,
.footer-contact-item a:hover{
    color: #008ED8;
}
.footer-contact-item {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.footer-contact-item span,.footer-contact-item a{
    color: #b4b4b4;
    font-size: 15px;
    line-height: 1.2;
    max-width: 83%;
}
.footer-contact-item .iconfont{
    background-color: #2191E6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
    border-radius: 8px;
}


.footer-item input, .footer-item  textarea{
    border: 1px solid #e9e9e9;
    border-radius: 7px;
    padding: 12px 17px;
}
.footer-item  textarea{
    height: 100px;
}
.footer-item input::placeholder,
.footer-item textarea::placeholder{
    font-size: 14px;
}
.footer-social {
    display: flex;
    gap: 7px;
}

.social-fixed {
    position: fixed;
    bottom: 100px;
    right: 30px;
    transform: translateY(-50%);
    z-index: 999;
}
.social-fixed  a{
    margin-bottom: 7px;
}
/* social */
.social-btn a {
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    color: white;
    background-color: #008ED8;
    /* margin-right: 10px; */
    position: relative;
}
.social-btn .iconfont{
    font-size: 18px;
}
#facebook a {
    background-color: #4060a5;
}

#lin a {
    background-color: #0173B2;
}

#whatsapp a {
    background-color: #40C351;
}
#email a {
    background-color: #233EFF;
}
#ins a {
    background-image: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);;
}
#facebook a:hover {
    background-color: #1a3672;
}

#lin a:hover {
    background-color: #004a72;
}

#whatsapp a:hover {
    background-color: #047c14;
}
#email a:hover {
    background-color: #001ae2;
}
#ins a:hover {
    background-image: linear-gradient(45deg, #ffc31d, #e76400, #ff0073, #950acc, #3140e2);;
}
.btn-tooltip{
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -152px;
    left: unset;
    opacity: 0;
    background-color: #40C351;
    color: white;
    padding: 1px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .2s;
    pointer-events: none;
    letter-spacing: 0.5px;
}
.btn-tooltip::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #40C351;
    background-size: 1000%;
    background-position: center;
    transform: rotate(45deg);
    right: unset;
    left: -3%;
    transition-duration: .3s;
}
.footer-social a:hover .btn-tooltip {
    opacity: 1;
}


/*backontop*/
.backontop {
    position: fixed;
    width: 50px;
    height: 50px;
    color: white;
    background: linear-gradient(35deg, #008ED8 0%, #008ED8 80%);
    bottom: 50px;
    right: 30px;
    /* border: 2px solid white; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.5s ease-in-out;
}

.backontop:hover {
    background: linear-gradient(35deg, #008ED8, #1273a7);
}

/* phone-language-section */
.phone-language-section{
    padding: 15px 0 50px 0;
    display: flex;
    gap: 10px;
}
.phone-language-section a{
    display: flex;
    align-items: center;
}
.phone-language-icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 800;
    background-color: #008ED8;
    border-radius: 5px 0px 0px 5px;
}
.phone-language-des{
    background-color: white;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: #222222;
    font-weight: 500;
    min-width: 64px;
}
