@charset "utf-8";

.titEnJp {
	line-height: 1;
	text-align: center;
	margin-bottom: 5rem;
}

.titEnJp .en {
	font-family: "Arial", "Lato", sans-serif;
	font-size: 4.5rem;
	font-weight: 900;
}

.titEnJp .en span:nth-child(odd) {
	color: #00856d;
}

.titEnJp .jp {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 5px;
}

.readMore {
	color: #04d2ab;
	font-family: "Arial", "Lato", sans-serif;
	display: block;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
	font-weight: 900;
	position: relative;
	font-size: 1.8rem;
}

.readMore::after {
	content: '';
	width: 160px;
	height: 10px;
	background: url(../img/top/readmore.png) no-repeat top left / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}

@media screen and (min-width: 769px) {
	.readMore:hover {
		color: #333;	
	}

	.readMore:hover::after {
		left: 10%;
		background-image: url(../img/top/readmore_black.png);
	}
}

@media screen and (max-width: 1024px) {
	.titEnJp .en {
		font-size: 3.5rem;
	}

	.titEnJp .jp {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	.titEnJp {
		margin-bottom: 3rem;
	}

	.titEnJp .en {
		font-size: min(8vw, 4.5rem);
	}

	.titEnJp .jp {
		font-size: min(3.5vw, 1.8rem);
	}

	.readMore {
		font-size: min(3.5vw, 1.8rem);
	}

	.readMore::after {
		bottom: -5px;
		max-width: 35vw;
	}
}




/* MV */
.mv {
	position: relative;
	overflow: hidden;
}

.mv img {
	width: 100%;
}

.mv .mvTxt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 44%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
}



/* NEWS */
#news {
	padding: 6rem 0 12rem
}

#news ul {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

#news ul li {
	border-bottom: 1px solid #00856d;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
	font-weight: bold;
}

#news ul li time {
	font-size: 2rem;
}

#news ul li p {
	width: calc(100% - 150px);
	font-size: 1.8rem;
}


@media screen and (max-width: 1024px) {
	#news ul li time {
		font-size: 1.6rem;
	}

	#news ul li p {
		font-size: 1.6rem;
	}
}


@media screen and (max-width: 768px) {
	#news {
		padding: 4rem 0 6rem;
	}

	#news ul li {
		padding-bottom: 1rem;
		margin-bottom: 2rem;
	}

	#news ul li:last-child {
		margin-bottom: 0;
	}

	#news ul li time {
		width: 100%;
	}

	#news ul li p {
		width: 100%;
	}

	#news .readMore {
		margin-top: 3rem;
	}
}




/* SUMMIT */
#summit {
	background: url(../img/top/img-01.webp) no-repeat center center / cover;
	position: relative;
	padding: 12rem 0 8rem;
	transition: all 0.2s;
}

#summit.is-view {
	background-size: 100% auto;
}

#summit .titEnJp {
	position: absolute;
	top: -59px;
	text-align: left;
	color: #ffffff;
	text-shadow: -1px -1px 7px rgba(0,133,109,1);
}

#summit .titEnJp .en {
	font-size: 9rem;
	text-shadow: 
		5px  0px 5px rgba(0,133,109,0.3),       /* Phải */
		-5px  0px 5px rgba(0,133,109,0.3),       /* Trái */
		0px  5px 5px rgba(0,133,109,0.3),       /* Dưới */
		0px -5px 5px rgba(0,133,109,0.3),       /* Trên */
		3.5px  3.5px 5px rgba(0,133,109,0.3),    /* Dưới-Phải */
		-3.5px -3.5px 5px rgba(0,133,109,0.3),    /* Trên-Trái */
		3.5px -3.5px 5px rgba(0,133,109,0.3),    /* Trên-Phải */
		-3.5px  3.5px 5px rgba(0,133,109,0.3);    /* Dưới-Trái */
}


#summit .titEnJp .jp {
	font-size: 2.5rem;
	text-shadow: 
		4px  0px 4px rgba(1,77,63,0.8),       /* Phải */
		-4px  0px 4px rgba(1,77,63,0.8),       /* Trái */
		0px  4px 4px rgba(1,77,63,0.8),       /* Dưới */
		0px -4px 4px rgba(1,77,63,0.8),       /* Trên */
		3.5px  3.5px 4px rgba(1,77,63,0.8),    /* Dưới-Phải */
		-3.5px -3.5px 4px rgba(1,77,63,0.8),    /* Trên-Trái */
		3.5px -3.5px 4px rgba(1,77,63,0.8),    /* Trên-Phải */
		-3.5px  3.5px 4px rgba(1,77,63,0.8);    /* Dưới-Trái */
}

#summit .titEnJp .en span,
#summit .titEnJp .jp span {
	position: relative;
  	display: inline-block;
	opacity: 0; 
	transform: matrix(1, 0, 0, 1, 150, 0); 
	transition: .6s;
}

#summit .titEnJp .en.is-view span,
#summit .titEnJp .jp.is-view span {
	opacity: 1; 
	transform: matrix(1, 0, 0, 1, 0, 0);
} 

