:root {
	--primary-font: "Montserrat", sans-serif;
	--primary-bg: #003258;
	--primary-color: #009ccb;
	--secondary-color: #666666;
	--white-color: #fff;
	--transition-03s: all 0.3s ease-in-out;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
}

/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: var(--primary-bg);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 8px;
	padding: 10px;
}

*::-webkit-scrollbar-track {
	background: var(--primary-bg);
}

*::-webkit-scrollbar-thumb {
	background-color: #000;
}

::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

html {
	font-size: 62.5%;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: var(--primary-font);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin: 0;
}

ol,
ul,
li {
	list-style: none;
}

a {
	outline: none;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	transition: var(--transition-03s);
	-webkit-transition: var(--transition-03s);
	-moz-transition: var(--transition-03s);
	-ms-transition: var(--transition-03s);
	-o-transition: var(--transition-03s);
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

main {
	display: block;
}

section {
	display: flex;
	flex-direction: column;
	width: 100%;
}

img {
	border-style: none;
}

.img-res {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

/* ! Global css */
.cnt {
	width: 100%;
	margin: 0 auto;
}

.cnt_1640 {
	max-width: 164rem;
}

.cnt_1580 {
	max-width: 158rem;
}

.cnt_1445 {
	max-width: 144.5rem;
}

.cnt_1012 {
	max-width: 101.2rem;
}

.cnt_850 {
	max-width: 85rem;
}

.cnt_wp {
	display: flex;
	width: 100%;
}

.body.opened {
	overflow: hidden;
}

/* ! Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 4rem 0;
	transition: var(--transition-03s);
}

.header.header-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.header.header-visible {
	background: var(--primary-bg);
}

.logo {
	width: 15.2rem;
}

.header_title {
	display: flex;
	flex-direction: column;
	color: var(--white-color);
	margin-left: auto;
}

.header_title span {
	font-size: 1.8rem;
	line-height: 2rem;
}

.header_title strong {
	font-weight: 800;
	font-size: 4rem;
	line-height: 5rem;
}

.header_ham {
	position: relative;
	z-index: 1;
}

.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	width: 3.5rem;
	margin-left: 8rem;
}

.menu svg {
	width: 100%;
	height: 100%;
	display: block;
}
.line {
	fill: none;
	stroke: var(--white-color);
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.opened .line {
	stroke: var(--primary-color);
}

.menu:hover .line {
	stroke: var(--primary-color);
}

/* navigation */
.navigation {
	width: 100%;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	pointer-events: none;
	display: flex;
}

.navigation_left {
	width: 0%;
	height: 100%;
	background: var(--primary-bg);
	overflow: hidden;
	position: relative;
}

.menu_imgwp {
	position: absolute;
	width: 100%;
	height: 100%;
}

.menuimg {
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: var(--transition-03s);
	opacity: 0;
	visibility: hidden;
}

.menuimg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 50, 88, 0.5);
}

.menuimg.active {
	opacity: 1;
	visibility: visible;
}

.navigation_right {
	width: 0%;
	height: 100%;
	background: var(--white-color);
	overflow: auto;
}

.menu_nav_wp {
	width: 100%;
	display: flex;
	padding: 12rem 17% 5rem 14%;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.nav {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.accordion-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}
.accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-body {
	display: none;
}

.accordion-head {
	cursor: pointer;
	display: flex;
	padding: 1.5rem 0rem 1.5rem;
	border-bottom: 1px solid var(--primary-bg);
	color: var(--primary-bg);
	font-size: 1.8rem;
	font-weight: 600;
	display: flex;
	gap: 1.5rem;
	transition: var(--white-color);
	position: relative;
}

.accordion-head::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 11px;
	height: 6px;
	background: url("../assets/images/chevron.png") center center no-repeat;
	transition: var(--transition-03s);
	cursor: pointer;
}

.accordion-head.active::after {
	content: "";
	transform: translateY(-50%) rotate(180deg);
}

.accordion-head:hover {
	color: var(--primary-color);
}

.accordion-body_content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 3rem 2rem 1rem 4rem;
}

.accordion-body_content ul {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1.2rem;
}

.accordion-body_content ul li a {
	font-size: 1.6rem;
	color: var(--primary-bg);
}

.accordion-body_content ul li a:hover {
	color: var(--primary-color);
}

.nav_followed {
	display: flex;
	margin-top: auto;
	align-items: center;
	gap: 1rem;
}

.nav_followed_title {
	color: var(--primary-bg);
	font-size: 1.5rem;
}

.nav_followed ul {
	display: flex;
	gap: 0.8rem;
	align-items: center;
}

.svgfill {
	fill: var(--primary-bg);
	transition: var(--transition-03s);
}

.nav_followed ul a:hover .svgfill {
	fill: var(--primary-color);
}

