@font-face {
	font-family: 'SukhumvitSet';
	src: url(fonts/SukhumvitSet/SukhumvitSet-Medium.ttf);
	font-weight: normal;
}
@font-face {
	font-family: 'SukhumvitSet';
	src: url(fonts/SukhumvitSet/SukhumvitSet-SemiBold.ttf);
	font-weight: 500;
}
@font-face {
	font-family: 'SukhumvitSet';
	src: url(fonts/SukhumvitSet/SukhumvitSet-Bold.ttf);
	font-weight: bold;
}
*,*:focus {
	outline: none !important;
}
body {
	font-family: 'SukhumvitSet';
	font-size: 17px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4E4D59;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.3em;
	margin: 0 0 15px;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
}
p {
	margin: 0 0 15px;
}
p:last-child {
	margin: 0;
}
a, a:visited {
	color: #0F468C;
}
a:hover, a:active {
	color: #4E4D59;
	text-decoration: none;
}
*:hover {
	transition: all .3s ease;
}
ul,ol {
	margin: 0 0 20px 20px;
	padding: 0;
}
.darkblue {
	color: #0F468C;
}
.lightblue {
	color: #5AC0FF;
}
.lightfont {
	color: #fff;
}
.button-download a {
	background: #5AC0FF url(images/icon-pdf.png) 15px center no-repeat;
	background-size: 28px;
	display: inline-block;
	padding: 12px 20px 12px 50px;
	color: #fff;
	font-size: 16px;
}
.button-download a:hover {
	background-color: #FFCE00;
	color: #fff;
}
.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}
.gform_wrapper ul li {
	margin-bottom: 20px;
}
.gform_wrapper ul li label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.gform_wrapper ul li.hidden_label > label {
	display: none;
}
.gform_wrapper ul li.col-12 {
	padding: 0 10px;
}
.gform_wrapper ul li input {
	width: 100%;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}
.gform_wrapper ul li textarea {
	width: 100%;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}
