#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a{
    min-height: 0px;
    height: auto;
}
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active:before,
#header .header-nav.header-nav-links nav > ul > li > a:hover:before {
    transition: cubic-bezier(0.55, 0, 0.1, 1) bottom 300ms;
    bottom: 10px;
}
#mainNav {
    padding-top: 23px;
}
#mainNav > li:nth-child(1) a,#mainNav li:nth-child(2) a{
    text-align: left !important;
}
#mainNav > li:nth-child(2){
    position: relative;
}
#mainNav > li:nth-child(2):after{
    position: absolute;
    content: '2026-2027' !important; 
    font-size: 70%;
    top: -20px;
    left: 17px;
}
#mainNav li:nth-child(2):hover:after, .no #mainNav li:nth-child(2):after,.ce #mainNav li:nth-child(2):after,
.so #mainNav li:nth-child(2):after,.es #mainNav li:nth-child(2):after{
    color: #e84619;
}
#header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu{
    margin-top: -3px;
}
.sticky-header-active  #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu{
    margin-top: -3px;
}
body{
	color: var(--font-color);
	font-size: 18px;
}
.section_title{
	display: inline-block;
	padding: 5px 15px;
	margin-bottom: 20px;
	border-radius: 25px;
	background-color: var(--main);
	color:#fff;
}
.v2025 p{
	font-size: 1.4rem;
	color: var(--font-color);
}
ol.chiness_ol{
	list-style-type:cjk-ideographic; 
}
ol.chiness_ol li{
	font-size: 1.4rem;
	color: var(--font-color);
	line-height: 1.8;
}
.btn-round{
	position: relative;
	text-align: center;
	border-radius: 150px;
	aspect-ratio:1/1;
	width: 220px;
	padding: 20px 5px 10px;
	font-size: 1.85rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 15px;
	transition: transform 0.5s ease;
}
.btn-round.v1{
	background-color: var(--bg-light1);
	color:var(--main);
}
.btn-round.v2{
	background-color: var(--main);
	color:var(--bg-light1);
}
.btn-round.v1:before{
	content:'';	
	position: relative;		
	background: url(../img/2025/arrow_down.png) center/cover no-repeat;
	width: 70px;
	display: block;
	margin: 0 auto 15px;
	text-align: center;
	aspect-ratio:1/1;
	
}
.btn-round.v2:before{
	content:'';	
	position: relative;		
	background: url(../img/2025/arrow_up.png) center/cover no-repeat;
	width: 70px;
	display: block;
	margin: 0 auto 15px;
	text-align: center;
	aspect-ratio:1/1;
	
}
.btn-round:hover{
	filter: brightness(1.05);
}
.text-c5{
	color:var(--main);
}
.title-arrow{
	position: relative;
}
.title-arrow:before{
	position: relative;
	content:'';
	aspect-ratio:1.3/1;
	background: url(../img/2025/arrow_right.png) center/contain no-repeat;
	width: 30px;
	display: inline-block;
	margin-right: 8px;
}
.apply-box{
	margin-top: -30px;
}
.apply-step .col-lg-3{
	padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    margin-bottom: 20px;
}
.apply-step .col-lg-4{
	padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    margin-bottom: 20px;
}
.apply-step .col-lg-3 > div,.apply-step .col-lg-4:nth-child(odd)> div{
	border-radius: 5px;
	padding: 20px;
	height: 100%;
	background-color: var(--bg-light2);
}
.apply-step .col-lg-3:nth-child(odd)> div,.apply-step .col-lg-4 >div{
	position: relative;
	background-color: var(--bg-light3);
	border-radius: 5px;
	padding: 20px;
	height: 100%;
	
}
.apply-step .col-lg-3 > div p,.apply-step .col-lg-4:nth-child(odd)> div p{
	color:#604c3f;
	font-weight: 400;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 0;
}
.apply-step .col-lg-3:nth-child(odd)> div p,.apply-step .col-lg-4 >div p{
	color:#fff;
	position: relative;
    z-index: 2;
	text-align: justify;    
}
.apply-step .col-lg-3 .apply-info,.apply-step .col-lg-4:nth-child(odd) .apply-info{
	text-align: center;
	color:var(--main);
	font-weight: 600;
	display: inline-block;
    padding: 0px 10px 10px;
    margin: 10px auto;
	border-bottom: 1px solid #fff;
}
.apply-step .col-lg-3:nth-child(odd) .apply-info,.apply-step .col-lg-4 .apply-info{
	color:#fff;
	text-align: center;
	font-weight: 600;
	display: inline-block;
    padding: 0px 10px 10px;
    margin: 10px auto;
	border-bottom: 1px solid #fff;
}
.apply-step .col-lg-3 .apply-info span,.apply-step .col-lg-4:nth-child(odd) .apply-info span{
	font-size: 1.6rem;
    font-weight: 600;
    border-radius: 25px;
    background-color: var(--main);
    color: var(--bg-light2);
    aspect-ratio: 1 / 1;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 31px;
    margin-right: 6px;
}
.apply-step .col-lg-3:nth-child(odd) .apply-info span,
.apply-step .col-lg-4 .apply-info span{
	font-size: 1.6rem;
    font-weight: 600;
    border-radius: 25px;
    aspect-ratio: 1 / 1;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 31px;
    margin-right: 6px;
	color:var(--bg-light3);
	background-color: #fff;
}
.icon-1{
	background: url(../img/2025/icon28.png) center/contain no-repeat;
	width: 50%;
	aspect-ratio:1/1;
	margin: 0 auto;
}
.icon-2{
	background: url(../img/2025/icon29.png) center/contain no-repeat;
	width: 50%;
	aspect-ratio:1/1;
	margin: 0 auto;
}
.icon-3{
	background: url(../img/2025/icon30.png) center/contain no-repeat;
	width: 50%;
	aspect-ratio:1/1;
	margin: 0 auto;
	transform: translateX(16px) scale(1.2);
	float: right;
}
.icon-4{
	background: url(../img/2025/icon31.png) center/contain no-repeat;
	width: 50%;
	aspect-ratio:1/1;
	margin: 0 auto;
}
.icon-5{
	background: url(../img/2025/icon34.png) center/contain no-repeat;
	width: 40%;
	aspect-ratio:1/1;
	margin: 0 auto;
	position: relative;
	float: right;
}
.icon-6{
	background: url(../img/2025/icon35.png) center/contain no-repeat;
	width: 50%;
	aspect-ratio:1/1;
	margin: 0 auto;
	transform: translate(-20px, -20px);
	float: left
}
.table th{
	background-color: #c9a063;
	color:#fff;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border:6px solid #fff;
}
.table tr td{
	background-color: #f7f8f8;
	border:6px solid #fff;
	vertical-align: middle;
	font-size: 1.3rem;
}
.table tr td:nth-child(1){
	text-align: center;
}
.table tr:nth-child(odd) td{
	background-color: #f5ede0;
}
.list.list-ordened.list-ordened-style-3 li{
	font-size: 1.4rem;
	line-height: 1.8;
}
.list.list-ordened.list-ordened-style-3 li:before{
	background-color:var(--font-color);
	font-size: 16px;
}
.spotlight_bg{
   background-size: cover; 
   min-height: 130vh;
    overflow: hidden;   
}
.ce .spotlight_bg{
    min-height: 140vh;
}
.es .spotlight_bg{
    min-height: 130vh;
}
.spotlight_banner{
    min-height: 50vh;
}
.no .spotlight_title{
    color: #a6a7c0;
}
.ce .spotlight_title{
    color:#f0a86c;
}
.so .spotlight_title{
    color:#8fa17f;
}
.es .spotlight_title{
    color:#6fa6c9;
}
.no .spotlight_nav{
    margin-top: -13rem;
}
.ce .spotlight_nav{
    position: relative;
    margin-top: -11rem;
    z-index: 3;
}
.so .spotlight_nav{
    margin-top: -12rem;
}
.es .spotlight_nav{
	position: relative;
    margin-top: -11rem;
    z-index: 3; 
}
.spotlight_nav ul li{
    display: inline-block;
    width: 150px;
    margin: 10px;
    aspect-ratio:1/1;    
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}
.spotlight_nav ul li:hover,.spotlight_nav ul li.active{
    background-color:#fff;
}
.no .spotlight_nav ul li:hover a,.no .spotlight_nav ul li.active a{
    color: #a6a7c0;
}
.ce .spotlight_nav ul li:hover a,.ce .spotlight_nav ul li.active a{
    color: #f3a15c;
}
.so .spotlight_nav ul li:hover a,.so .spotlight_nav ul li.active a{
    color: #8fa17f;
}
.es .spotlight_nav ul li:hover a,.es .spotlight_nav ul li.active a{
    color: #97bfd7;
}

