@charset "utf-8";

._container {
    width: 90%;
    margin: 0 auto;
}
._section {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
header .right .topbar .links .size a #pc-nav-box {
    position: fixed;
    background: #fff;
}
.head-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header {
    position: relative;
    background: #fff;
    width: 100%;
    background: #eef3fa;
    padding: 30px 0 10px 0px;
    z-index: 222;
}
header::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 9px;
    background-image: linear-gradient(to bottom right, #0068b7, #2ba3b9);
}
header .left {
    width: 659px;
}
header .left .logo {
    display: flex;
    align-items: center;
    height: 100%;
}
header .left .logo a {
    margin-right: 2.5rem;
}
header .left img {
    display: block;
    margin-right: 15px;
    height: 60px;
    object-fit: contain;
}
header .right {
    width: calc(100% - 700px);
    position: relative;
}
header .right .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .right .links .search {
    color: #0b3c98;
    cursor: pointer;
}
header .right .links .search i {
    margin-right: 10px;
}
header .right .links .size {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .right .links .size a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0 5px;
    color: #0a3659;
    border-radius: 50%;
}
header .right .links .size a.small {
    background: #d4e9fc;
    border: 2px solid #0e70bd;
}
.fontMiddle header .right .links .size a.middle {
    background: #d4e9fc;
    border: 2px solid #0e70bd;
}
.fontMiddle header .right .links .size a.small {
    border-color: transparent;
    background: transparent;
}
.fontLarge header .right .links .size a.large {
    background: #d4e9fc;
    border: 2px solid #0e70bd;
}
.fontLarge header .right .links .size a.small {
    border-color: transparent;
    background: transparent;
}
header .right .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .right .social a {
    width: 52px;
    height: 52px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #5daec9, #68bdce);
    margin-left: 10px;
}
header .right .social a:hover {
    background-image: linear-gradient(to left, #5daec9, #68bdce);
}
header .right .social a i {
    transition: all 0.5s ease 0s;
}
header .right .lang {
    display: flex;
    align-items: center;
}
header .right .lang::after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background: #bbbbbb;
    margin: 0 0px 0 20px;
}
header .right .lang {
    margin-left: 15px;
    box-sizing: border-box;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
}
header .right .lang a {
    display: block;
    color: #0a3659;
    text-align: center;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .right .lang a:hover {
    color: #0a3659;
}
header .right .lang a.active {
    background: #d4e9fc;
    border: 2px solid #0e70bd;
}
header .nav-outer {
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    padding: 15px 0px;
}
header .nav-outer .nav-box ul li a {
    padding: 0;
    padding-bottom: 10px;
    color: #1d2d44;
    position: relative;
}

header .nav-outer .nav-box ul li a::after {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    background: #2ba3b9;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.35s ease;
}
header .nav-outer .nav-box ul li a:hover::after {
    width: 100%;
}
header .nav-outer .nav {
    justify-content: space-between;
}
header .donation a {
    margin-left: 30px;
    margin-right: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #0068b7, #64a1e2);
    padding: 10px 25px;
    color: #fff;
}
header .donation a img {
    filter: invert(50%) brightness(300%);
    margin-right: 10px;
}
header .donation a:hover {
    background-image: linear-gradient(to left, #0068b7, #64a1e2);
}

.hero-block {
    position: relative;
    background: #eef3fa;
}
.hero-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-block .k1 {
    border-radius: 100px 478px 478px 100px;
    left: -980px;
    top: 410px;
    width: 1592px;
    height: 658px;
    background: rgba(0, 104, 183, 0.07);
}
.hero-block .k2 {
    border-radius: 100px 478px 478px 100px;
    right: 150px;
    top: 330px;
    width: 583px;
    height: 465px;
    background: rgba(65, 172, 193, 0.07);
}
.hero-block .swiper-slide:nth-child(even) {
    margin-top: 40px;
}
.hero-block .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.first-block {
    position: relative;
    background: #eef3fa;
    padding-bottom: 120px;
}
.first-block .inner {
    position: relative;
    z-index: 22;
}
.first-block .inner .container {
    max-width: 100% !important;
    box-sizing: border-box;
    padding-left: 15%;
}
.first-block .inner::after {
    content: '';
    display: block;
    width: 92%;
    height: 100%;
    background: #ffffff;
    border-radius: 40px 0px 0px 40px;
    position: absolute;
    right: 0;
    top: 0%;
}

.first-block .inner::before {
    content: '';
    display: block;
    width: 92%;
    height: 90%;
    background: #0068b7;
    border-radius: 40px;
    position: absolute;
    left: -5%;
    bottom: -10.5%;
}
.hero-block h1 .text-primary {
    color: #0068b7 !important;
}
.hero-block h1 .text-secondary {
    color: #5daec9 !important;
}
.first-block .pr-3 {
    margin-right: 1rem;
    padding-right: 0;
}
.first-block .xybg {
    background: #eef3fa;
    border-radius: 10px;
    padding-right: 0.5rem !important;
}
.first-block .xybg span.rounded-full {
    background: #0a3659;
    border-radius: 54px;
    color: #fff;
}
.text-primary-color2 {
    color: #0068b7;
}
.text-primary-color {
    color: #00226c !important;
}
.text-blue2 {
    color: #41acc1;
}

.first-block .img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-block .k3 {
    position: absolute;
    left: 8%;
    z-index: 2;
    top: 0;
    width: 144px;
    height: 135px;
    background: url(../images/k1.png) no-repeat top center;
    background-size: contain;
}
.first-block .k4 {
    animation: smoke1 2s ease-in-out infinite;
    position: absolute;
    left: 45%;
    z-index: 2;
    bottom: -3px;
    width: 126px;
    height: 75px;
    background: url(../images/k2.png) no-repeat top center;
    background-size: contain;
}

.first-block .adsds {
    padding-left: 2rem;
}

.second-block {
    position: relative;
    overflow: hidden;
    padding: 60px 0 100px 0px;
}
.second-block::before {
    content: '';
    display: block;
    width: 1846px;
    height: 534px;
    position: absolute;
    right: -55%;
    top: 20px;
    border-radius: 478px;
    background: rgba(0, 104, 183, 0.07);
    animation: smoke2 3s ease-in-out infinite;
}
.second-block .text {
    width: 90%;
}
.second-block .text p {
    margin-bottom: 40px;
}
.second-block .text p a {
    font-size: 13px;
    vertical-align: super;
}
.second-block .numbers {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.second-block .numbers .items {
    position: relative;
}
.second-block .numbers .items:nth-child(1) {
    box-sizing: border-box;
    padding-right: 2.5rem;
}
.second-block .numbers .items:nth-child(1)::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 104, 183, 0.36);
    position: absolute;
    right: 0;
    top: 0;
}
.second-block .numbers .items .text-gray-500 {
    color: #0a3659;
}
.second-block .imgs img {
    border-radius: 20px;
}

.second-block .k1 {
    animation: smoke2 2s ease-in-out infinite;
    position: absolute;
    left: -16%;
    z-index: 2;
    top: 0%;
    width: 539px;
    height: 539px;
    background: url(../images/k3.png) no-repeat top center;
    background-size: contain;
}
.second-block .k2 {
    animation: smoke2 4s ease-in-out infinite;
    position: absolute;
    right: -5%;
    z-index: 2;
    bottom: 8%;
    width: 142px;
    height: 143px;
    background: url(../images/k4.png) no-repeat top center;
    background-size: contain;
}
.second-block .k3 {
    animation: smoke2 3s ease-in-out infinite;
    position: absolute;
    right: -0.5%;
    z-index: 2;
    bottom: 0%;
    width: 50px;
    height: 50px;
    background: url(../images/k5.png) no-repeat top center;
    background-size: contain;
}

.third-block {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 100px 0px;
}
.third-block .h-311 img {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.third-block .number {
    padding: 0.3rem 1rem;
    background: #0068b7 !important;
    border-radius: 15px 0 15px 0px !important;
}
/* .third-block .bg-white a{display: block;}  */

.third-block .k1 {
    animation: smoke2 2s ease-in-out infinite;
    position: absolute;
    left: -4%;
    z-index: 2;
    top: 5%;
    width: 171px;
    height: 148px;
    background: url(../images/t1.png) no-repeat top center;
    background-size: contain;
}
.third-block .k2 {
    animation: smoke2 3s ease-in-out infinite;
    position: absolute;
    right: 2%;
    z-index: 2;
    bottom: 15%;
    width: 45px;
    height: 45px;
    background: url(../images/t2.png) no-repeat top center;
    background-size: contain;
}
.third-block .k3 {
    animation: smoke2 4s ease-in-out infinite;
    position: absolute;
    right: -10%;
    z-index: 2;
    bottom: -20%;
    width: 320px;
    height: 320px;
    background: url(../images/t3.png) no-repeat top center;
    background-size: contain;
}

.four-block {
    position: relative;
    overflow: hidden;
}
.four-block .bg-darkbg {
    background: #0a3659 !important;
    border-radius: 27px !important;
    text-align: left;
    margin-top: 5rem;
    padding: 6.5rem 3rem;
}
.four-block .bg-darkbg h3 {
    color: #3ee1ff;
}
.four-block .bg-darkbg .rounded-full {
    width: 78px;
    height: 78px;
    background: #3ee1ff;
}
.four-block .bg-darkbg .rounded-full:hover {
    background: #0068b7;
}
.four-block .in {
    margin-top: 5rem;
}
.four-block .imgs {
    top: 0;
    height: 530px;
}
.four-block .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.five-block {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.five-block .img-placeholder {
    margin-left: 60px;
}
.five-block .k1 {
    animation: smoke2 2s ease-in-out infinite;
    position: absolute;
    left: -10%;
    z-index: 2;
    bottom: -50%;
    width: 678px;
    height: 678px;
    background: url(../images/v1.png) no-repeat top center;
    background-size: contain;
}
.five-block .video-left {
    margin-left: 63px;
}

.six-block {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 80px 0px;
    z-index: 22;
}
.six-block .row2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 1rem;
}
.six-block .row3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 4em;
}
.six-block .row3 img {
    object-fit: contain;
    max-height: 91px;
}
.six-block .text ul {
    margin-left: 1rem;
}
.six-block .text ul li {
    list-style: decimal;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.six-block .text ul li::marker {
    color: #00226c;
}
.six-block .text ul li b {
    font-style: italic;
    font-weight: normal;
}
.six-block .text ul li em {
    font-style: italic;
    font-weight: normal;
}
.six-block .icos a {
         height: 82px;
         display: block;
}
.six-block .icos img {
    height: 100%;
}

#mobile-nav-box {
    display: none;
}
main {
    position: relative;
}
main::before {
    content: '';
    display: block;
    width: 496px;
    height: 453px;
    background: url(../images/circle1.png) no-repeat top center;
    background-size: contain;
    position: fixed;
    left: 0;
    top: 0;
}
main::after {
    content: '';
    display: block;
    width: 545px;
    height: 492px;
    background: url(../images/circle2.png) no-repeat top center;
    background-size: contain;
    position: fixed;
    right: 0;
    bottom: 0;
}

.banbox {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.bancont {
    border-bottom-left-radius: 1030px 245px;
    border-bottom-right-radius: 1030px 245px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    -webkit-mask: linear-gradient(to right, transparent 0, transparent 100px, #000 100px, #000 calc(100% - 100px), transparent calc(100% - 100px), transparent 100%);
}
.banbox::before {
    content: '';
    position: absolute;
    bottom: -233px;
    left: -171px;
    width: 665px;
    height: 665px;
    box-sizing: border-box;
    border: 35px solid #fff;
    border-radius: 50%;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    z-index: 2;
}
.banbox .swiper {
    position: relative;
}
.banbox .swiper-wrapper {
    height: 100%;
}
.swiper-pagination-bullet {
    background: #f0f0f0;
    width: 10px;
    height: 10px;
    color: #f0f0f0;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #006530;
}
.ban-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.ban-item::before {
    content: '';
    position: absolute;
    bottom: -233px;
    left: -171px;
    width: 665px;
    height: 665px;
    box-sizing: border-box;
    border: 35px solid #ffffff;
    border-radius: 50%;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    z-index: 1;
}
.bani {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.bani video {
    object-fit: cover;
    width: 100%;
}
.bant {
    bottom: 0%;
    left: 20%;
    width: 60%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 500;
}
.bantt {
    width: 100%;
}
.bantt > h1 {
    margin-bottom: 20px;
    color: #fff;
}
.bantt > p {
    color: #fff;
    margin-bottom: 20px;
    width: 60%;
}
.ban-more {
    padding: 1rem 4rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #00a950;
    transition: all 0.3s ease;
    display: inline-block;
}
.ban-more:hover {
    background: unset;
    color: #fff;
}

.banbox .pagination_index .playing {
    z-index: 10;
    margin-left: 5px;
    margin-top: -4px;
}

.banbox .pagination_index .playing span {
    cursor: pointer;
}

.banbox .pagination_index .playing i {
    color: #a6ce39;
    opacity: 1;
}

.banbox .pagination_index .playing .pause-button {
    display: none;
}

.banbox .arrow {
    position: absolute;
    right: 0px;
    bottom: 10%;
    width: auto;
    height: 50%;
    box-sizing: border-box;
    padding: 0 60px;
    z-index: 33;
}

.home-hero__scroll {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    padding-bottom: 40px;
    width: 100px;
    text-align: center;
    z-index: 1;
}
.home-hero__scroll::after {
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    background-color: #ffffff;
}
.banbox .arrow .swiper-pagination {
    width: auto;
    position: relative;
    bottom: 0;
    width: 31px;
    margin: 0 auto;
}
.banbox .arrow .swiper-pagination .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    width: 7px;
    height: 7px;
    margin: 1rem auto;
    position: relative;
}
.banbox .arrow .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    display: block;
    position: relative;
    width: 7px;
    height: 7px;
    padding: 0;
    font-size: 0;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 10px;
    transition:
        width 0.3s,
        height 0.3s;
}
.banbox .arrow .swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border-radius: 50px;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}
.banbox .arrow .swiper-pagination .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    background: #fff;
}
.banbox .arrow .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 11px;
    height: 11px;
}
.banbox .arrow .swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 0.3;
}
.banbox .arrow .play-pause-button-wrapper {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.banbox .arrow .play-pause-button-wrapper .play-button {
    display: none;
}

.banbox .arrow .play-pause-button-wrapper i {
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    transform: translateY(-5px);
}
.circle {
    position: absolute;
    left: -100px;
    bottom: -150px;
    z-index: 2;
}

.baner-type2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ty2-bg {
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.ty-imgbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 50%;
}
.banimg2 {
    width: 100%;
    height: 100%;
}
.banimg2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* index */
.activeBox {
    margin-bottom: 80px;
    max-width: 1638px;
    margin: 0 auto;
}
.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inbox-tit {
    color: #010101;
    font-weight: bold;
}
.more {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px 6px 20px;
    color: #0a3659;
    background: #ffffff;
    border-radius: 37px;
    border: 1px solid #b7c2c8;
}
.more .icos {
    width: 60px;
    height: 60px;
    background: #0068b7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 19px;
}
.more .icos::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/right.svg) no-repeat top center;
    background-size: cover;
    filter: invert(50%) brightness(300%);
}
.more:hover {
    background: #0068b7;
    color: #fff;
}
.header-box .left em {
    font-style: normal;
    color: #0a76e2;
}
.actiem {
    width: 100%;
    position: relative;
}
.acitem-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.acitem-img::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.actiem:hover .acitem-img::before {
    display: none;
}
.acitem-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.actitem-txt {
    z-index: 5;
}

