.pad-r5 {padding-right: 5px !important}
.pad-l5 {padding-left: 5px !important}
.mb-10 {margin-bottom:10px}
.mb-20 {margin-bottom:20px}
.mb-30 {margin-bottom:30px}
.mb-40 {margin-bottom:40px}
.mb-50 {margin-bottom:50px}
.mb-60 {margin-bottom:60px}
.mb-70 {margin-bottom:70px}
.mb-80 {margin-bottom:80px}
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet {
    background: #00adc6 !important;
}
.slick-slide {
    margin: 0 10px;
}
.slick-slide img {
    display: inline-block !important;
}
.slick-list {
    margin: 0 -10px !important;
}
.slick-dots li.slick-active button {
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: -2px -2px 8px #8adfe3, 2px 2px 8px #55c5d1;
    border-radius: 30px;
}
.slick-dots li button {
    width: 22px;
    height: 22px;
}
.slick-dots li button::before {
    font-size: 8px;
    line-height: 24px;
    width: 22px;
    height: 22px;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before {
    color: #00adc6;
    opacity: 1;
}
.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal.fade .modal-dialog {
    transform: translate(0, -100%);
}
.modal.fade.show .modal-dialog {
    transform: translate(0, 0);
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-content {
    border-radius: 8px !important;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
}
.modal-body {
    display: inline-block;
    padding: 35px 15px;
    padding-bottom: 0 !important;
}
.modal-body .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    background: #0069b1;
    color: #fff;
    font-size: 22px;
    line-height: 0;
    border-radius: 30px;
    padding: 10px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 1;
}
.modal-body .close > span {
    position: relative;
    top: 0;
}
.section-header .section-title,
.hero-about-us .hero-text h1,
.about-section .point-wrapper .point-content .title,
.anchor-menu ul > li,
.overview-section .thumbnail .caption h4,
.achievement-section .block-text h2,
.achievement-section .block-right .block-score .score-achievement {
    font-family: "Gotham Rounded", sans-serif;
}
.section-header .section-title-small,
.hero-about-us .hero-text p,
.overview-section .thumbnail .caption p,
.about-section .section-header .section-description p,
.our-team .people-team .caption-team span.name,
.our-advisor .people-team .caption-team span.name,
.our-team .people-team .caption-team span.position,
.our-advisor .people-team .caption-team span.position,
.achievement-section .block-right .block-score .text-achievement {
    font-family: "Gotham Rounded", sans-serif;
}
.section-header .section-title-small,
.section-header .section-title {
    font-weight: 700;
}
.section-header .section-title-small {
    font-size: 18px;
    line-height: 24px;
    color: #0069b1;
}
.section-header .section-title {
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000;
}
.section-header .section-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.ast-container {
    max-width: none!important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hero-about-us .hero-image {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}
.hero-about-us .hero-image .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.hero-about-us .hero-text h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    text-transform: capitalize;
    color: #fff;
}
.hero-about-us .hero-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.wrap-anchor .anchor-menu {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anchor-menu ul {
    list-style-type: none;
    margin: 0;
}
.anchor-menu ul > li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    float: left;
    display: inline;
    padding: 20px;
}
.anchor-menu ul > li > a {
    color: #000;
}
.anchor-menu ul > li > a:hover,
.anchor-menu ul > li > a:active,
.anchor-menu ul > li > a:visited {
    color: #0069b1;
    text-decoration: none;
}
.overview-section {
    margin-top: 100px;
    margin-bottom: 30px;
}
.overview-section .thumbnail {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.overview-section .thumbnail .bg-fill-color {
    background: linear-gradient(180deg, #6bd5e4 0%, #8adfe3 100%);
    border-radius: 20px;
}
.overview-section .thumbnail img {
    display: inline-block;
    margin-top: -30px;
    border-radius: 20px;
}
.overview-section .thumbnail .caption {
    text-align: center;
}
.overview-section .thumbnail .caption h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000;
}
.overview-section .thumbnail .caption p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.about-section {
    padding: 30px 0 50px;
}
.about-section .about-wrapper .section-header {
    margin-bottom: 40px;
}
.about-section .point-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}
.about-section .point-wrapper .point-image {
    margin-bottom: 15px;
}
.about-section .point-wrapper .point-content .title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.about-section .about-photo {
    padding-right: 10px;
}
.our-team,
.our-advisor {
    background-color: #e8f5ff;
    padding: 60px 0 0;
    overflow: hidden;
}
.our-team .section-header,
.our-advisor .section-header {
    margin-bottom: 20px;
}
.our-team .people-team .caption-team,
.our-advisor .people-team .caption-team {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 16px 10px 80px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    min-height: 115px;
}
.our-advisor .people-team .caption-team {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 30px;
}
.our-advisor .people-team .caption-team {
    min-height: auto;
}
.our-team .people-team .caption-team a,
.our-team .people-team .caption-team a:hover,
.our-team .people-team .caption-team a:visited,
.our-advisor .people-team .caption-team a,
.our-advisor .people-team .caption-team a:hover,
.our-advisor .people-team .caption-team a:visited {
    text-decoration: none;
}
.our-team .people-team .caption-team span,
.our-advisor .people-team .caption-team span {
    display: block;
    text-align: left;
}
.our-team .people-team .caption-team span.social-icon,
.our-advisor .people-team .caption-team span.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: 12px 12px 24px rgb(0 0 0 / 15%);
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.our-team .people-team .caption-team span.social-icon i,
.our-advisor .people-team .caption-team span.social-icon i {
    background: linear-gradient(180deg, #55c5d1 0%, #4699c2 100%);
    box-shadow: inset 0 0 -1px rgb(255 255 255 / 50%), inset 2px 2px 2px rgb(0 0 0 / 15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our-team .people-team .caption-team span.name,
.our-advisor .people-team .caption-team span.name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0069b1;
}
.our-team .people-team .caption-team span.position,
.our-advisor .people-team .caption-team span.position {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.our-team .modal-content {
    overflow: hidden;
    border: transparent;
}
.our-team .modal-body {
    padding-left: 0;
    min-height: 420px;
}
.our-team .modal-body .imgTeam {
    position: absolute;
    bottom: -2px;
    width: 35%;
    float: left;
    text-align: center;
    margin-top: 22px;
    margin-bottom: -10px;
}
.our-team .modal-body .imgTeam img {
    object-fit: cover;
    width: 100%;
}
.our-team .modal-content .DetailsTeam {
    width: 65%;
    float: right;
    padding-left: 20px;
    padding-right: 15px;
}
.our-team .modal-content .DetailsTeam .scrolling-content {
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-height: 350px;
    overflow-y: auto;
}
.our-team .modal-content .DetailsTeam .scrolling-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.our-team .modal-content .DetailsTeam .scrolling-content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
.our-team .modal-content .DetailsTeam .scrolling-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
.our-team .modal-content .DetailsTeam .achievements__list {
    display: block;
    margin: 10px 0;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    border-radius: 16px;
}
.our-team .modal-content .DetailsTeam .achievements__list,
.our-team .modal-content .DetailsTeam .achievements__text {
    width: 98%;
}
.our-team .modal-content .DetailsTeam .achievement-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 15px 5px 15px;
    font-family: "Roboto";
}
.our-team .modal-content .DetailsTeam .achievement-item img {
    margin-right: 25px;
}
.our-team .modal-content .DetailsTeam .achievement-item:last-child {
    margin-right: 0;
    padding: 15px 15px 15px 15px;
}
.our-team .modal-content .DetailsTeam .title,
.our-team .modal-content .DetailsTeam .position {
    font-weight: 700;
}
.our-team .modal-content .DetailsTeam .title {
    font-size: 28px;
    line-height: 32px;
    text-transform: capitalize;
    color: #0069b1;
    margin-top: 0;
}
.our-team .modal-content .DetailsTeam .position {
    font-size: 18px;
    line-height: 24px;
    color: #323232;
}
.our-team .modal-content .DetailsTeam .achievements__text {
    display: inline-block;
}
.our-team .modal-content .DetailsTeam .achievements__text .block-button {
    display: inline-block;
    position: relative;
}
.our-team .modal-content .DetailsTeam .achievements__text .btn-achievement {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    border: 1px solid #ffffff;
    box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.15), 12px 12px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.our-team .modal-content .DetailsTeam .achievements__text span.social-icon {
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: -12px -12px 24px #ffffff, 12px 12px 24px rgba(0, 0, 0, 0.15);
    width: 22px;
    height: 22px;
    border-radius: 30px;
    margin-left: 10px;
}
.our-team .modal-content .DetailsTeam .achievements__text span.social-icon i {
    font-size: 12px;
    background: linear-gradient(180deg, #55c5d1 0%, #4699c2 100%);
    background-clip: border-box;
    background-clip: border-box;
    box-shadow: inset 0 0 -1px rgb(255 255 255 / 50%), inset 2px 2px 2px rgb(0 0 0 / 15%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our-advisor {
    padding: 0;
}
.our-advisor .section-header .section-title {
    margin-top: 0;
}
.our-activities {
    background-color: #e8f5ff;
    padding: 0 0 60px;
    overflow: hidden;
}
.our-activities .activity-team {
    margin-bottom: 20px;
}
.our-activities .activity-team iframe {
    width: 100%;
    height: 160px;
    border-radius: 16px;
}
.our-activities .section-header {
    margin-bottom: 50px;
}
.our-activities .Activities {
    position: relative;
}
.our-activities .Activities .swiper-button-next:after,
.our-activities .Activities .swiper-button-prev:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 20px;
    font-weight: 900;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #00adc6;
    position: absolute;
    top: 0;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
    border-radius: 30px;
}
.our-activities .Activities .swiper-button-next:after {
    content: "\f061";
    right: -75px;
}
.our-activities .Activities .swiper-button-prev:after {
    content: "\f060";
    left: -75px;
}
.our-activities .Activities .swiper-button-next,
.our-activities .Activities .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, 0);
    background-image: none;
}
.our-activities .swiper-wrapper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.our-activities .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.our-activities .swiper-slide .overlay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}
.our-activities .swiper-slide .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.our-activities .swiper-slide iframe {
    height: 158px;
    border-radius: 20px;
    margin-top: 5px;
}
.our-activities .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
.our-activities .modal-body {
    display: block;
}
.our-activities .modal-body img {
    object-fit: cover;
    width: 100%;
}
.our-activities .modal-body iframe {
    width: 100%;
}
.our-activities .modal-body .close {
    margin-top: 50px;
    margin-right: 50px;
}
.partner-section {
    padding: 60px 0;
}
.partner-section .section-header {
    margin-bottom: 40px;
}
.partner-section .swiperLogo .swiper-slide {
    margin-top: 0 !important;
}
.partner-section .logo-partner {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.partner-section .logo-partner:nth-child(6n + 0) {
    margin-right: 0;
}
.partner-section .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    padding: 0 18px;
    margin-bottom: 0;
    border-radius: 16px;
}
.partner-section .logo-wrapper .swiper-button-next:after,
.partner-section .logo-wrapper .swiper-button-prev:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 20px;
    font-weight: 900;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #00adc6;
    position: absolute;
    top: 0;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
    border-radius: 30px;
}
.partner-section .logo-wrapper .swiper-button-next:after {
    content: "\f061";
    right: 65px;
}
.partner-section .logo-wrapper .swiper-button-prev:after {
    content: "\f060";
    left: 65px;
}
.partner-section .logo-wrapper .swiper-button-next,
.partner-section .logo-wrapper .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, 100%);
    background-image: none;
}
.achievement-section {
    padding: 40px 0;
}
.achievement-section .block-text h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: #000;
}
.achievement-section .block-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
}
.achievement-section .block-right .icon-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.achievement-section .block-right .icon-item:nth-child(2) {
    padding-left: 80px;
}
.achievement-section .block-right .icon-item:nth-child(3) {
    padding-left: 160px;
}
.achievement-section .block-right .block-score {
    display: grid;
}
.achievement-section .block-right .ico-thumb img {
    width: 112px;
    height: 112px;
}
.achievement-section .block-right .block-score .score-achievement {
    font-size: 32px;
    line-height: 38.4px;
    color: #0069b1;
    font-weight: 900;
}
.achievement-section .block-right .block-score .text-achievement {
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    font-weight: 400;
}
.achievement-section .section-header .section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000;
}
.achievement-section .Awards {position: relative}
.achievement-section .swiperAwards .caption-award {
    margin: 15px 0;
    min-height: 70px;
    color: #323232;
}
.achievement-section .Awards .swiper-button-next:after,
.achievement-section .Awards .swiper-button-prev:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 20px;
    font-weight: 900;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #00adc6;
    position: absolute;
    top: 0;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
    border-radius: 30px;
}
.achievement-section .Awards .swiper-button-next:after {
    content: "\f061";
    right: -75px;
}
.achievement-section .Awards .swiper-button-prev:after {
    content: "\f060";
    left: -75px;
}
.achievement-section .Awards .swiper-button-next,
.achievement-section .Awards .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, 0);
    background-image: none;
}
/*.achievement-section .swiperAwards .swiper-button-next,
.achievement-section .swiperAwards .swiper-button-prev,
.achievement-section .swiperAwards.swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
}*/
.cakap-story {
    background-color: #f9f9f9;
    padding: 60px 0;
    overflow: hidden;
}
.timeline-wrapper .nav-tabs {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    border-bottom: 0;
}
.liner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 80%;
    margin: 0 auto;
    border: 2px solid #c4c4c4;
    z-index: 1;
}
.timeline-wrapper .nav-tabs > li.active > a,
.timeline-wrapper .nav-tabs > li.active > a:hover,
.timeline-wrapper .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
.timeline-wrapper .nav-tabs > li > a > span.year,
.timeline-wrapper .nav-tabs > li.active > a > span.year {
    position: absolute;
    top: 0;
    left: -5px;
    right: 0;
    margin-top: -25px;
}
span.round-tabs {
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 1px;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tabs {
    color: #0069b1;
    border: 2px solid #0069b1;
}
span.round-tabs i {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 8px;
    line-height: 14px;
}
.timeline-wrapper .nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
    left: 1px;
    right: 0;
}
.timeline-wrapper .nav-tabs > li.active > a span.round-tabs i {
    display: block;
}
.timeline-wrapper .nav-tabs > li {
    width: 25%;
    margin-right: 75px;
}
.timeline-wrapper .nav-tabs > li:last-child {
    margin-right: 0;
}
.timeline-wrapper .nav-tabs > li a {
    width: 18px;
    height: 18px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}
