*,
*::after,
*::before{
	box-sizing: border-box;
}
.footer__inner-nav__item{
	margin-right:15px;
	max-width: max-content;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
body{
	font-family: "Noto Sans Thai", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #FCD434;
	background: #FFFFFF;
}
.container{
	max-width: 1610px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.start__wrapper-left__items {
	margin-bottom: 65px;
}

.section-page{
	padding: 60px 0;
}
.section-page.black{
	background: #191A1F;
}
.section-title{
	font-size: 38px;
	line-height: 72px;
	max-width: 865px;
	margin: 0 auto;
	text-align: center;
}
.section-title span{
	color: #FCD434;
}
.section-box{
	padding: 25px;
	border: 7px solid #FCD434;
	border-radius: 20px;
}
.section-box.yellow{
	border-color: #FCD434;
}
.section-text{
	font-size: 25px;
	line-height: 38px;
}
.section-button{
	display: flex;
	align-items: center;
	padding: 8px 25px;
	background: #202129;
	color: #ffffff;
	font-size: 20px;
	line-height: 27px;
	transition: .4s all;
	border-radius: 40px;
}
/*.section-button:hover{*/
/*	background: #F2C900;*/
/*	color: #121415;*/
/*}*/
.section-button__arrow{
	width: 26px;
	height: 19px;
	margin-left: 10px;
	transition: .4s all;
	stroke: #ffffff;
}
.section-button:hover .section-button__arrow{
	/*stroke: #121415;*/
	transform: translateX(5px);
}



/****************
	Header top
****************/
.header {
	padding: 75px 0 0;
	color: #000000;
	position: relative;
	z-index: 999;
}
.header-container {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.header__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.header__top-lng {
	display: flex;
	align-items: center;
}
.header__top-lng__item {
	margin-right: 10px;
	padding-right: 10px;
	transition: .4s all;
	cursor: pointer;
	position: relative;
}
.header__top-lng__item::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 90%;
	width: 2px;
	background: #000000;
}
.header__top-lng__item:last-child{
	padding-right: 0;
	margin-right: 0;
}
.header__top-lng__item:last-child::after{
	display: none;
}




/****************
	Header body
****************/
.header-body{
	padding-bottom: 60px;
}
.header-body__logo{
	display: flex;
	justify-content: center;
	margin-top: -70px;
	margin-bottom:35px;
}
.header-body__logo img{
	max-width: 480px;
	width: 100%;
	display: block;
}
.header-body__title{
	color: #121415;
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 55px;
}
.header-body__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-body__content-left{
	margin-right: 10px;
}
.header-body__content-left img{
	width: 100%;
	display: block;
}
.header-body__content-items {
	max-width: 700px;
	width: 100%;
	color: #202129;
}
.header-body__items-item {
	margin-bottom: 30px;
}
.header-body__items-item:last-child{
	margin-bottom: 0;
}


/****************
	Info
****************/
.info-container{
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.info-title{
	margin-bottom: 40px;
}
.info__inner{
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	grid-template-rows: repeat(3, 3fr);
	gap: 32px;
}
.info__inner-item {
	display: flex;
	padding: 32px;
}
.info__inner-item__img {
	width: 247px;
	height: 247px;
	flex: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #202129;
	border-radius: 20px;
	margin-right: 32px;
	transition: .4s all;
}
.info__inner-item__img:hover{
	background: #FCD434;
}
.info__inner-item__img img{
	width: 100%;
	border-radius: 20px;
	transform: scale(0.8);
	display: block;
}
.info__inner-item__title {
	margin-bottom: 25px;
	font-size: 27px;
	line-height: 36px;
	color: #FCD434;
}
.info__inner-item--last {
	display: block;
	border: none;
}
.info__inner-item__text{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 38px;
	color: #FCD434;
}
.info__inner-item--last .info__inner-item__text{
	margin-bottom: 25px;
}
.info__inner-item--last .info__inner-item__content{
	display: flex;
	flex-direction: column;
}
.info__inner-item__button{
	cursor: pointer;
	align-self: self-start;
}



/****************
	Start
****************/
.start{
	padding: 60px 0 115px;
	background:white;
}
.start-bg{
	max-width: 887px;
	flex: none;
	margin-right: -260px;
}
.start-bg img{
	display: block;
	width: 100%;
}
.start-title{
	color: #FCD434;
	/*margin-bottom: 70px;*/
}
.start__wrapper{
	display: flex;
	justify-content: space-between;
}
.start__wrapper-left {
	width: 100%;
	max-width: 50%;
	padding-top: 90px;
	color: #000000;
	margin-right: 20px;
}

.start__wrapper-left__item {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	padding: 18px;
	cursor: pointer;
	border-radius: 22px;
	transition: .4s all;
	padding-bottom:12px;
}
.start__wrapper-left__item.active{
	box-shadow: 0px 0px 25px 7px rgba(34, 60, 80, 0.2);
}
.start__wrapper-left__item:hover{
	box-shadow: 0px 0px 25px 7px rgba(34, 60, 80, 0.2);
}
.start__wrapper-item__top{
	display: flex;
}
.start__wrapper-left__item:last-child{
	margin-bottom: 0;
}
.start__wrapper-left__number{
	color: #ffffff;
	font-size: 50px;
	background: #FCD434;
	width: 94px;
	display: flex;
	justify-content: center;
	z-index: 1;
	align-items: center;
	margin-right: 12px;
	height: 94px;
	border-radius: 50%;
}
.start__left-item__title {
	font-size: 38px;
	line-height: 65px;
	align-self: flex-end;
	margin-bottom: 5px;
}
.start__left-item__text{
	/*padding-left: 40px;*/
	font-size: 22px;
}
.start__wrapper-left__button{
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px 60px;
	line-height: 75px;
	font-size: 38px;
	transition: .4s all;
	background: #FCD434;
	border: 5px solid transparent;
	border-radius: 66px;
	cursor: pointer;
	display: inline-block;
	box-shadow: -4px 6px 5px 0px rgba(34, 60, 80, 0.43);
}
.start__wrapper-left__button:hover{
	border-color: #FCD434;
	color: #FCD434;
	background: #ffffff;
}
.start__images{
	max-width: 810px;
}
.start__images-item{
	display: none;
	opacity: 0;
	transition: opacity .4s;
}
.start__images-item.active{
	display: block;
	opacity: 1;
	animation: show_img .5s linear forwards;
}
@keyframes show_img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.start__images-item img{
	width: 100%;
	display: block;
}


/**********************
	Possibilities
**********************/
.possibilities{
	position: relative;
}
.possibilities-bg{
	position: absolute;
	background-repeat: no-repeat !important;
	width: 100%;
	right: 0;
	max-width: 1920px;
	background-position: 90% 50px !important;
	min-height: 990px;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
}
.possibilities-title{
	margin-bottom: 70px;
	z-index: 11;
	position: relative;
}
.possibilities__items {
	max-width: 625px;
	width: 100%;
	z-index: 11;
	position: relative;
}

.possibilities__items-item {
	border-radius: 25px;
	margin-bottom: 30px;
	background: rgba(0, 0, 0, 0.3);
}
.possibilities__items-item:last-child{
	margin-bottom: 0;
}
.possibilities__items-item__title {
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 5px;
}




/**********************
	Why choose
**********************/
.why-choose{
	padding: 85px 0 95px;
}
.why-choose__title{
	color: #202129;
	margin-bottom: 10px;
}
.why-choose__title span{
	color: #FCD434;
}
.why-choose__wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.why-choose__img{
	max-width: 699px;
	width: 100%;
	flex: none;
}
.why-choose__img img{
	width: 100%;
	display: block;
}
.why-choose__items-item{
	color: #202129;
	margin-bottom: 30px;
}
.why-choose__items-item:last-child{
	margin-bottom: 0;
}
.why-choose__items-item__title {
	margin-bottom: 5px;
	color: #FCD434;
	font-size: 35px;
}
.why-choose__items-item__text span{
	color: #FCD434;
}
.why-choose__items-item__text span{
	color: #FCD434;
}



/**********************
	Footer
**********************/
.footer {
	background: #202129;
	padding: 80px 0;
}
.footer__inner {
	color: #FCD434;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__inner-nav {
	/*max-width: 785px;*/
	display: grid;
	gap: 25px 0;
	grid-template-columns: repeat(2, 2fr);
	grid-template-rows: repeat(2, 2fr);
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 55px;
}
.footer__inner-nav__link{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.footer__inner-nav__link:hover .section-button__arrow{
	transform: translateX(5px);
}
.footer__contact {
	color: #FCD434;
	font-size: 40px;
	line-height: 52px;
}
.footer__contact-item {
	margin-right: 32px;
}
.footer__contact-item:last-child{
	margin-right: 0;
}
.footer__inner-logo{
	max-width: 508px;
}
.footer__inner-logo img{
	display: block;
	width: 100%;
}






/*****************
	Popup
******************/
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 30%);
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	overflow: auto;
	padding: 20px;
}
.popup__body{
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__content {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 55px;
	max-width: 640px;
	z-index: 2;
	position: relative;
	width: 100%;
}
.popup__close{
	position: absolute;
	width: 36px;
	right: -45px;
	top: 0;
	height: 36px;
	background: #FCD434;
	border-radius: 50%;
	z-index: 11;
	cursor: pointer;
}
.popup__close::before,
.popup__close::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 4px;
	width: 20px;
	background: #ffffff;
}
.popup__close::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.popup__close::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.popup__content-form{
	display: flex;
	flex-direction: column;
}
.popup__content-input{
	border: 4px solid #FCD434;
	border-radius: 20px;
	margin-bottom: 25px;
	padding: 15px 25px;
	color: #FCD434;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	outline: none;
	font-family: "Noto Sans Thai", sans-serif;
}
.popup__content-input::placeholder{
	color: #FCD434;
}
.popup__content-input.textarea{
	height: 165px;
}
.popup__content-button{
	display: flex;
	align-items: center;
	align-self: flex-start;
	background: #FCD434;
	font-size: 18px;
	line-height: 22px;
	padding: 8px 25px;
	color: #ffffff;
	font-weight: 700;
	outline: none;
	font-family: "Noto Sans Thai", sans-serif;
	border: none;
	border-radius: 40px;
	cursor: pointer;
}

.copyright_row{
	font-size: 1rem;
	line-height:1.3rem;
}



@media (max-width: 1600px) {


	/****************
		Start
	****************/
	.start{
		padding: 60px 0;
	}
	.start-title {
		margin-bottom: 45px;
	}
	.start__wrapper{
		align-items: center;
	}
	.start__wrapper-left{
		padding-top: 0;
	}

}


@media (max-width: 1275px) {


	/*******************
		Possibilities
	*******************/
	.possibilities{
		min-height: auto;
	}
	.possibilities-bg{
		background-image: none!important;
	}
	.possibilities__items {
		max-width: 825px;
		margin: 0 auto;
	}


	/*******************
   		Why choose
	*******************/
	.why-choose {
		padding: 80px 0;
	}
	.why-choose__title{
		margin-bottom: 70px;
	}
	.why-choose__img{
		display: none;
	}
	.why-choose__items {
		width: 100%;
		max-width: 825px;
		margin: 0 auto;
	}


	/****************
		Start
	****************/
	.start__wrapper{
		flex-direction: column;
		max-width: 850px;
		margin: 0 auto;
	}
	.start__images{
		order: -1;
		max-width: none;
		width: 100%;
		margin-bottom: 80px;
	}
	.start__wrapper-left{
		max-width: none;
		margin-right: 0;
	}
	.start__wrapper-left__button{
		display: block;
		text-align: center;
	}
}


@media (max-width: 1150px) {


	/****************
		Info
	****************/
	.info__inner-item{
		padding: 25px;
	}
	.info__inner-item__img {
		width: 170px;
		height: 170px;
	}
}


@media (max-width: 991px) {



	.section-page{
		padding: 80px 0;
	}
	.section-title {
		font-size: 38px;
		line-height: 60px;
	}


	/****************
		Header body
	****************/
	.header-body__logo img{
		max-width: 400px;
		width: 100%;
		display: block;
	}
	.header-body__title {
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 40px;
	}
	.header-body__content{
		flex-direction: column;
	}
	.header-body__content-left{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.header-body__content-items{
		max-width: none;
	}



	/****************
		Info
	****************/
	.info-title{
		margin-bottom: 50px;
	}
	.info__inner{
		grid-template-columns: repeat(1, 1fr);
	}
	.info__inner-item__title{
		margin-bottom: 10px;
	}



	/****************
		Start
	****************/
	.start {
		padding: 40px 0;
	}
	.start-title {
		margin-bottom: 50px;
	}

	.start__wrapper-left__number {
		font-size: 37px;
		width: 80px;
		height: 80px;
	}
	.start__left-item__title {
		font-size: 40px;
		line-height: 50px;
	}
	.start__left-item__text {
		font-size: 25px;
	}
	.start__wrapper-left__button {
		padding: 15px 35px;
		line-height: 52px;
		font-size: 40px;
	}



	/*******************
   		Why choose
	*******************/
	.why-choose__title {
		margin-bottom: 50px;
	}
	.why-choose__img {
		display: none;
	}
	.why-choose__items {
		max-width: 825px;
		margin: 0 auto;
	}
	.why-choose__items-item {
		margin-bottom: 30px;
	}


	/*******************
       Footer
	*******************/
	.footer {
		padding: 60px 0;
	}
	.footer__inner{
		flex-direction: column;
	}
	.footer__inner-left{
		width:100%;
	}
	.footer__inner-logo {
		order: -1;
		margin-bottom: 80px;
	}
	.footer__inner-nav {
		gap: 25px;
		margin-bottom:42px;
	}
	.footer__contact-item{
		text-align: center;
		margin-bottom: 30px;
		margin-right: 0;
		display: block;
	}
}


@media (max-width: 771px) {

	.section-page {
		padding: 60px 0;
	}
	.section-title {
		font-size: 40px;
		line-height: 50px;
	}


	/****************
		Info
	****************/
	.info-title {
		margin-bottom: 35px;
	}


	/****************
		Start
	****************/
	.start {
		padding: 60px 0;
	}
	.start-title {
		margin-bottom: 30px;
	}
	.start__wrapper-left__number {
		font-size: 32px;
		width: 70px;
		height: 70px;
	}
	.start__left-item__title {
		font-size: 35px;
		line-height: 40px;
	}
	.start__left-item__text {
		font-size: 25px;
	}
	.start__wrapper-left__button {
		padding: 20px 35px;
		line-height: 42px;
		font-size: 35px;
	}


	/*******************
		Possibilities
	*******************/
	.possibilities-title {
		margin-bottom: 30px;
	}
	.possibilities__items-item__title {
		font-size: 35px;
		line-height: 40px;
	}

	/*******************
		Why choose
	*******************/
	.why-choose__title {
		margin-bottom: 30px;
	}
}


@media (max-width: 575px) {

	.section-page {
		padding: 40px 0;
	}
	.section-box{
		padding: 20px 15px;
		border: 4px solid #FCD434;
	}
	.section-title {
		font-size: 32px;
		line-height: 40px;
	}
	.section-text{
		font-size: 16px;
		line-height: 22px;
	}



	/****************
		Header top
	****************/
	.header{
		padding-top: 40px;
	}
	.header__top-lng{
		font-size: 16px;
	}


	/****************
		Header body
	****************/
	.header-body{
		padding-bottom: 30px;
	}
	.header-body__logo img{
		max-width: 215px;
	}
	.header-body__title {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.header-body__content-items {
		font-size: 16px;
		line-height: 22px;
	}
	.header-body__items-item{
		margin-bottom: 25px;
	}


	/****************
		Info
	****************/
	.info-title {
		margin-bottom: 25px;
	}
	.info__inner{
		gap: 15px;
	}
	.info__inner-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.info__inner-item__img{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.info__inner-item__title {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 24px;
	}
	.info__inner-item__text {
		font-size: 16px;
		line-height: 22px;
	}
	.info__inner-item__button{
		align-self: center;
	}



	/****************
		Start
	****************/
	.start {
		padding: 40px 0;
	}
	.start-title {
		margin-bottom: 30px;
	}


	.start__wrapper-left__number {
		font-size: 27px;
		width: 55px;
		height: 55px;
	}
	.start__left-item__title {
		font-size: 25px;
		line-height: 30px;
	}
	.start__wrapper-left__button {
		padding: 15px 20px;
		line-height: 38px;
		font-size: 30px;
	}


	/*******************
		Possibilities
	*******************/
	.possibilities-title {
		margin-bottom: 30px;
	}
	.possibilities__items-item__title {
		font-size: 25px;
		line-height: 30px;
	}
	.possibilities__items__text{
		font-size: 16px;
		line-height: 22px;
	}
	.possibilities__items-item{
		margin-bottom: 20px;
	}


	/*******************
       Why choose
	*******************/
	.why-choose__items-item {
		margin-bottom: 20px;
	}
	.why-choose__items-item__title {
		font-size: 25px;
		line-height: 30px;
	}


	/*******************
	   Footer
	*******************/
	.footer {
		padding: 40px 0;
	}
	.footer__inner-logo {
		order: -1;
		max-width: 180px;
	}
	.footer__inner-nav {
		font-size: 16px;
		line-height: 24px;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
	}
	.footer__inner-nav__link{
		justify-content: space-between;
	}
	.footer__contact-item{
		font-size: 24px;
		text-align: left;
		line-height: 36px;
	}
}