.actiem:hover .acitem-img > img {
    transform: scale(1.1);
}
.acitem-tit {
}
.acitem-tit span {
    color: #fff;
    text-shadow: 5px 5px 5px #000;
}
.events-block {
    position: relative;
    z-index: -1;
}
.events-block .row .col-xl-3 .actiem {
    border-right: 1px solid #d4d4d4;
    box-sizing: border-box;
    padding-right: 1.5rem;
    margin-right: 1rem;
}
.events-block .row .col-xl-3 .actiem a {
    display: block;
}
.events-block .row .col-xl-3 .actiem a .acitem-img {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 68.25%;
    position: relative;
    border-radius: 10px;
}
.events-block .row .col-xl-3 .actiem a .acitem-img img {
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt {
    padding-top: 1.5rem;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt em {
    font-style: normal;
    color: #0a76e2;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt h4 {
    color: #04414d;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt .more {
    margin-top: 2rem;
    background: #ebf2ff;
    color: #0b3c98;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt .more::after {
    filter: none;
}
.more {
    webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt .more:hover {
    background: #0b3c98;
    color: #fff;
}
.events-block .row .col-xl-3 .actiem a .actitem-txt .more:hover::after {
    filter: invert(50%) brightness(300%) !important;
}
.events-block .calendarbox {
    background: #e1f3ff;
    border-radius: 20px;
    padding: 1.5rem;
}
.events-block::before {
    content: '';
    position: absolute;
    top: -433px;
    left: -171px;
    width: 665px;
    height: 665px;
    box-sizing: border-box;
    border: 35px solid #c1f0ff;
    border-radius: 50%;
    z-index: -1;
}
.programmeb-block {
    padding: 100px 0px;
}
.programmeb-block .row .col-xl-4 .actiem a {
    display: block;
}
.programmeb-block .row .col-xl-4 .actiem a .acitem-img {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 86.25%;
    position: relative;
    border-radius: 10px;
}
.programmeb-block .row .col-xl-4 .actiem a .acitem-img img {
    object-fit: cover;
    transition: all 0.35s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.programmeb-block .row .col-xl-4 .actiem a .actitem-txt {
    padding: 1.5rem 0;
}
.programmeb-block .row .col-xl-4 .actiem a .actitem-txt b {
    display: block;
    text-align: center;
    font-style: normal;
    color: #3eb2c9;
    color: transparent;
    -webkit-text-stroke: 1px #3eb2c9; /* 为文本添加黑色描边 */
}
.programmeb-block .row .col-xl-4 .actiem a .actitem-txt h4 {
    color: #04414d;
    margin-top: 0.5rem;
}

.achBox {
    margin-top: 0px;
}
.achCont {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ach-num {
    color: #00a950;
    font-weight: bold;
}
.ach-tit {
    color: #4d4d4d;
}
.ach-text {
    padding-left: 15px;
}

.ach-imt > img {
    max-width: 140px;
}
.ach-imt > span {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #00a950;
}
.achItem {
    overflow: hidden;
}

.achImgBox {
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.achImgBox::before {
    display: none;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}
.achImgBox:hover::before {
    height: 0;
}
.achImgBox > img {
    width: 100%;
    transition: all 0.3s ease;
}
.achImgBox:hover img {
    transform: scale(1.1);
}

.about-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.about-sec .mbleft {
    padding-left: 2rem;
}
.about-sec .mbleft .desinfo p {
    color: #656565;
}
.about-sec .mbleft .row .actiem .icos {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    width: 144px;
    height: 144px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fbfbfb;
}
.about-sec .mbleft .row .actiem p {
    width: 70%;
    margin: 1rem auto;
    text-align: center;
    color: #535353;
}

.about-cont {
    width: 70%;
    margin: 0 auto;
}
.about-cont p {
    color: #8aab93;
    text-align: center;
}
.about-cont ul {
    text-align: center;
}
.about-cont ul li {
    color: #8aab93;
    padding: 5px 0;
}
.dot-green {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #00a950;
    border-radius: 100%;
    margin-right: 10px;
}
.about-cont h3 {
    color: #00a950;
    text-align: center;
    margin: 10px 0;
}
.ab-item {
    padding: 30px;
}
.ab-item.bd {
    border-bottom: 1px solid #efefef;
}

.ab-list {
    display: flex;
    justify-content: center;
}
.ab-list .-img {
    margin-bottom: 60px;
}
.ab-list .-img > img {
    max-width: 115px;
}
.ab-list .-tit {
    margin-bottom: 30px;
    color: #00a950;
}
.ab-list .-summ {
    color: #8aab93;
}
.green-btn {
    padding: 0.8rem 2.6rem;
    background: #00a950;
    border: 1px solid #00a950;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.green-btn:hover {
    background: #fff;
    color: #00a950;
}

.indnew-item {
    margin: 15px auto;
    padding: 15px;
    width: 100%;
}
.indnew-item:hover {
    background: #efefef;
}
.inews-cont {
    position: relative;
}
.new-img {
    overflow: hidden;
    width: 100%;
    height: 350px;
}
.new-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-date {
    background: #00a950;
    color: #fff;
    border-radius: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    width: 220px;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.new-date > img {
    max-width: 17px;
    margin-right: 5px;
}
.new-tit {
    color: #000000;
    margin: 20px 0;
    margin-top: 50px;
}
.new-summary {
    color: #aeaeae;
}

/*foot*/
footer {
    position: relative;
    background: #eef3fa;
    padding-top: 100px;
    z-index: 22;
}
footer .logobox {
    display: flex;
}
footer .logobox .items span {
    display: block;
    color: #535353;
    margin-bottom: 1rem;
}
footer .logobox .items a {
    display: block;
    height: 89px;
    display: flex;
    align-items: center;
}
footer .logobox .items {
    display: block;
    width: 30%;
    padding-right: 5%;
}
footer .logobox .items:nth-last-child(1) {
    width: 50%;
    padding-left: 1rem;
}
footer .logobox .logos {
    display: flex;
    align-items: center;
}
footer .logobox .logos a {
    width: 100%;
    margin-right: 0rem;
}
footer .logobox .logos a img {
    min-height: 40px;
    object-fit: contain;
}
footer .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer .links a {
    display: block;
    margin-left: 1rem;
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.45);
}
footer .links a i {
    font-size: 24px;
}
footer .links a:hover {
    color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer .links a:nth-child(1) {
    margin-left: 0;
}

footer .bgsd {
    padding-right: 6rem;
    margin-right: 2rem;
    border-right: 1px solid #dbdbdb;
}
footer .bgsd .apply,
.team-block .section-item .apply {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #0068b7, #64a1e2);
    padding: 15px 25px;
    color: #fff;
}
.team-block .section-item .apply {
    max-width: 400px;
    margin: 0 auto;
}
footer .bgsd .apply:hover,
.team-block .section-item .apply:hover {
    background-image: linear-gradient(to left, #0068b7, #64a1e2);
}
footer .bgsd .address p {
    color: #66686e;
    margin-bottom: 15px;
}
footer .bgsd .social {
    display: flex;
    align-items: center;
}
footer .bgsd .social a {
    margin-right: 15px;
    width: 52px;
    height: 52px;
    border: 1px solid #0068b7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0068b7;
}
footer .bgsd .social a:hover {
    background: #5daec9;
}
footer .bgsd .social a:hover img {
    filter: invert(50%) brightness(300%) !important;
}

footer nav ul {
    display: flex;
    justify-content: space-between;
    gap: 0 1em;
}
footer nav a {
    margin-bottom: 1.5rem;
}
footer nav ul li {
    width: 16%;
    list-style: none;
}
footer nav ul li:nth-last-child(1) {
    width: max-content;
}
footer nav ul li:nth-last-child(1) a {
    white-space: nowrap;
}
footer nav ul li ul {
    width: 100%;
    margin-top: 1.5rem;
    display: block;
}
footer nav ul li ul li {
    width: 100% !important;
    display: block;
    margin-bottom: 15px;
}
footer nav ul li ul li a {
    color: #66686e;
    margin-bottom: 15px;
    white-space: normal !important;
}
footer .address {
    max-width: 400px;
}
footer .address .items {
    margin-bottom: 1rem;
    color: #5e5e5e;
    position: relative;
    padding-left: 2rem;
}
footer .address .items img {
    position: absolute;
    left: 0;
    top: 5px;
}
footer .address .items span {
}
footer .copyright {
    border-top: 1px solid rgba(150, 150, 150, 0.49);
}
footer .lefts {
    display: flex;
    align-items: center;
}
footer .lefts a {
    color: #848484;
    margin-right: 3rem;
}
footer .lefts a:hover {
    color: #fff;
}
.border-t {
    border-top: 1px solid #dbdbdb !important;
}
footer p {
    color: #000000;
}
.message {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    z-index: 99999;
    border: none;
    color: #ffffff;
    height: 78px;
    width: 78px;
    opacity: 0;
    background: url(../images/top.png) no-repeat top center;
    border-radius: 50%;
    transform: translateY(5rem);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.35s ease;
}
.message.on {
    opacity: 1;
    transform: translateY(0);
}
/* subpage */
.subban-sec {
    background: #00a950;
    padding: 50px 0;
}
.subban-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sban-left {
    width: 50%;
}
.sban-right {
    width: 50%;
    overflow: hidden;
}
.sban-right > img {
    width: 100%;
}
.sban-txt {
    padding-right: 10%;
}
.sban-tit {
    color: #fff;
}
.sban-desc {
    color: #fff;
    margin: 40px 0;
}

.more-btn2 {
    padding: 0.8rem 2.6rem;
    width: 220px;
    background: #fff28b;
    color: #000;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more-btn2 > img {
    width: 16px;
}
.more-btn2:hover {
    background: #fff;
    color: #000;
}

.sup-main {
    background: #f5fcf8;
}
.sub-cont {
    width: 50%;
    margin: 0 auto;
    margin-top: 80px;
}
.sub-desc {
    background: #fff;
    padding: 20px;
    color: #00a950;
    box-shadow: 0 0 26px 3px #f1f1f1;
}
.subFormbox {
    margin-top: 80px;
}
.fitm {
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.fitm > label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fitm > label .lab-name {
    color: #7b7b7b;
    width: 25%;
}
.fitm > label .lab-name-block {
    color: #7b7b7b;
    width: 100%;
    margin-bottom: 10px;
}
.fitm > label input[type='text'] {
    outline: unset;
    border: 1px solid #93d8b4;
    background: #fff;
    color: #00a950;
    border-radius: 5px;
    padding: 8px 5px;
    width: 100%;
}
.fitm > label .lab-name i {
    font-size: 10px;
    color: #fc1313;
    margin-right: 4px;
}

.fitm > label .lab-y {
    width: 70%;
}
.fitm > label .lab-y-block {
    width: 100%;
}
.fitm > label .lab-name-block i {
    font-size: 10px;
    color: #fc1313;
    margin-right: 4px;
}

.fitm > .fitm-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fitm > .fitm-item .lab-name {
    color: #7b7b7b;
    width: 25%;
}
.fitm > .fitm-item .lab-name-block {
    color: #7b7b7b;
    width: 100%;
    margin-bottom: 10px;
}
.fitm > .fitm-item input[type='text'] {
    outline: unset;
    border: 1px solid #93d8b4;
    background: #fff;
    color: #00a950;
    border-radius: 5px;
    padding: 8px 5px;
    width: 100%;
}
.fitm > .fitm-item .lab-name i {
    font-size: 10px;
    color: #fc1313;
    margin-right: 4px;
}

.fitm > .fitm-item .lab-y {
    width: 70%;
}
.fitm > .fitm-item .lab-y-block {
    width: 100%;
}
.fitm > .fitm-item .lab-name-block i {
    font-size: 10px;
    color: #fc1313;
    margin-right: 4px;
}

.gender-box > span {
    margin-right: 20px;
}
.range-box > span {
    display: block;
    margin-bottom: 10px;
}
.radio-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/unckecked-r.png') no-repeat;
    background-size: 100%;
}
.divs input[type='radio'] {
    visibility: hidden;
    position: absolute;
    left: 0;
}
.divs input[type='radio']:checked + i {
    background: url('../images/checked-r.png') no-repeat;
    background-size: 100%;
}

.checkbox-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/unckecked-c.png') no-repeat;
    background-size: 100%;
}
.divs input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
    left: 0;
}
.divs input[type='checkbox']:checked + i {
    background: url('../images/checked-c.png') no-repeat;
    background-size: 100%;
}

.sup-submit-btn {
    padding: 0.8rem 4rem;
}

body .skin2 .layui-layer-title {
    background: #03aa52;
    color: #fff;
    border: none;
}
body .skin2 .layui-layer-content {
    color: #03aa52;
}
body .skin2 .layui-layer-btn {
    border-top: 1px solid #03aa52;
}
body .skin2 .layui-layer-btn a {
    background: #03aa52;
    border: none;
}
body .skin2 .layui-layer-btn .layui-layer-btn1 {
    background: #03aa52;
    color: #fff;
}

.page-banner {
    position: relative;
    overflow: hidden;
}
.page-banner .boximg {
    position: relative;
}
.page-banner .boximg img {
    width: 100%;
}
.page-banner .boximg::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.page-banner .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    align-items: center;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.page-banner .inner h1 {
    color: #ffffff;
}

.navbar {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 0;
}
.navbar .container {
    display: flex;
    align-items: center;
}
.navbar .container .nava {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.navbar .container .nava a {
    position: relative;
    display: block;
    padding: 30px 0px;
    margin: 0 40px;
    color: #04414d;
    position: relative;
}
.navbar .container .nava a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #1a7fe3;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.navbar .container .nava a.active,
.navbar .container .nava a:hover {
    color: #1a7fe3;
}
.navbar .container .nava a.active::after,
.navbar .container .nava a:hover::after {
    width: 100%;
}

.circle1 {
    position: absolute;
    left: -120px;
    top: 0;
}

.team-block .container {
    z-index: 22;
}
.team-block {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    z-index: 2;
    margin-bottom: 80px;
}
.team-block::before {
    content: '';
    display: block;
    width: 90%;
    height: 100%;
    background: #fff;
    border-radius: 0 0 0 80px;
    position: absolute;
    right: 0;
    top: 0;
}
.team-block .teamboxs .menua {
    position: absolute;
    width: 500px;
    top: 100px;
    left: 0px;
    color: #fff;
    padding: 3rem;
    background: #0068b7;
    border-radius: 0 35px 35px 0px;
    transition: all 0.35s ease;
}
.team-block .teamboxs .menua.menu-abs {
    position: absolute !important;
    /* 你可以在这里加 top/left 等定位 */
}
@media (max-width: 767px) {
    .team-block .teamboxs .menua {
        width: 100%;
        margin-top: 2rem;
        float: none;
        display: none;
    }
}

@media (max-width: 767px) {
    .team-block .teamboxs .menua .in {
        display: flex;
        align-items: center;
        overflow-y: scroll;
        padding-right: 2.5rem;
    }
}

@media (max-width: 767px) {
    .team-block .teamboxs .menua::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 20%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fffcf0);
    }
}

.team-block .teamboxs .menua a {
    display: block;
    color: #fff;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

@media (max-width: 767px) {
    .team-block .teamboxs .menua a {
        width: 200px;
        white-space: nowrap;
    }
}

.team-block .teamboxs .menua a::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    display: block;
    color: #3ee1ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.35s ease;
}

.team-block .teamboxs .menua a.active {
    color: #3ee1ff;
    text-decoration: underline !important;
}

.team-block .teamboxs .menua a.active::before {
    opacity: 1;
}

.team-block .teamboxs .menua .back {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 15rem;
    padding-left: 0;
    transition: all 0.35s ease;
}

.team-block .teamboxs .menua .back.sticky {
    position: fixed;
    top: 170px;
    left: 80px;
}

@media (max-width: 1680px) {
    .team-block .teamboxs .menua .back.sticky {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .team-block .teamboxs .menua .back {
        margin-top: 0rem;
    }
}

.team-block .teamboxs .menua .back::before {
    content: '\f104';
    font-family: 'FontAwesome';
    display: flex;
    width: 61px;
    height: 61px;
    background: #00967b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: none;
    position: relative;
    color: #fff;
    margin-right: 10px;
}

.team-block .teamboxs .menua .back:hover {
    color: #00967b;
}

.team-block .teamboxs .menua .back:hover::before {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.team-block .teamboxs .menua.fixed {
    position: fixed;
    top: 100px;
    left: 0px;
    background: #0068b7;
    border-radius: 0 35px 35px 0px;
}

@media (max-width: 767px) {
    .team-block .teamboxs .menua.fixed {
        position: relative;
        top: 0;
        left: 0;
    }
}

.team-block .teamboxs .contentbox {
    width: calc(100% - 190px);
    float: right;
    z-index: 22;
    position: relative;
}

.team-block .teamboxs .menua + .contentbox {
    width: calc(100% - 460px);
}

@media (max-width: 767px) {
    .team-block .teamboxs .menua + .contentbox {
        width: 100%;
        float: none;
    }
}

.team-block .teamboxs .content .box {
    border-bottom: 2px solid rgba(10, 54, 89, 0.2);
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.team-block .teamboxs .content .box:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.team-block .teamboxs .content .box h2 {
    margin-bottom: 40px;
}
@media (max-width: 1280px) {
    .team-block .teamboxs .content .box .row > .col-md-3,
    .team-block .teamboxs .content .box .row > .col-md-9 {
        width: 100%;
    }
    .team-block .teamboxs .content .box .row .col-md-6 {
        width: 100%;
    }
    .team-block .teamboxs .content .box .bluelight form .left {
        width: 100% !important;
        border: none;
        border-right: none !important;
        padding-right: 0 !important;
    }
    .team-block .teamboxs .content .box .bluelight form .right {
        width: 100% !important;
    }
    .team-block .teamboxs .menua {
        width: 400px;
    }
    .team-block .teamboxs .contentbox {
        width: 100%;
        float: none;
    }
    .team-block .teamboxs .menua + .contentbox {
        width: calc(100% - 460px);
        float: right;
    }
}
@media (max-width: 1024px) {
    .team-block .teamboxs .content .box .row .col-md-4 {
        width: 50%;
    }
}

.team-block .teamboxs .content .box .row .col-md-4 img {
    width: 100%;
}

@media (max-width: 1280px) {
    .team-block .teamboxs .content .box .gallery .col-md-3 {
        width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .team-block .teamboxs .content .box .gallery .col-md-3 {
        width: 50%;
    }
}
.team-block .teamboxs .content .box .text p {
    margin-bottom: 2.5rem;
}
.team-block .teamboxs .content .box .text p a {
    text-decoration: underline;
    color: #0068b7;
}
.team-block .teamboxs .content .box .text p:nth-last-child(1) {
    margin-bottom: 0;
}
.team-block .teamboxs .content .box .text ul {
    margin-left: 1.5rem;
    margin-bottom: 2.5rem;
}
.team-block .teamboxs .content .box .text ul:nth-last-child(1) {
    margin-bottom: 0;
}
.team-block .teamboxs .content .box .text ul li {
    list-style: disc;
    margin-bottom: 1.5rem;
}
.team-block .teamboxs .content .box .text ul li sub {
    bottom: auto;
    vertical-align: super;
    font-size: 13px;
}
.team-block .teamboxs .content .box .text ul li::marker {
    color: #0068b7;
}
.team-block .teamboxs .content .box .garyback {
    background: #eef3fa;
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.5rem;
}
.team-block .teamboxs .content .box .garyback .icos {
    width: 75px;
    height: 75px;
    background: #0a3659;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-block .teamboxs .content .box .garyback h3 {
    width: calc(100% - 100px);
    margin-bottom: 0;
    color: #0a3659;
}
.team-block .teamboxs .content .box .garyback h3 span {
    color: #0068b7;
}
.team-block .teamboxs .content .box .row .col-md-6 .border {
    border-radius: 17px;
    border: 1px solid #b0c0cc;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #f2f9fc;
}
.team-block .teamboxs .content .box .row .col-md-6 .border h3 {
    padding: 1rem;
    background: #0068b7;
    color: #fff;
}
.team-block .teamboxs .content .box .row .col-md-6 .border .text {
    padding: 1rem;
}
.team-block .teamboxs .content .box .row .col-md-6 .border .text ul li {
    margin-bottom: 0.8rem;
}
.team-block .teamboxs .content .box .bluelight {
    padding: 2rem;
    border-radius: 14px;
    background: rgba(234, 245, 250, 0.6);
}
.team-block .teamboxs .content .box .bluelight form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team-block .teamboxs .content .box .bluelight form .left {
    width: 50%;
    padding-right: 2rem;
    border-right: 1px solid rgba(10, 54, 89, 0.2);
}
.team-block .teamboxs .content .box .bluelight form .right {
    width: 46%;
}
.team-block .teamboxs .content .box .bluelight form label {
    margin-bottom: 1rem;
}
.team-block .teamboxs .content .box .bluelight form .inputtetx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.team-block .teamboxs .content .box .bluelight form .inputtetx .form-control {
    width: calc(100% - 70px);
    padding: 0.6rem;
}
.team-block .teamboxs .content .box .bluelight form .inputtetx span {
    width: 60px;
    white-space: nowrap;
}

html[lang='en-GB'] .team-block .teamboxs .content .box .bluelight form .inputtetx .form-control {
    width: calc(100% - 200px);
}
html[lang='en-GB'] .team-block .teamboxs .content .box .bluelight form .inputtetx span {
    width: 190px;
}

.contact-block {
    position: relative;
    overflow: hidden;
    padding: 120px 0px;
    z-index: 2;
}
.contact-block .blueback {
    border-radius: 17px;
    background: #fff;
}
.contact-block .blueback h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #41acc1;
    margin-bottom: 1rem;
}
.contact-block .blueback h3 .icos {
    background: #eaf5fa;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-block .blueback .links {
    display: flex;
    align-items: center;
}
.contact-block .blueback .links a {
    margin-right: 2rem;
}
.contact-block .blueback .there {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-block .blueback .there .box {
    padding: 4.5rem 3rem;
    width: 33.333%;
    border-right: 3px solid #eaf5fa;
}
.contact-block .blueback .there .box:nth-last-child(1) {
    border-right: 0;
}
.apply-block {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    z-index: 2;
}
.apply-block #healthForm {
    max-width: 85%;
    margin: 0 auto;
}
.apply-block .section {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 40px;
}
.apply-block .section::before {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    background-image: linear-gradient(to bottom right, #0068b7, #2ba3b9);
}
.apply-block .section h2 {
    padding: 2rem 5rem;
    border-bottom: 1px solid rgba(10, 54, 89, 0.2);
}
.apply-block .section .border-bottom {
    border-bottom: 1px solid rgba(10, 54, 89, 0.2) !important;
    padding: 2rem 5rem;
}
.apply-block .section .border {
    border-radius: 6px !important;
    border: 1px solid rgba(10, 54, 89, 0.3) !important;
}
.apply-block .section .border-bottom:nth-last-child(1) {
    border-bottom: none !important;
}
.apply-block .section #smoking_details {
    margin: 2rem 0rem;
    background: rgba(234, 245, 250, 0.6) !important;
    border-radius: 14px !important;
}
.apply-block .section #smoking_details label {
    margin-bottom: 0.5rem;
}
.apply-block .section #smoking_details label sub {
    color: #ff0000;
}
.apply-block .section .k {
    position: relative;
    display: flex;
    align-items: center;
}
.apply-block .section .k label {
    width: 70px;
    white-space: nowrap;
}
.apply-block .section .k #channel_other_container {
    width: calc(100% - 64px);
}
.apply-block .section .k #channel_other_container input {
    width: 100%;
}
.apply-block .section .kdd {
    left: 0;
    width: 518px;
}
.apply-block .section .kdd input {
    width: 100%;
}
.apply-block .more {
    width: 219px;
}
html[lang='en-GB'] .md\:grid-cols-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
html[lang='en-GB'] .md\:grid-cols-7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
html[lang='en-GB'] .md\:grid-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
html[lang='en-GB'] .md\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1680px) {
    .container {
        max-width: 90% !important;
    }
    .six-block .img-placeholder {
        margin-right: 40px;
    }
    .five-block .video-left {
        height: 518px;
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 1600px) {
    .stoy-block .Milestone .row .col-md-12 .date {
        width: calc(100% + 180px);
    }
    .stoy-block .Milestone .row .col-md-12:nth-child(even) .date {
        transform: translateX(-180px);
    }
}
@media (max-width: 1540px) {
    .stoy-block .Milestone .row .col-md-12 .date {
        width: calc(100% + 174px);
    }
    .stoy-block .Milestone .row .col-md-12:nth-child(even) .date {
        transform: translateX(-174px);
    }
}
@media (max-width: 1480px) {
    header .left {
        width: 459px;
    }
    header .right {
        width: calc(100% - 459px);
    }
    .six-block .icos img {
        object-fit: contain;
    }
}
@media (max-width: 1440px) {
    .five-block .video-left {
        height: 438px;
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 1366px) {
    .bant {
        width: 80%;
        left: 10%;
        bottom: 10%;
    }

    .page-banner {
        height: 600px;
    }
    .page-banner .boximg {
        height: 100%;
    }
    .page-banner .boximg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-activities-block .Storypart .swiimg .swiper-button-next {
        right: 21%;
    }
    .project-activities-block .Storypart .swiimg .swiper-button-prev {
        left: 21%;
    }
    .project-activities-block .Howtopart .garyback .col-md-2 .imgs {
        width: 168px;
        height: 168px;
        box-sizing: border-box;
        padding: 20px;
    }
    .stoy-block .Milestone .row .col-md-12 .date {
        width: calc(100% + 157px);
    }
    .stoy-block .Milestone .row .col-md-12:nth-child(even) .date {
        transform: translateX(-157px);
    }
    .about-sec .mbleft .row .actiem p {
        width: 100%;
    }
    header .left {
        width: 389px;
    }
    header .right .nav-outer .nav-box ul li a {
        padding: 0 10px;
    }
    .banbox::before {
        left: -412px;
        bottom: -333px;
    }
    .ban-item::before {
        left: -412px;
        bottom: -333px;
    }
    .events-block::before {
        left: -408px;
        bottom: -333px;
    }
}
@media (max-width: 1280px) {
    header .right .nav-outer .nav-box ul li a {
        padding: 0 5px;
    }
    header .left {
        width: 459px;
    }
    header .right {
        width: calc(100% - 359px);
    }
    .five-block .video-left {
        height: 384px;
    }
    .first-block .inner::after {
        width: 94%;
    }
    .first-block .k3 {
        left: 6%;
    }
    .contact-block .blueback .there {
        flex-wrap: wrap;
    }
    .contact-block .blueback .there .box {
        padding: 2rem;
        width: 100%;
        border-right: none;
    }
    footer nav ul {
        flex-wrap: wrap;
    }
    footer nav ul li {
        width: 33.3333%;
    }
    footer nav ul li:nth-last-child(1) {
        width: 33.3333%;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1200px) {
    header .left {
        border: none;
    }
    .nav-item {
        position: relative !important;
    }
    .mobile-menu .navigation li > ul > li {
        padding: 0rem;
        margin: 0;
        box-sizing: border-box;
    }
    .mobile-menu .navigation li > ul > li > a {
        padding: 0.8rem 0.5rem;
        display: block;
        width: 100%;
        text-align: center;
    }
    .mobile-menu .navigation li > ul {
        border: none;
    }
    .mobile-menu .navigation li > ul > li > ul {
    }
    .mobile-menu .navigation li > ul > li > ul > li > a img {
        margin-right: 10px;
    }
    .icon-box {
        display: block !important;
    }
    .icon-box .btn {
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        height: 25px;
        width: 30px;
        cursor: pointer;
        z-index: 99;
    }
    .icon-box .btn span {
        position: absolute;
        webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        display: block;
        height: 3px;
        width: 100%;
        background: #555;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .icon-box .btn span:first-child {
        top: 0;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .icon-box .btn span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .icon-box .btn span:last-child {
        top: 18px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    header .right {
        display: none;
    }
    header .d-flex {
        align-items: center;
    }
    header .nav-outer {
        display: none;
    }
    .container {
        max-width: 98% !important;
    }
    .hero-block {
        margin-top: 20px;
    }
    .first-block .inner::after {
        width: 98%;
    }
    .first-block .k3 {
        left: 2%;
    }
    .first-block .inner .container {
        padding-left: 8%;
    }
    .third-block .k1 {
        display: none;
    }
    header .donation a {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-menu .social {
        justify-content: center !important;
        margin-top: 1.5rem;
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 1024px) {
    .first-block .flex .col-md-5 {
        width: 100%;
    }
    .first-block .flex .col-md-7 {
        width: 100%;
    }
    .second-block .row .col-md-6 {
        width: 100%;
    }
    .second-block .text {
        width: 100%;
    }
    .second-block .numbers .items {
        width: 50%;
        margin-bottom: 1rem;
    }
    .second-block .imgs img {
        width: 100%;
    }
    footer .row .col-md-5,
    footer .row .col-md-7 {
        width: 100%;
    }
    footer .logos img {
        display: block;
        margin: 0 auto;
        max-height: 150px;
    }
    footer .bgsd {
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
        margin-bottom: 2.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #dbdbdb;
    }
    footer .address {
        max-width: 100%;
        text-align: center;
    }
    footer .bgsd .social {
        justify-content: center;
    }
    .flexmobile {
        display: block !important;
    }
    .first-block .adsds {
        padding-left: 0;
    }
    .first-block .pr-3 {
        padding-top: 7rem !important;
    }
    .first-block .inner .container {
        padding-left: 5%;
    }
    .five-block .video-left {
        height: 327px;
    }
    .hero-block h1 .text-primary {
        display: inline-block;
    }
    .team-block .teamboxs .menua {
        width: 300px;
        padding: 2rem;
    }
    .team-block .teamboxs .contentbox {
        width: 100%;
    }
    .team-block .teamboxs .menua + .contentbox {
        width: calc(100% - 310px);
        float: right;
    }
    .page-banner {
        height: 300px;
    }
    .apply-block #healthForm {
        max-width: 100%;
    }
    .pup .pupcontent {
        max-width: 90%;
    }
}
@media (max-width: 996px) {
    .six-block .row1 .icos img {
        max-height: 91px;
    }
}
@media (max-width: 820px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .first-block .inner::before {
        bottom: -5%;
    }
    .hero-block h1 .text-primary {
        display: inline-block;
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 768px) {
}
.pc {
    display: block;
}
.mobile {
    display: none;
}
@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
    .hero-block {
        margin-top: 10px;
    }
    header .left {
        width: 369px;
    }
    header .left .logo a {
        margin-right: 1rem;
    }
    .hero-block img {
        border-radius: 15px;
    }
    .hero-block .flex-col {
        flex-direction: row;
    }
    .hero-block .flex-col {
        gap: 0.5rem;
    }
    .hero-block .px-4 {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .more .icos {
        width: 40px;
        height: 40px;
    }
    .first-block .xybg {
        width: 100%;
        margin-bottom: 1rem;
    }
    .first-block .grid {
        display: block;
    }
    .first-block .adsds {
        display: grid;
    }
    .first-block {
        padding-bottom: 60px;
    }
    .first-block .inner::before {
        bottom: -4%;
    }
    .second-block {
        padding: 0px 0 60px 0px;
    }
    .second-block .text p {
        margin-bottom: 20px;
    }
    .third-block {
        padding: 60px 0px;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .four-block .bg-darkbg {
        padding: 2rem;
        margin-top: 2rem;
    }
    .four-block .bg-darkbg {
        justify-content: center;
        text-align: center;
    }
    .four-block .bg-darkbg .rounded-full {
        width: 68px;
        height: 68px;
    }
    .four-block .imgs {
        height: 300px;
    }
    .five-block .img-placeholder {
        margin-left: 0;
    }
    .six-block {
        padding: 40px 0px;
    }
    .six-block .logos {
        justify-content: space-between;
    }
    .six-block .img-placeholder {
        width: 45% !important;
        margin-right: 0 !important;
    }
    footer .logos {
        max-width: 200px;
        margin: 0 auto;
    }
    footer {
        padding-top: 50px;
    }
    footer nav ul {
    }
    footer nav ul li {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    footer .border-t {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    footer .border-t .gap-4 {
        gap: 0.5rem !important;
    }
    footer nav ul li ul {
        display: none;
    }
    footer nav ul li h3 {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    footer nav ul li h3::after {
        content: '\f107';
        display: inline-block;
        font-family: 'FontAwesome';
        position: relative;
        z-index: 2222;
    }
    footer nav ul li h3.show::after {
        transform: rotate(180deg);
    }
    .second-block::before {
        display: none;
    }
    .second-block .k1 {
        left: -38%;
    }
    .second-block .k2 {
        display: none;
    }
    .first-block .k3 {
        width: 84px;
        height: 65px;
        left: -5%;
        top: 0%;
    }
    .first-block .inner::after {
        width: 100%;
    }
    .first-block .inner .container {
        max-width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .hero-block .k1 {
        display: none;
    }

    .first-block .pr-3 {
        margin-right: 0;
        padding-top: 2.5rem !important;
    }
    .second-block .text {
        padding-top: 1.5rem !important;
    }
    .six-block .logos {
        width: 100%;
    }
    .six-block .mt-5 {
        margin-top: 1.5rem !important;
    }
    .five-block .k1 {
        display: none;
    }
    .btna {
        display: flex;
        align-items: center;
    }
    .btna .mx-4 {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 1rem;
    }
    .more {
        padding-left: 20px;
    }
    .first-block .flex .col-md-7 {
        height: 300px;
    }
    .five-block {
        padding-bottom: 40px;
    }
    .four-block .in {
        margin-top: 3rem;
    }
    .second-block .numbers .items {
        width: 100%;
    }
    .second-block .numbers {
        flex-wrap: wrap;
    }
    .second-block .numbers .items:nth-child(1) {
        padding-right: 0;
    }
    .second-block .numbers .items:nth-child(1)::after {
        display: none;
    }
    .five-block .video-left {
        margin-left: 0;
        height: 228px;
    }
    .six-block .icos2 img {
        height: 50px !important;
    }
    header .left img {
        height: 40px;
    }
    .first-block .inner::before {
        display: none;
    }
    .first-block .k3 {
        display: none;
    }
    .six-block .row3:nth-child(2) .icos img {
        height: 32px;
    }
    .btna {
        flex-wrap: wrap;
        display: block;
    }
    .btna a {
        width: 100%;
        padding-left: 1rem;
    }
    footer p {
        text-align: center;
    }
    .team-block .teamboxs .menua {
        display: none;
    }
    .team-block .teamboxs .contentbox {
        width: 100%;
    }
    .team-block {
        padding: 50px 0px;
    }
    .team-block::before {
        width: 100%;
        border-radius: 0 0 0 20px;
    }
    .team-block .teamboxs .content .box h2 {
        margin-bottom: 20px;
    }
    .team-block .teamboxs .content .box .text ul li {
        margin-bottom: 1rem;
    }
    .page-banner {
        height: 180px;
    }
    .team-block .teamboxs .content .box {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .team-block .teamboxs .content .box .text p {
        margin-bottom: 1.5rem;
    }
    .contact-block {
        padding: 50px 0px;
    }
    .apply-block {
        padding: 50px 0px;
    }
    .apply-block .section h2 {
        padding: 2rem;
    }
    .apply-block .section .border-bottom {
        padding: 2rem;
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .zz {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        display: grid !important;
        gap: 1rem !important;
    }

    .apply-block .section .kdd {
        width: 250px;
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .pup .pupcontent .icos img {
        max-width: 100px;
    }
    .pup .pupcontent .conbox {
        padding: 1rem;
    }
    .pup .pupcontent {
        border-radius: 20px;
    }
    .apply-block .section::before {
        height: 6px;
    }
    .apply-block .section h2 {
        padding: 1rem 1.5rem;
    }
    .apply-block .section .border-bottom {
        padding: 1rem 1.5rem;
    }
    .apply-block .section {
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .first-block .more {
        width: 100%;
    }
    .downs::after {
        content: '\f107';
        font-family: 'FontAwesome';
        display: block;
        font-style: normal;
        margin-left: 10px;
    }
    .downs.up::after {
        transform: rotate(180deg);
    }
    .h3click {
        display: flex;
        align-items: center;
    }
    .six-block .click-drown {
        display: none;
        visibility: visible !important;
    }
    .dd {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .contact-block .blueback h3 {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
    .contact-block .blueback h3 .icos {
        margin-right: 10px;
        width: 58px;
        height: 58px;
    }
    .six-block .row2 {
        gap: 1em;
    }
    .six-block .row3 {
        gap: 1em;
    }
    .six-block .icos img {
        height: 45px;
    }
    footer nav ul li:nth-last-child(1) h3::after {
        display: none;
    }
    footer nav ul li:nth-last-child(2) h3::after {
        display: none;
    }
    .message {
        width: 48px;
        height: 48px;
        background-size: contain;
    }
    .apply-block .section #smoking_details .border {
        width: calc(100% - 100px);
    }
    .team-block .teamboxs .contentbox, 
    .team-block .teamboxs .menua + .contentbox {
        width: 100%;
        float: none;
    }
}
@media (max-width: 375px) {
    .six-block .row3:nth-child(2) .icos img {
        height: 47px;
    }
}
@media (max-width: 360px) {
    .six-block .row3:nth-child(2) .icos img {
        height: 47px;
    }
}

.news-list {
    margin: 60px auto;
    border-radius: 80px;
    padding: 60px;
    width: 100%;
    max-width: 90%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.newsbox .news-item {
    border-bottom: 1px solid #d0d9e0;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    display: flex;
    align-items: flex-end;
    gap: 2rem;
}
.newsbox .news-item .pic {
    border-radius: 10px;
    width: 430px;
    overflow: hidden;
    flex-shrink: 0;
}
.newsbox .news-item .pic img {
    width: 100%;
}
.newsbox .news-item .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.newsbox .news-item .info .date {
    margin-bottom: 0.875rem;
    font-size: 1rem;
    color: #BBC1C3;
}
.newsbox .news-item .info .title {
    margin-bottom: 2rem;
    font-size: 2rem;
    color: #0B3C98;
    font-weight: bold;
}
.newsbox .news-item .info p {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
    color: #6b6b6b;
}
.newsbox .news-item .info a {
    border-radius: 10px;
    border: 1px solid #0B3C98;
    padding: 0.75rem 1.25rem;
    font-size: 1.125rem;
    color: #0B3C98;
}
.newsbox .news-item .info a:hover {
    background: #0B3C98;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .news-list {
        border-radius: 60px;
        padding: 30px;
    }
    .newsbox .news-item {
        align-items: center;
    }
    .newsbox .news-item .pic {
        width: 300px;
    }
    .newsbox .news-item .info .title {
        font-size: 1.5rem;
    }
    .newsbox .news-item .info p {
        font-size: 1rem;
    }
    .newsbox .news-item .info a {
        font-size: 1rem;
    }
}
@media screen and (max-width: 768px) {
    .news-list {
        border-radius: 40px;
    }
    .newsbox .news-item {
        flex-direction: column;
    }
    .newsbox .news-item .pic {
        width: 100%;
    }
}