.timeline-wrapper .nav-tabs > li a:hover {
    background: transparent;
}
.timeline-wrapper .tab-pane {
    position: relative;
    padding-top: 0;
}
.timeline-wrapper .tab-content .head {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.timeline-wrapper .tab-content .swiper-slide .date {
    display: inline-table;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #154764;
    text-align: center;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    border-radius: 12px;
    box-shadow: -12px -12px 24px rgb(133 194 229 / 20%), 12px 12px 24px rgb(31 105 148 / 50%);
}
.timeline-wrapper .tab-content .swiper-slide img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.timeline-wrapper .tab-content .swiper-slide .title {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.timeline-wrapper .tab-content .tab-pane .swiperStories .swiper-button-next,
.timeline-wrapper .tab-content .tab-pane .swiperStories .swiper-button-prev {
    display: none;
}
.timeline-wrapper .nav-year {
    width: 50%;
    margin: 30px auto;
    text-align: center;
}
.timeline-wrapper .nav-year .slick-prev {
    left: 0;
}
.timeline-wrapper .nav-year .slick-next {
    right: 0;
}
.timeline-wrapper .nav-year .slick-next:before,
.timeline-wrapper .nav-year .slick-prev:before {
    color: #000;
}
.timeline-wrapper .nav-year .btn-next,
.timeline-wrapper .nav-year .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding: 20px 16px;
}
.timeline-wrapper .nav-year .btn-next.slick-arrow {
    right: 0;
}
.timeline-wrapper .nav-year .btn-prev.slick-arrow {
    left: 0;
}
.timeline-wrapper .nav-year .group-year {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0069b1;
}
.timeline-wrapper .story-wrapper .storygroup .storyline .story-item {
    position: relative;
}
.timeline-wrapper .story-wrapper .storygroup .storyline .story-item img {
    border-radius: 20px;
}
.timeline-wrapper .story-wrapper .storygroup .storyline .story-item .date {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #154764;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 130px;
    margin: 10px auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
}
.timeline-wrapper .story-wrapper .storygroup .storyline .story-item span.title {
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000;
}
.timeline-wrapper .story-wrapper .storygroup .btn-next,
.timeline-wrapper .story-wrapper .storygroup .btn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    color: #00adc6;
    line-height: 30px;
    z-index: 100;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.timeline-wrapper .story-wrapper .storygroup .btn-next.slick-arrow {
    right: 10px;
}
.timeline-wrapper .story-wrapper .storygroup .btn-prev.slick-arrow {
    left: 10px;
}
.timeline-wrapper .swiperStories {
    padding-left: 120px;
    padding-right: 250px;
}
.timeline-wrapper .swiperStories .swiper-slide {
    width: 25% !important;
}
.footer-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}
.footer-banner .section-header {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -50px;
    transform: translate(-50%, -50%);
}
.footer-banner .section-header .section-title-small,
.footer-banner .section-header .section-title {
    font-weight: 700;
    color: #fff;
}
.footer-banner .section-header .section-title-small {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}
.footer-banner .section-header .section-title {
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
}
.footer-banner .section-header p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footer-banner .section-header .btn-job {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 25px;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    border: 1px solid #fff;
    box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.15), 12px 12px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 0;
    padding: 12px 20px;
}

