html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*
COMMON
**********************/
/*
font-family: 'Bodoni Moda', serif;
font-family: 'Dancing Script', cursive;
font-family: 'Kanit', sans-serif;
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	display: block;
	outline: none;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input,
textarea {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.line {
	width: 100%;
	height: 1px;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
a[href^=tel]{
    color: inherit;
    text-decoration: none;
}
.align-v-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.align-h-center {
	margin: 0 auto;
}

/*
GLOBAL
==============================*/
body {
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
}


/*
LAYOUT
==============================*/
.col-100 {
	width: 1180px;
	height: 100%;
	position: relative;	
	margin: 0 auto;
}
.col-70 {
	width: 70%;
	height: 100%;
	margin: 0 auto;
}
.col-80 {
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
@media all and (max-width: 1180px) {
	.col-100 {
		width: 94%;
	}
}
@media all and (max-width: 1024px) {
	.col-80 {
		width: 100%;
	}
}

.col {
	position: relative;
	float: left;
}
.col-c {
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.col-100-100 {
	width: 100%;
}
.col-95-100 {
	width: 95%;
}
.col-90-100 {
	width: 90%;
}
.col-80-100 {
	width: 80%;
}
.col-70-100 {
	width: 70%;
}
.col-66-100 {
	width: 66.666667%;
}
.col-60-100 {
	width: 60%;
}
.col-50-100 {
	width: 50%;
}
.col-40-100 {
	width: 40%;
}
.col-33-100 {
	width: 33.33333%;
}
.col-30-100 {
	width: 30%;
}
.col-25-100 {
	width: 25%;
}
.col-20-100 {
	width: 20%;
}
.col-10-100 {
	width: 10%;
}
.col-5-100 {
	width: 5%;
}



/*
HEADER
==============================*/
.header-container {
	width: 100%;
	background: #232B26;
	position: relative;
	z-index: 2000;
}
.header {
	position: relative;
	height: 80px;
}
.header .item-1 {
	position: absolute;
	top: 7px;
	left: 0;
}
.header .item-2 {
	position: absolute;
	top: 25px;
	left: 100px;
}
.header .item-2.active {
	display: block;
}
.header .item-3 {
	position: absolute;
	top: 26px;
	right: 100px;
}
.header .item-3.active {
	display: block;
}
.header .item-4 {
	position: absolute;
	top: 25px;
	right: 0;
	
}
.header .item-4.active {
	display: block;
}
.header .item-5 {

}

.main-logo {

}
.main-logo img {
	width: 68px;
}
.main-menu-container {
	/*position: absolute;*/
}
.main-menu {

}
.main-menu li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.main-menu li a {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding: 5px 15px;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: #2FFBFF;
}
.main-menu li .sub-menu {
	display: none;
}
.main-menu li .sub-menu li {

}
.main-menu li .sub-menu li a {

}

.m-main-menu {
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 3000;
	display: none;
}
.m-main-menu .block-lines {
	width: 35px;
	height: 24px;
}
.m-main-menu .line {
    width: 35px;
    height: 4px;
    background: #fff;
    /*margin: 0 0 4px 0;*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.m-main-menu .line-1 {
	top: 0;
}
.m-main-menu .line-2 {
	top: 8px;
}
.m-main-menu .line-3 {
	top: 8px;
}
.m-main-menu .line-4 {
	top: 16px;
}
.m-main-menu.active .line-1 {
	top: 8px;
	width: 0%;
	left: 50%;
}
.m-main-menu.active .line-2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-main-menu.active .line-3 {
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m-main-menu.active .line-4 {
	top: 8px;
	width: 0%;
	left: 50%;
}


/* Language Menu  */
.lang-menu {
	background: url(../img/icon-globe.png) 37px 5px no-repeat;
	background-size: 22px;
}
.lang-menu a {
	text-transform: uppercase;
	color: #fff;
	padding: 5px 12px 5px 10px;
	display: none;
}
.lang-menu a .lang-txt {
	display: inline-block;
	vertical-align: middle;
}
.lang-menu a .lang-flag {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	visibility: hidden;
}
.lang-menu a.active {
	display: block;
}
.lang-menu a:hover {
	color: #2FFBFF;
}
.lang-menu:hover a {
	display: block;
	background: #222B25;
}
.lang-menu:hover a .lang-flag {
	visibility: visible;
}



/* Social Menu */
.social-menu {
	text-align: center;
}
.social-menu li {
	display: inline-block;
}
.social-menu li a {
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    overflow: hidden;
}
.social-menu li {
	width: 25px;
	height: 25px;
    margin: 0 3px;
}
.social-menu li.link-facebook {
	background: url(../img/icon-facebook.png) center no-repeat;
	background-size: 25px;	
}
.social-menu li.link-line {
	background: url(../img/icon-line.png) center no-repeat;
	background-size: 25px;	
}
.social-menu li.link-whatsapp {
	background: url(../img/icon-whatsapp.png) center no-repeat;
	background-size: 25px;	
}
.social-menu li.link-youtube {
	background: url(../img/icon-youtube.png) center no-repeat;
	background-size: 25px;
}
.social-menu li.link-instagram {
	background: url(../img/icon-instagram.png) center no-repeat;
	background-size: 25px;	
}
.social-menu li.link-email {
	background: url(../img/icon-mail.png) center no-repeat;
	background-size: 25px;	
}

@media only screen and (max-width : 1200px) {
	.header .item-2 {
		left: 70px;
	}
}
@media only screen and (max-width : 1150px) {
	.m-main-menu {
		display: block;
		right: 3%;
	}
	.header {
		width: 100%;
	}
	.header .item-1 {
		left: 3%;
	}
	.header .item-2 {
		left: 0;
		width: 100%;
		top: 80px;
		background: #282f2b;
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px 3%;
	}
	.header .item-3 {
		right: 180px;
	}
	.header .item-4 {
		right: 90px;
	}

	.header.active .item-2 {
		display: block;
	}
}
@media only screen and (max-width : 660px) {
	.header {
		height: 50px;
	}
	.header .item-1 {
		top: 4px;
	}
	.main-logo img {
		width: 44px;
	}
	.m-main-menu {
		top: 15px;
	}
	.header .item-2 {
		top: 50px;
	}
	.header .item-3 {
		right: 0;
	    width: 100%;
	    top: 338px;
	    background: #232B26;
	    padding: 15px 0;
	    display: none;
	}
	.header .item-4 {
		width: 100%;
		right: 0;
		/*top: 395px;*/
		top: 390px;
		background: #282f2b;
		display: none;
	}

	.header.active .item-3,
	.header.active .item-4 {
		display: block;
	}

	.lang-menu {
		background-position: 3% 14px;
		text-align: center;
	}
	.lang-menu a {
		display: inline-block !important;
		padding: 15px;
	}
	.lang-menu a .lang-flag {
		display: none;
	}
	.lang-menu:hover a {
		background: none;
	}
}



/*
FOOTER 
==============================*/
.footer-container {
	width: 100%;
	background: #232B26;
	padding: 0 0 40px 0;
}
.footer-container .item-btn {
	text-align: center;
	background: #255758;
	padding: 20px 0;
}
.footer {
	margin-top: 40px;
}

.footer .item-copyright {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 40px 0 0 0;
}
.grid-footer {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	color: #fff;
}
.grid-footer .item-1 {
	
}
.grid-footer .item-1 img {
	width: 120px;
	margin: 0 0 20px 0;
	display: inline-block;
	vertical-align: middle;
}
.grid-footer .item-1 .img-2 {
	margin-left: 10px;
}
.grid-footer .item-1 p {

}
.grid-footer .item-1 li {

}
.grid-footer .item-2 {
	
}
.footer-social-links a {
	display: inline-block;
	width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
}
.footer-social-links a.link-facebook {
	background: url(../img/icon-facebook.png) center no-repeat;
	background-size: 25px;
}
.footer-social-links a.link-instagram {
	background: url(../img/icon-instagram.png) center no-repeat;
	background-size: 25px;
}
.footer-social-links a.link-youtube {
	background: url(../img/icon-youtube.png) center no-repeat;
	background-size: 25px;
}
.grid-footer .item-2 img {
	width: 155px;
	margin: 20px 0 0 0;
}
.grid-footer .item-2 .content-2 {
	margin-top: 40px;
}
.grid-footer .item-3 {
	
}
.grid-footer .item-3 img {
	width: 155px;
	margin: 20px 0 0 0;
}
.footer-contact-info {

}
.footer-contact-info p {
	margin: 0 0 10px 0;
}
.footer-contact-info p span {
	width: 30%;
    display: inline-block;
    font-weight: bold;
}
.footer-contact-info p span:before {
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.footer-contact-info .icon-email:before {	
	background: url(../img/icon-mail.png) center no-repeat;
	background-size: 25px;
}
.footer-contact-info .icon-phone:before {	
	background: url(../img/icon-phone.png) center no-repeat;
	background-size: 25px;
}
.footer-contact-info .icon-line:before {	
	background: url(../img/icon-line.png) center no-repeat;
	background-size: 25px;
}
.footer-contact-info .icon-facebook:before {
	background: url(../img/icon-facebook.png) center no-repeat;
	background-size: 25px;
}
.footer-contact-info .icon-whatsapp:before {	
	background: url(../img/icon-whatsapp.png) center no-repeat;
	background-size: 25px;
}
.grid-footer .main-content-style h3 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
    font-size: 22px;
    line-height: 19px;
	color: #fff;
    margin: 0 0 20px 0;
}
.grid-footer .main-content-style p,
.grid-footer .main-content-style li {
	color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.grid-footer .main-content-style p a {
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width : 768px) {
	.grid-footer .item-1,
	.grid-footer .item-2,
	.grid-footer .item-3 {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.grid-footer .item-3 {
		margin-bottom: 0;
	}
	
}
@media only screen and (max-width : 660px) {
	.footer-contact-info p span {
		width: 100%;
		margin-bottom: 10px;	
	}
	.footer-contact-info span.m-hide {
		display: none;
	}
}




/*
CONTENT 
==============================*/
.content-container {
	width: 100%;
}
.content-container.blend {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 50%;
}
.content {

}


/*
CONTENT SYTLE
==============================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	color: #255758;
}
.main-content-style {
	font-family: 'Kanit', sans-serif;
	color: #255758;
}
.main-content-style h1 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 34px;
	line-height: 42px;
	margin: 0 0 20px 0;
}
.main-content-style h2 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 34px;
	line-height: 42px;
	margin: 0 0 20px 0;
}
.main-content-style h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;	
	margin: 0 0 20px 0;
}
.main-content-style h4 {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;	
}
.main-content-style h5 {
	
}
.main-content-style h6 {
	
}

.main-content-style p,
.main-content-style li {
	font-size: 18px;
    line-height: 26px;
}
.main-content-style p {
	margin-bottom: 20px;
}
.main-content-style p strong,
.main-content-style li strong {
	font-weight: 500;
}
.main-content-style p a,
.main-content-style li a {
	display: inline;
	color: #255758;
	text-decoration: underline;
}
.main-content-style ul, ol {
	margin: 10px 0 10px 20px;
}
.main-content-style ul li {
	list-style: disc outside;
	margin-bottom: 10px;
}
.main-content-style ol li {
	list-style: decimal outside;
	margin-bottom: 10px;
}
.main-content-style img {
	margin: 0 0 20px 0;
}


.mcs-s1 h2 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}
.mcs-s1 h3 {
	font-family: 'Dancing Script', 'Kanit', serif, cursive;
	font-size: 40px;
	line-height: 38px;
	color: #2FFBFF;
	margin-top: 20px;
}
.mcs-s1 p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-top: 20px;
}
.mcs-s1 .btn {
	margin-top: 20px;	
}


.mcs-s2 h2 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 40px;
	line-height: 48px;
	color: #255758;
}
.mcs-s2 p {
	font-size: 18px;
	line-height: 26px;
	color: #255758;
	margin-top: 20px;
}

.mcs-s3 h2 {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 40px;
	line-height: 48px;
	color: #255758;
}
.mcs-s3 h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #255758;
	margin-top: 20px;
	margin-bottom: 0;
}
.mcs-s3 p {
	font-size: 18px;
	line-height: 26px;
	color: #255758;
}
.mcs-s3 h3 .num {
    border: 2px solid #255758;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    margin-top: -3px;
}



/*
LIST STYLE
==============================*/
.list-s1 {
	margin-left: 0 !important;
}
.list-s1 li {
	list-style: none !important;
}
.list-s1 li:before {
	content: "";
	background: url(../img/icon-arrow-right.png) center no-repeat;
	background-size: 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 6px;
    vertical-align: middle;
    margin-top: -3px;
}


/*
BUTTON STYLE 
==============================*/
.btn {
	font-family: 'Kanit', sans-serif;
	cursor: pointer;
}
.btn-s1 {
    font-size: 20px;
    font-weight: 400;
	color: #fff;
	background: #B9715E;
	padding: 16px 60px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.btn-s1:hover {
	background: #9c503b;
}
.btn-s1v1 {
	padding: 20px 60px;
}
@media only screen and (max-width : 768px) {
	.btn-s1 {
		padding: 10px 40px;
	}
}
@media only screen and (max-width : 350px) {
	.btn-s1 {
		font-size: 17px;
	}
}

.btn-s2 {
	font-size: 18px;
	line-height: 18px;
    font-weight: 400;
	color: #fff;
	background: #B9715E;
	padding: 14px 30px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn-s2:hover {
	background: #9c503b;
}
.btn-s2v1 {
	background: #255758;
}
.btn-s2v1:hover {

}
.btn-s2v2 {
	padding: 12px 60px;
	background: #255758;
}



/*
SEPARATOR
==============================*/
.sep-s1 {
	width: 100%;
	height: 1px;
	background: #B9715E;
	margin-bottom: 20px;
}



/*
FORM
==============================*/
.form-s1 {
	background: #EAF3F4;
	padding: 40px;
}
.form-s1 .block-field {
	margin: 0 0 40px 0;
}
.form-s1 label {
	font-weight: 500;
	display: block;
	margin: 0 0 20px 0;
}
.field-text,
.field-textarea {
	display: block;
	width: 100%;
	display: block;
	font: 18px/26px 'Kanit', Arial, sans-serif;
	color: #255758;
	background: #fff;
	padding: 10px 15px;
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.field-text {

}
.field-textarea {
	height: 160px;
}
.field-select {
	font: 18px/26px 'Kanit', Arial, sans-serif;
	color: #255758;
    background: url(../img/icon-arrow-down.png) 98% 52% no-repeat #fff;
    background-size: 17px 10px;
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
    cursor: pointer;
    position: relative;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.block-submit {
	text-align: right;
}
.field-submit {
	display: inline-block;
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
	/*-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media only screen and (max-width : 660px) {
	.form-s1 {
		padding: 30px 15px;
	}
}

/*
SECTION
==============================*/
.section {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 40px 0;
}

.section-fullpage {
	background-position: center;
	background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


/* S-1 */
.s-1 {
	height: 400px;
	text-align: center;
}
.s-1-home {
	height: 650px;
}
.s-1 .item-content h1,
.s-1 .item-content .header {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 54px;
	line-height: 64px;
	color: #fff;
}
.s-1 .item-content h1 span {
	font-family: 'Dancing Script', 'Kanit', serif, cursive;
	font-size: 64px;
	font-weight: 600;
	color: #2FFBFF;
}
.s-1 .item-content.th h1 span {
	font-family: 'Bodoni Moda', 'Kanit', serif;
	font-size: 54px;
	line-height: 64px;
	font-weight: normal;
	color: #2FFBFF;
}
.s-1 .item-content p {
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	margin: 20px 0 0 0;
}
.s-1 .btn {
	margin: 20px 0 0 0;
}
@media only screen and (max-width : 768px) {
	.s-1 {
		height: 300px;
	}
	.s-1-home {
		height: 500px;
	}
	
	.s-1 .item-content h1,
	.s-1 .item-content .header {
		font-size: 40px;
		line-height: 50px;
	}
	.s-1 .item-content p {
		font-size: 22px;
		line-height: 30px;
	}
}
@media only screen and (max-width : 660px) {

}
@media only screen and (max-width : 350px) {
	.s-1 {
		height: 200px;
	}
	.s-1-home {
		height: 350px;
	}
	.s-1 .item-content h1,
	.s-1 .item-content .header {
		font-size: 30px;
		line-height: 40px;
	}
	.s-1 .item-content p {
		font-size: 18px;
		line-height: 24px;
	}
}


/* S-2 */
.s-2 {
	padding-bottom: 80px;
}


/* S-3 */
.s-3 {
	background: #255758;
	padding: 0;
}
.s-3v1 {
	/*background: #B9715E;*/
	position: relative;
}
.s-3v1 .bg {
	background: #B9715E;
	position: absolute;
	width: 100%;
	height: 70%;
	top: 15%;
	left: 0;
	z-index: 0;
}


.s-4 {
	position: relative;
}
.s-4 .bg {
	position: absolute;
	background: #B9715E;
	width: 40%;
	height: 20%;
	top: 45%;
	left: 0;
	z-index: 0;
}
.s-4v1 .bg {
	background: #255758;
	left: auto;
	right: 0;
}



.s-5 {

}
.s-6 {

}


.s-7 {
	position: relative;
	padding: 0;
	margin: 40px auto;
}
.s-7 .bg {
	position: absolute;
	background: #255758;
	width: 100%;
	height: 80%;
	top: 10%;
	left: 0;
	z-index: 0;
}
.s-7v1 .bg {
	background: #B9715E;
}


/*
GRID STYLE
==============================*/
.grid-s1 {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 60px;
}
.grid-s1 .item-img {
	position: relative;
    z-index: 10;
}
.grid-s1 .item-content {
	display: flex;
	align-items: center;
	background: #255758;
	padding: 70px 40px 70px 25%;
	margin: 0 0 0 -20%;
	position: relative;
	z-index: 5;
	transform: translateY(60px);
}
.grid-s1 .item-content h2 {

}
.grid-s1 .item-content p {
	margin-top: 20px;
}
.grid-s1 .item-content .btn {
	margin-top: 20px;
}

.grid-s1v1 .item-content {
	background: #B9715E;
}
.grid-s1r {
	flex-flow: row-reverse wrap;
}
.grid-s1r .item-content {
	padding: 70px 25% 70px 40px;
	margin: 0 -20% 0 0;
}
@media only screen and (max-width : 768px) {
	.s-2 {
		padding-bottom: 30px;
	}
	.grid-s1 {
		margin-bottom: 0;
	}
	.grid-s1 .item-img {
		width: 100%;
		float: none;
	}
	.grid-s1 .item-content {
		width: 100%;
		float: none;
		padding: 30px;
		margin: 0;
		transform: translateY(0);
	}
}


.grid-s2 {
	display: flex;
	flex-flow: row-reverse wrap;
	align-items: center;
	margin-bottom: 50px;
}
.grid-s2 .item-img img {
	transform: translateY(50px);
}
.grid-s2 .item-content {
	padding: 30px;
}
.grid-s2v1 {
	margin-bottom: 0;
}
.grid-s2v1 .item-img img {
	transform: translateY(0);	
}
.grid-s2v1r {
	flex-flow: row wrap;
}
@media only screen and (max-width : 768px) {
	.s-3 {
		padding-top: 30px;
		padding-bottom: 0 !important;
	}
	.s-7 {
		background: #255758;
		padding-top: 30px;
	}
	.s-7v1 {
		background: #B9715E;
		padding-top: 30px;
	}
	.grid-s2 {
		margin-bottom: 0;
	}
	.grid-s2 .item-img {
		width: 100%;
		float: none;
	}
	.grid-s2 .item-content {
		width: 100%;
		float: none;
		padding: 30px 0;
	}
	.grid-s2 .item-img img {
		transform: translateY(0);
	}
}



.grid-s3 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.grid-s3 .item-content {
	padding: 30px;
}
.grid-s3 .item-content .btn {
	margin-top: 20px;
}
@media only screen and (max-width : 768px) {
	.s-4 {
		padding-bottom: 0 !important;
	}
	.s-4 .bg {
		display: none;
	}
	.grid-s3 .item-img {
		width: 100%;
		float: none;
	}
	.grid-s3 .item-content {
		width: 100%;
		float: none;
		padding: 30px 0;
	}
	.mcs-s2 p {
		margin-bottom: 0;
	}
}

.grid-s4 {
	display: flex;
	flex-flow: row-reverse wrap;
	align-items: center;
}
.grid-s4 .item-content {
	padding: 30px;
}
.grid-s4 .item-content .btn {
	margin-top: 20px;
}
@media only screen and (max-width : 768px) {
	.grid-s4 .item-img {
		width: 100%;
		float: none;
	}
	.grid-s4 .item-content {
		width: 100%;
		float: none;
		padding: 30px 0;
	}
}



.grid-s6 {
	display: flex;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.grid-s6 .item {
	padding: 0 10px;
	margin-bottom: 20px;
}
.grid-s6 .item img {
	border: 1px solid #E5E5E5;
	margin: 0;
}
@media only screen and (max-width : 768px) {
	.grid-s6 {
		margin-left: -5px;
		margin-right: -5px;
	}
	.grid-s6 .item {
		width: 33.333333%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 660px) {

}


/*
PAGE STYLE
==============================*/
.p-about img {
	width: 400px;
	margin: 20px auto;
}
@media only screen and (max-width : 660px) {
	.p-about img {
		width: 100%;
	}
}
.about-content {

}
.about-content .item-img-2 {
	width: 400px;
	max-width: 400px;
	margin: 30px 0;
}
.about-content .item-img-2 img {
	margin: 0;
}

/* Contact Us Page */
.contact-qr-code-img {
	width: 200px;
}
.contact-info {

}
.contact-info .item {
	padding: 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #B9715E;
}
.contact-info .item:last-of-type {
	border-bottom: none;
}
.contact-info .item .icon:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: -3px 10px 0 0;
}
.contact-info .item .icon-facebook:before {
	background: url(../img/icon-facebook.png) center no-repeat;
	background-size: 18px;
}
.contact-info .item .icon-line:before {
	background: url(../img/icon-line.png) center no-repeat;
	background-size: 18px;
}
.contact-info .item .icon-whatsapp:before {
	background: url(../img/icon-whatsapp.png) center no-repeat;
	background-size: 18px;
}
.contact-info .item .icon-youtube:before {
	background: url(../img/icon-youtube.png) center no-repeat;
	background-size: 18px;
}
.contact-info .item .icon-email:before {
	background: url(../img/icon-email.png) center no-repeat;
	background-size: 18px;
}
.contact-info .item .icon-phone:before {
	background: url(../img/icon-phone-2.png) center no-repeat;
	background-size: 18px;
}
.contact-info .item .icon-address:before {
	background: url(../img/icon-address.png) center no-repeat;
	background-size: 18px;
}


/* Single Visa Migration Page */
.list-item-s1 {

}
.list-item-s1 .item {
	padding: 20px 0 40px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #B9715E;
}
.list-item-s1 .item:last-of-type {
	border-bottom: none;
}
.list-item-s1 .item img {
	margin: 0 0 20px 0;
}
.list-item-s1 .btn {
	margin-top: 20px;
}


/* News Page */
.list-item-s2 {

}
.list-item-s2 .item {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #B9715E;
}
.list-item-s2 .item-title h3 {
	font-family: 'Kanit', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.list-item-s2 .item-content {
	margin-top: 20px;
}
.list-item-s2 .item-content .date {
	color: #B9715E;
}




/*
POPUP
==============================*/
.popup {
	position: fixed;
	z-index: 2000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}
.popup.active {
	display: block;
}
.popup-inner {
	height: 100%;
}
.popup .content-s1 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    padding: 0 15px;
}
.popup .content-s1 .item-btn {
	display: flex;
	justify-content: right;
	margin-bottom: 10px;
	width: 100%;
}
.popup .content-s1 .btn-close {
	width: 40px;
	height: 40px;
	background: rgb(255 255 255 / 80%);
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}
.popup .content-s1 .btn-close:hover {
	background: #fff;
}
.item-video {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 52.2%;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	box-shadow: 0 9px 10px rgb(0 0 0 / 30%);
}
.item-video iframe,
.item-video object,
.item-video embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	border-radius: 20px;
}

/*
FIREFOX
==============================*/
@-moz-document url-prefix() { 
  
}




/*
RESPONSIVE
==============================*/

/* Large Devices, Wide Screens */
@media all and (max-width: 1100px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {	

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.section {
		padding: 30px 0;
	}
	.fix-br br {
		display: none;
	}
	.s-1 .item-content h1 br {
		display: block;
	}
}

@media only screen and (max-width : 660px) {
	.s-1 .item-content h1 br {
		display: none;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}








