@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Medium.woff2);
    font-weight: 400;
}

@font-face {
    font-family: "Poppins Bold";
    src: url(../fonts/Poppins-Bold.woff2);
    font-weight: 700;
}

@font-face {
    font-family: "Poppins BoldItalic";
    src: url(../fonts/Poppins-BoldItalic.woff2);
    font-weight: 700;
    font-style: italic;
}


/* common ******************************************/
body {
    font-family: 'Poppins', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
b,
strong {
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
}

.container,
.container-xxl,
.container-fluid,
.sub-page-content {
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid.p-0 .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1400px) {

    .container,
    .container-xxl,
    .sub-page-content {
        max-width: 1540px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    #block-backtotop {
        bottom: 160px !important;
        right: 30px !important;
    }
}

p {
    line-height: 1.65;
}

.cover-link {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 9;
}

.btn-read-more {
    background: url(../image/icon/arrow-red.svg) right center no-repeat;
    color: #B72727;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-right: 27px;
    transition: all 0.2s ease;
    position: relative;
    z-index: 10;
}

.btn-read-more:hover {
    color: #3C4854;
}

.section-header {
    text-align: center;
}

.section-header h2 {
    background-image: url(../image/icon/h2-slash-gray.svg), url(../image/icon/h2-slash-gray.svg);
    background-position: left calc(50% - 1px), right calc(50% - 1px);
    /* background-position: left calc(50% - 3px), right calc(50% - 3px); */
    background-repeat: no-repeat;
    color: #B72727;
    line-height: 1.5;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 22px;
}

.section-header p {
    color: #262626;
    font-size: 20px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-180 {
    margin-top: 180px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-120 {
    padding-top: 120px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* header ******************************************/
/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: linear-gradient(180deg, #FFF 32.58%, rgba(255, 255, 255, 0.00) 91.98%);
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

body:not(.path-frontpage) header {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

body.scrolled-fixed header {
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 200;
}

body.user-logged-in header {
    position: relative;
}

header nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a {
    color: #000;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 40px 20px;
    transition: all 0.2s ease;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a:hover,
header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a.is-active {
    color: #B72727;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a {
    padding-left: 46px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::before {
    background: url(../image/icon/carbon_home_black.svg) no-repeat;
    background-size: cover;
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 40px;
    left: 20px;
    transition: all 0.2s ease;
    z-index: 1;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::after {
    background: url(../image/icon/carbon_home.svg) no-repeat;
    background-size: cover;
    content: '';
    width: 26px;
    height: 26px;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 20px;
    transition: all 0.2s ease;
    z-index: 2;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child:hover>a::before,
header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a.is-active::before {
    opacity: 0;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child:hover>a::after,
header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a.is-active::after {
    opacity: 1;
}

body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a {
    padding: 20px;
}

body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a {
    padding: 20px 20px 20px 46px;
}

body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::before,
body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::after {
    top: 20px;
}

#block-i2-theme-branding .navbar-brand img {
    height: 70px;
    transition: all 0.2s ease;
}

body.scrolled-fixed #block-i2-theme-branding .navbar-brand img {
    height: 50px;
}

#block-i2-theme-languageswitcher ul {
    padding-left: 0;
    margin-bottom: 0;
}

header #navbarSupportedContent>.region-nav-additional {
    display: flex;
}

#block-i2-theme-languageswitcher .dropdown-toggle {
    cursor: pointer;
}

#block-i2-theme-languageswitcher ul>li>a {
    padding: 10px;
    color: #000;
    display: block;
    text-align: center;
}

#block-i2-theme-languageswitcher ul>li>a:hover {
    color: #B52727;
}

header #block-i2-theme-languageswitcher ul[data-block="nav_additional"] {
    border-radius: 0;
    min-width: unset;
    display: none;
    padding: 0;
    width: 70px;
    left: 30px;
}

header #block-i2-theme-languageswitcher ul[data-block="nav_additional"] li.is-active {
    display: none;
}

header .header-search {
    margin-left: 40px;
    cursor: pointer;
}

header .header-search .header-search-header::after {
    display: none;
}

header nav.navbar .region-nav-branding {
    position: absolute;
    z-index: 3;
}

header .offcanvas .offcanvas-body {
    position: relative;
}

header .offcanvas .offcanvas-body .region-nav-additional {
    position: absolute;
    right: 0;
    display: flex;
    height: 100%;
    align-items: center
}

header .offcanvas.offcanvas-end {
    width: 100%;
    border-left: unset;
}

header .offcanvas .offcanvas-body .region-nav-main {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header .header-search .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: unset;
    width: 360px;
    margin-top: 0;
    padding: 0;
    right: -10px;
}

header .header-search .ld-search-form>span {
    position: absolute;
    left: 16px;
    top: 10px;
}

header .header-search .ld-search-form>span img {
    width: 14px;
}

header .header-search .ld-search-form input {
    width: 100%;
    padding: 10px 20px 10px 40px;
    border: none;
    font-size: 16px;
    letter-spacing: 0.025em;
}

header .header-search .ld-search-form {
    position: relative;
}

header button.navbar-toggler {
    border: unset;
    padding: 0;
}

header .navbar-toggler .navbar-toggler-button {
    overflow: hidden;
}

header .navbar-toggler .navbar-toggler-button>span {
    background: #B72727;
    font-size: 16px;
    text-indent: -9999px;
    display: block;
    width: 28px;
    height: 3px;
    overflow: hidden;
    margin-bottom: 6px;
}

header .navbar-toggler .navbar-toggler-button>span:last-child {
    background: #757575;
    margin-bottom: 0;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>button {
    display: none;
}

header .header-login {
    background-color: #B72727;
    padding: 4px 10px;
    margin-left: 35px;
}

header .header-login span {
    color: #fff;
    font-size: 18px;
}

header .header-login img {
    width: 20px;
}

/* frontpage ******************************************/
.path-frontpage main {
    position: relative;

}

.path-frontpage main::after {
    background: linear-gradient(30deg, rgba(255, 213, 213, 1) 5%, rgba(255, 213, 213, 0) 40%);
    content: '';
    width: 100%;
    aspect-ratio: 192 / 65;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

main {
    padding-bottom: 200px;
}

.path-frontpage .paragraph>.paragraph__column {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* frontpage banner */
.view-frontpage-banner {
    position: relative;
    z-index: 10;
}

.view-frontpage-banner .view-content {
    position: relative;
    overflow: hidden;
}

.view-frontpage-banner .frontpagebanner-left {
    background: linear-gradient(190deg, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0) 72.4%);
    content: '';
    display: block;
    height: calc(100% - 100px);
    aspect-ratio: 36 / 100;
    -webkit-clip-path: polygon(0 0, 100% 0, 8% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 8% 100%, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: all .5s ease-in-out;
    opacity: 0;
    transform: translate(-100%, 50%);
}

.view-frontpage-banner .frontpagebanner-left.onload-active {
    opacity: 1;
    transform: translate(0, 0);
}

.view-frontpage-banner .frontpagebanner-right {
    display: block;
    /* height: calc(80% + 165px); */
    height: 100%;
    aspect-ratio: 2 / 6;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 5;
    transition: all .5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translate(100%, -50%);
}

.view-frontpage-banner .frontpagebanner-right.onload-active {
    opacity: 1;
    transform: translate(0, 0);
}

.view-frontpage-banner .frontpagebanner-right-item1 {
    background: linear-gradient(215deg, rgba(183, 39, 39, 1) 48%, rgba(183, 39, 39, 0.6) 88.5%);
    display: block;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 1;
}

.view-frontpage-banner .frontpagebanner-right-item2 {
    background-color: #711B1B;
    content: '';
    display: block;
    height: 22.4%;
    aspect-ratio: 115 / 215;
    -webkit-clip-path: polygon(61% 0, 100% 0, 39% 100%, 0 100%);
    clip-path: polygon(61% 0, 100% 0, 39% 100%, 0 100%);
    position: absolute;
    left: 32.5%;
    top: 38.8%;
    z-index: 2;
    transition: all .5s ease-in-out;
    transition-delay: 0.6s;
    opacity: 0;
    transform: translateX(100%);
}

.view-frontpage-banner .frontpagebanner-right.onload-active .frontpagebanner-right-item2 {
    opacity: 1;
    transform: translateX(0);
}

.frontpagebanner-Swiper {
    padding-bottom: 100px;
}

.frontpagebanner-Swiper .banner-content {
    background-color: #000;
    position: relative;
}

.frontpagebanner-Swiper .desktop-banner {
    width: 100%;
    height: 90vh;
}

.frontpagebanner-Swiper .mobile-banner {
    width: 100%;
    aspect-ratio: 13 / 14;
}

.frontpagebanner-Swiper .desktop-banner::before,
.frontpagebanner-Swiper .mobile-banner::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 35%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.frontpagebanner-Swiper .desktop-banner img,
.frontpagebanner-Swiper .mobile-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frontpagebanner-Swiper .banner-title .title {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-size: 40px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.333;
    /* text-transform: uppercase; */
    max-width: 880px;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
}

.frontpagebanner-Swiper .banner-link {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 9;
}

.block-views-blockfrontpage-banner-block-1 .component {
    display: flex;
    width: fit-content;
    position: absolute;
    left: 50%;
    bottom: 140px;
    transform: translateX(-50%);
    z-index: 9;
}

.block-views-blockfrontpage-banner-block-1 .component .swiper-button {
    cursor: pointer;
    line-height: 20px;
    margin-left: 25px;
    position: relative;
    z-index: 99;
}

.view-frontpage-banner .swiper-pagination-bullets.swiper-pagination-horizontal.frontpageswiper-pagination {
    line-height: 23px;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.view-frontpage-banner .frontpageswiper-pagination .swiper-pagination-bullet {
    background: none;
    border: #fff 1px solid;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
}

.view-frontpage-banner .frontpageswiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.view-frontpage-banner .swiper-button-next,
.view-frontpage-banner .swiper-button-prev {
    position: relative;
    font-size: 23px;
    width: 12px;
    height: 23px;
    margin-top: 0;
    top: 0;
    left: auto;
}

.view-frontpage-banner .swiper-button-next {
    right: auto;
}

.view-frontpage-banner .swiper-button-next:after,
.view-frontpage-banner .swiper-button-prev:after {
    color: #fff;
    font-size: 23px;
}

/* frontpage - video */
.frontpage-video {
    margin-top: -100px;
    padding-top: 125px;
    padding-bottom: 315px;
    position: relative;
    z-index: 7;
}

.frontpage-video-header {
    margin-top: -100px;
    padding-top: 125px;
    position: relative;
    z-index: 8;
}

.frontpage-video-header h2 {
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 1.65;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.frontpage-video-header h2>span:not(:first-child) {
    color: #B72727;

}

.view-frontpage-video {
    /* overflow: hidden; */
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 285px;
    position: relative;
    z-index: 7;
}

.view-frontpage-video::before {
    content: 'HKIAAC';
    font-size: 200px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 1.65;
    transform: translate(0, -50%) rotate(-90deg);
    color: #EEE;
    opacity: 0;
    position: absolute;
    /* left: 6%; */
    left: calc(50% - 1140px);
    top: calc(50% - 120px);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.view-frontpage-video::after {
    background-image: url(../image/frontpage/index-video-bg-angle.svg), url(../image/frontpage/index-video-bg-vector.png), linear-gradient(160deg, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 80%);
    background-position: left top, center top, center top;
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-size: auto 100%, auto, cover;
    content: '';
    display: block;
    width: 125%;
    position: absolute;
    right: 0;
    top: -310px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.view-frontpage-video .swiper-slide .field-content {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.frontpage-video-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.frontpage-video-bg::before {
    content: 'HKIAAC';
    font-size: 200px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 1.65;
    transform: translate(0, -50%) rotate(-90deg);
    color: #EEE;
    opacity: 0;
    position: absolute;
    /* left: 6%; */
    left: calc(50% - 1140px);
    top: 53%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}

.frontpage-video-bg.obs-active::before,
.view-frontpage-video.obs-active::before {
    opacity: 1;
    left: calc(50% - 840px);
}

.frontpage-video-bg-gray {
    background-image: url(../image/frontpage/index-video-bg-vector.png), linear-gradient(160deg, rgba(217, 217, 217, 1) 0%, rgba(217, 217, 217, 0) 80%);
    background-position: center top;
    background-repeat: repeat-x;
    content: '';
    display: block;
    width: 125%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.frontpage-video-bg.obs-active .frontpage-video-bg-gray,
.view-frontpage-video.obs-active::after {
    width: 59.32%;
}

.frontpage-video-bg-gray::before {
    background-color: #fff;
    content: '';
    height: 100%;
    aspect-ratio: 2 / 6;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    left: -1px;
    top: 0;
}

.video-content-wrap {
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.video-content-wrap::before {
    background-image: linear-gradient(180deg, #B82828 0%, #F09B9B 100%);
    content: '';
    display: block;
    width: 19.32%;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 16px, 16px 16px, 16px 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 16px, 16px 16px, 16px 100%, 0 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.video-content-wrap.obs-active::before {
    opacity: 1;
    top: -40px;
    left: -40px;
}

.video-content-wrap::after {
    background-image: linear-gradient(180deg, #D3D3D3 0%, #7F7F7F 100%);
    content: '';
    display: block;
    width: 19.32%;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(calc(100% - 16px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 16px), calc(100% - 16px) calc(100% - 16px));
    clip-path: polygon(calc(100% - 16px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 16px), calc(100% - 16px) calc(100% - 16px));
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.video-content-wrap.obs-active::after {
    opacity: 1;
    right: -40px;
    bottom: -40px;
}

.video-content-wrap>div {
    display: block;
    max-width: 828px;
    overflow: hidden;
    opacity: 0;
    transform: scale(.8);
    transition: all .5s ease-in-out;
    transition-delay: 0.3s;
    cursor: pointer;
}

.video-content-wrap.obs-active>div {
    opacity: 1;
    transform: scale(1);
}

.video-content-wrap>div::before {
    background-image: linear-gradient(185deg, rgba(214, 30, 30, 1) 0%, rgba(214, 30, 30, 0) 77.2%);
    content: '';
    display: block;
    width: 12.75%;
    aspect-ratio: 95 / 285;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.video-content-wrap>div::after {
    background-image: url(../image/icon/video-play.svg), linear-gradient(140deg, #B52727 0%, #FF3E3E 100%);
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    content: '';
    display: block;
    width: 15.7%;
    aspect-ratio: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
}

.video-content-wrap>div:hover::after {
    background-image: url(../image/icon/video-play.svg), linear-gradient(140deg, #FF3E3E 0%, #FF3E3E 100%);
    background-position: center center;
}

.video-content-wrap>div img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease;
}

.video-content-wrap>div:hover img {
    transform: scale(1.1);
}

.video-content-title {
    background-image: linear-gradient(to top, rgba(16, 26, 58, 1) 27.65%, rgba(16, 26, 58, 0) 91.5%);
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 50%;
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video-content-title div {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

.modal-title {
    font-size: 24px;
}

.view-frontpage-video .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    bottom: 255px;
}

.view-frontpage-video .swiper-button-prev:not(.swiper1-button-prev) {
    left: calc(50% - 474px);
    top: calc(50% - 142px);
}

.view-frontpage-video .swiper-button-next:not(.swiper1-button-next) {
    right: calc(50% - 474px);
    top: calc(50% - 142px);
}

/* frontpage - Mission */
/* Section - Left Img - Right Content */
.frontpage-mission.section-img-cont {
    margin-top: 100px;
    /* margin-top: -125px; */
    margin-bottom: 50px;
    z-index: 7;
}

.section-img-cont {
    position: relative;
}

.section-img-cont .container-fluid {
    position: relative;
    z-index: 2;
}

.section-img-cont .section-img {
    position: relative;
    left: -100%;
    transition: all .5s ease-in-out;
    transition-delay: 0.6s;
}

/* obs-active */
.section-img-cont.obs-active .section-img {
    left: 0;
}

.section-img-cont .section-img img {
    max-width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 72.5% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 72.5% 100%, 0% 100%);
}

.section-img-cont .section-img::after {
    background-color: #711B1B;
    content: '';
    display: block;
    height: 28.86%;
    aspect-ratio: 115 / 215;
    -webkit-clip-path: polygon(63.5% 0, 100% 0, 36.5% 100%, 0 100%);
    clip-path: polygon(63.5% 0, 100% 0, 36.5% 100%, 0 100%);
    position: absolute;
    right: 15.8%;
    bottom: 6.7%;
    z-index: 2;
    transition: all .5s ease-in-out;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translateX(-100%);
}

/* obs-active */
.section-img-cont.obs-active .section-img::after {
    opacity: 1;
    transform: translateX(0);
}

.section-img-cont .section-cont {
    line-height: 1.625;
    margin-top: 125px;
    margin-bottom: 145px;
    min-height: 36.5vw;
    padding-top: 7.15vw;
    padding-bottom: 30px;
    padding-right: calc(16.667% + 20px);
    opacity: 0;
    transition: all .5s ease-in-out;
    transition-delay: 0.8s;
}

/* obs-active */
.section-img-cont.obs-active .section-cont {
    opacity: 1;
}

.section-img-cont .section-cont h2 {
    background-image: url(../image/icon/h2-slash.svg), url(../image/icon/h2-slash.svg);
    background-position: left calc(50% - 0px), right calc(50% - 0px);
    background-repeat: no-repeat;
    color: #fff;
    width: fit-content;
    padding: 0 22px;
}

.section-img-cont .section-cont p {
    color: #fff;
    font-size: 24px;
}

.section-img-cont .section-cont a {
    background-color: #fff;
    color: #3C4854;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    display: block;
    width: fit-content;
    margin-top: 50px;
    padding-left: 34px;
    padding-right: 46px;
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 12px) 100%, 0 100%, 0 27px);
    clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 27px), calc(100% - 12px) 100%, 0 100%, 0 27px);
    position: relative;
    transition: all 0.2s ease;
}

.section-img-cont .section-cont a:hover {
    background-color: #711B1B;
    color: #fff;
}

.section-img-cont .section-cont a::after {
    background: url(../image/icon/read_more.svg) no-repeat;
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    transform: translateY(-50%);
    position: absolute;
    right: 29px;
    top: 50%;
    z-index: 1;
}

.section-img-cont .section-cont a::before {
    background: url(../image/icon/read_more_white.svg) no-repeat;
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    right: 29px;
    top: 50%;
    z-index: 2;
    transition: all 0.2s ease;
}

.section-img-cont .section-cont a:hover::before {
    opacity: 1;
}

.section-img-cont-bg {
    /* background-color: #3C4854; */
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.section-img-cont-bg1 {
    background-image: linear-gradient(355deg, rgba(255, 209, 209, 1) 50%, rgba(255, 242, 242, 0) 85%);
    display: block;
    width: 100%;
    aspect-ratio: 192 / 98;
    -webkit-clip-path: polygon(0 0, 90.3% 0, 73.33% 100%, 0 100%);
    clip-path: polygon(0 0, 90.3% 0, 73.33% 100%, 0 100%);
    position: absolute;
    right: 100%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

/* obs-active */
.section-img-cont.obs-active .section-img-cont-bg1 {
    right: 0;
}

.section-img-cont-bg2 {
    background-image: linear-gradient(180deg, #B72727 0%, #E44E4E 100%);
    display: block;
    width: 88.85%;
    aspect-ratio: 12 / 5;
    -webkit-clip-path: polygon(12.84% 0, 100% 0, 87.16% 100%, 0 100%);
    clip-path: polygon(12.84% 0, 100% 0, 87.16% 100%, 0 100%);
    position: absolute;
    left: 100%;
    top: 125px;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
}

/* obs-active */
.section-img-cont.obs-active .section-img-cont-bg2 {
    left: 14.79%;
}

.section-img-cont-bg2-1 {
    background-image: linear-gradient(20deg, rgba(183, 39, 39, 1) -20%, rgba(183, 39, 39, 0) 60%);
    display: block;
    width: 40.8%;
    aspect-ratio: 696 / 430;
    -webkit-clip-path: polygon(20.4% 0, 100% 0, 79.6% 100%, 0 100%);
    clip-path: polygon(20.4% 0, 100% 0, 79.6% 100%, 0 100%);
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translateX(-100%);
}

/* obs-active */
.section-img-cont.obs-active .section-img-cont-bg2-1 {
    opacity: 1;
    transform: translateX(0);
}

.section-img-cont-bg2-2 {
    background-color: #fff;
    display: block;
    width: 4px;
    height: 50.6%;
    transform-origin: left bottom;
    transform: rotate(18deg);
    position: absolute;
    left: 69.4%;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.9s;
    opacity: 0;
}

/* obs-active */
.section-img-cont.obs-active .section-img-cont-bg2-2 {
    opacity: 1;
    left: 82.2%;
}

/* frontpage - Strategy */
.frontpage-strategy {
    padding-top: 100px;
    position: relative;
    z-index: 6;
}

.frontpage-strategy::before {
    background-image: linear-gradient(345deg, rgba(203, 203, 203, 1) 8.4%, rgba(203, 203, 203, 0) 93.35%);
    content: '';
    display: block;
    width: 33.54%;
    aspect-ratio: 110 / 217;
    -webkit-clip-path: polygon(61% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(61% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: 0;
    bottom: 46.74%;
}

.frontpage-strategy .section-header {
    margin-bottom: 70px;
    position: relative;
}

.frontpage-strategy ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

/* obs-active */
.frontpage-strategy.obs-active ul {
    opacity: 1;
}

.frontpage-strategy ul li {
    position: relative;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.6s;
}

.frontpage-strategy ul .item-1 {
    z-index: 4;
    left: 37.5%;
}

.frontpage-strategy ul .item-2 {
    z-index: 3;
    left: 12.5%;
}

.frontpage-strategy ul .item-3 {
    z-index: 2;
    left: -12.5%;
}

.frontpage-strategy ul .item-4 {
    z-index: 1;
    left: -37.5%;
}

/* frontpage video ******************************************/
#academyModal video {
    object-fit: cover;
    display: block;
    width: 100%;
}

/* obs-active */
.frontpage-strategy.obs-active ul .item-1,
.frontpage-strategy.obs-active ul .item-2,
.frontpage-strategy.obs-active ul .item-3,
.frontpage-strategy.obs-active ul .item-4 {
    left: 0;
}

.frontpage-strategy .strategy-card {
    margin-top: 45px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
    transition-delay: 1.1s;
}

/* obs-active */
.frontpage-strategy.obs-active ul li:nth-child(odd) .strategy-card {
    margin-top: 90px;
}

.frontpage-strategy.obs-active ul li:nth-child(even) .strategy-card {
    margin-top: 0;
}

.frontpage-strategy ul li .strategy-card::after {
    background: linear-gradient(0deg, rgba(124, 16, 16, 1) 28.28%, rgba(124, 16, 16, 0.00) 92.41%);
    content: '';
    width: 100%;
    height: 52%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.frontpage-strategy ul li:nth-child(even) .strategy-card::after {
    background: linear-gradient(0deg, rgba(16, 26, 58, 1) 28.28%, rgba(16, 26, 58, 0.00) 92.41%);
}

.frontpage-strategy ul li .strategy-card::before {
    background-color: #B72727;
    content: '';
    width: 36.875%;
    height: 58.27%;
    -webkit-clip-path: polygon(0 0, 100% 0, 31% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 31% 100%, 0% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.frontpage-strategy .strategy-card img {
    width: 100%;
}

.frontpage-strategy .strategy-card .content {
    width: 100%;
    height: 58.27%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 9.6% 10px;
    z-index: 3;
}

.frontpage-strategy .strategy-card .content p {
    color: #FFF;
    font-size: 20px;
    line-height: 1.5;
}

.frontpage-strategy .strategy-card .content p.number {
    font-size: 80px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke: 1.5px #fff;
    color: rgb(22, 22, 22, 0) !important;
}

@media only screen and (max-width: 1639.98px) {
    .frontpage-strategy .strategy-card {
        font-size: 18px;
        padding-bottom: 80px;
    }

    .frontpage-strategy .strategy-card .content {
        padding-top: 20px;
    }

    .frontpage-strategy .strategy-card .content p {
        font-size: 18px;
    }

    .frontpage-strategy .strategy-card .content p.number {
        font-size: 60px;
        margin-bottom: 0;
    }

    .frontpage-strategy ul li .strategy-card::after {
        height: calc(52% + 80px);
    }
}

.frontpage-strategy .strategy-card .content .number span {
    font-size: 80px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    -webkit-text-stroke: 1.5px #fff;
    color: rgb(22, 22, 22, 0) !important;
}

/* frontpage - Motto */
.frontpage-motto {
    margin-top: -92px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.frontpage-motto::before {
    background-color: #D6D6D6;
    content: '';
    width: 11.62%;
    aspect-ratio: 11 / 33;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
    transition-delay: 0.6s;
    opacity: 0;
    transform: translate(-100%, 50%);
}

/* obs-active */
.frontpage-motto.obs-active::before {
    opacity: 1;
    transform: translate(0, 0);
}

.frontpage-motto::after {
    background: linear-gradient(210deg, rgba(183, 39, 39, 1) 51.05%, rgba(183, 39, 39, 0.6) 89.28%);
    content: '';
    width: 11.62%;
    aspect-ratio: 11 / 33;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    transition-delay: 0.9s;
    opacity: 0;
    transform: translate(100%, -50%);
}

/* obs-active */
.frontpage-motto.obs-active::after {
    opacity: 1;
    transform: translate(0, 0);
}

.frontpage-motto-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 740px;
    height: 100%;
    float: right;
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
    position: relative;
    z-index: 1;
}

.frontpage-motto-cont h2 {
    background-image: url(../image/icon/h2-slash-gray.svg), url(../image/icon/h2-slash-gray.svg);
    background-position: left calc(50% - 1px), right calc(50% - 1px);
    background-repeat: no-repeat;
    line-height: 1.5;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 10px;
    padding: 0 22px;
}

.frontpage-motto-cont p {
    color: #B72727;
    font-size: calc(var(--font-size-xl) * 1.2);
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 1.64;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 0;
    position: relative;
}

.frontpage-motto-cont p:nth-child(2) {
    margin-right: -4.165%;
}

.frontpage-motto-cont p:nth-child(2):before {
    background: url(../image/icon/quote-start.svg) no-repeat;
    background-size: contain;
    content: '';
    height: 91.46%;
    aspect-ratio: 101 / 75;
    position: absolute;
    left: -110px;
    bottom: 31%;
}

.frontpage-motto-cont p:last-child:after {
    background: url(../image/icon/quote-end.svg) no-repeat;
    background-size: contain;
    content: '';
    height: 91.46%;
    aspect-ratio: 101 / 75;
    position: absolute;
    right: -110px;
    bottom: -46%;
}

.frontpage-motto-img {
    padding-left: 30px;
    padding-bottom: 9.45%;
    transition: all .5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translate(100%, -100%);
}

/* obs-active */
.frontpage-motto.obs-active .frontpage-motto-img {
    opacity: 1;
    transform: translate(0, 0);
}

.frontpage-motto-img img {
    width: 100%;
    -webkit-clip-path: polygon(17.82% 0, 100% 0, 100% 100%, 0% 100%, 0 53.6%);
    clip-path: polygon(17.82% 0, 100% 0, 100% 100%, 0% 100%, 0 53.6%);
}

/* frontpage - new */
.frontpage-new {
    margin-top: -125px;
    /* margin-top: 150px; */
    margin-bottom: 50px;
    position: relative;
    z-index: 7;
}

.path-frontpage .view-block-news {
    margin-left: -13px;
    padding-left: 8.8%;
}

.path-frontpage .view-block-news .view-content {
    padding-bottom: 50px;
}

.frontpageNews-Swiper .swiper-slide {
    width: 100%;
    max-width: calc((91.2% - 52px) / 3);
}

.news-card {
    background: none;
}

.iaaca-card .card-img-top {
    background-color: #fff;
    border-radius: 0;
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
}

.iaaca-card .card-img-top::after {
    background-color: #cccccc;
    content: '';
    width: 1px;
    height: 34%;
    position: absolute;
    left: 92.94%;
    bottom: 0;
    transform-origin: right bottom;
    transform: rotate(18.5deg);
}

.iaaca-card .card-img-top>img {
    border: #cccccc 1px solid;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 68.24%, 92.94% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 68.24%, 92.94% 100%, 0 100%);
    transition: all 0.2s ease;
    display: block;
    position: absolute;
}

.iaaca-card.card-detail:hover .card-img-top>img {
    opacity: 0.6;
}

.iaaca-card .card-body {
    padding: 0;
}

.iaaca-card .card-body .card-country {
    background: #C33B1D;
    display: inline-block;
    line-height: 26px;
    height: 36px;
    margin: 24px 0 20px;
    padding: 5px 17px 5px 11px;

}

.view-block-news .views-row:nth-child(4n+1) .iaaca-card .card-body .card-country,
.view-programme-listing .views-row:nth-child(4n+1) .iaaca-card .card-body .card-country {
    background-color: #405A9F;
}

.view-block-news .views-row:nth-child(4n+2) .iaaca-card .card-body .card-country,
.view-programme-listing .views-row:nth-child(4n+2) .iaaca-card .card-body .card-country {
    background-color: #693EAF;
}

.view-block-news .views-row:nth-child(4n+3) .iaaca-card .card-body .card-country,
.view-programme-listing .views-row:nth-child(4n+3) .iaaca-card .card-body .card-country {
    background-color: #198282;
}

.view-block-news .views-row:nth-child(4n+4) .iaaca-card .card-body .card-country,
.view-programme-listing .views-row:nth-child(4n+4) .iaaca-card .card-body .card-country {
    background-color: #C33B1D;
}

/* will delete when have country data */
.view-programme-listing .views-row .iaaca-card .card-body .card-country {
    height: 0;
    margin: 0;
    opacity: 0;
}

.iaaca-card .card-body .card-country span {
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
}

.iaaca-card .card-body .card-title {
    color: #3C4854;
    font-size: 20px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    width: 92.94%;
    min-height: 90px;
    margin-bottom: 15px;
}

.iaaca-card:hover .card-body .card-title {
    color: #B72727;
}

.iaaca-card .card-body .card-date {
    color: #B72727;
    font-size: 18px;
    line-height: 27px;
}

.iaaca-card .video-link {
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.iaaca-card .play-video-icon {
    background: linear-gradient(0deg, rgba(183, 39, 39, 1) 6.5%, rgba(183, 39, 39, 0.3) 94.12%);
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 68.24%, 92.94% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 68.24%, 92.94% 100%, 0 100%);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s ease;
}

.iaaca-card .play-video-icon img {
    display: block;
    width: 14% !important;
    height: auto;
    margin: 0 auto;
}

.iaaca-card:hover .play-video-icon {
    opacity: 1;
}

.iaaca-card .card-body .detail-tap {
    border: 2px solid #C33B1D;
    color: #B72727;
    font-size: 18px;
    line-height: 30px;
    display: none;
    width: fit-content;
    height: 40px;
    margin-top: 20px;
    padding: 5px 10px;
    transition: all 0.2s ease;
}

.iaaca-card:hover .card-body .detail-tap {
    background-color: #C33B1D;
    color: #fff;
}

.iaaca-card .card-body .video-tap {
    background: url(../image/icon/video.svg) 28px center no-repeat;
    border: 2px solid #C33B1D;
    color: #B72727;
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 130px;
    height: 40px;
    margin-top: 20px;
    padding: 5px 10px 5px 50px;
}

.swiper-button-next:not(.swiper1-button-next),
.swiper-button-prev:not(.swiper1-button-prev) {
    background-color: #fff;
    color: #B72727;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 80px;
    height: 80px;
    top: 10.42vw;
    transition: all 0.2s ease;
}

.swiper-button-next:not(.swiper1-button-next) {
    margin-right: -40px;
    right: calc(8.8% - 13px);
}

.swiper-prog1-button-next,
.swiper-prog2-button-next {
    right: 5px;
}

.swiper-button-prev:not(.swiper1-button-prev) {
    margin-left: -40px;
    left: calc(8.8% - 13px);
}

.swiper-prog1-button-prev,
.swiper-prog2-button-prev {
    left: 5px;
}

.swiper-button-next:not(.swiper1-button-next):hover,
.swiper-button-prev:not(.swiper1-button-prev):hover {
    background-color: #B52727;
    color: #fff;
}

.swiper-button-next:not(.swiper1-button-next)::after,
.swiper-button-prev:not(.swiper1-button-prev)::after {
    font-size: 23px;
    font-weight: 700;
}

.path-frontpage .view-block-news .view-footer {
    text-align: right;
    margin-left: -8.8%;
}

/* swiper */
.swiper-pagination {
    line-height: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% - 30px);
    bottom: auto;
}

.view-programme-listing .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -24px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background-color: #B72727;
}

/* Detail Page  */
/* Detail Page - banner */
.sub-page-banner {
    position: relative;
    overflow: hidden;
}

.sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first {
    background-color: #000;
    background-image: url(../image/icon/white-pixels.gif);
    display: flex;
    aspect-ratio: 78 / 49;
    align-items: center;
    padding-left: 20px;
    position: relative;
    flex: 0 0 41.66666667%;
}

.sub-page-banner-bg-1 {
    background: linear-gradient(195deg, rgba(183, 39, 39, 1) 42%, rgba(183, 39, 39, 0.6) 86.26%);
    -webkit-clip-path: polygon(0 0, 100% 0, 79.5% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 79.5% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    transition: all .3s ease-in-out;
}

/* obs-active */
.sub-page-banner.onload-active .sub-page-banner-bg-1 {
    left: 0;
}

.sub-page-banner-bg-2 {
    background: linear-gradient(215deg, rgba(216, 46, 46, 1) 39.4%, rgba(216, 46, 46, 0) 84%);
    -webkit-clip-path: polygon(0 0, 100% 0, 73.5% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 73.5% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: -100%;
    width: 81.23%;
    height: 100%;
    /* z-index: 1; */
    transition: all .5s ease-in-out;
    transition-delay: 0.2s;
}

/* obs-active */
.sub-page-banner.onload-active .sub-page-banner-bg-2 {
    left: 0;
}

.sub-page-banner-bg-3 {
    background-color: #711B1B;
    height: 36.79%;
    aspect-ratio: 97 / 181;
    -webkit-clip-path: polygon(64% 0, 100% 0, 36% 100%, 0 100%);
    clip-path: polygon(64% 0, 100% 0, 36% 100%, 0 100%);
    position: absolute;
    right: 8%;
    bottom: 12.6%;
    z-index: 2;
    transition: all .5s ease-in-out;
    transition-delay: 0.4s;
    opacity: 0;
    transform: translateX(-100%);
}

/* obs-active */
.sub-page-banner.onload-active .sub-page-banner-bg-3 {
    opacity: 1;
    transform: translateX(0);
}

.sub-page-banner>.layout__region--first .block-field-blocknodepagetitle h1 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-size: calc(var(--font-size-xxl) - 6px);
    font-weight: 700;
    margin-bottom: 0;
    transition: all .5s ease-in-out;
    transition-delay: 0.4s;
    opacity: 0;
    position: relative;
    z-index: 3;
}

/* obs-active */
.sub-page-banner.onload-active>.layout__region--first .block-field-blocknodepagetitle h1 {
    opacity: 1;
}

.sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second {
    position: relative;
    flex: 0 0 58.33333333%;
}

.sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second::after {
    background-color: #B82828;
    content: '';
    width: 4px;
    height: 75.1%;
    position: absolute;
    transform-origin: right bottom;
    right: 17.4%;
    bottom: 0;
    transition: all .3s ease-in-out;
    transition-delay: 0.6s;
    opacity: 0;
    transform: rotate(18.5deg) translateX(500%);
}

/* obs-active */
.sub-page-banner.layout--twocol-section.layout--twocol-section--33-67.onload-active>.layout__region--second::after {
    opacity: 1;
    transform: rotate(18.5deg) translateX(0);
}

.sub-page-banner>.layout__region--second .field--name-field-page-banner {
    position: relative;
}

.sub-page-banner>.layout__region--second .field--name-field-page-banner::before {
    background: linear-gradient(106deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 76.36%);
    content: '';
    height: 100%;
    aspect-ratio: 346 / 420;
    -webkit-clip-path: polygon(0 0, 100% 0, 60.4% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 60.4% 100%, 0 100%);
    position: absolute;
    left: -1px;
    top: 0;
}

.sub-page-banner>.layout__region--second .field--name-field-page-banner::after {
    background: linear-gradient(185deg, rgba(255, 255, 255, .34) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    height: 100%;
    aspect-ratio: 204 / 420;
    -webkit-clip-path: polygon(68.63% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(68.63% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: -100%;
    bottom: -1px;
    transition: all .5s ease-in-out;
    transition-delay: 0.4s;
}

/* obs-active */
.sub-page-banner.onload-active>.layout__region--second .field--name-field-page-banner::after {
    right: 0;
}

.sub-page-banner>.layout__region--second .field--name-field-page-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    /* aspect-ratio: 114 / 42; */
}

.page-node-30 .sub-page-banner>.layout__region--second .field--name-field-page-banner>img,
.page-node-type-feed .sub-page-banner>.layout__region--second .field--name-field-page-banner>img {
    object-position: left;
}

.sub-page-banner>.layout__region--second .block-system-breadcrumb-block {
    height: 60px;
    padding: 19px 0;
    position: relative;
    left: -7.5%;
    z-index: 2;
}

.sub-page-banner>.layout__region--second .block-system-breadcrumb-block .breadcrumb {
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first {
        flex: 0 0 41.66666667%;
        aspect-ratio: auto;
        height: 490px;
        padding-left: max(calc(50% - 740px), 30px);
    }

    .sub-page-banner-bg-1 {
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 164px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 164px) 100%, 0 100%);
    }

    .sub-page-banner-bg-2 {
        width: calc(100% - 145px);
        -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 164px) 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, calc(100% - 164px) 100%, 0 100%);
    }

    .sub-page-banner-bg-3 {
        right: 65px;
    }

    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second::after {
        height: 368px;
        right: 200px;
    }

    .sub-page-banner>.layout__region--second .field--name-field-page-banner {
        height: 420px;
    }

    .sub-page-banner>.layout__region--second .block-system-breadcrumb-block {
        height: 70px;
        padding: 24px 0;
    }
}

@media (min-width: 1600px) {
    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first {
        flex: 0 0 calc(83.33333333% - 740px);
    }

    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second {
        flex: 0 0 calc(16.66666667% + 740px);
    }
}

/* about us */
/* About Us - Organization Structure */
.aboutus-organization {
    padding-top: 120px;
    overflow: hidden;
    position: relative;
}

.container-fluid.p-0 .aboutus-organization .row {
    margin-left: -20px;
    margin-right: -20px;
}

.structure-wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.structure-wrap::before {
    background: linear-gradient(150deg, rgba(227, 243, 255, 1) 18.96%, rgba(255, 255, 255, 0) 45%);
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.structure-wrap::after {
    background-color: #fff;
    content: '';
    width: 7.24%;
    aspect-ratio: 2 / 6;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    left: -20px;
    top: 0;
}

@media (min-width: 1400px) {

    .structure-wrap::before,
    .structure-wrap::after {
        left: -30px;
        right: -30px;
    }
}

@media (min-width: 1600px) {

    .structure-wrap::before,
    .structure-wrap::after {
        left: calc(-50vw + 740px);
        right: calc(-50vw + 740px);
    }
}

.structure-wrap p {
    color: #000;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.structure-level-1,
.structure-level-2 {
    width: 100%;
    padding-bottom: 90px;
    position: relative;
}

.structure-level-1::after {
    background-color: #B82828;
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.structure-level-1 p {
    font-size: 24px;
}

.structure-level-1 .structure-level-1-title {
    color: #B72727;
    font-size: 30px;
    margin-bottom: 16px;
}

.structure-level-2-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding-top: 90px;
    position: relative;
}

.structure-level-2-wrap::before {
    background-color: #B82828;
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
}

.structure-level-2-wrap::after {
    background-color: #B82828;
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.structure-level-2-wrap:nth-child(2)::after {
    left: 50%;
}

.structure-level-2::after {
    background-color: #757575;
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.structure-level-2 p {
    font-size: 20px;
}

.structure-level-2 .structure-level-2-title {
    color: #B72727;
    font-size: 24px;
    margin-bottom: 16px;
}

.structure-level-3-wrap {
    width: 50%;
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.structure-level-3-wrap::before {
    background-color: #757575;
    content: '';
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
}

.structure-level-3-wrap::after {
    background-color: #757575;
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.structure-level-3-wrap:nth-child(2)::after {
    left: 50%;
}

.structure-level-3-wrap p {
    color: #3C4854;
    font-size: 18px;
}

.structure-level-3-wrap .structure-level-3-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 16px;
}

/* About Us - Our Strengths */
.aboutus-strengths {
    background: url(/themes/custom/i2_theme/image/content/about_us/strengths_bg.png) center bottom no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: max(16.667vw, 120px);
    position: relative;
    overflow: hidden;
}

.aboutus-strengths .container-xxl {
    position: relative;
    z-index: 2;
}

.aboutus-strengths-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.aboutus-strengths-bg-1 {
    background-color: rgba(183, 39, 39, 0.85);
    display: block;
    width: 11.93%;
    aspect-ratio: 4 / 7;
    -webkit-clip-path: polygon(0 0, 100% 0, 40.17% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 40.17% 100%, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: translate(-100%, 0);
}

/* obs-active */
.aboutus-strengths-bg.obs-active .aboutus-strengths-bg-1 {
    opacity: 1;
    transform: translate(0, 0);
}

.aboutus-strengths-bg-2 {
    background-color: #E2E2E2;
    display: block;
    width: 13.49%;
    aspect-ratio: 46 / 73;
    -webkit-clip-path: polygon(0 0, 100% 0, 47.1% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 47.1% 100%, 0 100%);
    position: absolute;
    left: 0;
    top: 9.53vw;
    z-index: 1;
    transition: all .3s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translate(-100%, 0);
}

/* obs-active */
.aboutus-strengths-bg.obs-active .aboutus-strengths-bg-2 {
    opacity: 1;
    transform: translate(0, 0);
}

.aboutus-strengths-bg-3 {
    background: linear-gradient(10deg, rgba(255, 213, 213, 1) 10.3%, rgba(255, 255, 255, 0) 80%);
    display: block;
    width: 12.81%;
    aspect-ratio: 45 / 134;
    -webkit-clip-path: polygon(91.87% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(91.87% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: 0;
    bottom: 4.167vw;
    z-index: 1;
    transition: all .3s ease-in-out;
    transition-delay: 0.6s;
    opacity: 0;
    transform: translate(100%, 0);
}

/* obs-active */
.aboutus-strengths-bg.obs-active .aboutus-strengths-bg-3 {
    opacity: 1;
    transform: translate(0, 0);
}

.aboutus-strengths .section-header {
    margin-bottom: 80px;
}

.aboutus-strengths .section-content ul {
    display: flex;
    width: min(100%, 1000px);
    margin: 0 auto;
    padding-left: 0;
}

.aboutus-strengths .section-content ul li {
    display: flex;
    width: 33.33333%;
    min-height: 367px;
    justify-content: center;
    align-items: center;
    padding-left: 8%;
    position: relative;
    cursor: pointer;
}

.aboutus-strengths .section-content ul li::before {
    content: '';
    width: 73px;
    height: 100%;
    background: url(/themes/custom/i2_theme/image/content/about_us/line_1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.aboutus-strengths .section-content ul li:nth-child(even)::before {
    background: url(/themes/custom/i2_theme/image/content/about_us/line_2.svg) no-repeat;
    background-size: contain;
}

.strengths-cover,
.strengths-back {
    transition: all 0.3s ease;
}

.aboutus-strengths .section-content ul li:hover .strengths-cover {
    opacity: 0;
}

.aboutus-strengths .section-content ul li:hover .strengths-back {
    opacity: 1;
}

.aboutus-strengths .section-content ul li .strengths-cover p {
    color: #B72727;
    font-family: 'Poppins BoldItalic', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    line-height: 1;
    font-style: italic;
    font-weight: 700;
}

.strengths-cover-text-sm {
    font-size: 30px;
}

.strengths-cover-text-md {
    font-size: 52px;
}

body[lang_url="en/"] .strengths-cover-text-md {
    font-size: 42px;
}

.strengths-cover-text-lg {
    font-size: 70px;
}

.aboutus-strengths .section-content ul li:first-child .strengths-cover {
    width: min(100%, 180px);
}

body[lang_url="en/"] .aboutus-strengths .section-content ul li:first-child .strengths-cover {
    width: min(100%, 230px);
}

.aboutus-strengths .section-content ul li:first-child .strengths-cover p {
    margin-bottom: 10px;
}

body[lang_url="en/"] .aboutus-strengths .section-content ul li:first-child .strengths-cover p span:last-child {
    display: block;
    width: 100%;
    text-align: right;
}

.aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover {
    width: min(100%, 180px);
}

body[lang_url="en/"] .aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover {
    width: min(100%, 200px);
}

.aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover p {
    color: #711B1B;
    margin-bottom: 10px;
}

.aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover p span {
    display: block;
    width: 100%;
}

.aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover p:nth-child(2) {
    display: flex;
}

body[lang_url="en/"] .aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover p:nth-child(2) span:first-child {
    padding-top: 9px;
}

.aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover {
    width: min(100%, 200px);
}

body[lang_url="en/"] .aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover {
    width: min(100%, 250px);
}

.aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p {
    margin-bottom: 0;
}

.aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p span {
    display: inline-block;
    margin-bottom: 10px;
}

.aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p:nth-child(2) {
    text-align: center;
}

.aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p:nth-child(2) span.strengths-cover-text-md {
    font-size: 38px;
}

.aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p:nth-child(3) span.strengths-cover-text-md {
    font-size: 34px;
    display: block;
}

.strengths-back {
    opacity: 0;
    position: absolute;
}

.strengths-back p {
    margin-bottom: 10px;
}

.strengths-back-title {
    color: #B72727;
    font-size: 22px;
    font-family: 'Poppins BoldItalic', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 1.5;
}

.aboutus-strengths .section-footer {
    text-align: center;
}

.aboutus-strengths .section-footer .strengths-remind {
    background: url(../image/icon/arrow-top.svg) left center no-repeat;
    color: #B72727;
    display: block;
    width: fit-content;
    font-size: 22px;
    line-height: 33px;
    margin: 50px auto 0;
    padding-left: 30px;
}

/* About Us - Academy Logo */
.aboutus-academy-logo {
    background: linear-gradient(150deg, rgba(255, 213, 213, 1) 0%, rgba(255, 255, 255, 0) 31.14%);
    padding-top: 150px;
    /* padding-bottom: 180px; */
    overflow: hidden;
}

.aboutus-academy-logo .container-xxl {
    position: relative;
}

.aboutus-academy-logo-bg {
    width: min(25%, 383px);
    aspect-ratio: 383 / 386;
    position: absolute;
    right: -50px;
    top: 0;
}

.aboutus-academy-logo-bg::before {
    background: url(../image/icon/background-pattern-gray.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 80.94%;
    aspect-ratio: 310 / 325;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translate(100%, 0);
}

.aboutus-academy-logo-bg::after {
    background: url(../image/icon/background-pattern-red.svg) no-repeat;
    background-size: contain;
    content: '';
    width: 50.39%;
    aspect-ratio: 193 / 203;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    transform: translate(100%, 0);
}

/* obs-active */
.aboutus-academy-logo-bg.obs-active::before,
.aboutus-academy-logo-bg.obs-active::after {
    opacity: 1;
    transform: translate(0, 0);
}

.aboutus-academy-logo .section-header h2 {
    margin: 0 auto 50px;
}

.aboutus-academy-logo .section-content {
    display: flex;
    align-items: flex-start;
    padding: 8.33333333%;
    position: relative;
}

.aboutus-academy-logo .academy-logo-content {
    padding-left: 8.33333333%;
}

.aboutus-academy-logo .section-content img,
.aboutus-academy-logo .section-content .academy-logo-content {
    transition: all .5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transform: scale(.8);
}

/* obs-active */
.aboutus-academy-logo .section-content.obs-active img,
.aboutus-academy-logo .section-content.obs-active .academy-logo-content {
    opacity: 1;
    transform: scale(1);
}

.aboutus-academy-logo .section-content::before {
    background-image: linear-gradient(180deg, #B82828 0%, #F09B9B 100%);
    content: '';
    display: block;
    width: 120px;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 14px, 14px 14px, 14px 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 14px, 14px 14px, 14px 100%, 0 100%);
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* obs-active */
.aboutus-academy-logo .section-content.obs-active::before {
    opacity: 1;
    top: 0;
    left: 0;
}

.aboutus-academy-logo .section-content::after {
    background-image: linear-gradient(180deg, #D3D3D3 0%, #7F7F7F 100%);
    content: '';
    display: block;
    width: 120px;
    aspect-ratio: 1;
    -webkit-clip-path: polygon(calc(100% - 14px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 14px), calc(100% - 14px) calc(100% - 14px));
    clip-path: polygon(calc(100% - 14px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 14px), calc(100% - 14px) calc(100% - 14px));
    opacity: 0;
    position: absolute;
    right: 60px;
    bottom: 60px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

/* obs-active */
.aboutus-academy-logo .section-content.obs-active::after {
    opacity: 1;
    right: 0;
    bottom: 0;
}

/* --------------------------------- */
.page-node-2 .paragraph>.paragraph__column {
    padding-bottom: 0px;
}

/* about us - contact us */
.section-img-cont .section-cont ul {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    padding-left: 0;
}

.section-img-cont .section-cont ul li {
    display: flex;
}

.section-img-cont .section-cont ul li div:first-child {
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    flex: 0 0 auto;
    width: 90px;
}

/* Contact us */
.sub-page-content .section-img-cont {
    padding-bottom: 50px;
}

.sub-page-content .section-img-cont-bg2 {
    background-color: #fceeee;
    background-image: none;
    top: 75px;
}

.sub-page-content .section-img-cont-bg2-1 {
    background-image: linear-gradient(20deg, rgba(255, 209, 209, 1) -20%, rgba(255, 209, 209, 0) 60%);
}

.sub-page-content .section-img-cont .section-cont {
    min-height: auto;
    margin-top: 75px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: calc(16.667% + 40px);
}

.sub-page-content .section-img-cont .section-img {
    left: -150%;
}

.sub-page-content .section-img-cont.obs-active .section-img {
    left: 0;
}

.sub-page-content .section-img-cont .section-img img {
    aspect-ratio: 80 / 45;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 58%, 89% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 58%, 89% 100%, 0 100%);
}

.sub-page-content .section-img-cont .section-img::after {
    content: none;
}

.sub-page-content .section-img-cont .section-cont h2 {
    background-image: url(../image/icon/h2-slash-gray.svg), url(../image/icon/h2-slash-gray.svg);
    background-position: left calc(50% - 1px), right calc(50% - 1px);
    background-repeat: no-repeat;
    color: #B72727;
    line-height: 1.5;
    text-transform: uppercase;
    width: fit-content;
    padding: 0 22px;
}

.sub-page-content .section-img-cont .section-cont p,
.section-img-cont .section-cont ul {
    color: #3C4854;
}


/* about us - what's news */
.block-views-blockblock-news-block-2 .view-content .swiper-slide {
    height: unset;
}

.pagination {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
}

.pagination .page-item>.page-link {
    border: none;
    color: #757575;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 32px;
    padding: 0 12px;
}

.pagination .page-item>.page-link:hover {
    color: #B72727;
    background: none;
}

.pagination .page-item.active>.page-link {
    color: #B72727;
    background: none;
    font-weight: 700;
}

.pagination .page-item.pager__item--next>.page-link {
    background: url(../image/icon/pagination-next.svg) center center no-repeat;
    text-indent: -999px;
    padding: 0 12px 0 19px;
    overflow: hidden;
}

.pagination .page-item.pager__item--next>.page-link:hover {
    background: url(../image/icon/pagination-next-hover.svg) center center no-repeat;
}

.pagination .page-item.pager__item--previous>.page-link {
    background: url(../image/icon/pagination-previous.svg) center center no-repeat;
    text-indent: -999px;
    padding: 0 12px 0 19px;
    overflow: hidden;
}

.pagination .page-item.pager__item--previous>.page-link:hover {
    background: url(../image/icon/pagination-previous-hover.svg) center center no-repeat;
}

.pagination .page-item.pager__item--last>.page-link {
    background: url(../image/icon/pagination-last.svg) center center no-repeat;
    text-indent: -999px;
    padding: 0 19px 0 19px;
    overflow: hidden;
}

.pagination .page-item.pager__item--last>.page-link:hover {
    background: url(../image/icon/pagination-last-hover.svg) center center no-repeat;
}

.pagination .page-item.pager__item--first>.page-link {
    background: url(../image/icon/pagination-first.svg) center center no-repeat;
    text-indent: -999px;
    padding: 0 19px 0 19px;
    overflow: hidden;
}

.pagination .page-item.pager__item--first>.page-link:hover {
    background: url(../image/icon/pagination-first-hover.svg) center center no-repeat;
}

/* --------------------- */

.academy-content .main-content>.subcontent {
    padding-left: 7%;
}

.academy-content .main-content>.subcontent .title {
    color: #B72727;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.academy-content .main-content>.subcontent p {
    font-size: 16px;
    color: #000;
}

.academy-content .item-1 {
    margin-bottom: 180px;
}

.academy-content .item-2 {
    display: flex;
    flex: 1;
}

.academy-content .item-2 ul {
    padding-left: 0;
}

.academy-content .type-1 .content>.item:nth-child(2) .subcontent>p:nth-child(2) {
    margin-bottom: 30px;
    font-weight: bold;
}

.academy-content .item-2 ul li {
    display: flex;
    margin-bottom: 15px;
}

.academy-content .item-2 ul li>div:nth-child(1) {
    width: 75px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-right: 13px;
}

.academy-content .item-2 ul li>div:nth-child(2) {
    font-size: 16px;
    color: #fff;
}

/* breadcrumb */
.breadcrumb-item+.breadcrumb-item {
    padding-left: 25px;
    position: relative;
    transition-property: unset;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    width: 8px;
    height: 14px;
    background: url(/themes/custom/i2_theme/image/icon/next.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 4px;
}

ol.breadcrumb>li:first-child>a {
    padding-left: 30px;
}

ol.breadcrumb>li:first-child {
    position: relative;
}

ol.breadcrumb>li:first-child::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/themes/custom/i2_theme/image/icon/carbon_home.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 1px;
}

ol.breadcrumb>li>a {
    color: #B72727;
    font-size: 14px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
}

ol.breadcrumb>li {
    color: #757575;
    font-size: 14px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 22px;
}

.page-node-type-programme .breadcrumb-item+.breadcrumb-item:last-child,
.page-node-type-feed .breadcrumb-item+.breadcrumb-item:last-child {
    text-indent: -9999px;
    overflow: hidden;
}

/* footer */
footer {
    background: #3C4854 url(../image/icon/footer-pattern.svg) right 95px center no-repeat;
    background-size: auto 100%;
    padding-top: 55px;
    padding-bottom: 50px;
}

@media (min-width: 1400px) {
    footer {
        background: #3C4854 url(../image/icon/footer-pattern.svg) right 107px center no-repeat;
    }
}

@media (min-width: 1558px) {
    footer {
        background: #3C4854 url(../image/icon/footer-pattern.svg) right calc(50% - 410px) center no-repeat;
    }
}

#block-i2-theme-mainnavigation-menu {
    color: #fff;
}

footer p {
    margin-bottom: 0;
}

footer .footer-top .region-footer {
    margin-bottom: 45px;
}

footer .footer-top .region-footer,
footer .footer-bottom .region-footer-end {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
}

footer .footer-bottom .region-footer-end {
    flex-wrap: wrap;
}

footer .footer-top .region-footer .navbar-nav .nav-item {
    margin-bottom: 10px;
}

footer .footer-top .region-footer .navbar-nav .nav-item:first-child {
    display: none;
}

footer .footer-top .region-footer .navbar-nav .nav-link {
    color: #FFF;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    padding: 0;
}

footer .footer-top .region-footer .navbar-nav .dropdown-toggle::after {
    content: none;
}

footer .footer-bottom .region-footer-end #block-i2-theme-sitemap .navbar-nav,
footer .footer-bottom .region-footer-end #block-i2-theme-sitemap-2 .navbar-nav {
    display: flex;
    flex-direction: unset
}

footer .footer-bottom .region-footer-end #block-i2-theme-sitemap .navbar-nav .nav-link,
footer .footer-bottom .region-footer-end #block-i2-theme-sitemap-2 .navbar-nav .nav-link {
    padding: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
}

footer .footer-bottom .region-footer-end #block-i2-theme-sitemap .navbar-nav>li:first-child {
    border-right: 1px solid #787878;
    padding-right: 20px;
    margin-right: 20px;
}

footer .footer-bottom .region-footer-end #block-i2-theme-sitemap-2 .navbar-nav>li:not(:first-child) {
    border-left: 1px solid #787878;
    padding-left: 20px;
    margin-left: 20px;
}

footer .footer-bottom #block-i2-theme-copyright-2 p {
    font-size: 14px;
    color: #fff;
}

/* back to top  ******************************************/
#block-i2-theme-backtotop .sidebar-back {
    position: fixed;
    bottom: 40px;
    z-index: 30;
    right: 20px;
    border: 1px solid #E47B7B;
    background: #B72727;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
}

#block-i2-theme-backtotop .sidebar-back img {
    width: 27px;
}

/* Programme listing  ***********************************************/
.block-views-blockprogramme-listing-block-1 .view-content,
.block-views-blockprogramme-listing-block-2 .view-content {
    position: relative;
}

.view-programme-listing .swiper-pointer-events {
    padding-bottom: 60px;
}

.view-programme-listing .swiper-button-next,
.view-programme-listing .swiper-button-prev {
    top: calc(50% - 20px);
    margin-left: 0;
    margin-right: 0;
}

.block-views-blockprogramme-listing-block-1 .view-programme-listing .swiper-button-next,
.block-views-blockprogramme-listing-block-2 .view-programme-listing .swiper-button-next {
    right: -18px;
    top: calc(69% - 255px);
}

.block-views-blockprogramme-listing-block-1 .view-programme-listing .swiper-button-prev,
.block-views-blockprogramme-listing-block-2 .view-programme-listing .swiper-button-prev {
    left: -18px;
    top: calc(69% - 255px);
}

@media only screen and (min-width: 1600px) {

    .block-views-blockprogramme-listing-block-1 .view-programme-listing .swiper-button-next,
    .block-views-blockprogramme-listing-block-2 .view-programme-listing .swiper-button-next {
        right: -40px;
    }

    .block-views-blockprogramme-listing-block-1 .view-programme-listing .swiper-button-prev,
    .block-views-blockprogramme-listing-block-2 .view-programme-listing .swiper-button-prev {
        left: -40px;
    }
}

.block-views-blockprogramme-listing-block-2 {
    position: relative;
    padding-top: 1px;
    margin-top: 70px;
}

.block-views-blockprogramme-listing-block-2::before {
    position: absolute;
    content: '';
    background: linear-gradient(138deg, #FFD5D5 5.9%, rgba(255, 238, 238, 0.00) 27.37%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(10.82% 0, 100% 0, 100% 100%, 0% 100%, 0 21.6%);
    clip-path: polygon(10.82% 0, 100% 0, 100% 100%, 0% 100%, 0 21.6%);
}

.block-views-blockprogramme-listing-block-2::after,
.block-views-blockblock-news-block-2::after {
    content: '';
    width: min(25%, 383px);
    aspect-ratio: 383 / 386;
    background: url(/themes/custom/i2_theme/image/icon/group_1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -56px;
    right: 0px;
    z-index: -1;
}

/* research page  ***********************************************/
.research-section .item:nth-child(1) {
    position: relative;
}

.research-section .item:nth-child(1)::before {
    background-image: linear-gradient(185deg, rgba(214, 30, 30, 1) 0%, rgba(214, 30, 30, 0) 77.2%);
    content: '';
    display: block;
    width: 12.75%;
    aspect-ratio: 95 / 285;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}

.research-section .item:nth-child(1) img {
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 79.24%, 92.94% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 79.24%, 92.94% 100%, 0 100%);
}

.research-section .item:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.research-section .item:nth-child(2) h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.research-section .item:nth-child(2)>p {
    font-size: 16px;
    color: #000;
}

.research-section .item:nth-child(2)>ul {
    padding-left: 28px;
}

.research-section .item:nth-child(2)>ul>li {
    margin-bottom: 20px;
    position: relative;
}

.research-section .item:nth-child(2)>ul>li::before {
    position: absolute;
    content: '';
    background: url(../image/icon/research-icon.svg) center center no-repeat;
    display: block;
    width: 14px;
    height: 22px;
    left: -27px;
}

/* news lis */
.block-views-blockblock-news-block-2 {
    position: relative;
}

/* .block-views-blockblock-news-block-2 .view-content {
    justify-content: space-between;
    display: flex;
    flex-flow: wrap;
} */
.block-views-blockblock-news-block-2 .view-content .views-row {
    flex-shrink: unset;
    transition-property: unset;
    margin-bottom: 30px;
    height: unset;
}

/* Links page  ************************************/
.links-section {
    padding-top: 130px;
}

.links-wrap {
    text-align: center;
    position: relative;
}

.links-wrap .links-img-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-bottom: 40px;
}

.links-wrap p {
    margin-bottom: 0;
}

.links-wrap .links-body p {
    color: #3C4854;
    font-size: 20px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    transition: all 0.2s ease;
}

.links-wrap:hover .links-body p {
    color: #B52727;
}

.block-field-blocknodepagefield-content .container-xxl {
    padding: 0;
}

.paragraph--type--links-section .layout__region--content {
    text-align: center;
    padding-top: 130px;
    position: relative;
}

.block-field-blockparagraphlinks-sectionbp-image-field {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 40px;
}

.block-field-blockparagraphlinks-sectionbp-accordion-section-title>div {
    color: #3C4854;
    font-size: 20px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    transition: all 0.2s ease;
}

.paragraph--type--links-section:hover .block-field-blockparagraphlinks-sectionbp-accordion-section-title>div {
    color: #B52727;
}

.link-url a {
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

/* Sub Page content  ************************************/
/* Latest news detail */
.sub-page-content {
    justify-content: center;
    padding-top: 120px;
}

.container-fluid.p-0 .row .sub-page-content {
    margin: 0 auto;
}

.page-node-type-feed .container-fluid.p-0 .row .sub-page-content {
    margin-left: -20px;
    margin-right: -20px;
}

.sub-page-content .col-12 {
    padding: 0;
}

.sub-page-content .block-field-blocknodeprogrammefield-images {
    margin-bottom: 60px;
}

.sub-page-content .block-field-blocknodeprogrammefield-images .field__item {
    position: relative;
}

.sub-page-content .block-field-blocknodeprogrammefield-images .field__item img {
    width: 100%;
    height: auto;
}

.sub-page-content .block-field-blocknodeprogrammefield-images .field__item::before {
    background-image: linear-gradient(185deg, rgba(214, 30, 30, 0.816) 0%, rgba(214, 30, 30, 0.1) 100%);
    content: '';
    width: 7.83%;
    aspect-ratio: 2 / 6;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.sub-page-content .block-field-blocknodeprogrammefield-images .field__item::after {
    background-color: #fff;
    content: '';
    width: 7%;
    aspect-ratio: 2 / 6;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    right: -1px;
    bottom: 0;
}

.sub-page-content .block-field-blocknodeprogrammetitle,
.sub-page-content .block-field-blocknodefeedtitle {
    text-align: center;
    margin-bottom: 50px;
}

.sub-page-content .block-field-blocknodeprogrammetitle h2,
.sub-page-content .block-field-blocknodefeedtitle h2 {
    background-image: url(../image/icon/h2-slash-gray.svg), url(../image/icon/h2-slash-gray.svg);
    background-position: left calc(50% - 1px), right calc(50% - 1px);
    background-repeat: no-repeat;
    color: #B72727;
    line-height: 1.5;
    text-transform: uppercase;
    display: inline;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 0 22px;
}

.sub-page-content .block-field-blocknodeprogrammebody h3,
.sub-page-content .block-field-blocknodefeedbody h3 {
    font-size: calc(var(--font-size-lg) * 0.667);
}

.sub-page-content ul:not(.pagination) {
    margin-bottom: 20px;
    padding-left: 0;
}

.sub-page-content ul:not(.pagination) li {
    background: url(../image/icon/ul-slash-red.svg) left 2px no-repeat;
    background-size: auto 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 23px;
}

.sub-page-content .block-field-blocknodefeedfield-content.row {
    width: calc(100% + 20px);
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 40px;
    position: relative;
}

.sub-page-content .block-field-blocknodefeedfield-content.row::before {
    background-color: #757575;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12,
.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .paragraph,
.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .paragraph>.paragraph__column,
.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .paragraph>.paragraph__column .layout--onecol {
    display: flex;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 {
    padding: 10px;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .paragraph>.paragraph__column {
    padding: 0;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .layout__region--content {
    background-color: #D9D9D9;
    cursor: pointer;
    padding: 20px 17px;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .layout__region--content .field--name-bp-image-field {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .layout__region--content .field--name-bp-image-field img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.25s ease;
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .layout__region--content:hover .field--name-bp-image-field img {
    transform: scale(1.1);
}

.sub-page-content .block-field-blocknodefeedfield-content.row .col-12 .layout__region--content .field--name-bp-header {
    padding-left: 4px;
    padding-right: 4px;
}

.modal-dialog .modal-header {
    display: none;
}

.modal-dialog .modal-body {
    text-align: center;
}

.modal-dialog .modal-body p {
    margin-top: 10px;
}

.modal-dialog .modal-body .swiper-button-next:not(.swiper1-button-next),
.modal-dialog .modal-body .swiper-button-prev:not(.swiper1-button-prev) {
    top: 50%;
    transform: translateY(-50%);
}

/* Search Page ******************************************/
/* Privacy Policy Page ******************************************/
.page-node-18 .container-fluid.p-0 .row .sub-page-content {
    position: relative;
}

.page-node-18 .container-fluid.p-0 .row .sub-page-content::after,
.page-node-8 .container-fluid.p-0 .row .sub-page-content::after,
.page-node-79 .container-fluid.p-0 .row .sub-page-content::after,
.page-node-80 .container-fluid.p-0 .row .sub-page-content::after {
    content: '';
    width: min(25%, 383px);
    aspect-ratio: 383 / 386;
    background: url(/themes/custom/i2_theme/image/icon/group_1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 70px;
    right: 20px;
    z-index: -1;
}

.page-node-18 h1,
.path-sitemap h1,
.page-node-8 h1,
.page-node-79 h1,
.page-node-80 h1 {
    background-image: url(../image/icon/h2-slash-gray.svg), url(../image/icon/h2-slash-gray.svg);
    background-position: left calc(50% - 1px), right calc(50% - 1px);
    background-repeat: no-repeat;
    color: #B72727;
    font-size: var(--font-size-xl);
    line-height: 1.5;
    text-transform: uppercase;
    width: fit-content;
    padding: 0 22px;
}

.page-node-18 .form--inline .form-item {
    width: 100%;
    max-width: 580px;
    margin: 0 0 20px;
}

.page-node-18 label {
    color: #B72727;
    font-size: 24px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
}

.page-node-18 .form-control {
    border: #cccccc 1px solid;
    border-radius: 0;
}

#edit-submit-block-search {
    width: 182px;
    /* border-radius: 30px; */
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 10px) 100%, 0 100%, 0 25px);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 10px) 100%, 0 100%, 0 25px);
}

.page-node-18 .view-block-search .view-content {
    margin-top: 50px;
}

.page-node-18 .view-block-search .view-content .views-row a {
    background: url(../image/icon/ul-slash-red.svg) left 2px no-repeat;
    background-size: auto 20px;
    color: #000;
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 23px;
}

.page-node-18 .view-block-search .view-content .views-row a:hover {
    color: #B72727;
}

/* Privacy Policy Page */
.page-node-8 .container-fluid.p-0 .row .sub-page-content,
.page-node-79 .container-fluid.p-0 .row .sub-page-content,
.page-node-80 .container-fluid.p-0 .row .sub-page-content {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.page-node-8 .sub-page-content .col-12,
.page-node-79 .sub-page-content .col-12,
.page-node-80 .sub-page-content .col-12 {
    width: 83.33333333%;
}

.page-node-8 .sub-page-content .col-12 h2 {
    font-size: 24px;
}

.page-node-8 .sub-page-content .col-12 h3 {
    color: #B72727;
    font-size: 22px;
}

/* Disclaimer Page */
.disclaimer-box .title {
    color: #fff;
    font-size: 1.313em;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    line-height: 30px;
    background-color: #B72727;
    padding: 10px 20px;
}

.disclaimer-box .details {
    padding: 20px;
    background: #f2f2f2;
    border-bottom: 2px solid #B72727;
}

/* Sitemap Page ******************************************/
.path-sitemap:not(.user-logged-in) #block-i2-theme-local-tasks nav.tabs-wrapper {
    display: none;
}

.path-sitemap #block-i2-theme-page-title {
    display: block;
    width: min(100%, 1540px);
    margin: 120px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.path-sitemap #block-i2-theme-page-title::after {
    content: '';
    width: min(25%, 383px);
    aspect-ratio: 383 / 386;
    background: url(/themes/custom/i2_theme/image/icon/group_1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    right: 20px;
    z-index: -1;
}

.path-sitemap .sitemap-item {
    padding-top: 120px;
}

.path-sitemap .sitemap-item h2 {
    display: none;
}

.path-sitemap .sitemap-item ul {
    padding-left: 0;
}

.path-sitemap .sitemap-item ul>li {
    margin-bottom: 30px;
}

.path-sitemap .sitemap-item ul>li>a {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
}

.path-sitemap .sitemap-item ul ul>li>a {
    background: url(../image/icon/ul-slash-red.svg) left 2px no-repeat;
    background-size: auto 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    padding-left: 23px;
}

.path-sitemap .sitemap-item ul>li>a:hover {
    color: #B72727;
}


/* media  ***********************************************/
@media only screen and (min-width: 992px) {

    /* header  ***********************************************/
    .navbar-expand-md .navbar-nav .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
    }

    .navbar .nav-item .dropdown-menu {
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
        border: unset;
        border-radius: unset;
        display: none;
        min-width: auto;
        visibility: visible;
        opacity: 1;
        top: 79px;
        margin-top: -2px;
        padding: 16px 0;
        filter: alpha(opacity=100);
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    body.scrolled-fixed .navbar .nav-item .dropdown-menu {
        top: 100%;
    }

    .navbar .nav-item .dropdown-menu>.nav-item>a {
        display: block;
        text-align: left;
        padding: 8px 20px;
        transition: all 0.2s ease;
    }

    .navbar .nav-item .dropdown-menu>.nav-item>a:hover,
    .navbar .nav-item .dropdown-menu>.nav-item>a:focus {
        background-color: #B72727;
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        left: 0;
        padding: 0;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>button {
        display: block;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>button {
        display: none;
    }

    /* header search  ***********************************************/
    header .header-search .dropdown-menu {
        margin-top: 10px;
    }

    /* Sub Page content  ************************************/
    .sub-page-content .block-field-blocknodeprogrammetitle,
    .sub-page-content .block-field-blocknodeprogrammefield-images,
    .sub-page-content .block-field-blocknodefeedtitle {
        width: 66.66666667%;
        margin-left: auto;
        margin-right: auto;
    }

    .sub-page-content .block-field-blocknodeprogrammebody,
    .sub-page-content .block-field-blocknodefeedbody {
        width: 83.33333333%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Latest news detail */
    .sub-page-content .block-field-blocknodefeedfield-content.row {
        width: calc(83.33333333% + 20px);
        margin-left: auto;
        margin-right: auto;
    }

    .sub-page-content .block-field-blocknodefeedfield-content.row::before {
        left: 10px;
        right: 10px;
    }
}

@media only screen and (min-width: 1400px) {

    /* frontpage - Mission */
    .section-img-cont .section-cont {
        max-width: 740px;
        min-height: 36.6vw;
        padding-top: 140px;
    }

    .block-views-blockprogramme-listing-block-2::after,
    .block-views-blockblock-news-block-2::after {
        right: 312px;
    }

    /* Contact us */
    .sub-page-content .section-img-cont .section-cont {
        padding-right: calc(8.3333% + 20px);
    }
}

@media only screen and (max-width: 1599.98px) {

    /* frontpage - Motto */
    .frontpage-motto-cont {
        align-items: center;
    }

    .frontpage-motto-cont h2 {
        margin: 0 auto;
    }

    .frontpage-motto-cont p {
        font-size: calc(var(--font-size-xl) * 1.1);
        text-align: center;
    }

    body[lang_url="zh-hant/"] .frontpage-motto-cont p,
    body[lang_url="zh-hans/"] .frontpage-motto-cont p {
        width: max(50%, 220px);
    }

    .frontpage-motto-cont p:nth-child(2) {
        margin-right: 0;
        margin-top: -45px;
        padding-top: 1.64em;
    }

    .frontpage-motto-cont p:nth-child(2):before {
        height: 50%;
        left: -40px;
        bottom: 50%;
    }

    .frontpage-motto-cont p:last-child {
        padding-bottom: 1.64em;
    }

    .frontpage-motto-cont p:last-child:after {
        content: '';
        height: 50%;
        right: -40px;
        bottom: 0;
    }

    .frontpage-motto-img {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1399.98px) {

    /* logo  ***********************************************/
    #block-i2-theme-branding .navbar-brand img {
        height: 60px;
    }

    /* header */
    header .offcanvas .offcanvas-body .region-nav-main {
        padding-left: 8vw;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a {
        font-size: 15px;
        padding: 40px 10px;
    }

    body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a {
        padding: 20px 10px;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a {
        padding-left: 36px;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::before,
    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::after {
        top: 40px;
        left: 10px;
    }

    body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a {
        padding: 20px 10px 20px 36px;
    }
}

@media only screen and (max-width: 1199.98px) {

    /* frontpage banner */
    .frontpagebanner-Swiper .banner-title .title {
        font-size: 36px;
        /* max-width: 30%; */
    }

    /* frontpage - video */
    .view-frontpage-video .swiper-button-prev:not(.swiper1-button-prev) {
        left: 60px;
    }

    .view-frontpage-video .swiper-button-next:not(.swiper1-button-next) {
        right: 60px;
    }

    /* frontpage - Mission */
    /* Section - Left Img - Right Content */
    .section-img-cont .section-cont {
        padding-top: 50px;
    }

    .section-img-cont-bg2 {
        width: 104%;
    }

    /* obs-active */
    .section-img-cont.obs-active .section-img-cont-bg2 {
        left: 0;
    }

    /* frontpage - Strategy */
    .frontpage-strategy .strategy-card {
        margin-top: 30px;
    }

    /* obs-active */
    .frontpage-strategy.obs-active ul li:nth-child(odd) .strategy-card {
        margin-top: 60px;
    }

    .frontpage-strategy.obs-active ul li:nth-child(even) .strategy-card {
        margin-top: 0;
    }

    .frontpage-strategy ul li .strategy-card::before,
    .frontpage-strategy ul li .strategy-card::after {
        height: 60%;
    }

    .frontpage-strategy .strategy-card .content {
        height: 60%;
        padding: 20px 20px 0;
    }

    .frontpage-strategy .strategy-card .content p {
        font-size: 16px;
    }

    /* frontpage - Motto */
    .frontpage-motto {
        margin-top: -62px;
    }

    /* frontpage - new */
    .frontpageNews-Swiper .swiper-slide {
        width: 100%;
        max-width: calc((91.2% - 26px) / 2);
    }

    /* about us */
    /* About Us - Organization Structure */
    .structure-level-1 p {
        font-size: 20px;
    }

    .structure-level-1 .structure-level-1-title {
        font-size: 26px;
    }

    .structure-level-2 p {
        font-size: 16px;
    }

    .structure-level-2 .structure-level-2-title {
        font-size: 20px;
    }

    .structure-level-3-wrap p {
        font-size: 14px;
    }

    .structure-level-3-wrap .structure-level-3-title {
        font-size: 16px;
    }

    /* About Us - Our Strengths */
    .aboutus-strengths {
        background-size: 120% auto;
    }

    .aboutus-strengths .section-content ul li:hover .strengths-cover {
        opacity: 1;
    }

    .strengths-cover-text-sm {
        font-size: 22px;
    }

    .strengths-cover-text-md {
        font-size: 38px;
    }

    body[lang_url="en/"] .strengths-cover-text-md {
        font-size: 32px;
    }

    .strengths-cover-text-lg {
        font-size: 52px;
    }

    .aboutus-strengths .section-content ul {
        display: block;
    }

    .aboutus-strengths .section-content ul li {
        align-items: flex-start;
        width: 100%;
        min-height: 190px;
        margin-bottom: 25px;
        padding-top: 45px;
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li {
        min-height: 212px;
        padding-top: 28px;
    }

    .aboutus-strengths .section-content ul li::before {
        width: 45px;
        height: 190px;
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li::before {
        height: 212px;
    }

    .aboutus-strengths .section-content ul li:first-child .strengths-cover {
        flex: 0 0 auto;
        width: min(100%, 160px);
        padding-left: 14px;
        padding-right: 14px;
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li:first-child .strengths-cover {
        width: min(100%, 194px);
    }

    .aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover {
        flex: 0 0 auto;
        width: min(100%, 160px);
        padding-left: 14px;
        padding-right: 14px;
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover {
        width: min(100%, 194px);
        padding-left: 24px;
        padding-right: 24px;
    }

    .aboutus-strengths .section-content ul li:nth-child(3) {
        padding-top: 15px;
    }

    .aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover {
        flex: 0 0 auto;
        width: min(100%, 160px);
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover {
        width: min(100%, 194px);
    }

    .aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p:nth-child(2) span.strengths-cover-text-md {
        font-size: 28px;
    }

    .aboutus-strengths .section-content ul li:nth-child(3) .strengths-cover p:nth-child(3) span.strengths-cover-text-md {
        font-size: 26px;
    }

    .strengths-back {
        padding-left: 70px;
        opacity: 1;
        position: relative;
    }

    .strengths-back-title,
    .aboutus-strengths .section-footer {
        display: none;
    }

    /* About Us - Academy Logo */
    .aboutus-academy-logo-bg {
        right: 20px;
    }

    /* Privacy Policy Page */
    .page-node-8 .sub-page-content .col-12,
    .page-node-79 .sub-page-content .col-12,
    .page-node-80 .sub-page-content .col-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 991.98px) {

    /* header */
    header {
        padding: 30px 0;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::before,
    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item:first-child>a::after {
        top: 20px;
        left: 0;
    }

    header nav.navbar .region-nav-branding {
        position: unset;
    }

    #block-i2-theme-branding .navbar-brand img {
        height: 54px;
    }

    header .offcanvas .offcanvas-body .region-nav-additional {
        position: unset;
        display: unset;
        height: unset;
    }

    body.scrolled-fixed header {
        padding: 10px 0;
    }

    /* header nav ***********************************************/
    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>button {
        display: block;
    }

    nav#block-i2-theme-main-navigation>ul.navbar-nav>li {
        position: relative;
    }

    header .navbar .navbar-nav .dropdown-toggle {
        background: url(../image/icon/arrow-bottom-red.svg) center center no-repeat;
        border: none;
        line-height: 24px;
        text-indent: -999px;
        display: block;
        width: 24px;
        height: 24px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: absolute;
        top: 35px;
        right: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    header .navbar .navbar-nav .dropdown-toggle::after {
        display: none;
    }

    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>a {
        border-bottom: #CECECE 1px solid;
        padding: 18px 0;
    }

    header .navbar .navbar-nav>.dropdown>.nav-level-1>.nav-item>a {
        border-bottom: #CECECE 1px solid;
        font-weight: 600;
        padding: 20px 20px 20px 30px;
        font-size: 16px;
        color: #757575;
    }

    nav#block-i2-theme-main-navigation>ul.navbar-nav>li>ul {
        padding: 0;
        border: unset;
    }

    header .offcanvas .offcanvas-body,
    header .offcanvas .offcanvas-header {
        position: relative;
    }

    header .offcanvas .offcanvas-body::after {
        content: '';
        background: linear-gradient(215deg, rgba(183, 39, 39, 1) 48%, rgba(183, 39, 39, 0.6) 88.5%);
        display: block;
        width: 27%;
        height: 33%;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
        position: absolute;
        bottom: 0;
        right: 0;
    }

    header .offcanvas .offcanvas-header::before {
        content: '';
        background-image: linear-gradient(185deg, rgba(214, 30, 30, 1) 0%, rgba(214, 30, 30, 0) 77.2%);
        content: '';
        display: block;
        width: 12.75%;
        aspect-ratio: 95 / 285;
        -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
        clip-path: polygon(0 0, 100% 0, 0 100%);
        position: absolute;
        left: 0;
        top: 0;
    }

    header .offcanvas .btn-close {
        font-size: 25px;
    }

    /* header languageswitcher ***********************************************/
    #block-i2-theme-languageswitcher .dropdown-toggle {
        display: none;
    }

    #block-i2-theme-languageswitcher ul>li>a {
        font-size: 20px;
    }

    header #block-i2-theme-languageswitcher ul[data-block="nav_additional"] li.is-active {
        display: block;
    }

    header #block-i2-theme-languageswitcher ul[data-block="nav_additional"] {
        display: flex;
        border: unset;
        position: unset;
        width: unset;

    }

    header .offcanvas .offcanvas-body .region-nav-additional {
        display: flex;
        margin-top: 25px;
    }

    header .header-search {
        margin-left: 20px;
        border-left: 1px solid #CECECE;
        padding-left: 20px;
    }

    #block-i2-theme-languageswitcher ul>li>a.is-active {
        color: #B72727;
    }

    header .header-search .dropdown-menu {
        left: 26px;
        width: 280px;
        margin-top: 13px;
    }

    /* frontpage banner */
    .view-frontpage-banner .frontpagebanner-left {
        height: calc(84% - 60px);
    }

    .view-frontpage-banner .frontpagebanner-right {
        height: 50%;
        top: 50%;
    }

    .frontpagebanner-Swiper {
        padding-bottom: 60px;
    }

    .frontpagebanner-Swiper .banner-title .title {
        max-width: none;
        left: 20px;
        right: 15%;
        top: auto;
        bottom: 35px;
        transform: none;
    }

    .block-views-blockfrontpage-banner-block-1 .component {
        left: 30px;
        bottom: 20px;
        transform: none;
    }

    .block-views-blockfrontpage-banner-block-1 .component .swiper-button {
        line-height: 20px;
    }

    .block-views-blockfrontpage-banner-block-1 .component .swiper-button .swiper-button-play::before {
        background: url(../image/icon/play-black.svg) center center no-repeat;
        background-size: 100% auto;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .block-views-blockfrontpage-banner-block-1 .component .swiper-button .swiper-button-stop::before {
        background: url(../image/icon/stop-black.svg) center center no-repeat;
        background-size: 100% auto;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .view-frontpage-banner .frontpageswiper-pagination {
        line-height: 20px;
    }

    .view-frontpage-banner .frontpageswiper-pagination .swiper-pagination-bullet {
        background-color: #C3C3C3;
        border: none;
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .view-frontpage-banner .frontpageswiper-pagination .swiper-pagination-bullet-active {
        background-color: #B72727;
    }

    .view-frontpage-banner .swiper-pagination-bullets.swiper-pagination-horizontal.frontpageswiper-pagination {
        line-height: 20px;
    }

    .view-frontpage-banner .swiper-button-next,
    .view-frontpage-banner .swiper-button-prev {
        font-size: 20px;
        height: 20px;
    }

    .view-frontpage-banner .swiper-button-next:after,
    .view-frontpage-banner .swiper-button-prev:after {
        color: #474747;
        font-size: 20px;
        font-weight: 600;
    }

    /* frontpage - video */
    .frontpage-video-bg::before,
    .view-frontpage-video::before {
        font-size: 150px;
        left: calc(45% - 900px);
    }

    .frontpage-video-bg.obs-active::before,
    .view-frontpage-video.obs-active::before {
        left: calc(45% - 600px);
    }

    .frontpage-video-bg-gray {
        width: 165%;
    }

    .frontpage-video-bg.obs-active .frontpage-video-bg-gray {
        width: 100%;
    }

    .frontpage-video {
        margin-top: -60px;
        padding-top: 140px;
        padding-bottom: 190px;
    }

    .frontpage-video h2 {
        margin-bottom: 45px;
    }

    .video-content-wrap {
        margin-left: 20px;
        margin-right: 20px;
    }

    .video-content-wrap::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 8px, 8px 8px, 8px 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 8px, 8px 8px, 8px 100%, 0 100%);
    }

    .video-content-wrap.obs-active::before {
        top: -20px;
        left: -20px;
    }

    .video-content-wrap::after {
        -webkit-clip-path: polygon(calc(100% - 8px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 8px), calc(100% - 8px) calc(100% - 8px));
        clip-path: polygon(calc(100% - 8px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 8px), calc(100% - 8px) calc(100% - 8px));
    }

    .video-content-wrap.obs-active::after {
        right: -20px;
        bottom: -20px;
    }

    /* frontpage - Mission */
    /* Section - Left Img - Right Content */
    .section-img-cont .section-img {
        width: calc(100% - 20px);
    }

    .section-img-cont .section-cont {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-left: 30px;
    }

    .section-img-cont .section-cont h2 {
        font-size: 26px;
    }

    .section-img-cont .section-cont p {
        font-size: 18px;
    }

    .section-img-cont .section-cont a {
        margin-top: 30px;
    }

    .section-img-cont-bg2 {
        width: auto;
        top: 70px;
        bottom: 50px;
    }

    /* obs-active */
    .section-img-cont.obs-active .section-img-cont-bg2 {
        left: -115%;
    }

    .section-img-cont-bg2-1 {
        width: 20.4%;
        aspect-ratio: 696 / 615;
        -webkit-clip-path: polygon(30.6% 0, 100% 0, 69.4% 100%, 0 100%);
        clip-path: polygon(30.6% 0, 100% 0, 69.4% 100%, 0 100%);
        left: auto;
        right: 13.5%;
    }

    .section-img-cont.obs-active .section-img-cont-bg2-2 {
        left: 80%;
    }

    /* frontpage - Strategy */
    .frontpage-strategy::before {
        bottom: 80%;
    }

    .frontpage-strategy .strategy-card .content {
        padding: 30px 20px 10px;
    }

    .frontpage-strategy .strategy-card .content p {
        font-size: 20px;
    }

    .frontpage-strategy .strategy-card .content p.number {
        font-size: 80px;
        margin-bottom: 10px;
    }

    .frontpage-strategy ul .item-1 {
        left: 25%;
    }

    .frontpage-strategy ul .item-2 {
        left: -25%;
    }

    .frontpage-strategy ul .item-3 {
        margin-top: -60px;
        left: 25%;
    }

    .frontpage-strategy ul .item-4 {
        margin-top: -60px;
        left: -25%;
    }

    /* obs-active */
    .frontpage-strategy.obs-active ul .item-1,
    .frontpage-strategy.obs-active ul .item-2,
    .frontpage-strategy.obs-active ul .item-3,
    .frontpage-strategy.obs-active ul .item-4 {
        left: 0;
    }

    /* frontpage - Motto */
    .frontpage-motto {
        margin-top: 0;
        padding-top: 100px;
    }

    .frontpage-motto-cont {
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .frontpage-motto-cont p:nth-child(2):before {
        left: -25px;
    }

    .frontpage-motto-cont p:last-child:after {
        right: -30px;
    }

    .frontpage-motto-img {
        margin-top: -20px;
        padding-bottom: 40px;
    }

    /* frontpage - new */
    .swiper-button-next:not(.swiper1-button-next),
    .swiper-button-prev:not(.swiper1-button-prev) {
        width: 60px;
        height: 60px;
        top: calc(10.42vw + 20px);
    }

    /* about us */
    /* About Us - Our Strengths */
    .strengths-back {
        padding-left: 30px;
    }

    /* page title*/
    .text-default span {
        padding-top: 4px;
    }

    /* programme listing */
    .view-programme-listing .swiper-button-next,
    .view-programme-listing .swiper-button-prev {
        top: calc(10.42vw + 130px);
    }

    /* Contact us */
    .sub-page-content .section-img-cont .section-cont {
        margin-top: 0;
        margin-bottom: 50px;
        padding-left: 30px;
        padding-right: calc(25% + 40px);
    }

    .sub-page-content .section-img-cont.obs-active .section-img-cont-bg2 {
        left: -65%;
    }

    .sub-page-content .section-img-cont .section-img-cont-bg2-2 {
        height: 40%;
    }

    /* footer */
    footer .footer-bottom .region-footer-end #block-i2-theme-sitemap-2 .navbar-nav {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 866.98px) {

    /* Contact us */
    .sub-page-content .section-img-cont.obs-active .section-img-cont-bg2 {
        left: -86%;
    }
}

@media only screen and (max-width: 767.98px) {

    /* common ******************************************/
    main {
        padding-bottom: 150px;
    }

    .section-header {
        text-align: left;
    }

    .section-header h2 {
        margin: 0 0 20px;
    }

    .btn-read-more {
        font-size: 18px;
        line-height: 27px;
        top: 50px;
    }

    /* frontpage banner */
    .frontpagebanner-Swiper .banner-title .title {
        font-size: 22px !important;
        line-height: 1.45;
    }

    .view-frontpage-banner .swiper-pagination-bullets.swiper-pagination-horizontal.frontpageswiper-pagination {
        padding: 0;
    }

    /* frontpage - video */
    .frontpage-video-header .container-xxl {
        padding-left: 10px;
        padding-right: 10px;
    }

    .frontpage-video-header .row .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .frontpage-video-header .row .col-12 h2>span {
        font-size: 24px;
    }

    .view-frontpage-video {
        padding-bottom: 200px;
    }

    .view-frontpage-video::before {
        font-size: 100px;
        left: 0%;
    }

    .view-frontpage-video.obs-active::before {
        left: -38%;
    }

    .view-frontpage-video::after {
        width: 170%;
    }

    .view-frontpage-video.obs-active::after {
        width: 59.32%;
    }

    .frontpage-video-bg::before {
        font-size: 100px;
        left: calc(56% - 600px);
        top: 63%;
    }

    .frontpage-video-bg.obs-active::before {
        left: calc(56% - 400px);
    }

    .video-content-title {
        padding: 10px 15px;
    }

    .video-content-title div {
        font-size: 14px;
    }

    .modal-title {
        font-size: 16px;
    }

    .view-frontpage-video .swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
        bottom: 190px;
    }

    .view-frontpage-video .swiper-button-next:not(.swiper1-button-next),
    .view-frontpage-video .swiper-button-prev:not(.swiper1-button-prev) {
        top: calc(50% - 100px);
    }

    /* frontpage - Mission */
    /* Section - Left Img - Right Content */
    .frontpage-mission.section-img-cont {
        /* margin-top: -70px; */
        margin-bottom: 0;
    }

    .section-img-cont .section-cont {
        padding-right: 30px;
    }

    .section-img-cont .section-cont a {
        font-size: 14px;
        line-height: 43px;
        padding-left: 28px;
        padding-right: 40px;
    }

    .section-img-cont .section-cont a::after,
    .section-img-cont .section-cont a::before {
        right: 25px;
    }

    .section-img-cont-bg2 {
        left: auto;
        right: -340%;
    }

    /* obs-active */
    .section-img-cont.obs-active .section-img-cont-bg2 {
        left: auto;
        right: -43%;
    }

    .section-img-cont-bg2-1 {
        left: auto;
        right: 4%;
    }

    .section-img-cont.obs-active .section-img-cont-bg2-2 {
        left: 84%;
    }

    /* frontpage - Strategy */
    .frontpage-strategy::before {
        opacity: .5;
        width: 50%;
        bottom: 80%;
    }

    .frontpage-strategy .section-header {
        margin-bottom: 50px;
    }

    .frontpage-strategy ul .item-1 {
        left: 0;
    }

    .frontpage-strategy ul .item-2 {
        left: 0;
        top: -320px;
    }

    .frontpage-strategy ul .item-3 {
        margin-top: 0;
        left: 0;
        top: -640px;
    }

    .frontpage-strategy ul .item-4 {
        margin-top: 0;
        left: 0;
        top: -960px;
    }

    /* obs-active */
    .frontpage-strategy.obs-active ul .item-1,
    .frontpage-strategy.obs-active ul .item-2,
    .frontpage-strategy.obs-active ul .item-3,
    .frontpage-strategy.obs-active ul .item-4 {
        top: 0;
    }

    .frontpage-strategy .strategy-card {
        margin-top: 0 !important;
    }

    .frontpage-strategy ul li .strategy-card::before,
    .frontpage-strategy ul li .strategy-card::after {
        height: 240px;
    }

    .frontpage-strategy ul li .strategy-card::after {
        background: linear-gradient(0deg, rgba(124, 16, 16, 1) 26%, rgba(124, 16, 16, 0.00) 85.11%);
    }

    .frontpage-strategy ul li:nth-child(even) .strategy-card::after {
        background: linear-gradient(0deg, rgba(16, 26, 58, 1) 26%, rgba(16, 26, 58, 0.00) 85.11%);
    }

    .frontpage-strategy .strategy-card {
        margin-top: 0;
        height: 320px;
        padding-bottom: 0;
    }

    /* obs-active */
    .frontpage-strategy.obs-active ul li:nth-child(odd) .strategy-card,
    .frontpage-strategy.obs-active ul li:nth-child(even) .strategy-card {
        margin-top: 0;
    }

    .frontpage-strategy .strategy-card img {
        margin-top: -50px;
    }

    .frontpage-strategy .strategy-card .content {
        height: 240px;
        padding: 20px 20px 10px;
    }

    .frontpage-strategy .strategy-card .content p {
        font-size: 18px;
    }

    .frontpage-strategy .strategy-card .content p.number {
        font-size: 68px;
        margin-bottom: 0;
    }

    .frontpage-strategy .strategy-card {
        margin-top: 45px;
        overflow: hidden;
        position: relative;
        transition: all 0.5s ease-in-out;
        transition-delay: 1.1s;
    }

    /* frontpage - Motto */
    .frontpage-motto-cont p {
        letter-spacing: -0.9px;
    }

    .frontpage-motto-img {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .frontpage-motto::after {
        width: 20%;
    }

    /* frontpage - new */
    .path-frontpage .view-block-news .view-content {
        padding-bottom: 40px;
    }

    .path-frontpage .view-block-news {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .frontpageNews-Swiper .swiper-slide {
        width: 100%;
        max-width: none;
    }

    .swiper-button-next:not(.swiper1-button-next),
    .swiper-button-prev:not(.swiper1-button-prev) {
        width: 40px;
        height: 40px;
        top: calc((100vw - 40px) * 0.3333);
    }

    .swiper-button-next:not(.swiper1-button-next) {
        right: 40px;
    }

    .swiper-button-prev:not(.swiper1-button-prev) {
        left: 40px;
    }

    .swiper-button-next:not(.swiper1-button-next)::after,
    .swiper-button-prev:not(.swiper1-button-prev)::after {
        font-size: 12px;
    }

    .swiper-pagination {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .iaaca-card .card-body .card-title {
        font-size: 18px;
        min-height: 81px;
    }

    .iaaca-card .card-body .card-date {
        font-size: 16px;
        line-height: 24px;
    }

    .path-frontpage .view-block-news .view-footer {
        margin-left: -20px;
        margin-right: -20px;
    }

    /* Detail Page - banner */
    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--first {
        flex: 0 0 58.33333333%;
        padding-bottom: 60px;
    }

    .sub-page-banner-bg-1,
    .sub-page-banner-bg-2 {
        height: calc(100% - 60px);
    }

    .sub-page-banner-bg-3 {
        height: calc((100% - 60px) * 0.368);
        bottom: calc(12.6% + 60px);
        right: 7%;
    }

    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second {
        flex: 0 0 41.66666667%;
    }

    .sub-page-banner.layout--twocol-section.layout--twocol-section--33-67>.layout__region--second::after {
        right: 43.4%;
    }

    .sub-page-banner>.layout__region--second .field--name-field-page-banner>img {
        height: auto;
        aspect-ratio: 158 / 137;
        object-position: center;
    }

    .sub-page-banner>.layout__region--second .block-system-breadcrumb-block {
        margin-right: -100%;
        left: calc(-140% + 20px);
    }

    /* about us */
    /* About Us - Organization Structure */
    .aboutus-organization {
        padding-top: 70px;
    }

    .aboutus-organization .section-header h2 {
        background-position: left 4px, right 4px;
        display: inline;
    }

    .structure-wrap {
        flex-direction: column;
        text-align: left;
        margin-top: 40px;
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .structure-level-1 {
        padding-bottom: 0;
    }

    .structure-level-1::after {
        content: none;
    }

    .structure-level-1 p {
        font-size: 22px;
    }

    .structure-level-2-wrap {
        background-color: #fff;
        border: #E0E0E0 1px solid;
        flex-direction: column;
        width: calc(100% - 30px);
        margin-left: 30px;
        margin-top: 30px;
        padding: 25px;
    }

    .structure-level-2-wrap::before {
        width: 30px;
        height: 2px;
        left: -30px;
        top: 40px;
    }

    .structure-level-2-wrap::after {
        width: 2px;
        height: 40px;
        left: -30px;
        top: 0;
    }

    .structure-level-2-wrap:nth-child(2)::after {
        height: calc(100% + 32px);
        left: -30px;
    }

    .structure-level-2 {
        padding-bottom: 0;
    }

    .structure-level-2::after {
        content: none;
    }

    .structure-level-2 .structure-level-2-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .structure-level-2 p {
        font-size: 18px;
    }

    .structure-level-3-wrap {
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 0;
    }

    .structure-level-3-wrap::before {
        width: 15px;
        height: 2px;
        left: 0;
        top: 45px;
    }

    .structure-level-3-wrap::after {
        width: 2px;
        height: 45px;
        left: 0;
        top: 0;
    }

    .structure-level-3-wrap:nth-child(2)::after {
        left: 0;
        height: calc(100% + 30px);
    }

    .structure-level-3-wrap .structure-level-3-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* About Us - Our Strengths */
    .aboutus-strengths .section-content ul li {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 50px;
    }

    .aboutus-strengths .section-content ul li:first-child .strengths-cover {
        width: 166px;
        height: 146px;
        padding-left: 0;
        padding-right: 0;
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li:first-child .strengths-cover {
        height: 184px;
    }

    .aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover {
        width: 146px;
        height: 146px;
        padding-left: 0;
        padding-right: 0;
    }

    body[lang_url="en/"] .aboutus-strengths .section-content ul li:nth-child(2) .strengths-cover {
        height: 184px;
    }

    .strengths-back {
        margin-left: -50px;
        padding-left: 0;
        padding-top: 20px;
    }

    /* About Us - Academy Logo */
    .aboutus-academy-logo {
        padding-top: 100px;
        /* padding-bottom: 130px;         */
    }

    .aboutus-academy-logo-bg {
        width: 32%;
    }

    .aboutus-academy-logo .section-content {
        flex-direction: column;
        align-items: center;
        padding: 60px 20px;
    }

    .aboutus-academy-logo .section-content::before {
        width: 80px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 8px, 8px 8px, 8px 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 8px, 8px 8px, 8px 100%, 0 100%);
    }

    .aboutus-academy-logo .section-content::after {
        width: 80px;
        -webkit-clip-path: polygon(calc(100% - 8px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 8px), calc(100% - 8px) calc(100% - 8px));
        clip-path: polygon(calc(100% - 8px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 8px), calc(100% - 8px) calc(100% - 8px));
    }

    .aboutus-academy-logo .section-content img {
        margin-bottom: 30px;
    }

    .aboutus-academy-logo .academy-logo-content {
        padding-left: 0;
    }

    /* page title */
    .text-default span {
        padding-top: 8px;
    }

    /* news list view */
    .block-views-blockblock-news-block-2 .view-content .views-row {
        padding: 0;
    }

    .view-programme-listing .swiper-pagination-bullets.swiper-prog1-pagination,
    .view-programme-listing .swiper-pagination-bullets.swiper-prog2-pagination {
        bottom: -20px;
    }

    /* Programme listing */
    .view-block-news .view-header {
        padding-left: 10px;
        padding-right: 20px;
    }

    .view-programme-listing .swiper-button-next,
    .view-programme-listing .swiper-button-prev {
        top: calc(10.42vw + 170px);
    }

    .view-programme-listing .swiper-button-next {
        right: 20px;
    }

    .view-programme-listing .swiper-button-prev {
        left: 20px;
    }

    .block-views-blockprogramme-listing-block-2::after,
    .block-views-blockblock-news-block-2::after {
        width: 40%;
    }

    .block-views-blockprogramme-listing-block-1 .view-programme-listing .swiper-button-next,
    .block-views-blockprogramme-listing-block-2 .view-programme-listing .swiper-button-next {
        top: 29vw;
    }

    .block-views-blockprogramme-listing-block-1 .view-programme-listing .swiper-button-prev,
    .block-views-blockprogramme-listing-block-2 .view-programme-listing .swiper-button-prev {
        top: 29vw;
    }

    /* research page ***********************************************/
    .research-section .item:nth-child(1) img {
        margin-bottom: 30px;
    }

    /* Contact us */
    /* obs-active */
    .sub-page-content .section-img-cont.obs-active .section-img-cont-bg2 {
        right: -38%;
        left: auto;
    }

    .section-img-cont.obs-active .section-img-cont-bg2-2 {
        left: 84%;
        height: 25%;
    }

    .sub-page-content .section-img-cont .section-cont {
        padding-left: 20px;
        padding-right: 25%;
    }

    /* footer */
    footer {
        background: #3C4854;
        padding-top: 50px;
    }

    footer .footer-top .region-footer {
        margin-bottom: 50px;
    }

    footer .footer-top .region-footer,
    footer .footer-bottom .region-footer-end {
        flex-direction: column;
    }

    footer .footer-top .region-footer .navbar-nav {
        margin-bottom: 30px;
    }

    footer .footer-top .region-footer .navbar-nav .nav-link {
        font-size: 20px;
    }

    footer .footer-bottom .region-footer-end #block-i2-theme-sitemap-2 .navbar-nav>li:not(:first-child) {
        padding-left: 15px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 567.98px) {
    header {
        padding: 15px 0;
    }

    header .offcanvas .offcanvas-body .region-nav-main {
        padding-left: 0;
    }
}

/* 2024/8/28 */
.frontpagebanner-Swiper {
    background-color: #fff;
}

.view-frontpage-video::after {
    top: -375px;
}

/* #marquee  ***********************************************/
/* .block-views-blockblock-marquee-block-1 {
    z-index: 99;
    position: relative;
    height: 100px;
    margin-top: -74px;
}

.block-views-blockblock-marquee-block-1 .marquee-content {
    overflow: hidden;
}

.block-views-blockblock-marquee-block-1 .marquee-content .js-marquee>span {
    padding-right: 50px;
    font-size: 25px;
    white-space: nowrap;
    text-decoration: none;
    color: var(--alink-color);
}

.block-views-blockblock-marquee-block-1 .marquee-content .marquee-data {
    display: none;
} */

/* media video  ***********************************************/
.field--name-field-news-video video {
    width: 100% !important;
    height: unset !important;
}

/* media  ***********************************************/
@media only screen and (max-width: 1199.98px) {
    .frontpagebanner-Swiper {
        padding-bottom: 80px;
    }

    #marquee {
        top: -80px;
    }


    #marquee div a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991.98px) {

    .frontpagebanner-Swiper .banner-title .title,
    .block-views-blockfrontpage-banner-block-1 .component {
        bottom: 95px;
    }

    .view-frontpage-banner .swiper-button-next:after,
    .view-frontpage-banner .swiper-button-prev:after {
        color: #fff;
    }

    .block-views-blockfrontpage-banner-block-1 .component .swiper-button .swiper-button-play::before,
    .block-views-blockfrontpage-banner-block-1 .component .swiper-button .swiper-button-stop::before {
        content: none;
    }

    .view-frontpage-banner .frontpageswiper-pagination .swiper-pagination-bullet {
        background: none;
        border: #fff 1px solid;
    }

    .view-frontpage-banner .frontpageswiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {
    .block-views-blockfrontpage-banner-block-1 .component {
        bottom: 85px;
    }

    .frontpagebanner-Swiper .banner-title .title {
        bottom: 45px;
    }

    .frontpagebanner-Swiper {
        padding-bottom: 70px;
    }

    #marquee {
        top: -70px;
    }

    #marquee div a {
        font-size: 20px;
    }

    .marquee-wrap {
        margin-top: 9px;
    }

    .block-views-blockblock-marquee-block-1 {
        margin-top: -55px;
    }

    .block-views-blockblock-marquee-block-1 .marquee-content .js-marquee>span {
        font-size: 18px;
    }
}

/* 2024/11/26 */
/* banner logo  ***********************************************/
.logo-link {
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 160;
}

.logo-link img {
    max-width: 140px;
    width: 100%;
}

/* 2025/4/17 */
/* Fontsize  ***********************************************/
#block-i2-theme-zoominandout {
    margin-right: 20px;
}

/* 2025/6/26 */
header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span {
    color: #000;
    font-family: 'Poppins Bold', 'arial', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 40px 20px;
    transition: all 0.2s ease;
}

header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span:hover,
header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span.is-active {
    color: #B72727;
}

body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span {
    padding: 20px;
}

@media only screen and (max-width: 1399.98px) {
    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span {
        font-size: 15px;
        padding: 40px 10px;
    }

    body.scrolled-fixed header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 991.98px) {
    header #block-i2-theme-main-navigation>ul.navbar-nav>li.nav-item>span {
        border-bottom: #CECECE 1px solid;
        padding: 18px 0;
    }
}

/* 2025/7/2 */
/* marquee  ***********************************************/
.marquee-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    top: -100px;
}

.marquee-wrapper {
    display: flex;
    width: fit-content;
    animation: marqueeScroll var(--scroll-duration, 300s) linear infinite;
}

.marquee-data {
    display: flex;
    flex-shrink: 0;
    gap: 20px;
    padding: 20px 0;
}

.news-item {
    white-space: nowrap;
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: 20px;
    flex-shrink: 0;
}

.news-item span {
    color: var(--alink-color);
    font-size: 25px;
    display: block;
    white-space: nowrap;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 暫停動畫當滑鼠懸停 */
.marquee-content:hover .marquee-wrapper {
    animation-play-state: paused;
}

@media only screen and (max-width: 1199.98px) {
    .marquee-content {
        top: -82px;
    }

    .marquee-data {
        padding: 13px 0;
    }

    .news-item span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .marquee-content {
        top: -18px;
    }

    .marquee-data {
        padding: 10px 0;
    }

    .news-item span {
        font-size: 20px;
    }
}