#summit .txt p {
	font-size: 2rem;
	line-height: 1.9;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 
		4px  0px 4px rgba(1,77,63,0.8),       /* Phải */
		-4px  0px 4px rgba(1,77,63,0.8),       /* Trái */
		0px  4px 4px rgba(1,77,63,0.8),       /* Dưới */
		0px -4px 4px rgba(1,77,63,0.8),       /* Trên */
		3.5px  3.5px 4px rgba(1,77,63,0.8),    /* Dưới-Phải */
		-3.5px -3.5px 4px rgba(1,77,63,0.8),    /* Trên-Trái */
		3.5px -3.5px 4px rgba(1,77,63,0.8),    /* Trên-Phải */
		-3.5px  3.5px 4px rgba(1,77,63,0.8);    /* Dưới-Trái */
}

#summit .txt p:not(:last-child) {
	margin-bottom: 4rem;
}


@media screen and (max-width: 1024px) {
	#summit {
		padding: 8rem 0 6rem;
	}

	#summit .titEnJp {
		top: -41px
	}

	#summit .titEnJp .en {
		font-size: 6rem;
	}

	#summit .titEnJp .jp {
		font-size: 2rem;
	}

	#summit .txt p {
		font-size: 1.6rem;
	}

	#summit .txt p:not(:last-child) {
		margin-bottom: 2rem;
	}

}

@media screen and (max-width: 768px) {
	#summit {
		padding: 0 0;
		background: none;
	}

	#summit .container {
		width: 100%;
	}

	#summit .titEnJp {
		position: static;
		height: 30vh;
		background: url(../img/top/img-01.webp) no-repeat center center / auto 100%;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#summit .titEnJp .en {
		font-size: min(10vw, 9rem);
	}

	#summit .titEnJp .jp {
		font-size: min(4.5vw, 2.5rem);
	}

	#summit .txt {
		padding: 0 15px;		
	}

	#summit .txt p {
		font-size: 1.4rem;
		text-shadow: none;
		color: #333;
	}

	#summit .txt p:not(:last-child) {
		margin-bottom: 2rem;
	}

	#summit figure {
		margin-top: 2rem;
	}

	#summit figure img {
		width: 100%;
		height: 40vh;
		object-fit: cover;
		object-position: center;
	}
}






/* OUTLINE */
#outline {
	padding: 6rem 0;
}

#outline .tb {
	margin-bottom: 8rem;
}

#outline .tb li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	border-radius: 20px 0 0 20px;
	border-bottom: 2px solid #00856d;
	overflow: hidden;
	font-size: 2rem;
	font-weight: bold;
}

#outline .tb li p {
	padding: 15px 10px 15px 25px;
}

#outline .tb li p:first-child {
	width: 160px;
	background: #00856d;
	color: #ffffff;
}

#outline .tb li p:last-child {
	width: calc(100% - 160px);
}

#outline .listDate .item {
	width: 30%;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.2s;
	background: url(../img/top/paper.png) no-repeat top left / 100% 100%;
	padding-bottom: 30px;
}

#outline .listDate .img {
	text-align: center;
	position: relative;
	margin-bottom: 4rem;
}

#outline .listDate .img img {
	width: 85%;
	margin: -15px auto 0;
	box-shadow: 4px 0px 9px rgba(0,133,109,0.6);
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
}

#outline .listDate .img .day {
	position: absolute;
	top: -23px;
	left: 31px;
	text-align: center;
	line-height: 1;
	font-family: "Arial", "Lato", sans-serif;
	font-weight: 900;
	font-size: 4rem;
	color: #00856d;
	-webkit-text-stroke: 10px white;
	paint-order: stroke fill;
}

#outline .listDate .img .date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-family: "Arial", "Lato", sans-serif;
	font-weight: 900;
	font-size: 4rem;
	color: #00856d;
	-webkit-text-stroke: 10px white;
	paint-order: stroke fill;
}

#outline .listDate .img .date span {
	font-size: 2.5rem;
}

#outline .listDate .txt {
	padding: 0 5% 0 12%;
}

#outline .listDate .txt .readMore {
	margin-top: 30px;
}

#outline .listDate .txt .tit {
	font-weight: bold;
	font-size: 2rem;
	color: #00856d;
	line-height: 1.4;
	margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
	#outline .tb li {
		font-size: 1.6rem;
	}

	#outline .tb li p {
		padding: 1rem
	}

	#outline .listDate .txt {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
	#outline .container {
		width: 100%;
	}

	#outline .tb {
		padding: 0 15px;
	}

	#outline .tb li {
		font-size: 1.6rem;
		border-width: 1px;
	}

	#outline .tb li p:first-child {
		width: 120px;
	}

	#outline .tb li p:last-child {
		width: calc(100% - 120px);
	}

	#outline .listDate .img {
		margin-bottom: 2rem;
		text-align: center;
	}

	#outline .listDate .img .day {
		font-size: min(7vw, 4rem);
		-webkit-text-stroke: 5px white;
		top: -2vw;
		left: 2vw;
	}

	#outline .listDate .img .date {
		font-size: min(7vw, 4rem);
		-webkit-text-stroke: 5px white;
	}

	#outline .listDate .img .date span {
		font-size: min(5vw, 2.5rem);
	}

	#outline .listDate .img img {
		width: 100%;
		margin: 0 auto;
	}

	#outline .listDate .item {
		box-shadow: none;
		height: 100%;
		border: 1px solid #d3d3d3;
		border-left: 0;
		background: #ffffff url(../img/top/ic-paper.jpg) repeat-y top left / 14px auto;
		padding-bottom: 4.5vw;
	}
	
	#outline .listDate .txt {
		padding: 0 3vw 0 6vw;
		font-size: min(3.5vw, 1.4rem);
		text-align: justify;
	}

	#outline .listDate .txt .readMore {
		margin-top: 10px;
		max-width: 110px;
	}
}






