.header-top {padding: 5px 0;background: rgba(11, 44, 85, 1)}
.header-pos{display: flex;align-items: center;justify-content: space-between}
.header-right{display: flex;align-items: center}

.header-socials{display: flex;align-items: center}
.header-socials a{display: flex;align-items: center;justify-content: center;width: 25px;height: 25px;margin-right: 10px;font-size: 12px;color: #fff;line-height: 20px;background: #fff;border-radius: 50%}

.header-search-box form{display: flex;align-items: center}
.header-search-box input{border-radius: 30px;background: #fff;padding: 8px 10px;margin-right: 5px;outline: none;border: 2px solid rgba(11, 44, 85, 1);}
.search-button {height: 34px;width: 34px;display: inline-block;color: #fff;text-align: center;line-height: 30px;font-size: 18px;cursor: pointer;-webkit-border-radius: 50%;border-radius: 50%;background: transparent;border: 1px solid #fff;}

.header-language-item{margin-left: 20px;display: flex;align-items: center;}
.header-language-data{margin-right: 5px;font-size: 12px;font-weight: 400;line-height: 20px;text-align: center;color: rgba(255, 255, 255, 1);}
.header-language-icon{display: flex;width: 20px;height: 20px;}
.header-language-icon svg{width: 100%}

.uk-input, .uk-select, .uk-textarea{font-size: 14px;}
.header-menu .uk-navbar-dropdown{width: 250px;padding: 20px 30px}
.header-center{background: #fafafa}
.uk-navbar-dropdown-nav > li{border-bottom: 1px solid rgba(240, 234, 234, 1);padding-bottom: 5px;margin-bottom: 5px;}
.uk-navbar-dropdown-nav > li > a{display: flex;align-items: center;justify-content: space-between;font-size: 13px;font-weight: 300;line-height: 20px;color: #003883;}
.uk-navbar-dropdown-nav > li > a svg{width: 12px;min-width: 12px;height: 12px;}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {color: #e3a115;outline: none;}
.uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus {color: #e3a115;}
.nav-icon{display: flex;justify-content: end}
.header-menu .active .home-svg{width: 20px;padding-bottom: 2px;border-bottom: 1px solid #e3a115}
.home-link .home-svg{width: 20px;padding-bottom: 2px;border-bottom: 1px solid #e3a115}
.header-logo{display: flex;align-items: center;width: 130px;height: 90px}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {padding: 0 13px;font-weight: 600;font-size: 14px;text-transform: uppercase;color: #003883;position: relative;line-height: 20px;min-height: 80px;}
.uk-navbar-nav > li:last-child > a{padding: 0 0 0 13px;}

.head__header {min-height: 110px;position: relative;background-repeat: no-repeat;background-position: center center;background-size: cover;display: flex;align-items: center;justify-content: center;}
.head__header:before {content: '';background: rgba(0, 0, 0, 0.6);position: absolute;left: 0;right: 0;bottom: 0;top: 0;}
.head__header-container {position: relative;color: #fff;font-size: 24px;font-weight: 700;text-transform: uppercase;}
.head-header__name {}

.page-list{padding: 50px 0}
.strategy-img{position: relative;overflow: hidden}
.strategy-img img{width: 100%;height: 100%}

.mainSwiper{position: relative}
.mainSwiper .swiper-pagination-bullets.swiper-pagination-horizontal{top: 80%}
.mainSwiper .swiper-pagination{position: relative;}
.mainSwiper .gallery-top-image:before {position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(269.89deg, rgba(11, 44, 85, 0) -11.47%, #0B2C55 69.32%)}
.slide-text{width: 550px;position: absolute;top: 50%;right: 50%;transform: translate(-9%, -50%);}
.slide-box{display: flex;align-items: start}
.slide-bor{border-left: 19px solid rgba(255, 192, 0, 1);height: 70px;width: 38px;}
.slide-text .name{margin-bottom: 15px;font-size: 34px;font-weight: 700;line-height: 40px;color: #fff;z-index: 1}
.slide-text .description{margin-bottom: 15px;font-size: 20px;font-weight: 300;line-height: 30px;text-align: justify;color: rgba(255, 255, 255, 1);z-index: 1}
.slide-text .more{font-size: 19px;font-weight: 500;line-height: 20px;color: rgba(255, 255, 255, 1);z-index: 1;text-decoration: underline}
.bottom-into-1{position: absolute;bottom: 45px;left: 30%;font-size: 20px;line-height: 25px;color: #fff}
.bottom-into-2{position: absolute;bottom: 45px;left: 44%;font-size: 20px;line-height: 25px;color: #fff}
.bottom-into-3{position: absolute;bottom: 45px;left: 62%;font-size: 20px;line-height: 25px;color: #fff}
.swiper-containerSwipe{position: relative;height: 550px;overflow: hidden}
.swiper-watch-progress{overflow: hidden}
.swiper-pagination-bullet {width: 15%;height: 4px;border-radius: 0;position: relative;overflow: hidden;margin-left: 10px;}
.swiper-pagination-bullet::before {content: "";display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.swiper-pagination-bullet{bottom: 60px;background: #fff;opacity: 1;border-radius: 5px}
.swiper-pagination-bullet-active {background: #fff;border-radius: 5px}
.swiper-pagination-bullet-active::before {
    background-color: rgba(255, 192, 0, 1);
    -webkit-animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.article-list{padding: 50px 0}
.article-list-box{margin-top: 20px;}
.home-article{padding: 50px 0}
.section-header-box{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px}
.section-name {position: relative;text-transform: uppercase;color: #003883;font-weight: 600;font-size: 22px;line-height: 35px;}
.section-name:before {content: '';position: absolute;left: 0;width: 100%;height: 4px;background: #e3a115;bottom: -5px;}
.section-more{display: flex;align-items: center;padding: 10px 15px;margin-right: 5px;font-size: 14px;line-height: 20px;font-weight: 400;color: #fff;background: #003883;border-radius: 20px}
.section-more svg{margin-left: 5px;}
.section-desc{margin-bottom: 10px;font-size: 16px;line-height: 20px;font-weight: 400;color: #003883;}
.section-text img{width: 100%}
.top-section-between{display: flex;align-items: center;justify-content: space-between}
.section-more:hover{background: transparent;border: 1px solid #e3a115;transition: 1s ease-in}

.article-home-box {position: relative;overflow: hidden;}
.article-home--img {position: relative;overflow: hidden;height: 0;margin: 0;width: 100%;padding-bottom: 80.4%;transition: all 0.3s ease-in;background: -webkit-gradient(linear,left top,left bottom,color-stop(40.96%,rgba(0,0,0,0)),to(#000));background: linear-gradient(180deg,rgba(0,0,0,0) 40.96%,#000 100%);}
.article-home--img img {width: 100%;object-fit: cover;}
.article-home__content {z-index: 3;}
.article-home__content {bottom: 0;color: #ffffff;left: 0;position: absolute;width: 100%;z-index: 0;right: 0;background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 70%);padding: 20px;box-sizing: border-box;}
.article-home__section{width: 90px;padding: 5px 10px;margin-bottom: 5px;font-size:12px;text-transform: uppercase;text-align: center;line-height: 20px;color: #003883;background: #e3a115;border-radius: 20px}
.article-home__title {font-size: 18px;font-weight: 600;text-transform: uppercase;display: block;overflow: hidden;margin-bottom: 10px;color: #fff;transition: all 0.5s cubic-bezier(0,0,.23,1);word-break: break-word;}
.article-home-date {font-size: 14px;font-weight: 600;text-transform: uppercase;display: block;overflow: hidden;margin-bottom: 10px;color: #fff;transition: all 0.5s cubic-bezier(0,0,.23,1);word-break: break-word;}
.article-home__data {font-size: 14px;text-transform: uppercase;font-weight: 400;line-height: 20px;margin-right: 8px;color: #fff;}
.article-home__meta {opacity: 0;-webkit-transform: translate3d(0,30px,0);transform: translate3d(0,30px,0);transition: .35s ease;}
.article-home__title {line-height: 30px;-webkit-transform: translate3d(0,60px,0);transform: translate3d(0,60px,0);transition: transform .35s;}
.article-home-date {line-height: 30px;-webkit-transform: translate3d(0,46px,0);transform: translate3d(0,46px,0);transition: transform .35s;}
.article-home__section {-webkit-transform: translate3d(0,55px,0);transform: translate3d(0,55px,0);transition: transform .35s;}
.article-home-box:hover .article-home__meta {opacity: 1;transform: translateZ(0);}
.article-home-box:hover .article-home__title {opacity: 1;transition: all 0.5s cubic-bezier(0,0,.23,1);transform: translateZ(0);}
.article-home-box:hover .article-home-date {opacity: 1;transition: all 0.5s cubic-bezier(0,0,.23,1);transform: translateZ(0);}
.article-home-box:hover .article-home__section {opacity: 1;transition: all 0.5s cubic-bezier(0,0,.23,1);transform: translateZ(0);}

.article-details{padding: 50px 0}
.article-detail-img{margin-bottom: 15px;}
.article-detail-img img{width: 100%}
.article-detail-name{margin-bottom: 20px;padding-bottom: 20px;border-bottom: 2px solid rgba(255, 192, 0, 1);font-size: 25px;font-weight: 600;line-height: 30px;color: rgba(11, 44, 85, 1);}
.article-detail-text p{margin-bottom: 10px;font-size: 18px;font-weight: 400;line-height: 30px;text-align: justify;color: rgba(50, 63, 79, 1);}
.article-detail-text ul{margin: 0;padding-left: 20px}
.article-detail-text ol{margin: 0;padding-left: 20px}
.article-detail-text ul li{list-style: disc;font-size: 18px;font-weight: 400;line-height: 30px;text-align: justify;color: rgba(50, 63, 79, 1);}
.article-detail-text ol li{list-style: disc;font-size: 18px;font-weight: 400;line-height: 30px;text-align: justify;color: rgba(50, 63, 79, 1);}
.article-detail-top-info{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px}
.article-detail-date-box{display: flex;align-items: center}
.article-detail-date-icon{font-size: 14px;color: rgba(0, 26, 59, 0.88);}
.article-detail-date{margin-left: 10px;font-size: 15px;font-weight: 600;line-height: 20px;color: rgba(0, 26, 59, 0.88);}
.article-detail-social{display: flex;align-items: center}
.article-detail-social a{display: flex;align-items: center;justify-content: center;width: 25px;height: 25px;margin-left: 10px;color: rgba(255, 192, 0, 1);font-size: 14px;background: rgba(11, 44, 85, 1);border-radius: 50%}
.widget_title{margin-bottom: 10px;padding-bottom: 10px;border-bottom: 2px solid rgba(255, 192, 0, 1);font-size: 18px;line-height: 25px;text-transform: uppercase;font-weight: 600;color: rgba(0, 26, 59, 0.88);}

.articles-list-box {position: relative;overflow: hidden;}
.articles-list--img {position: relative;overflow: hidden;height: 0;margin: 0;width: 100%;padding-bottom: 80.4%;transition: all 0.3s ease-in;background: -webkit-gradient(linear,left top,left bottom,color-stop(40.96%,rgba(0,0,0,0)),to(#000));background: linear-gradient(180deg,rgba(0,0,0,0) 40.96%,#000 100%);}
.articles-list--img img {width: 100%;object-fit: cover;}
.articles-list__content {z-index: 3;}
.articles-list__content {bottom: 0;color: #ffffff;left: 0;position: absolute;width: 100%;z-index: 0;right: 0;background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 70%);padding: 20px;box-sizing: border-box;}
.articles-list__title {font-size: 14px;font-weight: 600;text-transform: uppercase;display: block;overflow: hidden;margin-bottom: 10px;color: #fff;transition: all 0.5s cubic-bezier(0,0,.23,1);word-break: break-word;}
.articles-list-date {font-size: 14px;font-weight: 600;text-transform: uppercase;display: block;overflow: hidden;margin-bottom: 10px;color: #fff;transition: all 0.5s cubic-bezier(0,0,.23,1);word-break: break-word;}
.articles-list__data {font-size: 14px;text-transform: capitalize;font-weight: 400;line-height: 20px;margin-right: 8px;color: #fff;}
.articles-list__meta {opacity: 0;-webkit-transform: translate3d(0,40px,0);transform: translate3d(0,40px,0);transition: .35s ease;}
.articles-list__title {line-height: 25px;-webkit-transform: translate3d(0,65px,0);transform: translate3d(0,65px,0);transition: transform .35s;}
.articles-list-date {line-height: 20px;-webkit-transform: translate3d(0,60px,0);transform: translate3d(0,60px,0);transition: transform .35s;}
.articles-list-box:hover .articles-list__meta {opacity: 1;transform: translateZ(0);}
.articles-list-box:hover .articles-list__title {opacity: 1;transition: all 0.5s cubic-bezier(0,0,.23,1);transform: translateZ(0);}
.articles-list-box:hover .articles-list-date {opacity: 1;transition: all 0.5s cubic-bezier(0,0,.23,1);transform: translateZ(0);}

.static-page-box{position: relative;padding: 50px 0;}
.static-head{margin-bottom: 20px;padding-left: 10px;border-left: 4px solid rgba(255, 192, 0, 1);font-size: 18px;text-transform: uppercase;font-weight: 600;line-height: 45px;text-align: left;color: rgba(0, 26, 59, 1);}
.static-text{margin-bottom: 10px;font-size: 15px;font-weight: 400;line-height: 25px;color: rgba(91, 91, 104, 1);text-align: justify}
.static-text p{margin-bottom: 10px;}
.static-text ol {padding-left: 30px}
.static-text ul{padding-left: 30px}
.static-text ul li{margin-bottom: 10px}
.static-text ol li{margin-bottom: 10px}

.uk-breadcrumb>*>* {min-height: 50px;line-height: 50px;font-size: 14px;color: #fff;}
.uk-breadcrumb>:last-child>* {color: #fff;}
.articles__pagination{margin: 50px 0}
.uk-pagination>.uk-active {background: rgba(255, 192, 0, 1);border-color: rgba(255, 192, 0, 1);}
.uk-pagination>* {width: 30px;height: 30px;border: 1px solid #e8e9ec;border-radius: 5px;padding: 0;line-height: 30px;text-align: center;margin: 0 4px;transition: .5s all;background: rgba(11, 44, 85, 1)}
.uk-pagination>.uk-active>* {color: rgba(0, 0, 0, 1);}
.uk-pagination > * > * {display: block;color: #fff;transition: color 0.1s ease-in-out;}
.uk-pagination>:hover {border-color: rgba(255, 192, 0, 1);;}
.uk-pagination>:hover>* {color: rgba(255, 192, 0, 1);}

.home-focus-area{padding: 50px 0;background: rgba(0, 26, 59, 0.11);}
.focuses-item{height: 140px;padding: 50px 45px;margin-bottom: 20px;background-size: cover;background-position: center;border-radius: 5px;position: relative;z-index: 1;overflow: hidden;object-fit: cover;margin-top: 20px}
.focuses-icon{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;border-radius: 50px;margin-bottom: 30px;}
.focuses-item::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #fff;border-radius: 5px;z-index: -1;transition: .3s linear;}
.focuses-item::after {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 5px;z-index: -1;opacity: 0;transition: .3s linear;}
.focuses-icon svg{width: 48px}
.focuses-content .title {font-weight: 600;font-size: 18px;line-height: 20px;text-transform: uppercase;margin-bottom: 0;color: rgba(11, 44, 85, 1);}
.focuses-content .title a{color: rgba(11, 44, 85, 1);}
.focuses-content .number {margin-bottom: 0;position: absolute;right: 8px;top: 10px;background: linear-gradient(180deg, #0B2C55 -116.67%, rgba(11, 44, 85, 0.12) 50.48%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;font-weight: 400;font-size: 100px;line-height: .8;}
.focuses-overlay-content {display: none;}
.focuses-overlay-content .title {font-weight: 600;font-size: 18px;line-height: 20px;margin-bottom: 20px;color: #fff;}
.focuses-overlay-content .title a{color: #fff;}
.focuses-overlay-content p {margin-bottom: 20px;color: #fff;}
.focuses-overlay-content .read-more {font-weight: 400;font-size: 14px;color: #fff;display: inline-flex;align-items: center;position: relative;z-index: 1;padding: 0 12px;}
.focuses-overlay-content .read-more i{margin-left: 5px}
.focuses-overlay-content .read-more::before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 30px;height: 30px;background: #1C1C1C;box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);border-radius: 30px;z-index: -1;transition: .3s linear;}
.focuses-overlay-content .read-more:hover::before {width: 100%;}
.focuses-item:hover::after {opacity: 0.95;}
.focuses-item:hover::before {opacity: 0;}

.focuses-icon-1 {background: #0B2C55;box-shadow: 0 0 30px #0B2C55;}
.focuses-item-1::after {background: #0B2C55}

.focuses-icon-2 {background: #016644;box-shadow: 0 0 30px #016644;}
.focuses-item-2::after {background: #016644}

.focuses-icon-3 {background: #FF8400;box-shadow: 0 0 30px #FF8400;}
.focuses-item-3::after {background: #FF8400}

.focuses-icon-4 {background: #1F299C;box-shadow: 0 0 30px #1F299C;}
.focuses-item-4::after {background: #1F299C}

.focuses-icon-5 {background: #BE2601;box-shadow: 0 0 30px #BE2601;}
.focuses-item-5::after {background: #BE2601}

.home-figure{height: 460px;padding: 50px 0;position: relative;background-repeat: no-repeat;background-size: cover}
.home-figure:before {position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 26, 59, 0.8);}
.figure-head{display: flex;align-items: flex-start;}
.figure-head-icon{width: 20px;height: 32px;z-index: 1;}
.figure-head-icon svg{width: 100%;height: 100%;}
.figure-head-title{margin-left: 5px;font-size: 27px;font-weight: 600;line-height: 35px;color: rgba(255, 192, 0, 1);z-index: 1}
.figure-item{z-index: 1}
.figure-item-box{padding: 40px 30px;height: 95px;margin-top: 30px;text-align: center;background: rgba(255, 192, 0, 0.35);border-radius: 5px;border-top-left-radius: 70px;border-bottom-right-radius: 70px;}
.figure-item-num{margin-bottom: 10px;font-size: 30px;line-height: 35px;font-weight: 600;color: rgba(255, 192, 0, 1);}
.figure-item-name{font-size: 16px;line-height: 25px;text-transform: uppercase;font-weight: 600;color: rgba(255, 255, 255, 1);}

.home-video{padding: 50px 0;}
.home-video-box{padding: 20px;background: rgba(11, 44, 85, 1);}
.videoWrapper {width: 100%;position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;margin-bottom: 20px;}
.videoWrapper iframe{    position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;}
.videoWrapper iframe>video{width: 100%;height: 100%}

.home-publication{padding: 50px 0}
.publicationSwiper {position: relative;padding: 40px 0 0 0;overflow: hidden}
.article-home-swiper-box {position: relative;overflow: hidden;}
.article-home-swiper--img {position: relative;overflow: hidden;height: 0;margin: 0;width: 100%;padding-bottom: 80.4%;transition: all 0.3s ease-in;background: -webkit-gradient(linear,left top,left bottom,color-stop(40.96%,rgba(0,0,0,0)),to(#000));background: linear-gradient(180deg,rgba(0,0,0,0) 40.96%,#000 100%);}
.article-home-swiper--img img {width: 100%;object-fit: cover;}
.article-home-swiper__content {z-index: 3;}
.article-home-swiper__content {bottom: 0;color: #ffffff;left: 0;position: absolute;width: 100%;z-index: 0;right: 0;background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 70%);padding: 20px;box-sizing: border-box;}
.article-home-swiper__title {font-size: 18px;font-weight: 600;text-transform: uppercase;display: block;overflow: hidden;margin-bottom: 10px;color: #fff;transition: all 0.5s cubic-bezier(0,0,.23,1);word-break: break-word;}
.article-home-swiper__data {font-size: 14px;text-transform: capitalize;font-weight: 400;line-height: 20px;margin-right: 8px;color: #fff;}
.article-home-swiper__meta {opacity: 0;-webkit-transform: translate3d(0,30px,0);transform: translate3d(0,30px,0);transition: .35s ease;}
.article-home-swiper__title {line-height: 30px;-webkit-transform: translate3d(0,30px,0);transform: translate3d(0,30px,0);transition: transform .35s;}
.article-home-swiper-box:hover .article-home-swiper__data {opacity: 1;transform: translateZ(0);}
.article-home-swiper-box:hover .article-home-swiper__title {opacity: 1;transition: all 0.5s cubic-bezier(0,0,.23,1);transform: translateZ(0);}

.home-data-static{padding: 50px 0}

.project-list{padding: 50px 0}
.project-left-section ul{margin: 0;padding: 0}
.project-left-section ul li:first-child{padding-top: 10px;border-top: 1px solid rgba(166, 177, 192, 1); }
.project-left-section ul li{list-style: none;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid rgba(166, 177, 192, 1); }
.project-left-section ul li a{display: flex;align-items: center;justify-content: space-between;padding: 5px 0;font-size: 14px;font-weight: 600;line-height: 20px;color: rgba(11, 44, 85, 1);}
.project-left-section ul li:hover{background: rgba(217, 217, 217, 0.2);}

.project-list-item{padding: 20px;margin-bottom: 20px;border: 1px solid rgba(166, 177, 192, 1);}
.project-list-item-img{position: relative;overflow: hidden;width: 100%;height: 160px;transition: 1s ease-in-out}
.project-list-item-img img{width: 100%;height: 100%;object-fit: contain}
.project-list-item-name{margin-bottom: 10px;font-size: 16px;text-transform: uppercase;font-weight: 500;line-height: 25px;color: rgba(11, 44, 85, 1);}
.project-list-item-desc{margin: 10px 0;font-size: 14px;font-weight: 400;line-height: 20px;color: rgba(92, 118, 151, 1);}
.project-list-item-more{display: flex;align-items: center;justify-content: center;width: 70px;padding: 8px;font-size: 12px;font-weight: 500;line-height: 15px;text-align: left;color: rgba(11, 44, 85, 1);border: 1px solid rgba(166, 177, 192, 1);border-radius: 20px;transition: 1s ease-in-out}
.project-list-item-center{display: flex;align-items: center;}
.project-list-item-content{display: flex;align-items: center;margin-right: 10px}
.project-list-item-content-icon{margin-right: 5px;font-size: 14px;color: rgba(11, 44, 85, 1);}
.project-list-item-content-date{font-size: 12px;font-weight: 300;line-height: 20px;color: rgba(0, 26, 59, 0.88);}
.project-list-item-content-category{font-size: 12px;font-weight: 500;line-height: 20px;color: rgba(11, 44, 85, 1);}
.project-list-item:hover .project-list-item-more{background: rgba(11, 44, 85, 1);color: #fff;transition: 1s ease-in-out}
.project-list-item:hover .project-list-item-img {transform: scale(1.1);transition: 1s ease-in-out}

.project{margin-top: 50px;}
.project-head{margin-bottom: 20px;padding-left: 10px;border-left: 4px solid rgba(255, 192, 0, 1);font-size: 22px;text-transform: uppercase;font-weight: 600;line-height: 30px;text-align: left;color: rgba(0, 26, 59, 1);}
.project .header-top-project {padding: 20px;color: #0090ff;background-color: #e8f6ff;font-size: 15px;font-weight: 400;}
.project .accordion--toggle{box-shadow: none}

.home-partner{padding: 50px 0}
.partner-head{padding-bottom: 40px;text-align: center;font-size: 30px;line-height: 35px;font-weight: 600;color: rgba(11, 44, 85, 1);}
.partnerSwiper{position: relative;overflow: hidden}
.partner-swiper-box{display: flex;align-items: center;justify-content: center;}
.partner-home-swiper--img{width: 155px;height: 80px;}
.partner-home-swiper--img img{width: 100%;height: 100%;object-fit: contain}

.partner-list-box{margin-bottom: 30px;padding: 15px;align-items: center;border: 1px solid #ededed;border-radius: 10px;}
.partner-list-head{position: relative;margin: 30px 0}
.partner-list-head h2{position: relative;width: 600px;margin: 0 auto;font-size: 18px;font-weight: 500;line-height: 30px;text-transform: uppercase;text-align: center;z-index: 1;color: rgba(0, 26, 59, 1);background: #fff;}
.partner-line{position: absolute;top: 15px;left: 0;right: 0;border-top: 2px solid rgba(255, 192, 0, 1)}
.partner-img{position: relative;overflow: hidden;display: block;margin-right: 20px;padding-bottom: 40%;}
.partner-img img{position: absolute;width: 100%;height: 100%;object-fit: contain}
.partner-text{font-size: 15px;line-height: 25px;font-weight: normal;text-align: justify;color: rgba(91, 91, 104, 1);}
.quality{height: 150px}
.quality img{width: 100%;height: 100%;object-fit: contain}
.page-iso__desc, .page-iso__desc>* {margin: 0;font-size: 14px;line-height: 30px;font-weight: normal;text-align: justify;color: rgba(91, 91, 104, 1);}

.footer-main{padding: 40px 0;background: rgba(11, 44, 85, 1);}
.footer-main-menu ul{padding: 0;margin: 0}
.footer-main-menu ul li{padding: 0;margin: 0;list-style: none}
.footer-main-menu ul li:last-child{margin-bottom: 20px;list-style: none}
.footer-main-menu ul .footer-head{margin-bottom: 10px;font-size: 16px;line-height: 20px;font-weight: 700;color: rgba(255, 255, 255, 1)}
.footer-main-menu ul .footer-head-item a{margin-bottom: 5px;font-size: 12px;line-height: 25px;font-weight: 300;color: rgba(255, 255, 255, 1)}
.footer-main-menu ul li:hover a{color: rgba(255, 192, 0, 1);}
.footer-head{margin-bottom: 20px;font-size: 16px;line-height: 20px;font-weight: 700;color: rgba(255, 255, 255, 1)}
.footer-item-box{display: flex;align-items: flex-start;margin-bottom: 20px;}
.footer-item-icon{display: flex;justify-content: center;align-items: center;width: 18px;min-width: 18px;height: 18px;}
.footer-item-data{margin-left: 10px;font-size: 16px;line-height: 23px;color: rgba(255, 255, 255, 1);}

.footer-bottom{display: flex;align-items: center;justify-content: space-between;margin-top: 20px;padding-top: 20px;border-top: 1px solid rgb(167 167 167 / 17%)}
.copyright-text{font-size: 16px;line-height: 20px;font-weight: 300;color: #fff}


.management-team{}
.management-team__item{margin-bottom: 20px; display: block;}
.management-team__item:nth-child(3n){margin-right: 0;}
.management-team-item{border: 1px solid #ebebeb;border-radius: 4px;padding: 20px; display: flex; flex-direction: column; align-items: center; background: #fff;}
.management-team-item__img{width: 70%; height: 0; padding-bottom: 70%; border: 4px solid #f2f5fa; background-color: #ccc; background-size: cover; background-position: top; background-repeat: no-repeat; border-radius: 50%; box-sizing: border-box; margin-bottom: 20px;}
.management-team-item__name{width: 100%; white-space: nowrap; margin-bottom: 10px; text-transform: capitalize; text-overflow: ellipsis; overflow: hidden; color:  rgba(0, 26, 59, 1);font-weight: 600; font-size: 16px; text-align: center;}
.management-team-item__employee{font-weight: 300; font-size: 14px; color: rgba(91, 91, 104, 1); text-transform: uppercase; width: 100%; white-space: nowrap; text-align: center; overflow: hidden; text-overflow: ellipsis; margin-bottom: 20px; line-height: 24px; height: 48px; margin-bottom: 0; overflow: hidden;}
.management-team-item:hover{background: #F0F0F0; border-color: #ddd}
.management-team-item:hover .management-team-item__img{border-color: #fff}
.management-team-item:hover .management-team-item__name{color: #000}

.body-overlay-managers{position: fixed; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0,0,0,.8); z-index: 30; visibility: hidden; transition: opacity .15s linear; opacity: 0;}

.management-team-modal{position: fixed; z-index: 1000; left: 50%; top: 0; transform: translate(-50%,-50%); background: #fff; padding: 40px; border-radius: 5px; display: flex; visibility: hidden; height: 500px; overflow: hidden; transition: .2s all; flex-direction: column;}
.management-team-modal__img{width: 190px; height: 250px;float: left;margin-right: 15px;background-repeat: no-repeat; background-size: contain; background-position: center center; margin-bottom: 20px;}
.management-team-modal-text__name{color: rgba(0, 26, 59, 1);font-weight: 600; font-size: 20px; margin-bottom: 10px; text-align: start}
.management-team-modal-text__employee{font-size: 16px; color: rgba(91, 91, 104, 1); margin-bottom: 20px; text-align: start}
.management-team-modal-text__text p{margin: 0;font-size: 14px; color: rgba(91, 91, 104, 1); text-align: justify; line-height: 24px;}
.management-team-modal__cancel{color: #ccc; position: absolute; top: 35px; right: 35px; font-size: 24px; cursor: pointer}

.manage-modal-open .management-team-modal{visibility: visible; top: 50%;}
.manage-modal-open .body-overlay-managers{visibility: visible; opacity: 1;}

@media (max-width: 800px) {
    .management-team__item{width: 100%; margin-right: 1%; margin-bottom: 20px; display: block;}
    .management-team__item:nth-child(3n){margin-right: 1% !important;}
    .management-team__item:nth-child(2n){margin-right: 0 !important;}

}
.management-team{justify-content: center}
.management-team-modal{display: none}

/* for table and c-content */
.c-content table, .c-content th, .c-content td {border: 1px solid #363636;padding: 3px;}
.c-content table {border-color: #00000020;background-color: #fff;margin: 20px 0;border-collapse: collapse;max-width: 100% !important;}
.c-content tr:nth-child(odd) {/*background-color: #F8F8F8;*/ width: 1170px; height: 30px;}
.c-content table{font-size:13px;margin:20px 0;width:100%;border-collapse:collapse}
.c-content table th{border:1px solid #ccc;/*border-bottom:1px solid #363636;*/font-weight:700;padding:4px;color:#363636;/*background-color:#dbe1ea*/}
.c-content table td{border:1px solid #f2f2f2;padding:14px;color:#363636;}
.c-content table td>p,.c-content table th>p{margin:0}
.c-content p i{color: #00A3EA; margin-right: 4px;}
@media (max-width: 900px) {
    .table-solid{width:100%!important;}
    .table-solid{overflow-x: auto}
}
.table-solid{padding: 0 0 0 0; margin-top: 10px; color: #363636; font-size: 18px; font-family: Roboto;}
.table-solid table thead th {padding: 15px 15px;font-weight: bold;color: #2957A4;border: 1px solid #E8E7E7;font-size: 12px; font-family: 'Roboto Condensed';text-transform: uppercase; background: #f8f8f8; text-align: left;}
.table-solid table td {border: 1px solid #E8E7E7;padding: 6px 10px;font-size: 14px;height: 55px;color: #363636;font-family: 'Roboto Condensed';background-color: #fff; text-align: initial}
.table-solid tr td span{color: #363636; font-size: 14px; line-height: 24px;}
.table-solid tr td a {color: #00A3EA; font-size: 14px; line-height: 16px; margin-left:30px; text-transform: uppercase;}
.table-solid tr td p {margin: 10px 10px 10px 10px!important; color: #363636;font-size: 14px; font-family: Roboto;}
.table-solid p{ margin-bottom: 10px; margin-top: 10px; font-weight: normal; font-size: 14px; font-family: Roboto;}
.table-solid li{font-weight: normal; color: #363636; font-size: 14px; font-family: Roboto; text-align: left}
.table-solid a {color: #1e87f0;text-decoration: none;cursor: pointer;}


table tr td{color: #363636; font-size: 14px;padding-bottom: 15px;}

.table-solid table {width:100%!important;}
.table-solid table {border-collapse: collapse;border-spacing: 1px;width:100%;}
.table-1 table tr:nth-of-type(even),
.table-solid tr:nth-of-type(even) td {background: #eee;}
.body-col{width: 100%;}
@media(max-width: 760px){
    .uk-tabs>ul>li{max-width: 100%;}
}

.table table thead th {padding: 15px 15px;font-weight: bold;color: #2957A4;border: 1px solid #E8E7E7;font-size: 12px; font-family: 'Roboto Condensed';text-transform: uppercase; background: #f8f8f8; text-align: left;}
.table table td {border: 1px solid #E8E7E7;padding: 7px 20px;font-size: 14px;color: #363636;font-family: 'Roboto Condensed';background-color: #fff; text-align: initial}
.table tr td span{color: #2957A4; font-size: 14px;line-height: 24px;}
.table tr td a {color: #00A3EA; font-size: 14px; line-height: 16px;  font-family: "Roboto Condensed";}
.table tr td p {margin: 10px 10px 10px 10px; text-align: center;color: #363636;font-size: 14px;font-family: Roboto;}
.table p{margin-top: 50px; margin-bottom: 10px; color: #999999; font-size: 14px; font-family: Roboto;}
/* end table and c-content */

.job{padding: 50px 0}
.overview-text {margin-top: 30px;}
.overview-text-header {font-weight: 600;font-size: 16px;color: #363636;margin-bottom: 25px;}
.overview-text-subheader {font-size: 14px;font-weight: normal;color: #363636;line-height: 20px;}
.overview-text-item {font-size: 14px;line-height: 20px;color: #363636;position: relative;}
.overview-text-item ul{padding-left: 30px}
.overview-text-item ol{padding-left: 30px}
/*.overview-text-item:before {content: "";border: 2px solid #61bcff;border-radius: 50%;height: 8px;width: 8px;margin-right: 8px;flex-shrink: 0;}*/

.job-list-box{position: relative;overflow: hidden}
.job-list_image{overflow: hidden;border-radius: 10px;}
.job-list_image img{transition: all 0.5s;border-radius: inherit;}
.job-list-item_description{padding: 15px 20px;border-radius: 8px;background-color: rgba(11, 44, 85, 1);}
.job-list-item_description{position: absolute;bottom: 0;left: 0;right: 0;top: auto;height: auto;transition: all 0.5s;transform: translateY(100%);opacity: 1;visibility: visible;text-align: center;}
.job-list__description {transition: 0.3s;}
.job-list_link {position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;display: block;opacity: 0;transition: 0.5s;}
.job-item__title{font-size: 16px;font-weight: 600;color: #fff;line-height: 20px;}
.job-list-box:hover .job-list_image img {transform: translateY(-100px);}
.job-list-box:hover .job-list-item_description {transform: translateY(0);}
.job-list-box:hover .job-list-item_description{opacity: 1;}

.staticPages{padding: 50px 0}
.staticPages-list-box{position: relative;overflow: hidden}
.staticPages-list_image{overflow: hidden;border-radius: 10px;}
.staticPages-list_image img{transition: all 0.5s;border-radius: inherit;}
.staticPages-list-item_description{padding: 15px 20px;border-radius: 8px;background-color: rgba(11, 44, 85, 1);}
.staticPages-list-item_description{position: absolute;bottom: 0;left: 0;right: 0;top: auto;height: auto;transition: all 0.5s;transform: translateY(100%);opacity: 1;visibility: visible;text-align: center;}
.staticPages-list__description {transition: 0.3s;}
.staticPages-list_link {position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;display: block;opacity: 0;transition: 0.5s;}
.staticPages-item__title{font-size: 16px;font-weight: 600;color: #fff;line-height: 20px;}
.staticPages-list-box:hover .staticPages-list_image img {transform: translateY(-100px);}
.staticPages-list-box:hover .staticPages-list-item_description {transform: translateY(0);}
.staticPages-list-box:hover .staticPages-list-item_description{opacity: 1;}
.st-img{height: 400px;object-fit: none}

.services-box {padding: 40px 30px 25px;margin-top: 20px;box-shadow: 0 10px 60px 20px rgb(0 0 0 / 5%);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;background: #fff;border-bottom: 5px solid #fff;border-radius: 5px;}
.services-box .icon {width: 80px;height: 80px;margin: auto;background: #F2F2F2;border-radius: 50%;text-align: center;line-height: 75px;}
.services-box .icon-hover-two {display: none;}
.services-box .icon img {height: 40px;}
.services-box h3{margin-top: 30px;margin-bottom: 20px;font-size: 18px;line-height: 25px;text-align: center;color: rgba(0, 26, 59, 1)}
.services-box p {margin-top: 10px;font-size: 14px;line-height: 20px;text-align: center;color: rgba(91, 91, 104, 1)}
.services-box:hover, .services-box.active {border-bottom: 5px solid rgba(11, 44, 85, 1);}
.services-box:hover .icon {background: rgba(11, 44, 85, 1);}
.services-box:hover .icon-hover-one {display: none;}
.services-box:hover .icon-hover-two {display: block;}
.services-box:hover h3 a {color: rgba(11, 44, 85, 1);}

/*.services-box--name {opacity: 0;-webkit-transform: translate3d(0,30px,0);transform: translate3d(0,30px,0);transition: .35s ease;}*/
/*.services-box:hover .services-box--name {opacity: 1;transform: translateZ(0);}*/
/*.services-box:hover{transform: scale(1.1);}*/


.other-box {padding: 40px 30px;margin-bottom: 30px;box-shadow: 0 10px 60px 20px rgb(0 0 0 / 5%);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;background: #fff;border-bottom: 5px solid #fff;border-radius: 5px;}
.other-box h3{margin-bottom: 20px;font-size: 20px;font-weight: 700;line-height: 25px;text-align: center;color: rgba(255, 192, 0, 1)}
.other-box p {margin-top: 10px;font-size: 14px;line-height: 20px;text-align: center;color: rgba(91, 91, 104, 1)}
.other-box:hover, .other-box.active {background: rgba(11, 44, 85, 1);border-bottom: 5px solid rgba(255, 192, 0, 1);}
.other-box:hover h3 a {color: rgba(11, 44, 85, 1);}
.other-box:hover p{color: #fff}
.icon-box{display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;margin: 15px auto;border-radius: 10px;border: 1px solid #ddd;}
.icon-box i{font-size: 24px;color: rgba(255, 192, 0, 1)}

.page-default-box {padding: 40px 30px;margin-bottom: 30px;box-shadow: 0 10px 60px 20px rgb(0 0 0 / 5%);-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;background: rgba(11, 44, 85, 1);border-bottom: 5px solid rgba(255, 192, 0, 1);border-radius: 5px;}
.page-default-box h3{margin-bottom: 20px;font-size: 20px;font-weight: 700;line-height: 25px;text-align: center;color: rgba(255, 192, 0, 1)}
.page-default-box p {margin-top: 10px;margin-bottom: 10px;font-size: 14px;line-height: 20px;text-align: center;color: #fff}
.page-default-box:hover, .page-default-box.active {background: #fff;border-bottom: 5px solid rgba(255, 192, 0, 1);}
.page-default-box:hover h3 a {color: rgba(11, 44, 85, 1);}
.page-default-box:hover p{color: rgba(91, 91, 104, 1)}

.about-other-list{position: relative;margin-top: 20px;-webkit-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}
.about-other-list .about-other-box {padding: 40px;border-radius: 20px;position: relative;background: rgb(241 241 241 / 74%);}
.about-other-box-wrap{display: flex;align-items: center;justify-content: space-between}
.about-other-list .about-other-box-icon {font-size: 26px;line-height: 30px;color: rgba(255, 192, 0, 1);width: 40px;height: 40px;border: 1px solid rgba(255, 192, 0, 1);display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.about-other-list .about-other-box-title {font-size: 18px;font-weight: 700;line-height: 30px;margin-bottom: 0;padding-top: 15px;margin-top: 15px;margin-right: 12px;position: relative;color: rgba(11, 44, 85, 1);border-top: 1px solid rgba(3, 27, 78, .1);}
.about-other-list .about-other-box-wrapper {padding-top: 15px;padding-right: 50px;}
.about-other-list .about-other-box-desc {font-size: 14px;font-style: italic;font-weight: 500;line-height: 20px;text-align: justify;color: rgba(91, 91, 104, 1)}
.about-other-list .about-other-box-text {margin-top: 15px;font-size: 14px;text-align: justify;line-height: 20px;color: rgba(91, 91, 104, 1)}
.about-other-list .about-other-box-title::before {content: "";position: absolute;top: 0;left: 0;width: 0;height: 1px;background-color: rgba(3, 27, 78, .6);-webkit-transition: all .25s ease-in-out;-ms-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}
.about-other-list .about-other-box-title::after {content: "";position: absolute;top: -6px;right: -12px;width: 12px;height: 12px;border-radius: 50px;background-color: rgba(3, 27, 78, .2);}
.about-other-list:hover {transform: translate(0, -10px);}
.about-other-list:hover .about-other-box-title::before {width: 100%;}

.feature-item {background-color: #e1e1e1;border-radius: 20px;margin: 15px 0 0 15px;margin-top: 30px;padding: 50px 30px;position: relative;transition: all .5s;}
.feature-item .feature-title {font-size: 20px;line-height: 25px;font-weight: 700;margin-bottom: 12px;transition: all .5s;}
.feature-item p {font-size: 14px;line-height: 20px;color: rgba(91, 91, 104, 1);transition: all .5s;}
.feature-item .number {margin-bottom: 0;position: absolute;right: 8px;top: 10px;background: linear-gradient(180deg, #0B2C55 -116.67%, rgba(11, 44, 85, 0.12) 50.48%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;font-weight: 400;font-size: 100px;line-height: .8;}
.feature-item:after {border: 2px solid rgba(11, 44, 85, 1);border-radius: 20px;content: "";height: 100%;left: -15px;position: absolute;top: -15px;width: 100%;z-index: -1;}
.feature-item:hover {background-color: rgba(11, 44, 85, 1);}
.feature-item:hover .feature-title{color: #fff;}

.uk-accordion .uk-open{padding: 0;background: #F6FAFF;border-radius: 10px;border: 1px solid rgba(11, 44, 85, 1);transition: border-color 0.3s ease-in-out;}
.uk-accordion .uk-open .accordion-head{border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}
.uk-accordion-title:hover, .uk-accordion-title:focus {color: #fff;text-decoration: none;outline: none;}
.accordion-head{padding: 15px 20px;background: #0B2C55;font-size: 17px;line-height: 25px;font-weight: 600;color: #fff;border-radius: 10px}
.accordion-content-body{padding: 15px 20px;margin-top: 0;}
.accordion-content-bodyV2{padding: 15px 20px;margin-top: 0;}
.accordion-content-body span{font-size: 15px;font-weight: 400;line-height: 25px;color: rgba(91, 91, 104, 1);}

.accordion-content-bodyV2 p{margin-bottom: 15px;position: relative;font-size: 15px;font-weight: 400;line-height: 25px;color: rgba(91, 91, 104, 1)}
.accordion-content-bodyV2 ul{padding-left: 30px}
.accordion-content-bodyV2 ul li{list-style: disc;font-size: 15px;font-weight: 400;line-height: 25px;color: rgba(91, 91, 104, 1)}
.accordion-content-body p{padding: 15px;margin: 15px auto;position: relative;font-size: 15px;font-weight: 400;line-height: 25px;color: #1e87f0;background-color: #ffffff;border-left: 4px solid rgba(255, 192, 0, 1);border-radius: 10px}
.accordion-content-body p::after {content: "";position: absolute;border: 10px solid;border-color: transparent rgba(255, 192, 0, 1) transparent transparent;left: -24px;top: 16px;}
.uk-open > .uk-accordion-title::before{display: flex;align-items: center;justify-content: center;background-image: unset!important;content: "\f068";font: normal normal normal 18px/1 FontAwesome;}
.uk-accordion-title::before{display: flex;align-items: center;justify-content: center;background-image: unset!important;content: "\f067";font: normal normal normal 18px/1 FontAwesome;}

.quote-form {padding: 40px;border-top: 5px solid rgba(255, 192, 0, 1);background-color: #fff;-webkit-box-shadow: 0px 10px 50px rgb(7 36 95 / 10%);box-shadow: 0px 10px 50px rgb(7 36 95 / 10%);}
.quote-form .form-title {font-size: 26px;line-height: 30px;font-weight: 700;color: rgba(0, 26, 59, 1)}
.as-btn {position: relative;z-index: 2;overflow: hidden;vertical-align: middle;display: inline-block;border: none;text-transform: uppercase;text-align: center;cursor: pointer;background-color: rgba(11, 44, 85, 1);color: #fff;font-size: 13px;font-weight: 700;line-height: 1;padding: 15px;border-radius: 10px;}
.as-btn:before {left: 0;border-radius: 0 20px 20px 0;}
.as-btn:before, .as-btn:after {content: "";position: absolute;height: 100%;top: 0;width: 0%;background-color: #0E121D;z-index: -1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.as-btn:after {right: 0;border-radius: 20px 0 0 20px;}
.as-btn:before, .as-btn:after {content: "";position: absolute;height: 100%;top: 0;width: 0%;background-color: #0E121D;z-index: -1;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
.as-btn:hover::before, .as-btn:hover:after, .as-btn.active::before, .as-btn.active:after {width: 51%;border-radius: 0;}

.sector-list div .sector-list-box {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.sector-list .checkbox_animated {display: block;width: 100%;padding: 0;margin-bottom: 15px;border: 0;}
.checkbox_animated {cursor: pointer;position: relative;height: 100%;}
.checkbox_animated:before {content: "";position: absolute;width: 12px;height: 6px;-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);-webkit-transform: rotate(-45deg) scale(0, 0);transform: rotate(-45deg) scale(0, 0);left: 4px;top: 4px;z-index: 1;border: 2px solid rgba(255, 192, 0, 1);border-top-style: none;border-right-style: none;}
.checkbox_animated:after {content: "";position: absolute;width: 21px;height: 21px;top: -2px;left: 0;background-color: #fff;border: 2px solid #ececec;cursor: pointer;}
.sector-list div .sector-list-box .form-check-label {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 100%;margin-left: 8px;}
.sector-list div .sector-list-box .form-check-label .name {padding-left: 25px;font-size: 16px;line-height: 25px;color: rgba(11, 44, 85, 1)}
.sector-list .active .checkbox_animated:before {-webkit-transform: rotate(-45deg) scale(1, 1);transform: rotate(-45deg) scale(1, 1);}

.accordion {padding: 0;}
.accordion li{list-style: none;margin-bottom: 10px}
.accordion .inner{margin-bottom: 10px}
.accordion .inner.show{padding: 20px;border: 1px solid #EBEFF6}
.accordion--toggle {display: block;background: #f5f5f5;border-bottom: 1px solid #EBEFF6;color: rgba(11, 44, 85, 1);padding: 20px;border-radius: 0.15em;transition: background .3s ease;box-shadow: 0 2px 3px rgb(0 0 0 / 20%);}
.accordion--toggle:hover {background: #fff;}
.accordion--item {background-color: #f5f5f5;position: relative;border-right: 1px solid #EBEFF6;border-bottom: 1px solid #EBEFF6;padding: 2rem;text-align: center;flex-grow: 1;flex-basis: 100%;box-shadow: 0 2px 3px rgb(0 0 0 / 20%);}

@media screen and (min-width: 40em) {
    .accordion--item {
        flex-basis: 33.33%;
    }
}

.accordion--item:nth-child(3),
.accordion--item:last-child {border-right: none;}
.toggle {position: relative;}
.is-collapsed:after, .is-expanded:after {font-family: "FontAwesome";font-size: 10px;position: absolute;right: 25px;top: 22px;}
.is-collapsed:after {content: "\f078";}
.is-expanded:after {content: "\f077";}
.is-expanded {color: rgba(255, 192, 0, 1);}

.feature-projects-item__img{width: 100%;height: 0;padding-bottom: 141%;overflow: hidden;position: relative;border-radius: 8px;background: #fff;border: 1px solid #ededed;margin-bottom: 20px;display: block;box-shadow: 0 0 6px 0 #7c7a7a}
.feature-projects-item__img:before {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(250,183,64,.5);content: '';opacity: 0;transition: .5s all;}
.feature-projects-item__img img{width: 100%;padding: 10px;object-fit: contain;transition: transform .3s ease;}
.feature-projects-item__img:hover img{transform: scale(1.1);}

/* timeline for */
.timeline{height: 850px;display: flex;align-items: center;justify-content: center}
.timeline-item {position: relative;width:150px;height:30px;display:inline-table;}

.timeline-item:nth-child(1) {width:75px;}

.arrow-end {position: absolute;right: -15px;width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;}

.circle {position: absolute;background-position: center center;border-radius: 25px;transform: translate(-50%, -50%);top:50%;left: 50%;width: 50px;height: 50px;box-shadow: 0 0 12px 0px #4d4d4d;}

.timeline-item:nth-child(1) .circle {left: 0;}

.inner-circle {position: absolute;transform: translate(-50%, -50%);top:50%;left: 50%;width:40px;height: 40px;border-radius: 20px;background-position: center center;background-repeat: no-repeat;background-size:30px 30px;background-color: #fff;box-shadow: inset 0px 0px 6px 0px #000;}

.buble-content {overflow: hidden;text-align: center;position: absolute;background-color: #fff;box-shadow: 0 0 12px 0px #4d4d4d;width:210px;height: 320px;}
.timeline-item:nth-child(odd) .buble-content {border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;top: -378px;left: -25px;}
.timeline-item:nth-child(even) .buble-content {border-top-left-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;bottom: -378px;left: -30px;}

.timeline-item:nth-child(1) .buble-content {left: -100px;}

.content-year {padding:5px;color:#fff;font-size: 20px;}
.timeline-item:nth-child(even) .content-year{position: absolute;width: 200px;bottom: 0;}
.content {padding: 10px;display: block;position: relative;}
.content p {height: 100%;margin: auto 0;font-size: 15px;color: rgba(91, 91, 104, 1);}

.content-half-circle {position: absolute;transform: translate(-50%, -50%);background-color: #fff;width: 50px;height: 20px;z-index: 9999;}
.timeline-item:nth-child(odd) .content-half-circle {top: -50px;left: 50%;border-bottom-left-radius: 60px;border-bottom-right-radius: 60px;box-shadow: 1px 10px 9px 0px #bbbbbb;}
.timeline-item:nth-child(even) .content-half-circle {bottom: -70px;left: 50%;border-top-left-radius: 60px;border-top-right-radius: 60px;box-shadow: -1px -9px 9px 0px #bbbbbb;}
.timeline-item:nth-child(1) .content-half-circle {left: 0;}

.grey-line {position: absolute;transform: translate(-50%, -50%);width: 2px;height:80px;background-color: #b7b7b7;}
.timeline-item:nth-child(odd) .grey-line {top:-30px;left: 50%;}
.timeline-item:nth-child(even) .grey-line {bottom:-130px;left: 50%;}
.timeline-item:nth-child(1) .grey-line {left: 0;}

/* focus for */
.focus-box{position: relative;text-align: center;height: 300px;padding: 30px 20px;margin-bottom: 20px;border: 3px solid #d9d9d9;border-radius: 8px;}
.focus-box .icon {width: 100px;height: 100px;line-height: 100px;border-radius: 50%;margin: 0 auto 35px;}
.focus-box .icon svg{width: 50px}
.focus-box .icon, .focus-box .details {position: relative;z-index: 2;}
.focus-box h3 {font-size: 18px;margin: 0 0 15px;padding-bottom: 15px;position: relative;font-weight: bold;text-transform: uppercase;color: #012f5c;}
.focus-box h3:after {content: "";background-color: #fdd415;width: 28px;height: 4px;border-radius: 5px;position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.focus-box p {position: relative;font-size: 15px;color: rgba(91, 91, 104, 1);line-height: 20px;}
.read-more {font-weight: 600;color: #012f5c;display: inline-block;margin-top: 0;}
.hover-grid {width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.hover-grid span {width: 33.33%;height: 10%;position: absolute;left: 0;bottom: 0;opacity: 0;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.hover-grid span:nth-child(1) {border-top-left-radius: 8px;border-bottom-left-radius: 8px}
.hover-grid span:nth-child(2) {left: 33.33%;height: 20%;-webkit-transition: all 0.3s 0.1s ease-in-out;-o-transition: all 0.3s 0.1s ease-in-out;transition: all 0.3s 0.1s ease-in-out;}
.hover-grid span:nth-child(3) {left: 66.66%;height: 30%;-webkit-transition: all 0.3s 0.2s ease-in-out;-o-transition: all 0.3s 0.2s ease-in-out;transition: all 0.3s 0.2s ease-in-out;border-top-right-radius: 8px;border-bottom-right-radius: 8px}

.focus-box-1 .icon-1 {background: #0B2C55;box-shadow: 0 0 30px #0B2C55;}
.hover-grid-1 span{background: #0B2C55}
.focus-box-1:hover .hover-grid-1 {opacity: 1;}
.focus-box-1:hover .hover-grid-1 span {height: 100%;opacity: 1;}
.focus-box-1:hover h3, .focus-box-1:hover p {color: #fff;}
.focus-box-1:hover .read-more {color: #fdd415;}

.focus-box-2 .icon-2 {background: #016644;box-shadow: 0 0 30px #016644;}
.hover-grid-2 span{background: #016644}
.focus-box-2:hover .hover-grid-2 {opacity: 1;}
.focus-box-2:hover .hover-grid-2 span {height: 100%;opacity: 1;}
.focus-box-2:hover h3, .focus-box-2:hover p {color: #fff;}
.focus-box-2:hover .read-more {color: #fdd415;}

.focus-box-3 .icon-3 {background: #FF8400;box-shadow: 0 0 30px #FF8400;}
.hover-grid-3 span{background: #FF8400}
.focus-box-3:hover .hover-grid-3 {opacity: 1;}
.focus-box-3:hover .hover-grid-3 span {height: 100%;opacity: 1;}
.focus-box-3:hover h3, .focus-box-3:hover p {color: #fff;}
.focus-box-3:hover .read-more {color: #fdd415;}

.focus-box-4 .icon-4 {background: #1F299C;box-shadow: 0 0 30px #1F299C;}
.hover-grid-4 span{background: #1F299C}
.focus-box-4:hover .hover-grid-4 {opacity: 1;}
.focus-box-4:hover .hover-grid-4 span {height: 100%;opacity: 1;}
.focus-box-4:hover h3, .focus-box-4:hover p {color: #fff;}
.focus-box-4:hover .read-more {color: #fdd415;}

.focus-box-5 .icon-5 {background: #BE2601;box-shadow: 0 0 30px #BE2601;}
.hover-grid-5 span{background: #BE2601}
.focus-box-5:hover .hover-grid-5 {opacity: 1;}
.focus-box-5:hover .hover-grid-5 span {height: 100%;opacity: 1;}
.focus-box-5:hover h3, .focus-box-5:hover p {color: #fff;}
.focus-box-5:hover .read-more {color: #fdd415;}


/* irim ngo for*/
.swiper-ngo .swiper-wrapper .swiper-slide{height: 100%}
.swiper-img-ngo{position: relative;height: 100vh;overflow: hidden}
.swiper-img-ngo img{width: 100%;height: 100%;object-fit: cover;opacity: 0.5;}
.swiper-img-ngo:before{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(-135deg, #004b78, #001525);}
.swiper-ngo .swiper-pagination{top: 40%;right: 30px;display: flex;align-items: center;flex-direction: column;}
.swiper-ngo .swiper-pagination-bullet {display: flex;align-items: center;justify-content: center;background-color: #fff;color: rgba(11, 44, 85, 1);opacity: 1;padding: 2px;width: 20px;font-size: 10px;margin-bottom: 10px;height: 15px;border-radius: 8px;}
.swiper-ngo .swiper-pagination-bullet-active {background-color: rgba(11, 44, 85, 1);color: #fff}
.swiper-text-pos{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 1200px}
.content-wrap{display: flex;align-items: center;}
.content-left-br{height: 65px;width: 20px;margin-right: 15px;background-color: rgba(255, 192, 0, 1);}
.head-swiper-title{font-size: 24px;line-height: 30px;font-weight: bold;text-transform: uppercase;color: #fff}
.head-swiper-text {margin-top: 40px}
.head-swiper-text p{margin-bottom: 10px;margin-top: 0;font-size: 20px;line-height: 30px;font-weight: 400;color: #fff}
.head-swiper-text ul{padding-left: 30px}
.head-swiper-text ul li{list-style:disc;font-size: 20px;line-height: 30px;font-weight: 400;color: #fff}

/* report btn for*/
.swiper-btn{display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 192, 0, 1);transition: 1s ease-in-out}
.swiper-btn i{color: rgba(11, 44, 85, 1);font-size: 20px}
.swiper-btn:hover{background-color: #fff;transform: scale(1.1);transition: 1s ease-in-out}

.content-mission-wrap{display: flex;align-items: center;justify-content: center}
.mission-box{background-color: rgb(255 255 255 / 57%);border: 1px solid #E4E4E4;border-top: 5px solid rgba(255, 192, 0, 1);-webkit-box-shadow: 0px 6px 15px rgb(14 18 29 / 6%);box-shadow: 0px 6px 15px rgb(14 18 29 / 6%);border-radius: 10px;padding: 20px;}
.mission-icon{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;margin: 0 auto 20px auto;border-radius: 10px;border: 1px solid #ddd;}
.mission-icon i{font-size: 30px; color: rgba(255, 192, 0, 1);}
.head-swiper-mission-title{font-size: 24px;line-height: 30px;text-align: center;font-weight: bold;color: rgba(11, 44, 85, 1)}
.head-swiper-mission{margin-top: 20px;text-align: center}
.head-swiper-mission span{font-size: 20px;line-height: 30px;font-style: italic;font-weight: 400;color: rgba(11, 44, 85, 1)}
.head-swiper-mission p{margin-top: 20px;margin-bottom: 0;font-size: 20px;line-height: 30px;font-weight: 400;color: rgba(11, 44, 85, 1)}

.list-report-box{position: relative;overflow: hidden;border: 1px solid #ededed;background: #fff;border-radius: 8px;margin-top: 20px;box-shadow: 0 0 6px 0 #7c7a7a}
.list-report--img {position: relative;overflow: hidden;height: 0;margin: 0;width: 100%;padding-bottom: 141%;transition: all 0.3s ease-in;}
.list-report--img img{width: 100%;padding: 10px;object-fit: contain;transition: transform .3s ease;}
.list-report-content{bottom: 0;left: 0;position: absolute;width: 100%;z-index: 0;right: 0;padding: 20px;box-sizing: border-box;}
.list-report--name {font-size: 14px;text-transform: uppercase;font-weight: 500;line-height: 20px;margin-right: 8px;color: #fff;}
.list-report-box:hover .list-report--img img{transform: scale(1.1);}

.list-report--name {opacity: 0;-webkit-transform: translate3d(0,30px,0);transform: translate3d(0,30px,0);transition: .35s ease;}
.list-report-box:hover .list-report--name {opacity: 1;transform: translateZ(0);}
.list-report-box:hover .list-report-content {background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 70%);}

/* for tel-num*/
.tell-num {position: fixed; transition: opacity 0.5s ease 0s;overflow: hidden; right: 25px; bottom: 95px; height: 50px; min-width: 50px; display: flex;justify-content: center; align-items: center;z-index: 100; background: rgba(255, 192, 0, 1); box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25); border-radius: 50%;}
.tell-num:hover {border-radius: 8px}
.phone-icon {display: flex;justify-content: center;align-items: center;width: 35px;height: 35px;border-radius: 50%;background-color: #ffffff;}
.phone-icon i {font-size: 18px; margin: 8px; color: rgba(11, 44, 85, 1)}
.phone-num { white-space: nowrap;  font-size: 18px; font-weight: bold; transition: 0.3s; -webkit-transition: 0.3s; color: #ffffff}
/*.tell-num:hover .phone-num {display: flex !important; transition: 0.5s; -webkit-transition: 0.5s; font-weight: bold; color: #ffffff}*/
/* end of tel-num*/

.ss-copyright{margin-right: 70px}
.ss-copyright span{color: #fff}
/*for mobile menu ui*/
.window { /*position: relative;*/display: none; /*width: 100%;*/ /*height: 50px;*/ /*margin: 100px auto 0;*/ /*box-shadow: 0 0 65px 15px rgba(0, 0, 0, 0.2);*/overflow: hidden; /*border-radius: 3px;*/ /*background: #F1F1F1;*/background-color: #222222 !important;}
.header {position: absolute;display: block;top: 0;left: 0;height: 75px;width: 100%;background: #fff;overflow: hidden;-webkit-transition: all 0.5s ease-out, background 1s ease-out;transition: all 0.5s ease-out, background 1s ease-out;-webkit-transition-delay: 0.2s;transition-delay: 0.2s;border-bottom: 2px solid #740c0f;}
.header .burger-container {position: relative;display: inline-block;height: 50px;width: 50px;cursor: pointer;-webkit-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-user-select: none;-moz-user-select: none; /*float: right;;*/-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;}
 #burger {width: 48px;height: 8px;position: relative;display: block;margin: -4px auto 0;top: 50%;cursor:pointer;}
 #burger .bar {height: 4px;display: block;position: relative;background: #000;-webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);-webkit-transition-delay: 0s;transition-delay: 0s;border-radius: 10px;}
 #burger .bar.topBar {width: 30px;-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);}
 #burger .bar.btmBar {width: 40px;-webkit-transform: translateY(6px) rotate(0deg);transform: translateY(6px) rotate(0deg);}
.header .icon {display: inline-block;position: absolute;line-height: 50px;width: 50px;height: 50px;text-align: center;color: #FFF;font-size: 22px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.window .content::-webkit-scrollbar {display: none;}
.header-logo-mobile{width: 87px;margin-left: 15px;}

@media (max-width: 900px) {
    .window {width: 100%;margin: 0;border-radius: 0px;display: block;}
    .window .header {position: relative;}
}

@media (max-width: 500px) {
    .slide-text{width: 300px;transform: translate(30%, -50%)}
    .slide-text .name{font-size: 28px;line-height: 30px}
    .slide-text .description{font-size: 14px;}
    .slide-bor{height: 40px}
    .header-search-box{display: none}
    .article-home-box{margin-top: 20px}
    .home-figure{height: auto}
    .videoWrapper{margin-top: 20px}
    .section-name{font-size: 18px}
    .section-desc{line-height: 25px}
    .uk-grid-divider > :not(.uk-first-column)::before{border-left: none}
}