.spotlight_nav ul li a{
    display: block;
    color:#fff;
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    height: 150px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
}
.spotlight_nav ul li a span{
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}
.no .spotlight_map{
    margin-top: -30rem;
    margin-bottom: 2rem;  
}
.ce .spotlight_map{
    margin-top: -39rem;
    margin-bottom: 2rem;  
}
.so .spotlight_map{
    margin-top: -32rem;
    margin-bottom: 2rem;  
    position: relative;
    z-index: 3;
}
.es .spotlight_map{
    margin-top: -36rem;
    margin-bottom: 2rem;
}
.so .notes{
    margin-top: -33rem;
}
.south_map_clip{
    aspect-ratio: 1 / 1.4;
    float: right;
    width: 30%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.south_map_info{
    padding-right:20px;
}
.tag_area,g[onclick],g[data-name]{
    cursor: pointer;
    background-color: red;
}
g[data-id],.pin_area{
    display: none;
}
g[data-id]:hover .tag_area{
    fill:#736357;
}
.pin_area.active,.tag_area.active,g[data-id].active{
    display: block;
}
.no #smap [data-name]:hover > .normal_area{
    fill: #c8c9de;
}
.no #smap [data-name]:hover > .normal_area.active{
    fill: #a6a7c0;
}
.ce #smap [data-name]:hover > .normal_area{
    fill: #f1b17c;
}
.ce #smap [data-name]:hover > .normal_area.active{
    fill: #f3a15c;
}
.so #smap [data-name]:hover > .normal_area{
    fill: #c0ceb4;
}
.so #smap [data-name]:hover > .normal_area.active{
    fill: #8fa17f;
}
#smap text{
	pointer-events: none;
}