.gform_footer {
	padding: 0 10px;
	text-align: center;
}
.gform_footer input {
	background: #FFCE00;
	color: #0F468C;
	padding: 10px 40px;
	display: inline-block;
	border: none;
	font-size: 16px;
	font-weight: bold;
}
.gform_footer input:hover {
	background: #0F468C;
	color: #fff;
}
.validation_error {
	display: none;
}
.validation_message {
	color: #c00;
}
.gform_wrapper ul li.gfield_html {
	font-size: 14px;	
}
.gform_wrapper ul li.gfield_html a {
	text-decoration: underline;
	color: #000;
}
.owl-dots {
	text-align: center;
	padding: 40px 0 0;
}
.owl-dots button.owl-dot {
	border: 1px solid #0F468C;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 30px;
}
.owl-dots button.owl-dot:after {
	content: '';
	background: #0F468C;
	height: 1px;
	width: 30px;
	display: block;
	position: relative;
	left: 9px;
}
.owl-dots button.owl-dot:last-child {
	margin-right: 0;
}
.owl-dots button.owl-dot:last-child:after {
	display: none;
}
.owl-dots button.owl-dot.active {
	background: #0F468C;
}
.page-heading {
	text-align: center;
}
.page-heading h1,
.page-heading h2 {
	color: #0F468C;
	display: inline-block;
	font-size: 50px;
	margin: 0;
	line-height: 1em;
	position: relative;
}
.page-heading h1:after,
.page-heading h2:after {
	content: '';
	display: block;
	margin-top: 10px;
	height: 5px;
	background: #5AC0FF;
}
.elementor-widget-heading .elementor-heading-title {
	line-height: 1.3em !important;
}
/* HEADER */
.site-header {
	border-bottom: 5px solid #5AC0FF;	
}
.header-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;
	padding: 20px 0;
}
.site-title {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.site-title a {
	display: block;
}
.header-phone {
	font-size: 30px;
	background: url(images/icon-phone.png) left center no-repeat;
	padding-left: 65px;
	height: 50px;
	line-height: 50px;
}
.header-phone a:hover {
	color: #5AC0FF;
}
.main-navigation {
	width: 100%;
	background: #0F468C;
	padding: 15px;
	margin-bottom: -35px;
	z-index: 5;
}
.main-navigation .header-phone {
	display: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.main-navigation ul:after {
	content: '';
	clear: both;
	display: table;
}
.main-navigation ul li {
	float: left;
}
.main-navigation ul li a {
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
}
.main-navigation ul li a:hover {
	color: #5AC0FF;
}
.main-navigation ul li:last-child {
	float: right;
}
.main-navigation ul li:last-child a {
	background: #FFCE00;
	color: #0F468C;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	font-weight: bold;
}
.main-navigation ul li:last-child a:hover {
	background: #5AC0FF;
}
/* HOMEPAGE */
.home-banner {
	position: relative;
}
.home-banner .item {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 33%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	font-size: 20px;
}
.home-banner .item h1 {
	font-size: 45px;
	font-weight: bold;
}
.home-banner .item h4 {
	font-size: 24px;
}
.home-banner .item:before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 70%;	
	height: 100%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
	top: 0;
	left: 0;
}
.home-banner .home-banner-content {
	position: absolute;	
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	color: #fff;
	padding-bottom: 50px;
	pointer-events: none;
}
.home-banner .hero-product {
	position: absolute;
	z-index: 3;
	bottom: -80px;
	right: 50px;
	width: 500px;
}
.home-banner .owl-dots {
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 30px;
}
.home-banner .owl-dots button.owl-dot {
	background: transparent;
	border-color: #fff;
}
.home-banner .owl-dots button.owl-dot:after {
	background: #fff;
}
.home-banner .owl-dots button.owl-dot.active {
	background: #fff;
}
.home-cta .elementor-inner-column {
	padding: 10px;
}
.home-cta .elementor-column-wrap {
	background: #fff;
	border-bottom: 5px solid #5AC0FF;
	box-shadow: 0 0 3px 0px #ddd;
}
.home-cta .elementor-column-wrap .elementor-text-editor {
	padding: 20px;
}
.home-content {
	padding-left: 100px;
}
.home-about {
	padding-left: calc((100vw - 1130px)/2);
	padding-right: 100px;
}
.home-gallery .item {
	width: 100%;
	padding-top: 70%;
	height: 0;
	position: relative;
	display: block;
}
.home-gallery .item img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
/* PORTFOLIO */
.portfolio-highlight .item {
	height: 650px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: flex-start;
	color: #fff;
	padding-bottom: 50px;
}
.portfolio-highlight .item:before {
	content: '';
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	z-index: 2;
}
.portfolio-highlight .item .container {
	position: relative;
	z-index: 5;
}
.portfolio-highlight .owl-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding-bottom: 50px;
	z-index: 5;
	padding-right: calc((100vw - 1140px) / 2);
}
.portfolio-highlight .owl-nav button.owl-prev {
	width: 60px;
	height: 60px;
	line-height: 62px;
	display: inline-block;
	background: #5AC0FF;
	border: 1px solid #5AC0FF;
	border-radius: 100%;
	font-size: 18px;
	margin-left: 10px;
	color: #fff;
}
.portfolio-highlight .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	line-height: 62px;
	display: inline-block;
	background: #5AC0FF;
	border: 1px solid #5AC0FF;
	border-radius: 100%;
	font-size: 18px;
	margin-left: 10px;
	color: #fff;
}
.portfolio-highlight .owl-nav button.owl-prev:hover,
.portfolio-highlight .owl-nav button.owl-next:hover {
	background: #0F468C;
	border-color: #0F468C;
	color: #fff;
}
.portfolio-mrt h3 {
	padding-left: 80px;
	background: url(images/logo-mrt.png) left center no-repeat;
	min-height: 35px;
	margin-bottom: 40px;
}
.portfolio-mrt ul {
	list-style: none;
	font-size: 14px;
	display: flex;
	flex-flow: row wrap;
}
.portfolio-mrt ul li {
	padding-left: 40px;
	background: url(images/icon-location.png) left top no-repeat;
	min-height: 30px;
	margin: 0 0 10px 0;
	width: 50%;
}
.portfolio-cat .header {
	border-left: 5px solid #0F468C;
	padding: 12px 0 12px 20px;
	font-size: 28px;
	color: #0F468C;
	margin-bottom: 30px;
	padding-right: 100px;
}
.portfolio-cat .portfolio-wrapper {
	position: relative;
}
.portfolio-cat .portfolio-wrapper .item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}
.portfolio-cat .portfolio-wrapper .owl-item > .item {
	width: 100%;
}
.portfolio-cat .portfolio-wrapper .item .image {
	width: 100%;
	padding-top: 80%;
	height: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.portfolio-cat .portfolio-wrapper .item .content {
	font-size: 20px;
	border-bottom: 5px solid #5AC0FF;
	padding: 15px;
	text-align: center;
	min-height: 80px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.portfolio-cat .portfolio-wrapper .item .content h4 {
	color: #5AC0FF;
	font-size: 16px;
	line-height: 1em;
	margin: 0;
}
.portfolio-cat .owl-nav {
	position: absolute;
	top: -65px;
	right: 0;
}
.portfolio-cat .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	line-height: 42px;
	display: inline-block;
	border: 1px solid #0F468C;
	border-radius: 100%;
	font-size: 18px;
	margin-left: 10px;
	color: #0F468C;
}
.portfolio-cat .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	line-height: 42px;
	display: inline-block;
	border: 1px solid #0F468C;
	border-radius: 100%;
	font-size: 18px;
	margin-left: 10px;
	color: #0F468C;
}
.portfolio-cat .owl-nav button.owl-prev:hover,
.portfolio-cat .owl-nav button.owl-next:hover {
	background: #0F468C;
	color: #fff;
}
/* BLOG */
.blog-wrapper .item {
	margin-bottom: 60px;
}
.blog-wrapper .title {
	border-left: 5px solid #5AC0FF;
	padding: 5px 0 5px 20px;
	color: #0F468C;
	font-size: 20px;
	line-height: 1.3em;
	min-height: 60px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-top: 15px;
}
.single-post .entry-header {
	padding: 100px 0 50px;
}
.single-post .entry-header p {
	margin: 0;
}
.single-post .entry-content {
	padding-bottom: 100px;
}
.single-post .related {
	padding: 100px 0;
	background: #FAFAFA url(images/pattern2.png) left top repeat;
}
/* WEIGHT TABLE */
.weight-table .table-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 15px;
}
.weight-table .table-header a {
	font-size: 25px;
	position: relative;
	text-align: center;
}
.weight-table .table-header a:after {
	content: '';
	background: url(images/icon-down.png) center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
	opacity: 0;
}
.weight-table .table-header a.active {
	color: #5AC0FF;
}
.weight-table .table-header a.active:after {
	opacity: 1;
}
.weight-table .table-content .table {
	display: none;
	padding: 15px;
}
.weight-table .table-content .table.active {
	display: block;
}
.weight-table .table-content .button-download {
	padding-bottom: 40px;
	text-align: right;
	display: none;
}
.weight-table .table-mobile {
	display: none;
}
/* PROCESS */
.process {
	padding: 50px;
}
.process .col-6 {
	padding: 0 !important;
}
.process .item {
	text-align: center;
	padding: 30px;
	border-right: 1px solid rgba(10, 34, 67, 0.3);
	border-bottom: 1px solid rgba(10, 34, 67, 0.3);
}
.process .col-6:nth-child(3n+3) .item {
	border-right: none;
}
.process .col-6:nth-child(7) .item,
.process .col-6:nth-child(8) .item,
.process .col-6:nth-child(9) .item {
	border-bottom: 0;
}
.process .item .image {
	margin-bottom: 15px;
}
.process .item .content {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	text-align: left;
	align-items: center;
	padding: 10px;
}
.process .item .content .index {
	color: #5AC0FF;
	font-size: 60px;
	width: 30%;
	line-height: 1em;
	text-align: right;
	padding-right: 20px;
}
.process .item .content .title {
	font-size: 20px;
}
@media screen and (max-width: 991px) {
	.process .item {
		text-align: center;
		padding: 30px;
		border-right: 1px solid rgba(10, 34, 67, 0.3);
		border-bottom: 1px solid rgba(10, 34, 67, 0.3);
	}
	.process .col-6:nth-child(3n+3) .item {
		border-right: 1px solid rgba(10, 34, 67, 0.3);
	}
	.process .col-6:nth-child(2n+2) .item {
		border-right: none;
	}
	.process .col-6:nth-child(8) .item,
	.process .col-6:nth-child(7) .item {
		border-bottom: 1px solid rgba(10, 34, 67, 0.3);
	}
	.process .col-6:nth-child(9) .item {
		border-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.process {
		padding: 50px 0;
	}
	.process .item {
		padding: 15px;
	}
	.process .item .content {
		padding: 0;
	}
	.process .item .content .title {
		font-size: 12px;
		line-height: 1.5em;
	}
	.process .item .content .index {
		font-size: 30px;
		width: auto;
		padding-right: 10px;
		text-align: left;
	}
}
/* FOOTER */
.site-footer {
	background: #0A2243;
	border-top: 5px solid #0F468C;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
}
.site-footer a {
	color: #fff;
}
.site-footer h4 {
	font-size: 20px;
}
.footer-wrapper {
	padding: 80px 0;
}
.footer-3 table td {
	padding: 5px;
}
.footer-3 table td a {
	color: #fff;
	text-decoration: underline;
}
.footer-3 table td a:hover {
	color: #5AC0FF;
}
.footer-4 .widget a {
	background: #FFCE00;
	color: #0F468C;
	padding: 8px 40px;
	display: inline-block;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.footer-4 .widget a:hover {
	background: #5AC0FF;
}
.copyright {
	border-top: 1px solid #0F468C;
	padding: 30px 15px;
	width: 100%;
}
/* RESPONSIVE */
@media screen and (max-width: 1280px) {	
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 1024px) {	
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	.home-banner .item {
		font-size: 16px;
	}
	.home-banner .item h1 {
		font-size: 40px;
	}
	.home-banner .item h4 {
		font-size: 18px;
	}
	.home-banner .home-banner-content {
		padding-bottom: 15px;
	}
	.home-banner .hero-product {
		max-width: 300px;
	}
	.home-content {
		padding: 40px;
	}
	.home-about {
		padding: 40px;
	}
	.portfolio-highlight .item {
		height: 500px; 
	}
	.portfolio-highlight .owl-nav {
		padding-bottom: 50px;
		padding-right: 50px;
	}
	.portfolio-highlight .owl-nav button.owl-prev,
	.portfolio-highlight .owl-nav button.owl-next {
		width: 50px;
		height: 50px;
		line-height: 52px;
	}
}
@media screen and (max-width: 991px) {	
	img {
		max-width: 100%;
		height: auto;
	}
	.owl-dots button.owl-dot {
		margin-right: 20px;
	}
	.owl-dots button.owl-dot:after {
		width: 20px;
	}
	.page-heading h1,
	.page-heading h2 {
		font-size: 40px;
	}
	.site-header {
		position: fixed;
		top: 0;
		z-index: 10;
		background: #fff;
		width: 100%;
	}
	.header-wrapper {
		padding: 0;
	}
	.header-wrapper > .header-phone {
		padding: 0;
		background: none;
	}
	.header-wrapper > .header-phone span a {
		font-size: 0;
		background: url(images/icon-phone.png) center center no-repeat;
		background-size: 60%;
		padding-left: 0;
		height: 50px;
		width: 60px;
		line-height: 50px;
		display: block;
	}
	.site-title {
		flex-grow: 2;
	}
	.site-title a {
		max-width: 250px;
		padding-left: 20px;
	}
	.menu-toggle {
		width: 50px;
		height: 50px;
		background: #0F468C;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.menu-toggle span {
		width: 28px;
		height: 2px;
		background: #fff;
		position: relative;
	}
	.menu-toggle span:before {
		content: '';
		width: 28px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		top: -7px;
	}
	.menu-toggle span:after {
		content: '';
		width: 28px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 0;
		bottom: -7px;
	}
	.site-header.active .menu-toggle {
		background: #0A2243;
	}
	.site-header.active .menu-toggle span {
		background: transparent;
	}
	.site-header.active .menu-toggle span:before {
		transform: rotate(45deg);
		top: 0;
	}
	.site-header.active .menu-toggle span:after {
		transform: rotate(-45deg);
		top: 0;
	}
	.main-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		background: #5AC0FF;
		padding: 20px 25px;
		display: none;
	}
	.main-navigation ul li {
		float: none;
		margin-bottom: 10px;
	}
	.main-navigation ul li a {
		padding: 8px 0;
	}
	.main-navigation ul li:last-child {
		float: none;
	}
	.main-navigation ul li:last-child a {
		display: block;
		text-align: center;
	}
	.main-navigation .header-phone {
		display: block;
		background: url(images/icon-phone-m.png) left 20px no-repeat;
		margin-top: 15px;
		color: #0F468C;
		font-size: 28px;
		padding-top: 15px;
		border-top: 1px solid #fff;
		height: auto;
		margin-bottom: 0;
	}
	.main-navigation .header-phone .widget {
		margin-bottom: 0;
	}
	.site-header.active .main-navigation {
		display: block;
	}
	.site-main {
		margin-top: 55px;
	}
	.home-banner .item:before {
		display: none;
	}
	.home-banner .home-banner-content {
		position: relative;
		background: #0F468C;
		padding: 150px 20px 20px;
	}
	.home-banner .hero-product {
		max-width: 240px;
		bottom: auto;
		top: -50px;
		left: 50%;
		margin-left: -120px;
	}
	.home-banner .owl-dots {
		display: none;
	}
	.weight-table .table-header {
		/* display: none; */
		flex-flow: row wrap;
		justify-content: center;
	}
	.weight-table .table-header a {
		min-width: 100px;
		padding: 5px 10px;
	}
	.weight-table .table-mobile {
		display: block;
		padding: 40px 0;
		display: none;
	}
	.weight-table .table-mobile select {
		width: 100%;
		padding: 12px;
	}
	.widget {
		margin-bottom: 30px;
	}
	.footer-1 {
		text-align: center;
	}
	.footer-4 .widget a {
		display: block;
		text-align: center;
	}
	.footer-4 .widget_media_image {
		text-align: center;
	}
	.copyright .widget {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.page-heading h1,
	.page-heading h2 {
		font-size: 30px;
	}
	.page-heading h1:after,
	.page-heading h2:after {
		margin-top: 3px;
		height: 3px;
	}
	.gform_wrapper ul li {
		margin-bottom: 10px;
	}
	.site-title a {
		max-width: 200px;
		padding-left: 20px;
	}
	.home-banner .owl-dots {
		padding-bottom: 5px;
	}
	.home-banner {
		font-size: 14px;
	}
	.home-banner h1 {
		font-size: 22px;
	}
	.home-banner h4 {
		font-size: 20px;
	}
	.home-banner .item {
		padding-top: 50%;
		background-position: center top;
	}
	.home-banner .home-banner-content {
		padding: 80px 20px 20px;
	}
	.home-banner .hero-product {
		max-width: 160px;
		bottom: auto;
		top: -50px;
		left: 50%;
		margin-left: -80px;
	}
	.home-content {
		padding: 10px 0;
	}
	.home-about {
		padding: 40px 25px;
	}
	.weight-table .table-header a {
		min-width: 0;
		padding: 5px 10px;
		font-size: 16px;
	}
	.weight-table .table-header a:after {
		background-size: 12px;
	}
	.portfolio-highlight .item {
		height: 300px;
		padding: 0 0 20px;
	}
	.portfolio-highlight .owl-nav {
		padding: 20px;
	}
	.portfolio-highlight .owl-nav button.owl-prev, .portfolio-highlight .owl-nav button.owl-next {
		width: 35px;
		height: 35px;
		line-height: 38px;
	}
	.portfolio-mrt ul li {
		width: 100%;
	}
	.button-download a {
		background: #5AC0FF url(images/icon-pdf.png) 15px center no-repeat;
		background-size: 20px;
		display: inline-block;
		padding: 10px 20px 10px 40px;
		color: #fff;
		font-size: 13px;
	}
	.footer-wrapper {
		padding: 40px 0 0;
	}
}