@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

body{
	font-family: "Noto Serif SC", serif;
	background-color: #161a25;
	
}


/*****************************
	Carousel
*****************************/
.hs-carousel-pagination .active{
	background-color: #ffeba4 !important;
	border: #ffffff !important;
}


/*****************************
	T-Right Contents
*****************************/
.download{
	background: url('../img/btn_download.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 150px;
	height: 60px;
	cursor: pointer;
}

.download:hover{
	background: url('../img/btn_download-hover.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 200px;
	height: 60px;
	cursor: pointer;
}


/*****************************
	B-Table Contents
*****************************/
.table-container{
	background-color: transparent;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	width: 100%;
}

.table-header{
	background: linear-gradient(to bottom, rgba(39, 100, 145, 1), rgba(11, 58, 93, 1));
	position: relative;
}

.header-spread-line{
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

.responsive-border{
	border-width: 1px;
}


/*****************************
	Footer
*****************************/
.deskstop-view {
	display: flex;
}

.mobile-view {
	display: none;
}

.footer{
	font-family: var(--opensans);
	color: white;
	font-size: .8rem;
	width: 100%;
	max-width: 2800px;
	background-color: #212940;
	height: auto;
	position: relative;
	z-index: 9999;
}

.footer-wrapper {
	display: flex;
	flex-direction: column;
}

.footer-info {
	flex-direction: row;
	align-items: center;
}

.gsrr-wrapper {
	flex: 0 0 120px;
}

.footerInfo-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 50px;	
	gap: 20px;
}

.gsrr-info p {
	text-align: justify;
	max-width: 1000px;
	margin: 0;
	font-size: 0.8rem;
}

.company-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.comp-logo {
	display: flex;
	gap: 28px;
	align-items: center;
}

.comp-logo img {
	width: auto;
	height: 30px !important; 
	object-fit: contain;
}

.comp-info {
	font-size: 0.8rem;
	text-align: justify;
	flex-wrap: wrap;
	max-width: 350px;
	font-weight: 600;
	line-height: 1.4;
}

.footer-border {
	width: 100%;
	height: 1px;
	background: #fff;
	margin-top: 12px;
	opacity: 0.3;
}

.img-gsrrLogo {
	width: 100%;
	height: auto;
}

.footer-copyrightWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-copyrightWrapper {
	font-size: 0.8rem;
	margin-top: 8px;
}

.terms-wrapper a {
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	text-decoration: none;
}

.terms-wrapper a:hover {
	text-decoration: underline;
}

.terms-spread {
	border-left: 1.2px solid #fff;
	/*border-right: 1.2px solid #fff;*/
}


/****** Chinese (CN) ******/
.cn-gsrr-info p {
	text-align: justify;
	flex-wrap: wrap;
	font-size: 0.8rem;
}

.cn-footerInfo-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px;	
	gap: 0;
}

@media (max-width: 991px){
	.deskstop-view {
		display: none;
	}
	
	.mobile-view {
		display: flex;
	}
	
	.footer {
		padding: 25px;
		/* height: 60vh; */
}

	.m-footer-info {
		flex-direction: column;
		gap: 30px;
	}

	.m-gsrr-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 16px;
	}

	.img-gsrrLogo {
		max-width: 10%;
		height: 10% !important;
	}
	
	.footerInfo-wrapper {
		padding: 0;
	}
	
	.company-info {
		flex-direction: column;
		align-items: center;
	}
	
	.comp-info {
		max-width: 100%;
		text-align: center;
	}
	
	.comp-logo img {
		height: 35px !important;
	}
	
	.footer-copyrightWrapper {
		flex-direction: column;
		align-items: center;
		font-size: 0.65rem;
	}
	
	.footer-copyrightWrapper p {
		margin-bottom: 0;
	}
	
	.cn-img-gsrrLogo {
		max-width: 10%;
		height: 10% !important;
	}
}


@media (max-width: 768px) {
	.deskstop-view {
		display: none;
	}
	
	.mobile-view {
		display: flex;
	}
	
	.footer{
		/* height: 60vh; */
	}
	
	.footer-wrapper {
		flex-direction: column;
		text-align: center;
	}
	
	.footerInfo-wrapper {
		width: 100%;
	}
	
	.img-gsrrLogo {
		max-width: 20%;
		height: 10% !important;
	}
	
	.footer-copyrightWrapper {
		margin-bottom: 50px;
	}
	
	/****** Chinese (CN) ******/
	.cn-img-gsrrLogo {
		max-width: 12%;
		height: 10% !important;
	}
}

@media (max-width: 568px) {
	.deskstop-view {
		display: none;
	}
	
	.mobile-view {
		display: flex;
	}
	
	.gsrr-info p {
		font-size: 0.7rem;
	}
	
	.company-info {
		gap: 15px;
	}
	
	.comp-info {
		font-weight: 500;
		font-size: 0.7rem;
	}
	
	.img-gsrrLogo {
		max-width: 28%;
		height: 10% !important;
	}
	
	.m-gsrr-wrapper {
		flex-direction: column;
		align-items: center;
	}
	
	.footer {
		padding: 40px 20px;
		/* height: 70vh; */
	}
	
	/****** Chinese (CN) ******/
	.cn-img-gsrrLogo {
		max-width: 18%;
		height: 10% !important;
	}
	
	.cn-gsrr-info p {
		font-size: 0.7rem;
	}
}

.iti {
  width:100%;
}

.g-recaptcha {
max-height: 50px !important;
}