#smap text[data-a]{
    pointer-events: auto;
}

.bg-2025{
	background: url(../img/2025/index-bg.png) center/cover no-repeat;
}
.deco_main_title{
    position: relative;
	margin-top: -14rem;
	transform: translateY(6rem);
    z-index: 4;
}
.deco_sub_title{
	margin-top: 3rem;
}
.container-fluid.container-xl-custom{
	max-width: 95vw;
}
.box26 .box-title{
    max-width:fit-content;
    background: #fff;
    padding: 0 20px;
    font-size: 2.5rem;
}
.box26  .box-title .box-top-title{
	background-color: #b99f61;
	color: #ffff;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 2rem;
    font-weight: 600;
}
.box26  .box-title ~.small_en{
	color: #b99f61;
	font-weight: 600;
	text-align: center;
	font-size: 1.5rem;
    line-height: 1;
}
.box26 p.info{
	text-align: left;
	color:#4D4D4D;
	font-weight: 400;
	font-size: 1.4rem;
}

#index_map{
    transform: translateX(4rem);
}




:root{
	--main:#956235;
	--bg-light1:#eae5d9;
	--bg-light2:#f4ece1;
	--bg-light3:#d3b27f;
	--bg-light4:#f7f7f7;
	--font-color:#3e3a39;	
}


@media (max-width: 1441px) {
	.ce .spotlight_map {
	    margin-top: -29rem;
	    margin-bottom: 2rem;
	}
	.so .spotlight_map {
   		margin-top: -29rem;
	}
	.so .notes {
	    margin-top: -25rem;
	}
	.south_map_clip{
		width: 36%;
	}
	.es .spotlight_nav {
	    margin-top: -9rem;
	}	
	.es .spotlight_map {
	    margin-top: -30rem;
	}
}

