/*--------------------------------------------------------------
# Home-page
--------------------------------------------------------------*/

body.home{
	color: #fff;
	background: linear-gradient(270deg, rgba(20, 74, 139, 0.00) 0%, #144A8B 63.87%), url(../images/body_bg.webp);
	background-size: 100% 100%;
}

@media (max-width: 767px){
	body.home{
		background-size: auto 100%;
	}
}

.fp-section .container{
	height: 100%;
}

.fp-section .title-m, .fp-section .title-s{
	color: #fff;
}

.fp-section .flex-col{
	width: 50%;
}

@media (max-width: 1199px) {
	.fp-section {
		overflow-x: hidden;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.fp-section .flex-col{
		width: 100%;
	}
}

.wrap-content{
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner-image{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.banner-image > div{
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.banner-image .img_1{
	flex: 0 0 27.8%;
	max-width: 27.8%;
}

.banner-image .img_2{
	flex: 0 0 31.7%;
	max-width: 31.7%;
}

.banner-image .img_3{
	flex: 0 0 40.5%;
	max-width: 40.5%;
}

.banner-item:not(.animated-item) img{
	transform: scale(1);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: opacity .6s ease-in-out, -webkit-transform 7s;
	transition: opacity .6s ease-in-out, -webkit-transform 7s;
	-o-transition: transform 7s, opacity .6s ease-in-out;
	transition: transform 7s, opacity .6s ease-in-out;
	transition: transform 7s, opacity .6s ease-in-out, -webkit-transform 7s;
}

.banner-item:not(.animated-item).swiper-slide-active img{
	transform: scale(1.1);
}

.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.banner-content .heading{
	font-size: 8rem;
	line-height: 1;
	font-weight: 500;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-content .heading span, .banner-content .icon{
	font-family: Allura;
	margin-left: 7rem;
}

.banner-content .flex-row{
	align-items: center;
}

.banner-content .col-left{
	flex: 1;
}

.banner-content .col-right{
	max-width: 490px;
	margin-left: auto;
}

.banner-content .desc p{
	margin-bottom: 20px;
}


.swiper-circular {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 18px !important;
}

.swiper-circular__progress {
	stroke: #fff;
	stroke-dasharray: var(--stroke-dasharray);
	stroke-dashoffset: var(--stroke-dashoffset);
	stroke-linecap: round;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.swiper-circular .swiper-pagination-bullet {
	display: block;
	position: relative;
	width: 44px;
	height: 44px;
	background: transparent;
	opacity: 1;
}

@media (max-width: 576px){
	.swiper-circular .swiper-pagination-bullet{
		width: 36px;
		height: 36px;
	}
	.swiper-circular .swiper-pagination-bullet svg{
		width: 36px;
		height: 36px;
	}

	.fp-section {
        overflow-x: hidden !important;
        height: auto !important;
    }
}

.swiper-circular .swiper-pagination-bullet span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.slide-change-active .swiper-circular__progress,
.swiper-pagination-bullet.swiper-pagination-bullet-active.active-first
.swiper-circular__progress {
	-webkit-animation: circle-filling 3000ms linear;
	animation: circle-filling 3000ms linear;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
	margin-right: 0.625rem;
}

@-webkit-keyframes circle-filling {
	0% {
		stroke-dashoffset: var(--stroke-dashoffset);
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes circle-filling {
	0% {
		stroke-dashoffset: var(--stroke-dashoffset);
	}

	100% {
		stroke-dashoffset: 0;
	}
}


/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.home-news .wrap-content{
	padding-top: 2rem;
}

.home-news .col-left{
	flex: 1;
}

.home-news .col-right{
	max-width: 39rem;
}

.home-news .post-list.highlight {
	grid-template-columns: 1.3fr 1fr;
	column-gap: 3rem;
	row-gap: 2rem;
	min-height: var(--max-height);
	margin: 0;
}

.home-news .post-list.highlight .post-item:first-child{
	grid-row-end: 5;
}

.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail{
	flex: 0 0 36.5%;
	max-width: 36.5%;
	padding-top: 30%;
}

.home-news .post-list.highlight .post-item .info{
	position: relative;
	background: rgb(255 255 255 / 20%);
	height: 100%;
	padding: 20px;
}

.home-news .post-item .info::before, .home-news .post-item .info::after{
	display: none;
}

.home-news .post-item .info .h3{
	color: #fff;
}

.home-news .post-list.highlight .post-item:not(:first-child) .info .h3{
	font-size: 1.6rem;
	margin: 0;
}

.home-news .post-list.highlight .post-item:first-child .info .desc{
	margin: 10px 0;
}

.home-news .post-item .info .text-detail{
	color: #f2f2f2;
}

.home-news .post-list.highlight .post-item:first-child .round{
	padding: 1rem;
	font-size: 3rem;
}

.wrap-brand{
	overflow: hidden;
	height: var(--max-height);
}

.brand-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.brand-list:not(:last-child){
	margin-bottom: 1rem;
}

.brand-list{
	animation-delay: 0.5s;
}

.brand-list._2{
	animation-delay: 10.5s;
}

.brand-item{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	min-height: 10rem;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
	border-radius: var(--border-radius) !important;
	overflow: hidden;
	padding: 1.5rem 0;
	max-height: 10rem;
}

.brand-item img {
	width: 8rem;
	object-fit: cover;
}

@media (min-width: 576px){

	.active.fp-completely .brand-list{
		animation: loop 10s infinite linear;
	}

}

.active.fp-completely .wrap-brand:hover .brand-list{
	animation-play-state: paused;
}

@keyframes loop {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

@media (min-width: 1920px) {
	.home-news .post-list.highlight, .wrap-brand {
		height: 63.2rem;
	}
}

/*--------------------------------------------------------------
# About-us
--------------------------------------------------------------*/

.home-about .flex-row {
	justify-content: end;
}

.home-about .col-left {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	transition: all .8s;
	transition-delay: .2s;
}

.active.fp-completely.home-about .col-left {
	width: 50%;
}

.home-about .col-right {
	width: 50%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20.6rem 0 14.6rem;
}

.home-about .title-m{
	margin-bottom: 1.4rem;
}

.wrap-achie {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	column-gap: 13rem;
	row-gap: 5.4rem;
	margin-bottom: 6rem;
}

.counter-head {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.achie-item .desc, .counter-head .suffix {
	transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	transition: all .8s;
}

.achie-item.show .desc, .achie-item.show .counter-head .suffix{
	transform: none;
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# About-us
--------------------------------------------------------------*/

.home-fields .title-m {
	position: absolute;
	z-index: 2;
	top: 12rem;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.field-item {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: auto;
	flex: 1;
	transition-property: opacity, transform, flex !important;
	transition-duration: 2s, 2s, 0.5s !important;
}

@media (min-width: 1281px) {
	.field-item.hover {
		flex: 3.5;
	}
}

.field-item .overlay::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--primary-color);
	opacity: 0.3;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
	transform: inherit;
}


.field-item:hover .overlay::before {
	opacity: 0;
}

.field-item .rotate {
	position: absolute;
	z-index: 2;
	transform: rotateZ(270deg);
	padding: 0;
	display: block;
	width: 41rem;
	left: -16rem;
	bottom: 26.4rem;
	transition: all .3s;
}

.field-item .rotate .h2{
	font-size: 3rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0;
}

.field-item:last-child .rotate{
	left: -13.3rem;
	bottom: 24rem;
}

.field-item .link-detail{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/*--------------------------------------------------------------
# Vision - Mision
--------------------------------------------------------------*/

.home-vimi .flex-row{
	margin: 0 -8rem;
	align-items: center;
	height: 100vh;
}

.home-vimi .flex-col{
	padding: 0 8rem;
	height: 100%;
}

.home-vimi .col-left{
	width: 54.5%;
}

.home-vimi .col-right{
	width: 45.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-vimi .col-right .inner:not(:last-child){
	margin-bottom: 8rem;
}

.home-vimi .box-title{
	margin-bottom: 4rem;
}

.home-vimi .title-m{
	margin-bottom: 2rem;
}

.home-vimi .box-title .title-m{
	margin: 0;
}

.home-vimi p{
	text-align: justify;
}

.home-vimi .desc{
	padding-left: 5px;
}

.home-vimi .desc{
	padding-left: 5px;
}

.home-vimi ul{
	padding-left: 2.2rem;
	margin: 0;
}

.home-vimi ul li:not(:last-child){
	margin-bottom: 1.6rem;
}

.wrap-certi {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.certi-list._2 {
	margin-top: 22rem;
}

.certi-item {
	padding: 1rem;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	border-radius: var(--border-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.certi-item:not(:last-child) {
	margin-bottom: 1rem;
}

.certi-item img{
	width: 100%;
	object-fit: cover;
	height: auto;
	border-radius: 12px;
	border-bottom: 1px solid #ddd;
}

.certi-item figcaption{
	color: #333;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.certi-item img{
		aspect-ratio: 1 / 1;
	}
}

@media (min-width: 1025px){

	.active.fp-completely.home-vimi .col-left .inner{
		animation: scroll-up 10s;
		animation-delay: .5s;
		animation-fill-mode: forwards;
	}

	.active.fp-completely.home-vimi .col-left .inner:hover{
		animation-play-state: paused;
		cursor: pointer;
	}

}

@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-55%);
		animation-play-state: paused;
	}
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 1701px) and (max-width: 1919px){
	.wrap-achie {
		column-gap: 8rem;
		row-gap: 4rem;
		margin-bottom: 4rem;
	}

	.home-about .icon img{
		width: 11rem;
	}

	.counter-head{
		font-size: 3rem;
	}

	.home-about .col-right{
		padding: 0 16rem 0 12rem;
	}

	.home-vimi .flex-row{
		margin: 0 -6rem;
	}

	.home-vimi .flex-col{
		padding: 0 6rem;
	}

}

@media (min-width: 1537px) and (max-width: 1700px){

	.banner-content .heading{
		font-size: 6rem;
	}

	.banner-content .heading span, .banner-content .icon{
		margin-left: 5rem;
	}

	.banner-content .icon img{
		width: 10rem;
	}

	.home-news .wrap-content{
		padding-top: 2rem;
	}

	.home-news .post-list.highlight{
		gap: 1.5rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .info .h3{
		font-size: 1.4rem;
	}

	.home-news .post-list.highlight .post-item:first-child .info .h3{
		font-size: 1.6rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .info{
		padding: 0 1.5rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail{
		padding-top: 32%;
	}

	.home-about .col-right{
		padding: 0 15rem 0 10rem;
	}

	.counter-head{
		font-size: 3.2rem;
	}

	.wrap-achie{
		gap: 5rem;
		margin-bottom: 4rem;
	}

	.home-about .icon img{
		width: 10rem;
	}

	.home-fields .title-m{
		top: 10rem;
	}

	.field-item.hover{
		flex: 3;
	}

	.field-item .rotate .h2{
		font-size: 2.4rem;
	}

	.field-item .rotate{
		width: 34rem;
		left: -13rem;
		bottom: 22rem;
	}

	.field-item:last-child .rotate {
		left: -10.6rem;
		bottom: 20rem;
	}

	.home-vimi .flex-row{
		margin: 0 -5rem;
	}

	.home-vimi .flex-col{
		padding: 0 5rem;
	}

	.home-vimi .col-right .inner:not(:last-child){
		margin-bottom: 5rem;
	}

}

@media (min-width: 1401px) and (max-width: 1536px){

	.banner-content .heading{
		font-size: 6rem;
	}

	.banner-content .heading span, .banner-content .icon{
		margin-left: 5rem;
	}

	.banner-content .icon img{
		width: 10rem;
	}

	.home-news .wrap-content{
		padding-top: 2rem;
	}

	.home-news .post-list.highlight{
		gap: 1.5rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .info .h3{
		font-size: 1.4rem;
	}

	.home-news .post-list.highlight .post-item:first-child .info .h3{
		font-size: 1.6rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .info{
		padding: 0 1.5rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail{
		padding-top: 32%;
	}

	.home-about .col-right{
		padding: 0 15rem 0 10rem;
	}

	.counter-head{
		font-size: 3.2rem;
	}

	.wrap-achie{
		gap: 5rem;
		margin-bottom: 4rem;
	}

	.home-about .icon img{
		width: 10rem;
	}

	.home-fields .title-m{
		top: 10rem;
	}

	.field-item.hover{
		flex: 3;
	}

	.field-item .rotate .h2{
		font-size: 2.4rem;
	}

	.field-item .rotate{
		width: 34rem;
		left: -13rem;
		bottom: 22rem;
	}

	.field-item:last-child .rotate {
		left: -10.6rem;
		bottom: 20rem;
	}

	.home-vimi .flex-row{
		margin: 0 -5rem;
	}

	.home-vimi .flex-col{
		padding: 0 5rem;
	}

	.home-vimi .col-right .inner:not(:last-child){
		margin-bottom: 5rem;
	}


}

@media (min-width: 1200px) and (max-width: 1440px){

	.ellipsis-3{
		-webkit-line-clamp: 2;
	}

	.banner-content .heading{
		font-size: 5rem;
	}

	.banner-content .col-right{
		max-width: 430px;
	}

	.banner-content .heading span, .banner-content .icon{
		margin-left: 4rem;
		margin-top: 1rem;
	}

	.banner-content .icon img{
		width: 10rem;
	}

	.home-news .wrap-content{
		padding-top: 2rem;
		align-items: center;
	}

	.home-news .col-right{
		max-width: 33rem;
	}

	.home-news .post-list.highlight{
		gap: 1.5rem;
	}

	.home-news .post-list.highlight .post-item:first-child .info .desc, .home-news .post-list.highlight .post-item:not(:first-child) .round.date{
		display: none;
	}

	.home-news .post-item .info .text-detail{
		margin-top: 1rem;
	}

	.home-news .post-list.highlight .post-item:first-child .thumbnail{
		padding-top: 55%;
	}

	.home-news .post-list.highlight .post-item:first-child .round{
		font-size: 2rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .info .h3{
		font-size: 1.4rem;
	}

	.home-news .post-list.highlight .post-item:first-child .info .h3{
		font-size: 1.6rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .info{
		padding: 0 1.5rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail{
		padding-top: 26%;
	}

	.brand-item{
		min-height: 8rem;
		max-height: 8rem;
	}

	.home-about .col-right{
		padding: 0 15rem 0 10rem;
	}

	.counter-head{
		font-size: 2.6rem;
	}

	.wrap-achie{
		gap: 5rem;
		margin-bottom: 4rem;
	}

	.home-about .icon img{
		width: 10rem;
	}

	.home-fields .title-m{
		top: 10rem;
	}

	.field-item.hover{
		flex: 3;
	}

	.field-item .rotate .h2{
		font-size: 2.4rem;
	}

	.field-item .rotate{
		width: 34rem;
		left: -13rem;
		bottom: 22rem;
	}

	.field-item:last-child .rotate {
		left: -10.6rem;
		bottom: 20rem;
	}

	.home-vimi .flex-row{
		margin: 0 -5rem;
	}

	.home-vimi .flex-col{
		padding: 0 5rem;
	}

	.home-vimi .col-right .inner:not(:last-child){
		margin-bottom: 4rem;
	}


}

@media (min-width: 1281px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

	.banner-content .heading{
		font-size: 4.6rem;
	}

	.home-news .post-list.highlight .post-item .info{
		padding: 1.5rem;
	}

	.home-news .col-right{
		max-width: 30rem;
	}

	.brand-item img{
		width: 7rem;
	}

	.home-about .col-right{
		padding: 0 8rem 0 6rem;
	}

	.home-about .icon img{
		width: 8rem;
	}

	.home-fields .title-m{
		top: 2.4rem;
	}

	.field-item .rotate .h2{
		font-size: 2rem;
	}

	.field-item .rotate {
		width: 30rem;
		left: -122px;
		bottom: 20rem;
	}

	.field-item:last-child .rotate{
		bottom: 18.5rem;
	}

	.home-vimi .flex-row{
		margin: 0 -3rem;
	}

	.home-vimi .flex-col{
		padding: 0 3rem;
	}

}

/* Ipad */

@media (max-width: 1024px) {

	.home-news .col-right{
		max-width: 100%;
		width: 100%;
	}

	.home-about .title-m{
		margin-bottom: .5rem;
	}

	.home-about .col-left {
		position: relative;
		width: 100% !important;
	}

	.home-about .col-left img{
		height: auto !important;
	}

	.home-about .col-right{
		width: 100%;
		height: auto;
	}

	.home-about .col-right .inner{
		padding: 0 1.5rem;
	}

	.home-fields .title-m {
		top: 4rem;
		text-align: left;
		padding-left: 1.5rem;
	}

	.fields-list{
		flex-wrap: wrap;
	}

	.field-item {
		flex: 0 0 100%;
		max-width: 100%;
		height: 50vh;
	}

	.field-item .inner{
		height: 100%;
	}

	.field-item .overlay{
		height: 100%;
	}

	.field-item .overlay::before{
		top: 80%;
		opacity: 0.9;
		background: linear-gradient(0deg, rgba(20, 74, 139, 1) 0%, rgba(20, 74, 139, 0) 100%);
	}

	.field-item .overlay img{
		height: auto !important;
	}

	.field-item .rotate{
		transform: none;
		width: auto;
		left: 1.5rem !important;
		bottom: 1.5rem !important;
	}

	.field-item .rotate .h2{
		font-size: 1.8rem;
		font-weight: 600;
		line-height: normal;
	}


}

@media (min-width: 768px) and (max-width: 1024px) {

	.fp-section:not(.home-banner){
		padding-top: 6rem;
	}

	/*--------------------------------------------------------------
	# Banner
	--------------------------------------------------------------*/

	.banner-content .col-left{
		flex: 0 0 100%;
		max-width: 100%;
	}

	
	

	.banner-content .heading{
		font-size: 6rem;
	}

	.banner-content .heading span, .banner-content .icon {
		margin-left: 5rem;
	}

	.banner-content .icon{
		width: 10rem;
	}

	.banner-content .col-right{
		width: 100%;
		max-width: 100%;
	}

	.banner-content .col-right .desc{
		margin-top: 4rem;
		margin-left: 5rem;
	}


	/*--------------------------------------------------------------
	# Home-news
	--------------------------------------------------------------*/

	.home-news .col-left{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-news .post-list.highlight{
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .round.date{
		display: none;
	}

	.home-news .post-list.highlight .post-item .info{
		padding: 1.5rem;
	}

	.home-news .post-item .info .text-detail{
		margin-top: 1rem;
		text-align: right;
	}

	.post-list.highlight .post-item:first-child .info .h3{
		font-size: 1.8rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail {
		flex: 0 0 27%;
		max-width: 27%;
		padding-top: 20%;
	}

	.home-news .col-right{
		margin-top: 6rem;
	}

	.wrap-brand{
		height: 50vh;
	}

	.brand-list{
		gap: 2rem;
	}

	.brand-list:not(:last-child){
		margin-bottom: 2rem;
	}

	.brand-item{
		min-height: 14rem;
	}

	/*--------------------------------------------------------------
	# About-us
	--------------------------------------------------------------*/

	.home-about .col-right .inner{
		padding: 0 calc((100vw - var(--wide-width-size))/2);
	}

	.home-about .col-right{
		padding: 6rem 1.5rem 0 1.5rem;
	}


	.wrap-achie {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		margin-bottom: 4rem;
	}

	.counter-head {
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}

	.home-about .icon img {
		width: 10rem;
	}

	/*--------------------------------------------------------------
	# Fields
	--------------------------------------------------------------*/

	.field-item .rotate .h2{
		font-size: 2.2rem;
	}

	/*--------------------------------------------------------------
	# Vision - Mision
	--------------------------------------------------------------*/

	.home-vimi .flex-row {
		margin: 0 -1.5rem;
		align-items: center;
		height: auto !important;
	}

	.home-vimi .flex-col{
		width: 100%;
		padding: 0 1.5rem;
	}

	.home-vimi .col-right, .certi-list._2{
		margin-top: 6rem;
	}

	.home-vimi .col-right .inner:not(:last-child){
		margin-bottom: 6rem;
	}

	.home-vimi .title-m{
		margin-bottom: 4rem;
	}

	.certi-item figcaption{
		font-size: 1.4rem;
		min-height: 36px;
		line-height: normal;
	}

}

/* Ipad Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	/*--------------------------------------------------------------
	# News
	--------------------------------------------------------------*/

	.home-news .col-left {
		flex: 0 0 65%;
		max-width: 65%;
	}

	.home-news .col-right{
		flex: 0 0 35%;
		max-width: 35%;
		margin-top: 0;
	}

	.home-news .post-list.highlight{
		grid-template-columns: 1fr 1fr;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail {
		flex: 0 0 35%;
		max-width: 35%;
		padding-top: 33%;
	}

	.wrap-brand{
		height: var(--max-height);
	}

	.brand-item {
		min-height: 10rem;
	}

	.brand-item img{
		width: 7rem;
	}

	/*--------------------------------------------------------------
	# About-us
	--------------------------------------------------------------*/

	.home-about .col-right .inner{
		padding: 0 1.5rem;
	}

}


@media (max-width: 992px) {

}

@media (max-width: 767px) {

}

@media (min-width: 481px) and (max-width: 767px) {

	.fp-section:not(.home-banner){
		padding-top: 6rem;
	}

	/*--------------------------------------------------------------
	# Banner
	--------------------------------------------------------------*/

	.banner-content .col-left{
		flex: 0 0 100%;
	}

	.banner-content .heading{
		font-size: 6rem;
	}

	.banner-content .heading span, .banner-content .icon {
		margin-left: 5rem;
	}

	.banner-content .icon{
		width: 10rem;
	}

	.banner-content .col-right{
		max-width: 100%;
	}

	.banner-content .col-right .desc{
		margin-top: 4rem;
		margin-left: 5rem;
	}


	/*--------------------------------------------------------------
	# Home-news
	--------------------------------------------------------------*/

	.home-news .col-left{
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home-news .post-list.highlight{
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .round.date{
		display: none;
	}

	.home-news .post-list.highlight .post-item .info{
		padding: 1.5rem;
	}

	.home-news .post-item .info .text-detail{
		margin-top: 1rem;
		text-align: right;
	}

	.post-list.highlight .post-item:first-child .info .h3{
		font-size: 2rem;
	}

	@media (min-width: 1700px) {
		.post-list.highlight .post-item .info .h3{
			line-height: 26px;
		}
	}

	.home-news .post-list.highlight .post-item:not(:first-child) .thumbnail {
		flex: 0 0 27%;
		max-width: 27%;
		padding-top: 20%;
	}

	.home-news .col-right{
		margin-top: 6rem;
	}

	.wrap-brand{
		height: 50vh;
	}

	.brand-list{
		gap: 2rem;
	}

	.brand-list:not(:last-child){
		margin-bottom: 2rem;
	}

	/*--------------------------------------------------------------
	# About-us
	--------------------------------------------------------------*/

	.home-about .col-right{
		padding: 6rem 1.5rem 0 1.5rem;
	}


	.wrap-achie {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		margin-bottom: 4rem;
	}

	.counter-head {
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}

	.home-about .icon img {
		width: 10rem;
	}

	/*--------------------------------------------------------------
	# Fields
	--------------------------------------------------------------*/

	.field-item .rotate .h2{
		font-size: 2.2rem;
	}

	/*--------------------------------------------------------------
	# Vision - Mision
	--------------------------------------------------------------*/

	.home-vimi .flex-row {
		margin: 0 -1.5rem;
		align-items: center;
		height: auto !important;
	}

	.home-vimi .flex-col{
		padding: 0 1.5rem;
	}

	.certi-list._2{
		margin-top: 6rem;
	}

	.home-vimi .col-right .inner:not(:last-child){
		margin-bottom: 6rem;
	}

	.certi-item figcaption{
		font-size: 1.4rem;
		line-height: normal;
	}

}

@media (min-width: 0px) and (max-width: 480px) {


	.fp-section:not(.home-banner){
		padding-top: 4rem;
	}

	/*--------------------------------------------------------------
	# Banner
	--------------------------------------------------------------*/

	.banner-content .col-left{
		margin-bottom: 2rem;
	}

	.banner-item{
		height: auto !important;
	}

	.banner-item img, .banner-image {
		height: auto !important;
		transform: none !important;
	}

	.banner-content .heading{
		font-size: 3.6rem;
	}

	.banner-content .desc p{
		display: none !important;
	}

	.banner-content .icon{
		margin-top: 1rem;
	}

	.banner-content .icon img {
		width: 8rem;
		height: 5rem;
	}

	.banner-content .heading span, .banner-content .icon{
		margin-left: 0;
	}


	/*--------------------------------------------------------------
	# News
	--------------------------------------------------------------*/

	.home-news .post-list.highlight{
		grid-template-columns: 1fr;
	}

	.home-news .post-list.highlight .post-item:first-child .info .desc, .home-news .post-list.highlight .post-item:not(:first-child) .round.date{
		display: none;
	}

	.home-news .post-list.highlight .post-item .info{
		padding: 1.5rem;
	}

	.home-news .post-item .info .text-detail{
		margin-top: 1rem;
		text-align: right;
	}


	/*--------------------------------------------------------------
	# About-us
	--------------------------------------------------------------*/

	.home-about{
		padding-top: 0;
	}

	.home-about .col-right{
		padding: 4rem 1.5rem 0 1.5rem;
	}

	.wrap-achie {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
		margin-bottom: 3rem;
	}

	.counter-head {
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}

	.home-about .icon img {
		width: 8rem;
	}

	/*--------------------------------------------------------------
	# Vision - Mision
	--------------------------------------------------------------*/

	.home-vimi .flex-row{
		flex-wrap: wrap;
		height: auto;
	}

	.home-vimi .flex-col{
		width: 100%;
	}

	.home-vimi .col-left{
		margin-bottom: 3rem;
	}

	.home-vimi .col-right .inner:not(:last-child){
		margin-bottom: 3rem;
	}

	.home-vimi .box-title .title-m{
		font-size: 2.2rem;
		margin: 0;
	}

	.certi-item{
		padding: 0;
	}

	.certi-item figcaption{
		margin-top: 5px;
		margin-bottom: 5px;
		min-height: 42px;
	}

}