.dl_fullreport {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.dl_fullreport a {
	display: flex;
	background: #f2f2f2;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 2rem;
	width: 240px;
	height: 80px;
	padding: 2rem 2.5rem;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.dl_fullreport-icn {
	width: 25px;
	height: 25px;
}

.dl_fullreport-icn svg {
	width: 100%;
	height: 100%;
	display: block;
}

.arrowfill {
	fill: var(--primary-color);
	transition: var(--transition-03s);
}

.dl_fullreport a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.dl_fullreport a:hover .arrowfill {
	fill: var(--white-color);
}

.subCate {
	display: flex;
	width: 100%;
	padding-left: 5%;
}

/* ! Footer */
.footer {
	padding: 4rem 0;
	background: #f2f2f2;
}

.footer_txt {
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 2.2rem;
	width: 100%;
	text-align: center;
}

/* ! Global */
.banner {
	height: 100vh;
	background: var(--primary-bg);
	position: relative;
}

.banner .cnt,
.banner .cnt_wp {
	height: 100%;
}

.banner_swiper {
	width: 100%;
	height: 100%;
}

.lottie_swiper {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.custom-pagination {
	position: absolute;
	bottom: 15%;
	right: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	z-index: 2;
	height: 100px;
	justify-content: space-between;
}

.custom-bullet {
	font-size: 1.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	text-align: center;
	transition: var(--transition-03s);
	cursor: pointer;
}

.custom-bullet.active {
	color: rgba(255, 255, 255, 1);
}

.custom-bullet::after {
	content: "";
	width: 1px;
	height: 17px;
	background-color: var(--primary-color);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
}

.custom-bullet:last-child::after {
	display: none;
}

.banner__content {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.banner_content_wp {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 15%;
	left: 0;
}

.banner_content_title {
	color: var(--white-color);
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.banner_content_title span {
	font-weight: 300;
	font-size: 2.6rem;
}

.banner_content_title strong {
	font-weight: 700;
	font-size: 6.6rem;
}

.banner_content_btn {
	display: flex;
	margin-top: 3rem;
}

.banner_content_btn a {
	color: var(--primary-color);
	font-size: 1.8rem;
	font-weight: 700;
	background: var(--white-color);
	border-radius: 26px;
	padding: 1.2rem 2rem;
}

.banner_content_btn a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.banner_content_wp {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	transition-delay: 2s;
}

.banner_swiper .swiper-slide.swiper-slide-active .banner_content_wp {
	opacity: 1;
	transform: translateY(0);
}

/* ! vision */
.vision {
	padding: 10rem 0;
}
.vision_wp {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.vision_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--primary-color);
	gap: 1rem;
}

.vision_title span {
	font-size: 2.4rem;
}

.vision_title strong {
	font-size: 7rem;
	font-weight: 700;
}

.vision_content {
	text-align: center;
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 2rem;
	margin-top: 6rem;
}

/* ! letter */
.letter {
	height: 100vh;
	background: #f2f2f2;
}

.letter_top {
	background: #ebebeb;
	height: 6.6rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.title_of_letter {
	font-size: 2rem;
	line-height: 2.2rem;
	color: var(--primary-color);
}

.letter_main_swiper {
	width: 70% !important;
}

.letter_main_swiper .swiper-button-next,
.letter_main_swiper .swiper-button-prev {
	color: #003258;
}

.letter_main_swiper .swiper-button-next:hover,
.letter_main_swiper .swiper-button-prev:hover {
	color: var(--primary-color);
}

.letter_main_swiper .swiper-button-next:after,
.letter_main_swiper .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 2rem;
}

.letter_bot {
	display: flex;
	width: 100%;
	height: 100%;
}

.letter_box {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: flex-end;
}

.letter_box_img {
	width: 51.6%;
}

.letter_box_info {
	width: 40.7%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	padding-top: 3%;
}

.letter_box_info_title {
	display: flex;
	flex-direction: column;
	color: var(--primary-color);
}

.letter_box_info_title span {
	font-size: 2.4rem;
	line-height: 3rem;
	display: block;
	margin-bottom: 0.5rem;
}

.letter_box_info_title strong {
	font-size: 6rem;
	font-weight: 800;
}

.letter_box_info_txt {
	color: var(--secondary-color);
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 4rem;
}

.letter_box_info_job {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
}

.letter_box_info_job strong {
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 700;
}

.letter_box_info_job span {
	color: var(--secondary-color);
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.letter_box_info_btn {
	display: flex;
	margin-top: 3.5rem;
}

.letter_box_info_btn a {
	display: flex;
	width: 17.3rem;
	height: 5.4rem;
	background: var(--white-color);
	color: var(--primary-color);
	font-size: 1.8rem;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-radius: 26px;
}

.letter_box_info_btn a:hover {
	background: var(--primary-bg);
	color: var(--white-color);
}

.letter_box.box_two {
	background: #e5f5fa;
}

.letter_box.box_two .letter_box_img {
	margin-left: auto;
}

.letter_box.box_two .letter_box_info {
	margin-left: 5rem;
}

.letter_box.box_three {
	background: #e9edea;
}

.letter_box.box_four {
	background: #f2f2f2;
}

.letter_thumb_swiper {
	width: 100%;
	height: 100%;
}

/* ! at a glance */
.glance {
	padding: 12.3rem 0;
	background: #f8f7f3;
	overflow: hidden;
}

.glance .cnt_wp {
	flex-direction: column;
}

.glance_top {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 100%;
}

.glance_top_title {
	color: var(--primary-color);
	display: flex;
	flex-direction: column;
}

.glance_top_title span {
	font-size: 2.4rem;
	line-height: 3rem;
	display: block;
	margin-bottom: 0.5rem;
}

.glance_top_title strong {
	font-size: 6rem;
	font-weight: 800;
}

.glance_top_txt {
	color: var(--secondary-color);
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 2rem;
	max-width: 70.5rem;
}

.glance_top_btn {
	display: flex;
	margin-top: 3.5rem;
}

.glance_top_btn a {
	display: flex;
	width: 17.3rem;
	height: 5.4rem;
	background: var(--white-color);
	color: var(--primary-color);
	font-size: 1.8rem;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-radius: 26px;
}

.glance_top_btn a:hover {
	background: var(--primary-bg);
	color: var(--white-color);
}

.glance_bot {
	display: flex;
	width: 100%;
	margin-top: 12.5rem;
	position: relative;
}

.glance_animation_wp {
	display: flex;
	width: 100%;
	position: relative;
}

.glance_animation {
	width: 100%;
}

.glance_keynumbers {
	position: absolute;
	width: 100%;
	height: 100%;
}

.key_numbers_box {
	display: flex;
	flex-direction: column;
	width: 27.5rem;
	text-align: center;
	position: absolute;
}

.key_numbers_value {
	font-size: 5.5rem;
	color: var(--primary-color);
	font-weight: 800;
	line-height: 5.6rem;
}

.key_numbers_value span {
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 5.6rem;
}

.key_numbers_title {
	font-size: 2rem;
	color: var(--secondary-color);
	margin-top: 0.5rem;
}

.kbox_one {
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
}

.kbox_two {
	right: -15%;
	top: 20%;
}

.kbox_three {
	right: -15%;
	bottom: 20%;
}

.kbox_four {
	left: 50%;
	bottom: -5%;
	transform: translateX(-50%);
}

.kbox_five {
	left: -15%;
	bottom: 20%;
}

.kbox_six {
	left: -15%;
	top: 20%;
}

.key_numbers_box {
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

/* ! sustainability */
.sustainability {
	padding: 0rem 0;
}

.sustainability .cnt_wp {
	align-items: center;
}

.sustainability_left {
	margin-left: 5rem;
	width: 40.7%;
}

.sustainability_title {
	display: flex;
	flex-direction: column;
	color: var(--primary-color);
}

.sustainability_title span {
	font-size: 2.4rem;
	line-height: 3rem;
	display: block;
	margin-bottom: 0.5rem;
}

.sustainability_title strong {
	font-size: 6rem;
	font-weight: 800;
}

.sustainability_txt {
	/* color: var(--secondary-color); */
	color: var(--primary-color);
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 4rem;
}

.sustainability_btn {
	display: flex;
	margin-top: 3.5rem;
}

.sustainability_btn a {
	display: flex;
	width: 17.3rem;
	height: 5.4rem;
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 1.8rem;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	border-radius: 26px;
}

.sustainability_btn a:hover {
	background: var(--primary-bg);
}

.sustainability_right {
	width: 58%;
	margin-left: auto;
}

.sustainability_animation {
	width: 100%;
}

/* ! recommended */
.recommended {
	padding: 10rem 0;
	background: #f2f2f2;
}

.recommended .cnt_wp {
	flex-direction: column;
}

.recommended_title {
	display: flex;
	justify-content: center;
	width: 100%;
	color: var(--primary-color);
	font-size: 4.5rem;
	font-weight: 700;
}

.recommended_wp {
	width: 100%;
	display: flex;
	margin-top: 6rem;
	gap: 2%;
}

.recommended_box {
	width: 33.3333%;
}

.recommended_box a {
	display: flex;
	align-items: center;
	background: #fff;
}

.recommended_img {
	width: 35%;
}

.recommended_desc {
	display: flex;
	flex-direction: column;
	width: 65%;
	padding: 0 3rem 0 5rem;
}

.recommended_name {
	color: var(--primary-color);
	font-size: 2.2rem;
	transition: var(--transition-03s);
}

.recommended_link {
	color: var(--secondary-color);
	font-size: 1.6rem;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 2rem;
	transition: var(--transition-03s);
}

.recommended_box a:hover {
	background: var(--primary-bg);
}

.recommended_box a:hover .recommended_name {
	color: var(--white-color);
}

.recommended_box a:hover .recommended_link {
	color: var(--white-color);
}

.scrolldownbox {
	position: absolute;
	bottom: 1%;
	left: 50%;
	display: flex;
	align-items: flex-end;
	height: 8rem;
	font-size: 1.4rem;
	font-weight: var(--light);
	color: #fff;
}

.scrolldownbox > span {
	display: none;
}

.box {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box span {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 4s infinite;
}

.box span:nth-child(2) {
	animation-delay: -0.3s;
}

.box span:nth-child(3) {
	animation-delay: -0.5s;
}

@keyframes animate {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-10px, -10px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: rotate(45deg) translate(10px, 10px);
	}
}