/* update when elementor upgrade */
.swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
}



@media (min-width: 768px) {
    .our-advisor .five-columns > .col-md-2 {
        width: 20%;
    }
    .modal-dialog {
        width: 950px !important;
    }
    .navigation-timeline-slider .dot-slider .wrapper-timeline-content .timeline-content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1366px) {
    .about-section .about-wrapper {
        padding-left: 17%;
    }
}

@media (max-width: 767px) {
    section {
        overflow: hidden;
    }
    .d-flex-center {
        display: block;
    }
    .slick-slide {
        margin: 0 5px;
    }
    .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
    .wrap-anchor {
        display: none;
    }
    .section-header .section-title {
        font-size: 24px;
        line-height: 32px;
    }
    .section-header .section-title-small {
        font-size: 16px;
        line-height: 20px;
    }
    .hero-about-us .hero-image {
        height: 65vh;
    }
    .hero-about-us .hero-image .hero-text {
        padding: 0 10px;
        left: 0;
        transform: translate(0, -100%);
    }
    .hero-about-us .hero-text h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .overview-section {
        padding-top: 50px;
        margin-top: 30px;
    }
    .overview-section .item-overview {
        margin-bottom: 60px;
    }
    .overview-section .item-overview:last-child {
        margin-bottom: 20px;
    }
    .overview-section .thumbnail {
        margin-bottom: 0;
    }
    .overview-section .thumbnail .img-responsive {
        display: inline-block;
    }
    .about-section .about-wrapper {
        padding-left: 0;
    }
    .about-section .point-wrapper {
        display: block;
    }
    .about-section .about-wrapper .section-header,
    .about-section .point-wrapper .point-value {
        text-align: center;
    }
    .about-section .about-wrapper .section-header {
        margin-bottom: 65px;
    }
    .about-section .point-wrapper .point-value {
        margin-bottom: 40px;
    }
    .our-team .modal {
        padding-right: 0;
    }
    .our-team .modal-body {
        display: block;
    }
    .our-team .modal-body .imgTeam,
    .our-team .modal-content .DetailsTeam {
        position: relative;
        width: 100%;
        float: none;
    }
    .our-team .modal-body .imgTeam {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .our-team .modal-body .imgTeam img {
        width: 60%;
    }
    .our-team .modal-content .DetailsTeam {
        padding-left: 0;
        padding-right: 0;
    }
    .our-team .modal-content .DetailsTeam .scrolling-content {
        display: block;
        margin-top: 25px;
        max-height: 250px;
    }
    .our-team .modal-content .DetailsTeam .title {
        text-align: center;
    }
    .our-team .modal-content .DetailsTeam .position {
        display: flex;
        justify-content: center;
    }
    .our-team .modal-content .DetailsTeam .txt-info {
        margin-top: 25px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #323232;
    }
    .our-team .modal-content .DetailsTeam .achievements__list {
        margin-top: 10px !important;
        margin-bottom: 0;
        overflow-x: auto;
    }
    .our-team .modal-content .DetailsTeam .achievements__list,
    .our-team .modal-content .DetailsTeam .achievements__text,
    .our-team .modal-content .DetailsTeam .txt-info {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .our-team .modal-content .DetailsTeam .achievement-item {
        display: block;
    }
    .our-team .modal-content .DetailsTeam .achievement-item img {
        margin-bottom: 15px;
    }
    .our-team .modal-content .DetailsTeam .achievements__text .btn-achievement {
        width: 40%;
    }
    .our-team .modal-content .DetailsTeam .achievement-wrap {
        width: 47%;
        margin-bottom: 10px;
    }
    .our-team .modal-content .DetailsTeam .achievement-wrap:nth-child(2n + 1) {
        margin-right: 10px;
    }
    .our-team .people-team .caption-team,
    .our-advisor .people-team .caption-team {
        padding: 20px 10px;
        min-height: 136px;
    }
    .our-team .people-item:nth-child(2n + 2),
    .our-team .people-item:nth-child(2n + 1) {
        margin-bottom: 0!important;
    }
    .our-team .people-item:nth-child(2n + 2) {
        padding-left: 5px !important;
    }
    .our-team .people-item:nth-child(2n + 1) {
        padding-right: 5px !important;
    }
    .our-advisor .people-team .caption-team {
        position: relative;
        margin: 0 0 20px;
        min-height: 95px;
        box-shadow: none;
    }
    .our-advisor .Advisors,
    .our-advisor .swiperAdvisors {
        min-height: 345px;
    }
    .our-advisor .swiperAdvisors .swiper-wrapper {
        padding-bottom: 35px;
    }
    .our-advisor .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
    .our-advisor .d-flex-center {
        display: flex;
    }
    .our-activities {
        padding: 30px 0 60px;
    }
    .our-activities .swiper-slide {
        width: 200px !important;
        height: auto !important;
    }
    .our-activities .swiper-slide iframe {
        height: 122px;
    }
    .our-activities .modal-body .close {
        margin-top: 30px;
        margin-right: 30px;
    }
    .achievement-section .section-header .section-title {
        font-size: 18px;
        line-height: 24px;
    }
    .achievement-section .block-text h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .achievement-section .block-right .icon-item:nth-child(2),
    .achievement-section .block-right .icon-item:nth-child(3) {
        padding-left: 0;
    }
    .achievement-section .Awards,
    .achievement-section .swiperAwards {
        min-height: 350px;
    }
    .achievement-section .swiperAwards .caption-award {
        min-height: auto;
    }
    .achievement-section .swiper-container-horizontal > .swiper-pagination-bullets {
        display: block;
        bottom: 20px;
    }
    .achievement-section .swiperAwards .swiper-button-next,
    .achievement-section .swiperAwards .swiper-button-prev {
        display: block;
        background-image: none;
        margin-top: -50px;
    }
    .achievement-section .swiperAwards .swiper-button-next:after,
    .achievement-section .swiperAwards .swiper-button-prev:after {
        font-family: "Font Awesome\ 5 Free";
        font-size: 20px;
        font-weight: 900;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #00adc6;
        position: absolute;
        top: 0;
        background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
        box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
        border-radius: 30px;
    }
    .achievement-section .swiperAwards .swiper-button-next:after {
        content: "\f061";
        right: 0;
    }
    .achievement-section .swiperAwards .swiper-button-prev:after {
        content: "\f060";
        left: 0;
    }
    .partner-section .logo-wrapper .swiper-button-next, 
    .partner-section .logo-wrapper .swiper-button-prev {
        display: none;
    }
    .cakap-story .timeline-dots {
        display: none;
    }
    .timeline-wrapper .story-wrapper .storygroup .btn-next,
    .timeline-wrapper .story-wrapper .storygroup .btn-prev {
        top: 45%;
    }
    .footer-banner {
        height: 500px;
    }
    .footer-banner .section-header {
        top: 0;
        left: 0;
        right: 0;
        margin-right: 0;
        padding: 45px 20px;
        transform: translate(0, 0);
    }
    .footer-banner .section-header .section-title {
        font-size: 24px;
        line-height: 32px;
    }
    .footer-banner .section-header .btn-job {
        display: block;
        background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
        border: 1px solid #fff;
        box-shadow: -12px -12px 24px #0068af, 12px 12px 24px #0079cc;
        border-radius: 14px;
    }
}

@media only screen and (min-width: 1440px) {
    .about-section .about-wrapper {
        padding-left: 24%;
    }
}
@media only screen and (min-width: 1680px) {
    .about-section .about-wrapper {
        padding-left: 31%;
    }
}
@media only screen and (min-width: 1920px) {
    .about-section .about-wrapper {
        padding-left: 41%;
    }
}
@media only screen and (min-width: 2560px) {
    .about-section .about-wrapper {
        padding-left: 52%;
    }
}
@media (min-width: 1200px) {
    .liner {
        background: #c4c4c4;
        height: 2px;
    }
    .timeline-wrapper .nav-tabs > li {
        width: auto;
        margin-right: calc(1.2 * 155px);
    }
}