@media (max-width: 1380px) {
	.no .spotlight_nav {
	    margin-top: -9rem;
	    transform: translateX(13rem);
	}
	.no .spotlight_map {
	    margin-top: -33rem;
	    margin-bottom: 2rem;
	}
	.spotlight_title ~ .text-4-5{
		font-size: 1.2em !important;
	}
	.ce .spotlight_map {
	    margin-top: -36rem;
	    margin-bottom: 2rem;
	}
	.so .spotlight_nav {
	    margin-top: -9rem;
	}
	.so .notes {
	    margin-top: -23rem;
	}
	.south_map_clip {
	    aspect-ratio: 1 / .8;
	    width: 36%;
	}
	.es .spotlight_nav{
		margin-top: -9rem;
		transform: translateX(9rem);
	}
	.ce .spotlight_map {
        margin-top: -15rem;
        margin-bottom: 2rem;
    }
    .ce .spotlight_nav {
	    margin-top: -8rem;
	    transform: translateX(-3.5rem);
	}
	.es .spotlight_map {
	    margin-top: -33rem;
	}
    .main{
        overflow: hidden;
    }
}	

@media (max-width: 1025px) {
	.apply-step .col-lg-3 .apply-info{
		font-size: 1.6rem;
	}
	.no .spotlight_bg,.ce .spotlight_bg,.so .spotlight_bg,.es .spotlight_bg {
		min-height: 50vh;
	}
	.no .spotlight_map {
        margin-top: -18rem;
    }
    .notes.container{
    	max-width: 85vw;
    }
    .no .spotlight_nav {
        margin-top: -8rem;
        transform: translateX(10rem);
    }
    .spotlight_nav ul li{
    	width: 115px;
    }
    .spotlight_nav ul li a{
    	height: 115px;
    }
    .so .spotlight_nav {
        margin-top: -6rem;
    }
    .so .spotlight_nav ul{
    	justify-content: center;
    }
    .so .spotlight_map {
	    margin-top: -17rem;
	}
	.so .notes {
        margin-top: -18rem;
    }
    .es .spotlight_nav {
        margin-top: -6rem;
    }
    .es .spotlight_map {
        margin-top: -16rem;
    }
    #index_map{
        transform: translateX(2rem);
    }
    #header .container{
        height: 100% !important;
    }
    #header .header-logo img {
        max-width: 280px !important;
        height: auto !important;
    }


}
@media (max-width: 821px) {
    #header .container{
        height: auto !important;
    }
	.btn-round{
		font-size: 1.5rem;
		margin:0 8px;
	}
	.btn-round.v1:before,.btn-round.v2:before{
		width: 50px;
	}
	.spotlight_nav ul li{
		margin: 5px;
	}
	.spotlight_nav ul li a{
		font-size: 1.3rem;
	}
	.spotlight_nav ul li a span{
		font-size: .9rem;
	}
	.no .spotlight_nav {
        margin-top: -5rem;
        transform: translateX(0rem);
    }
   	.no .spotlight_map {
        margin-top: -16rem;
    }
    .ce .spotlight_nav {
        margin-top: -5rem;
        transform: translateX(10.5rem);
    }
    .ce .spotlight_map {
        margin-top: -12rem;
        margin-bottom: 2rem;
    }
    .so .spotlight_map {
        margin-top: -14rem;
    }
    .so .spotlight_nav {
        margin-top: -4rem;
    }
    .south_map_clip {
        aspect-ratio: 1 / 1;
        width: 36%;
    }
    .es .spotlight_nav {
        margin-top: -3rem;
        transform: translateX(0rem);
    }
    .es .spotlight_map {
        margin-top: -14rem;
    }
    #index_map{
        transform: translate(2rem, -4rem);
    }
    .deco_main_title {
        margin-top: 0rem; 
        transform: translateY(-3.5rem);
    }
    .box26 p.info{
        font-size: 1rem;
    }
    .box26 .box-title{
        max-width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        line-height: 1.7;
        font-size: 1.8rem;
    }
    .box26 .box-title .box-top-title{
        padding: 2px 20px;
        font-size: 1.5rem;
    }
    .box26 .box-title ~.small_en {
        font-size: 1rem;
        margin-top: 3rem;
    }
    #mainNav > li:nth-child(1) a,#mainNav li:nth-child(2) a{
        text-align: center !important;
    }
    #mainNav > li:nth-child(2):after {
        position: absolute;
        content: '2026-2027' !important;
        font-size: 70%;
        top: -0px;
        left: 0;
        right: 0;
        text-align: center;
    }
    #mainNav li:nth-child(2):hover:after, .no #mainNav li:nth-child(2):after,.ce #mainNav li:nth-child(2):after,
    .so #mainNav li:nth-child(2):after,.es #mainNav li:nth-child(2):after{
        color: var(--mainlink) !important;
    }
}
@media (max-width: 769px) {
	.no .spotlight_map {
        margin-top: -12rem;
    }
    .spotlight_title.text-8{
    	font-size: 1.70em !important;
    }
    .spotlight_title.text-7{
    	line-height: 1.4;
        font-size: 1.50em !important;
    }
    .spotlight_title ~ .text-4-5{
    	font-size: 1em !important;
    }
    .ce .spotlight_map {
        margin-top: -10rem;
        margin-bottom: 2rem;
    }
    .ce .spotlight_nav {
    	display: flex;
        margin-top: -4rem;
        transform: translateX(8.5rem);
    }
    .so .spotlight_map {
        margin-top: -11rem;
    }
    .es .spotlight_map {
        margin-top: -10rem;
    }

}
@media (max-width: 600px) {
	.apply-step .col-lg-3:nth-child(odd)> div, .apply-step .col-lg-4 >div{
		padding: 20px 30px;
	}
	.icon-1,.icon-2,.icon-3,.icon-4,.icon-5{
		width: 40%;
	}
	.btn-round{margin-bottom: 30px;}
	.table th{display: none;}
	.table tr{
		display: block;
		margin-bottom: 20px;

	}
	.table tr td{
		display: block;
        text-align: left;
        border:none;
        border-bottom: 1px solid #fff;
        background-color: #f5ede0;
	}
	.table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: auto;
        display: inline-block;
    }
    .table tr td:nth-child(1){
    	text-align: left;
    	background-color: #c9a063;
		color:#fff;
		font-size: 1.4rem;
    }
   .v2025 p,ol.chiness_ol li,.list.list-ordened.list-ordened-style-3 li,
   .table tr td{font-size: 1.2rem;}
   .no .spotlight_bg, .ce .spotlight_bg, .so .spotlight_bg, .es .spotlight_bg{
   		min-height: 41vh;
   }
   .no .spotlight_bg img{
   		transform: translate(2.8rem,2.3rem);
   }
   .spotlight_nav ul{
    	flex-wrap: wrap;
        justify-content: center !important;
        margin-top: 3rem;
   }
   .no .spotlight_map{
   	    transform: scale(1.1);
   } 
   .no .spotlight_map {
        margin-top: -1rem;
    }
   .spotlight_nav ul li a span {
        font-size: .9rem;
        line-height: 1.2;
   }
   .spotlight_nav ul li a {
        height: 105px;
        padding: 5px;
    }
    .spotlight_nav ul li {
        height: 105px;
        width: 105px;
    }
    .no .spotlight_nav {
        margin-top: -3rem;
    }
    .ce .spotlight_map {
        margin-top: -5rem;
        margin-bottom: 2rem;
    }
    .ce .spotlight_nav ul{
    	flex-wrap: nowrap;
    	margin-top: 0;
    	margin-bottom: 0;
    }
    .ce .spotlight_nav {
    	margin: 0px 0 20px;
        transform: translateX(0rem);
        flex-wrap: wrap;
        justify-content: center;
    }
    .ce .spotlight_bg img {
        transform: translate(1rem, 1rem);
    }
    .so .spotlight_map {
        margin-top: -2rem;
    }
    .so .spotlight_nav {
        margin-top: -5rem;
    }
    .so .spotlight_bg img {
        transform: translate(1.8rem,1rem);
    }
    .so .spotlight_nav {
        margin-top: -4rem;
    }
    .so .notes {
        margin-top: -9rem;
    }
    .es .spotlight_map {
        margin-top: -3rem;
    }
    .es .spotlight_bg img {
        transform: translate(1.8rem,3rem);
    }
    .deco_sub_title {
        margin-top: -4rem;
    }
    #index_map {
        transform: translate(1rem, 0rem);
    }
    .deco_main_title {
        margin-top: 0rem; 
        transform: translateY(-4.5rem);
    }
    #header .header-logo img {
        max-width: 200px !important;
        height: auto !important;
    }
}