/* REGISTER */
#register {
	overflow: hidden;
	justify-content: center;
	align-items: center;
	height: 400px;
	background: url(../img/top/img-02.webp) no-repeat center center / cover;
	padding: 0 10px;
	transition: all 0.2s;
}

#register p {
	text-align: center;
	font-size: min(4vw, 5.5rem);
	font-weight: 900;
	line-height: 1;
	color: #ffffff;
	text-shadow:
		5px  0px 5px rgba(0,49,40,0.5),       /* Phải */
		-5px  0px 5px rgba(0,49,40,0.5),       /* Trái */
		0px  5px 5px rgba(0,49,40,0.5),       /* Dưới */
		0px -5px 5px rgba(0,49,40,0.5),       /* Trên */
		3.5px  3.5px 5px rgba(0,49,40,0.5),    /* Dưới-Phải */
		-3.5px -3.5px 5px rgba(0,49,40,0.5),    /* Trên-Trái */
		3.5px -3.5px 5px rgba(0,49,40,0.5),    /* Trên-Phải */
		-3.5px  3.5px 5px rgba(0,49,40,0.5);    /* Dưới-Trái */

}

#register p span {
	font-family: "Arial", "Lato", sans-serif;
	font-size: min(6vw, 9rem);
}

@media screen and (max-width: 1024px) {
	#register {
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	#register {
		height: 50vw;
	}

	#register p {
		font-size: min(5vw, 5.5rem);
		line-height: 1.4;
	}

	#register p span {
		font-size: min(8vw, 9rem);
	}
}



/* FAQ */
#faq {
	padding: 8rem 0;
}

#faq li {
	overflow: hidden;
	margin-bottom: 10px;
}

#faq .q,
#faq .a {
	padding: 2rem 4rem 2rem 90px;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
}

#faq .q::before,
#faq .a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	content: 'Q';
	color: #ffffff;
	background: #00856d;
	font-family: "Arial", "Lato", sans-serif;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#faq .q::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;

	content: '';
	width: 30px;
	height: 30px;
	background: #04d1ac url(../img/common/ic-drop-down.svg) no-repeat center center/30px 30px;
	border-radius: 50%;
}

#faq .q {
	cursor: pointer;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	border-bottom: 2px solid #00856d;	
}

#faq .a {
	display: none;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

#faq .a::before {
	content: 'A';
	background: none;
	color: #00856d;
}

#faq .is-open .q::after {
	background-image: url(../img/common/ic-drop-up.svg);
}

#faq .is-open .q {
	color: #00856d;
}

@media screen and (min-width: 769px) {
	#faq .q:hover {
		color: #00856d;
	}
}

@media screen and (max-width: 768px) {
	#faq {
		padding: 6rem 0;
	}

	#faq .q, 
	#faq .a {
		font-size: 1.4rem;
		padding: 1rem 4rem 1rem 70px;
	}

	#faq .q::before, 
	#faq .a::before {
		font-size: 3rem;
		font-weight: bold;
		width: 60px;
	}


}



/* CUSTOM SLICK */
@media screen and (max-width: 768px) {
	.slick-track {
	    display: flex !important;
	    align-items: stretch; /* Ép các item con có chiều cao bằng item cao nhất */
	}

	.slick-slide {
	    height: auto !important; /* Ghi đè chiều cao mặc định */
	    display: flex !important; 
	    flex-direction: column;
	}

	.slick-slide > div {
	    width: 100%;
	    height: 100%;
	}

    .slick-list {
        overflow: inherit;
    }

    .slick-dots {
        margin-top: 20px;
    }

    .slick-arrow {
        top: 35px;
    }

    .slick-next {
        right: calc(50% - 670px);
    }

    .slick-prev {
        left: calc(50% - 670px);
    }

    .partner-slide a:hover {
        opacity: .8;
    }

    .slick-slide {
        width: 60vw;
        margin: 0 3vw;
    }

    .slick-slide img {
        width: 100%;
    }

    .slick-arrow {
        top: calc(11.75vw - 18px);
    }

    .slick-next {
        right: calc(15vw - 40px);
    }

    .slick-prev {
        left: calc(15vw - 40px);
    }
}


/* NOTIFICATION */
#notification {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 6rem;
	color: #c30101;
}

@media screen and (max-width: 768px) {
	#notification {
		font-size: min(5vw, 2.4rem);
	}
}