:root {
    --dark-blue: #004690;
    --light-blue: #0191D8;
    --default-black: #020E28;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    ;
}

.sub-menu li a {
    font-family: Arial, sans-serif;
}

.other-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 450px;
    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, transparent);
    opacity: 0.8;
}

.banner-title h2 {
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: white;
    height: 55px;
    border-left: var(--light-blue) solid 5px;
    padding-left: 20px;
}

/*index*/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}

.main-slider.style1 {
    margin-top: 0px;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 215px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .8s ease-in-out .4s;
}

.main-slider .slide .image-layer2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #363b3f, transparent);
    opacity: 0.7;
    content: "";
    z-index: -1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .content {
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container {
    position: relative;
    overflow: hidden;
}

.main-slider .content h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
    font-family: 'Poppins', sans-serif;
}

.main-slider .content h5 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.main-slider .active .content h5 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider .content h2 {
    position: relative;
    text-shadow: 0 3px 0 rgba(0, 136, 208, 0.1);
    background: linear-gradient(to bottom, white, white, #7eaaf5);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 70px;
    line-height: 1.3;
    font-weight: 700;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .content h2 .round {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.main-slider .active .content h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .5s;
}

.main-slider .content .btns-box {
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .content .btns-box a {
    line-height: 60px;
}

.main-slider .content .btns-box a.marleft {
    margin-left: 16px;
}

.main-slider .content .btns-box a {}

.main-slider .active .content .btns-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scale(1.0);
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    line-height: 0;
    /* display: none; */
}

.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.banner-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.banner-carousel .owl-dots .owl-dot.active {
    background-color: #0098ff;
    border-color: #0098ff;
}

/* From Uiverse.io by Allyhere */
.btn-donate2 {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: rgb(0, 36, 199);
    --btn-bg-2: rgb(124, 174, 255);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0em 1.9em;
    min-width: 120px;
    min-height: 44px;
    color: rgb(2, 85, 156);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: 0.8s;
    background-size: 280% auto;
    background: #fff;
    /* 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 6px 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-donate2:hover {
    background: linear-gradient(325deg,
            var(--btn-bg-2) 0%,
            var(--btn-bg-1) 60%);
    background-position: right top;
    color: white;
}

.btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: rgb(0, 36, 199);
    --btn-bg-2: rgb(124, 174, 255);
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0em 1.9em;
    min-width: 120px;
    min-height: 44px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    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 6px 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 {
    color: white;
    background-position: right top;
}

@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }

    .btn-donate2 {
        transition: linear;
    }
}
@media (max-width:590px) {
    .main-slider .owl-dots{
        display: none;
    }
}
@media (max-width:767px) {
    .main-slider .content h2{
        font-size: 55px;
    }
}
@media (max-width:446px) {
    .main-slider .content h2{
        font-size: 47px;
    }
    .main-slider .btns-box{
        margin-top: 0 !important;
    }
    .btn-donate{
        margin-bottom: 20px;
    }
    .btn-donate ,.btn-donate2 {
        text-align: center;
        width: 200px;
        padding: 0;
    }
}


.slide-bg {
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: wheat;
}

.index-title h2 {
    font-size: 50px;
    font-weight: 600;
    background: linear-gradient(to bottom, #004690, #3a3a3a);
    background-repeat: repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: center center;
    background-size: cover;
    text-transform: uppercase;
}

.index-title-2 h2 {
    font-size: 50px;
    font-weight: 600;
    color: #1E4064;
    padding: 25px 0 0 28px;
}

.index-title-2 p {
    font-size: 16px;
    letter-spacing: .5px;
    font-family: Arial, sans-serif;
    /* color: #004690; */
    margin-top: 20px;
}

.index-title-2 h2::before {
    display: block !important;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 1;
    top: 0;
    border-style: solid;
    border-color: #182e85;
    border-top-width: 5px;
    border-bottom-width: 0;
    pointer-events: none;
    left: 0;
    border-left-width: 5px;
    border-right-width: 0;
    border-image: linear-gradient(#0191D8 12%, #004690 60%, #1b3065) 20 20;
}

.index-last-title {
    font-size: 22px;
    color: #004690;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}

.section-btn-lin {
    padding: 0 45px;
    background: white;
    font-size: 18px;
    color: #004690;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    border: 2px solid #004690;
    height: 55px;
    line-height: 55px;
}

.section-btn-lin:hover {
    background: linear-gradient(to right, #47589C, #364477);
    font-size: 18px;
    color: #ffffff;
    border: 2px solid transparent;
}

.section-btn-lin:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.section-btn-lin:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.index-about {
    position: relative;
}

.section-border::before {
    position: absolute;
    content: "";
    width: 98px;
    height: 2px;
    background: #004690;
    top: 45%;
    left: 26px;
}

.index-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 125px;
    margin: 0 auto;
    text-align: center;
    z-index: -2;
}

.index-des {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #6a6b71;
    line-height: 28px;
    font-weight: normal;
}

.index-pro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-pro-item {
    margin: 15px;
    width: 280px;
    /*height: 380px;*/
    border-radius: 20px;
    background-color: white;
    padding: 20px 0;
    box-shadow: 20px 20px 60px 0px rgba(0, 0, 1, 0.05);
}

.index-pro-img {
    padding: 20px;
    /* height: 350px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-pro-img img{
    /* height: 320px; */
}
.index-pro-content{
    padding: 0 25px;
}

.index-pro-title {
    min-height: 55px;
}

.index-pro-title a {
    font-weight: 600;
    font-size: 23px;
    color: #004690;
    line-height: 1.2;
    letter-spacing: .3px;
}

.index-pro-des {
    font-size: 16px;
    font-family: Arial, sans-serif;
    letter-spacing: .5px;
}

.index-pro-img:hover img {
    transform: scale(1.1);
}

.index-pro-title a:hover {
    color: var(--light-blue);
}

.index-pro-icon {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    padding: 0 20px;
}

.index-pro-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #004690;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease;
}

.index-pro-icon a:hover {
    transform: translateX(10px);
    background-color: #004690;
    color: white;
}
.pro-app-item{
    width: 100%;
    /* padding: 2%; */
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.pro-app-item-des{
    position: absolute;
    bottom: 0;
    left: -100%;
    background-color: rgba(0, 70,144, 0.6);
    padding: 40px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease ;
    /* transform: translateY(-50%); */
}
.pro-app-item:hover .pro-app-item-des{
    left: 0;
}
.pro-app-item-img a{
    display: block;
}
.pro-app-item-img a img{
    width: 100%;
}
.pro-app-item-des-1{
    color: rgb(241, 241, 241);
    font-size: 16px;
}
.pro-app-item-des-1 span{
    margin: 0 10px;
}
.pro-app-item-des-2{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: .5px;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.3;
    padding: 0 10px;
}
.pro-app-item-des-3{
    width: 100%;
    background-color: rgba(52, 53, 53, 0.7);
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
}
.pro-app-item-des-3 a{
    color: rgb(241, 241, 241);
    font-size: 16px;
    letter-spacing: 0.5px;
}
.pro-app-item-des-3 a:hover{
    color: white;
}
.index-news-item{
    /* width: 400px; */
    /* margin: 0 15px; */
    /* background-color: black; */
}
.index-news-img{
    position: relative;
}
.news-item-img-date {
    position: absolute;
    top: 10px;
    left: 10px;
    width:  80px;
    height: 80px;
    border-radius: 5px;
    background-color: rgba(0, 70,144, 0.7);
    color: white;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-item-img-date-1 {
    font-size: 18px;
    font-weight: 600;
}
.news-item-img-date-2 {
    font-size: 15px;
}
.index-news-item img{
    border-radius: 5px;
    width: 100%;
    /* width: 400px; */
}
.index-news-detail{
    transform: translateY(-27px);
    margin: 0 3%;
    width: 94%;
    background-color: white;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    border-radius: 8px;
    transition: all .3s ease;
}
.index-news-detail-icon{
    display: flex;
    align-items: center;
}
.index-news-detail-icon span{
    font-size: 14px;
}
.index-news-title a{
    line-height: 1.3;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
.index-news-detail p{
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.index-news-btn a{
    font-family: Arial, sans-serif;
    color: #161C2D;
}
.index-news-item:hover .index-news-detail{
    transform: scale(1.03) translateY(-30px);
}
.index-news-btn a:hover{
    color: #004690;
}
.index-news .slick-arrow{
    display: inline-block;
    width:  45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #c2c0c0;
    background-color: white;
    color: #9c9b9b;
    transition: all .3s ease;
}
.index-news .left-arrow{
    margin-right: 15px;
}
.index-news .slick-arrow:hover{
    border: 1px solid #00B7FF;
    background-color: white;
    color: #00B7FF;
}


.ad-item {
    padding: 40px 30px;
    transition: all .8s ease;
    position: relative;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
}

.ad-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #004690, #1b3065, #3A3B3F);
    transition: opacity .3s ease;
}

.ad-item-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #004690;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #004690;
    background-color: white;
    font-size: 30px;
    z-index: 1;
}

.ad-item-content {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: white;
    min-height: 90px;
    z-index: 1;
}

@media (min-height: 1199px) {
    .ad-item-content {
        min-height: 90px;
    }
}

.index-des-1 {
    color: white;
    text-align: center;
    line-height: 1.1;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}

.ad-item:hover .ad-item::before {
    opacity: 0;
}

.ad-item:hover::before {
    opacity: 0;
}

.ad-item:hover .ad-item-content {
    color: #004690;
}

.ad-item:hover .index-des-1 {
    color: #004690;
}



.index-counter {
    padding: 50px 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.index-counter::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #363b3f;
    opacity: 0.8;
}

.index-counter-item {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.index-count {
    width: 60px;
    /* height: 89px; */
    line-height: 80px;
    border-bottom: 3px solid var(--light-blue);
    font-size: 55px;
    font-weight: 600;
    color: white;
}

.index-count-des {
    color: white;
    text-align: center;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}

.index-shop-item {
    margin: 0 10px;
    position: relative;
}

.index-shop-item-des {
    display: flex;
    align-items: end;
    padding: 0 0 15px 15px;
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.index-shop-item-des span {
    color: white;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.index-shop-slick .slick-list {
    height: 500px;
}

/*product*/
.pro-lists .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;

}

@media (max-width:992px) {
    .pro-latest{
        display: none;
    }
}
.pro-category-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    color: #FFFFFF;
    background: linear-gradient(to right, #47589C, #364477);
    border-radius: 5px;
}

.pro-category h2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

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

.pro-category-title-2 {
    color: #004690;
    padding: 7px 15px;
    border-bottom: 1px solid #dbe3ef;
}

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

.pro-category-title-2 a:hover {
    color: #004690 !important;
}

.pro-latest {
    background-color: rgba(235, 244, 249, 0.5);
    padding: 15px 15px;
    border-radius: 5px;
    /* border: 1px solid #dbe3ef; */
}

.latest-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.pro-latest-item img {
    width: 70px;
    object-fit: cover;
}

.pro-latest-item-a {
    display: block;
    display: flex;
    align-items: center;
}

.pro-title {
    font-size: 30px;
    color: #1E4064;
    line-height: 1.2;
}

.pro-latest-item-title {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.pro-list .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.pro-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all 0.5s ease;
    padding: 10px;
    margin-bottom: 35px;
}

.pro-list-item-img {
    width: 50%;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-list-item-img img {
    height: 250px;
}

.pro-list-item-detail {
    width: 50%;
}

.pro-list-item-title h4 {
    line-height: 1.3;
    color: #1E4064;
    font-size: 40px;
}

.pro-list-item-category span {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #888888;
    letter-spacing: .5px;
}

.pro-list-item-category {
    color: #004690;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.pro-list-item-des {
    font-family: Arial, sans-serif;
    letter-spacing: .5px;
}

.pro-list-item-btn a {
    display: flex;
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    align-items: center;
    font-size: 15px;
    /*font-family: Arial,sans-serif;*/
    font-weight: 600;
    color: #004690;
    text-transform: uppercase;
    border: 1px solid #004690;
    border-radius: 500px;
    transition: all .5s ease;
}

.pro-list-item-btn svg {
    transition: transform .3s ease;
}

.pro-list-item:hover {
    transform: translateY(-5px);
}

.pro-list-item:hover .pro-list-item-title h4 {
    color: #004690;
}

.pro-list-item-btn a:hover {
    color: white;
    background: linear-gradient(to right, #47589C, #364477);
}

.pro-list-item-btn a:hover svg {
    transform: translateX(8px);
}

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

.pro-bg {
    position: fixed;
    left: 0;
    bottom: 20%;
    z-index: -1;
}

/* pro-am */
.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-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-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-detail-btn a {
    padding: 15px 20px;
    display: block;
    display: flex;
    width: 80%;
    min-width: 50%;
    justify-content: center;
    align-items: center;
    background-color: #004690;
    border-radius: 500px;
    color: white;
    /* font-family: Arial, sans-serif; */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .3px;
    border: 2px solid white;
    transition: all .3s ease;
}

.pro-detail-btn a:hover {
    color: #004690;
    border-color: #004690;
    background-color: white;
}

@media (max-width: 770px) {
    .pro-list-item {
        display: inherit;
    }

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

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

.product-content-title {
    border-bottom: 1px solid #dbe3ef;
}

.product-content-title h3 {
    line-height: 1.2;
    display: inline-block;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #004690;
    border-bottom: 2px solid #004690;
    padding-right: 50px;
}

.product-content-table {
    width: 100%;
}

.product-content-table thead {
    background-color: #004690;
    color: white;
}

.product-content-table thead td {
    border: 1px solid #1E4064;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 10px;
}

.product-content-table tbody td {
    border: 1px solid #eef1f8;
    text-align: center;
}

/*about*/
.about-company {
    width: 100%;
    /* height: 500px; */
    /* background-color: #393B3F; */
}

.about-1-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:992px) {
    .about-1-bg {
        min-height: 300px;
    }

    .about-company-row {
        padding: 0 !important;
    }
}

.about-company-imgs {
    /* background-color: yellow; */
    padding: 0 !important;
}

.about-company-imgs img:hover {
    transform: scale(1.05);
}

.about-honor .honor-img {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 15px;
    margin: 7px;
    /* box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2); */
    transition: all .5s ease;
}

.about-honor-area .honor-img:hover {
    transform: scale(1.05);
}
.about-honor-area .slick-arrow{
    display: inline-block;
    width:  45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #c2c0c0;
    background-color: white;
    color: #9c9b9b;
    transition: all .3s ease;
}
.about-honor-area .left-arrow{
    margin-right: 15px;
}
.about-honor-area .slick-arrow:hover{
    border: 1px solid #004690;
    background-color: white;
    color: #004690;
}


/* news */
.news-item {
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.05);
}

.news-item-img {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

.news-item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 100%;
    /* max-height: 250px; */
    object-fit: cover;
    display: block;
}

.news-item-detail {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    transition: all .3s ease;
}

.news-item-detail-title a h2 {
    line-height: 1.1;
    color: #1E4064;
    font-size: 27px;
}

.news-item:hover .news-item-detail-title h2 {
    color: #004690;
}

.news-item-detail-icon {
    display: flex;
}

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

/* From Uiverse.io by vinodjangid07 */
.news-item-detail-btn-a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0E88CD;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(14, 136, 205, 0.2);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
    color: white;
}

.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

.svgIcon path {
    fill: white;
}

.news-item-detail-btn-a:hover {
    width: 180px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: #004690;
    align-items: center;
}

.news-item-detail-btn-a:hover .svgIcon {
    /* width: 20px; */
    transition-duration: 0.3s;
    transform: translateX(200px);
}

.news-item-detail-btn-a::before {
    position: absolute;
    bottom: -20px;
    content: "Learn More";
    text-transform: uppercase;
    /* font-family: Arial, sans-serif; */
    color: white;
    /* transition-duration: .3s; */
    font-size: 0px;
}

.news-item-detail-btn-a:hover::before {
    font-size: 16px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition-duration: 0.3s;
}
.news-ar-icon{
    font-size: 16px;
}
.news-ar-icon .iconfont{
    color: #004690;
    font-size: 20px;
}
.news-ar-title h2{
    line-height: 1.3;
    color: #00254d;
}
.news-ar-p , .news-ar-detail , .news-ar-detail div{
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    color: #888888;
    margin-bottom: 15px;
}
.news-ar-detail img{
    text-align: center;
}

/*contact*/

.contact-left-item {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #f0efef;
    margin-bottom: 25px;
}

.contact-icon {
    margin-right: 20px;
    color: #0191D8;
    /* font-size: 30px; */
}

.contact-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-content-1 {
    color: #0191D8;
    margin-bottom: 10px;
}

.contact-content-2 {
    color: #052950;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-right form {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #f0efef;
    width: 90%;
}

@media (max-width:992px) {
    .contact-right form {
        width: 100%;
    }
}

.contact-right form input,
.contact-right form textarea {
    border-radius: 8px !important;
}

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

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

/*footer*/
footer {
    background: #1E4064;
    padding: 50px 0;
}

.footer-a a,
.footer-des{
    color: white;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.footer-des a{
    color: white;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.footer-des {
    font-size: 13px;
}

.footer-a a:hover ,.footer-des a:hover {
    color: var(--light-blue);
}

.social-a a {
    font-size: 16px;
    color: #004690;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: white;
    margin-right: 15px;
}

.social-a a:hover {
    transform: scale(1.1) translateY(-5px);
    background-color: #004690;
    color: white;

}

/*backontop*/
.backontop {
    position: fixed;
    width: 50px;
    height: 50px;
    color: white;
    background-color: #004690;
    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 {
    border: 2px solid #0191D8;
    color: white;
    background-color: #0191D8;
    transform: translateY(-10px);
}