/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Class Section
7.  Price Plan Section
8.  Trainer Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600;800&display=swap');

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-font/Gotham-Light.eot');
	src: url('../fonts/Gotham-font/Gotham-Light.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Gotham-font/Gotham-Light.woff2') format('woff2'),
			url('../fonts/Gotham-font/Gotham-Light.woff') format('woff'),
			url('../fonts/Gotham-font/Gotham-Light.ttf') format('truetype'),
			url('../fonts/Gotham-font/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-font/Gotham-Book.eot');
	src: url('../fonts/Gotham-font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Gotham-font/Gotham-Book.woff2') format('woff2'),
			url('../fonts/Gotham-font/Gotham-Book.woff') format('woff'),
			url('../fonts/Gotham-font/Gotham-Book.ttf') format('truetype'),
			url('../fonts/Gotham-font/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-font/Gotham-Medium.eot');
	src: url('../fonts/Gotham-font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Gotham-font/Gotham-Medium.woff2') format('woff2'),
			url('../fonts/Gotham-font/Gotham-Medium.woff') format('woff'),
			url('../fonts/Gotham-font/Gotham-Medium.ttf') format('truetype'),
			url('../fonts/Gotham-font/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-font/Gotham-Bold.eot');
	src: url('../fonts/Gotham-font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Gotham-font/Gotham-Bold.woff2') format('woff2'),
			url('../fonts/Gotham-font/Gotham-Bold.woff') format('woff'),
			url('../fonts/Gotham-font/Gotham-Bold.ttf') format('truetype'),
			url('../fonts/Gotham-font/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Anantason';
	src: url('../fonts/Anantason-font/Anantason-SemiBold.eot');
	src: url('../fonts/Anantason-font/Anantason-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Anantason-font/Anantason-SemiBold.woff2') format('woff2'),
			url('../fonts/Anantason-font/Anantason-SemiBold.woff') format('woff'),
			url('../fonts/Anantason-font/Anantason-SemiBold.ttf') format('truetype'),
			url('../fonts/Anantason-font/Anantason-SemiBold.svg#Anantason-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Anantason';
	src: url('../fonts/Anantason-font/Anantason-Bold.eot');
	src: url('../fonts/Anantason-font/Anantason-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/Anantason-font/Anantason-Bold.woff2') format('woff2'),
			url('../fonts/Anantason-font/Anantason-Bold.woff') format('woff'),
			url('../fonts/Anantason-font/Anantason-Bold.ttf') format('truetype'),
			url('../fonts/Anantason-font/Anantason-Bold.svg#Anantason-Bold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

html,
body {
	height: 100%;
	font-family: 'Kanit', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #054444;
	font-weight: 400;
	font-family: 'Kanit', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	color: #a9a9a9;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

/* img {
	max-width: 100%;
} */

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.header-section .main-header-area {
	position: relative;
  width: 100%;
  padding: 0;
  z-index: 99;
  background: #ffffff;
}
.header-section .main-header-area .nav-menu ul {
	position: relative;
	margin-top: 10px;
}
.header-section .main-header-area.sticky {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;             
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.header-section .main-header-area.sticky .nav-menu ul {
	position: relative;
	margin-top: 10px;
}
.header-section .main-header-area.sticky .nav-menu ul li a:hover {
	color: #f06c31;
}
.header-section .main-header-area.sticky .nav-menu ul li a {
	color: #054444;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: 'Gotham', sans-serif;
	padding: 10px 0px;
	position: relative;
}
.header-section .main-header-area.sticky .nav-menu ul li.active>a {
	color: #f06c31;
}
.header-section .logo img {
	width: 60%;
}
.header-section-fixtop .main-header-area {
	position: relative;
	width: 100%;
	padding: 0;
	z-index: 99;
	background: #ffd400;
}
.header-section-fixtop .main-header-area.sticky {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;             
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #ffd400;
}
.header-section-fixtop .main-header-area .nav-menu ul {
	position: relative;
	margin-top: 10px;
}
.header-section-fixtop .main-header-area.sticky .nav-menu ul {
	position: relative;
	margin-top: 10px;
}
.header-section-fixtop .main-header-area.sticky .nav-menu ul li a:hover {
	color: #f06c31;
}
.header-section-fixtop .main-header-area.sticky .nav-menu ul li a {
	color: #054444;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: 'Gotham', sans-serif;
	padding: 10px 0px;
	position: relative;
}
.header-section-fixtop .main-header-area.sticky .nav-menu ul li.active>a {
	color: #f06c31;
}
.header-section-fixtop .logo img {
	width: 60%;
}
.section-title {
	margin-bottom: 45px;
	text-align: center;
}
.section-title span {
	font-size: 16px;
	color: #f06c31;
	text-transform: uppercase;
	font-weight: 700;
}
.section-title h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 8px;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */
.primary-btn {
	display: inline-block;
	font-size: 14px;
	padding: 17px 30px 16px;
	color: #ffffff;
	background: #f06c31;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}

.primary-btn.btn-normal {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.primary-btn.btn-normal:hover {
	background: #f06c31;
	border-color: #f06c31;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	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;
}

/*---------------------
  Header
-----------------------*/

/* .header-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 15px 0 15px;
	z-index: 99;
} */

.logo a {
	display: inline-block;
}

.nav-menu {
	text-align: center;
}

.nav-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 32px;
	position: relative;
	z-index: 1;
}

.nav-menu ul li .dropdown {
	position: absolute;
	left: -30px;
	top: 58px;
	width: 180px;
	background: #252525;
	z-index: 99;
	text-align: left;
	padding: 13px 0 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-menu ul li .dropdown li {
	margin-right: 0;
	display: block;
}

.nav-menu ul li .dropdown li a {
	display: block;
	text-transform: none;
	padding: 6px 0 6px 30px;
	font-weight: 400;
}

.nav-menu ul li .dropdown li a:after {
	display: none;
}

.nav-menu ul li:last-child {
	margin-right: 0;
}

.nav-menu ul li.active>a {
	color: #f06c31;
}

.nav-menu ul li.active>a:after {
	opacity: 1;
}

.nav-menu ul li:hover>a {
	color: #f06c31;
}

.nav-menu ul li:hover>a:after {
	opacity: 1;
}

.nav-menu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.nav-menu ul li a {
	color: #054444;
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: 'Gotham', sans-serif;
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}

/* .nav-menu ul li a:after {
	position: absolute;
	left: 0;
	top: 22px;
	height: 1px;
	width: 100%;
	background: #f06c31;
	content: "";
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
} */

.top-option {
	text-align: center;
	padding: 0;
}

.top-option .to-search {
	display: inline-block;
	position: relative;
	padding: 10px;
	background: #ffd400;
	width: 45px;
	height: 45px;
	border-radius: 50px;
}

.top-option .to-search:hover {
	background: #f06c31;
	color: #FFFFFF;
}

/* .top-option .to-search:after {
	position: absolute;
	right: 0;
	top: 5px;
	height: 15px;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
	content: "";
} */

.top-option .to-search i {
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.top-option .to-social {
	display: inline-block;
}

.top-option .to-social a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	margin-left: 15px;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas-open {
	display: none;
}

/*---------------------
  Hero Section
-----------------------*/
.hs-slider .hs-item.set-bg {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text span {
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease 0.2s;
	-o-transition: all 0.2s ease 0.2s;
	transition: all 0.2s ease 0.2s;
	opacity: 1;
}
.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text h1 {
	position: relative;
	top: 0;
	-webkit-transition: all 0.4s ease 0.4s;
	-o-transition: all 0.4s ease 0.4s;
	transition: all 0.4s ease 0.4s;
	opacity: 1;
}
.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
	position: relative;
	width: 50%;
}
.hs-slider.owl-carousel .owl-item img {
	display: block;
	width: 50% !important;
}
.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text .primary-btn {
	position: relative;
	top: 0;
	-webkit-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
	opacity: 1;
}
.hs-slider.owl-carousel .owl-nav button {
	height: 35px;
	width: 35px;
	color: #054444;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	border: 2px solid #054444;
	line-height: 46px;
	text-align: center;
	position: absolute;
	font-size: 24px;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-23px);
	-ms-transform: translateY(-23px);
	transform: translateY(-23px);
}
.hs-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 30px;
}
.hs-slider.owl-carousel .owl-nav button.owl-next i {
	position: absolute;
	top: 3px;
	left: 12px;
}
.hs-slider.owl-carousel .owl-nav button.owl-prev i {
	position: absolute;
	top: 3px;
	left: 10px;
}
.hs-slider .hs-item {
	height: 720px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-top: 200px;
}
.hs-slider .hs-item .hi-text span {
	display: block;
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 18px;
	position: relative;
	padding: 30px 0;
	text-align: center;
}
.hs-slider .hs-item .hi-text h1 {
	font-size: 60px;
	color: #054444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 90px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	position: relative;
	top: 100px;
	opacity: 0;
}
.hs-slider .hs-item .hi-text h2 {
	font-size: 44px;
	color: #ffd400;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 90px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	position: relative;
	padding: 20px 0;
	text-align: center;
	top: 100px;
}
.hs-slider .hs-item .hi-text h1 strong {
	color: #f06c31;
}
.hs-slider .hs-item .hi-text .primary-btn {
	position: relative;
	top: 100px;
	opacity: 0;
}
.hs-slider .hs-item .product-text h2 {
	font-size: 44px;
	color: #f06c31;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 60px;
	position: relative;
	padding: 20px 0;
	text-align: center;
	top: 100px;
}
.hs-slider .hs-item .product-text span {
	display: block;
	font-size: 28px;
	color: #054444;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 18px;
	position: relative;
	padding: 30px 0;
	text-align: center;
}
.callnow-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	left: 12%;
	margin-top: -40px;
	z-index: 9;
}
.callnow-area .call-now {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background: #f06c33;
	position: relative;
	margin: 0;
	width: 60%;
}
.callnow-area .call-now .collnow-txt {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	position: relative;
	padding: 10px 40px 0;
}
.callnow-area .call-now .collnow-txt h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 1.4;
}
.callnow-area .call-now .collnow-txt h2 {
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-top: 10px;
	color: #FFFFFF;
	line-height: 1.4;
}
.callnow-area .call-now .collnow-icon a img {
	width: 70%;
	position: relative;
	padding: 8px;
}
.callnow-area .call-now .collnow-icon {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	text-align: center;
}
/*---------------------
  Card Info Section
-----------------------*/
.cardinfo-section {
	background: #FFFFFF;
	padding-bottom: 70px;
}
.cardinfo-section .vision-title {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.cardinfo-section .vision-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	text-align: left;
}
.cardinfo-section .vision-title .line-our {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.cardinfo-section .cardinfo {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.cardinfo-section .cardinfo .card-item {
	position: relative;
	padding: 20px;
}
.cardinfo-section .cardinfo .card-item img.card-image {
	position: relative;
	margin: 20px 0;
	height: 100px;
	width: 100px;
	display: inline-block;
	line-height: 90px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform: scale(1);
}
.cardinfo-section .cardinfo .card-item img.card-image:hover {
	transform: scale(1.1);
}
.cardinfo-section .cardinfo .card-item h4 {
	color: #054444;
	font-family: 'Anantason', sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 20px 40px;
	line-height: 1.4;
	height: 100px;
	overflow: hidden;
}
.cardinfo-section .cardinfo .card-item p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color: #054444;
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 0 20px;
	height: 88px;
	overflow: hidden;
}
.cardinfo-section .cardinfo .card-item a.card-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 10px 5px 5px 5px;
	background: #FFFFFF;
	border: 2px solid #f06c31;
	color: #f06c31;
	width: 50%;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.cardinfo-section .cardinfo .card-item a.card-btn:hover {
	background: #f06c31;
	color: #ffffff;
}
/* .cardinfo-section .cardinfo .card-item a.card-btn span {
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #f06c31;
	position: relative;
	margin-bottom: 0;
} */
.cardinfo-section .cardinfo .card-item a.card-btn i {
	position: relative;
	top: -2px;
	padding-left: 10px;
	font-size: 32px;
	font-weight: 400;
}
.cardinfo-section .owl-nav button.owl-next {
	display: block;
	left: auto;
  right: 0 !important;
  color: #054444;
	font-size: 40px;
	font-weight: 600;
}
.cardinfo-section .owl-nav button.owl-prev {
  display: block;
  left: 0 !important;
  right: auto;
  color: #054444;
  font-size: 40px;
	font-weight: 600;
}
.owl-carousel .owl-nav button {
	display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  color: #000;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 10px;
  line-height: 50px;
}
.cardinfo-section .owl-dots {
  position: relative;
  margin: 0 auto;
  margin-right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.cardinfo-section .owl-dots .owl-dot {
  position: relative;
  bottom: 0px;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
  background: #c7c7c7; 
  border: 1px solid #c7c7c7;
}
.cardinfo-section .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 10px;
  background: #054444;
	border: 1px solid #054444;
}
/*----------------------
	Vision Section
------------------------*/
.vision-section {
	background: #FFFFFF;
	padding: 40px 0;
}
.vision-section .section {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 40px 0;
}
.vision-section .vision-title {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.vision-section .vision-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	text-align: left;
}
.vision-section .vision-title .line-our {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.vision-section .vision {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.vision-section .vision .vision-item {
	position: relative;
	margin: 20px 0;
	overflow: hidden;
}
.vision-section .vision .vision-item img.vision-image {
	position: relative;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	line-height: 90px;
	text-align: center;
	-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vision-section .vision .vision-item img.vision-image:hover {
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vision-section .vision .vision-item h4 {
	color: #054444;
	font-family: 'Anantason', sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 30px 40px 10px 40px;
	line-height: 1.4;
}
.vision-section .vision .vision-item p {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color: #054444;
	line-height: 1.4;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
/*----------------------
	Professional Section
-----------------------*/
.professional-section {
	background: #f06c31;
	position: relative;
	padding: 0;
}
.professional-section .professional-item {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}
.professional-section .professional-photo {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}
.professional-section .professional-text {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
.professional-section .professional-text h1 {
	padding: 60px 0 10px 60px;
	font-family: 'Anantason', sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	color: #FFFFFF;
}
.professional-section .professional-text p {
	padding: 10px 60px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #FFFFFF;
}
/*----------------------
	Company History
-----------------------*/
.company-section {
  position: relative;
  z-index: 1;
  width: 100%;
  /* overflow: hidden; */
	background: #ffd402;
}
.company-section .section {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	padding: 80px 0;
}
.company-section .company-title {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 40px 0 0;
}
.company-section .company-title .line-our {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.company-section .company-tabs.tab-content {
	display: flex;
	flex-flow: row;
	justify-items: end;
	width: 65%;
	position: relative;
	padding: 0;
}
.company-section .company-title h2 {
	width: 70px;
	height: 70px;
	border: 2px solid #333333;
	border-radius: 50px;
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	padding: 25px 0 0;
	text-align: center;
}
.company-section .company-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 0;
	text-align: left;
}
.company-section .company-title h3 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #f06c31;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 10px;
	text-align: left;
}
.company-section .company-title p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
	padding: 30px 0 0;
	text-align: left;
	color: #054444;
} 
.company-tab-link {
  text-align: center;
}
.company-tab-link ul li {
  display: inline-block;
  padding: 10px 0;
  margin: 0 -3px;
}
.company-tab-link ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 10px 60px;
  border-bottom: 4px solid #000;
  font-weight: 500;
}
.company-tab-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  justify-content: center;
}
.company-tab-link ul li a.active {
  color: darkcyan;
  border-color: darkcyan;
}
.companyItem {
	margin: 0;
  padding: 0;
  width: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  transition: 0.3s ease;
}
.company-img {
  margin: 0;
}
.company-detail {
  width: 855px;
}
.companyItemTitle {
  position: absolute;
  left: 50px;
  z-index: 1;
  width: 475px;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: left;
  text-align: center;
  margin: 0 auto;
	padding: 0;
  bottom: 90%;
  height: 100px;
  line-height: 120px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-transform: uppercase;
	font-family: 'Gotham', sans-serif;
	font-size: 34px;
	font-weight: 800;
}
.companyItem.active {
  width: calc(100% - 6 * 70px);
}
/* .companyItem.active .company-detail {
  width: 1000px;
} */
.companyItem.active .company-img {
  max-width: 440px;
	width: 450px;
}
.companyItem.active .company-img img {
	width: 100%;
}
.companyItem .company-img img {
	width: 440px;
}
.companyItem.active .company-detail .row .col:first-child {
  max-width: 50% !important;
	padding-left: 0;
	padding-right: 0;
}
.company-content {
  max-width: 340px;
	height: 340px;
  margin: 0;
  top: 50%;
  left: -95%;
  position: relative;
  padding: 30px;
  transform: translate(0, -50%);
  opacity: 1;
  transition: opacity 0.3s ease;
	background: rgba(0, 0, 0, 0.4);
}
.companyslide:after {
  content: "";
  clear: both;
  display: block;
}
.company-content p {
	font-size: 16px;
	font-weight: 400;
  color: #FFFFFF;
	margin-bottom: 0;
}
.company-content h2 {
	position: absolute;
	bottom: 85%;
	padding: 0;
	font-family: 'Gotham', sans-serif;
  font-size: 54px;
	font-weight: 800;
  color: #f06c31;
}
.companyItemTitle.rotate {
	display: none;
	position: absolute;
  left: 0px;
  z-index: 1;
  width: 220px;
  color: #333333;
  transform: rotate(0deg);
  transform-origin: left;
  text-align: center;
  margin: 0 auto;
	padding: 0;
  bottom: 0%;
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
.companyItem.active .company-content {
  transition: 0.3s ease;
  /* opacity: 1; */
}
.company-content a {
  background: darkcyan;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
}
/*-- end --*/

/*media area*/
/* @media (max-width: 1450px) {
  .company-content {
    margin: 0;
    max-width: 360px;
  }
} */

/* @media (max-width: 1280px) {
  .companyItem.active .company-detail {
    width: 750px;
  }
  .company-detail {
    width: 595px;
  }
} */

/* @media (max-width: 1199px) {
  h4.companyItemTitle {
    height: 50px;
    line-height: 50px;
    left: 25px;
    top: 94%;
  }
  .companyItem {
    width: 50px;
  }
  .companyItem.active {
    width: calc(100% - 6 * 50px);
  }
  .companyItem.active .company-content {
    margin-left: 20px;
  }
} */

/* @media (max-width: 991px) {
  .company-content p {
    font-size: 14px;
  }
  .companyItem.active .company-content {
    margin-left: 0;
  }
  h4.companyItemTitle {
    font-size: 14px;
    top: 93%;
    width: 280px;
    font-family: "ProximaNovaA-Regular";
    height: 36px;
    line-height: 36px;
    left: 17px;
  }
  .companyItem.active .company-detail {
    width: 500px;
  }
  .company-content h2 {
    font-size: 18px;
    margin: 0;
  }
  .company-content a {
    padding: 7px 13px;
    font-size: 16px;
    margin-top: 10px;
  }
  .company-detail {
    width: 395px;
    max-height: 279px;
  }
  .companyItem {
    width: 35px;
  }
  .companyItem.active {
    width: calc(100% - 6 * 35px);
  }
} */

/* @media (max-width: 767px) {
  .companyItem {
    width: 100%;
  }
  .company-detail {
    width: 100%;
    max-height: unset;
    display: none;
  }
  h4.companyItemTitle {
    text-align: left;
    padding-left: 15px;
    position: relative;
    transform: rotate(0);
    border-bottom: 1px solid #999;
    height: 40px;
    line-height: 40px;
    width: 100%;
    left: 0;
  }
  .company-img {
    margin: 0;
  }
  .company-content {
    margin: 0;
    max-width: 100%;
  }
  .companyItemTitle.hide {
    background: #de9400;
    display: block;
  }
  .companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 50% !important;
  }
  .companyItem.active {
    width: 100%;
  }
} */

/* @media (max-width: 574px) {
  .companyItem.active .company-detail .row {
    display: block;
  }
  .companyItem.active .company-detail .row .col {
    max-width: 100% !important;
  }
  .company-content {
    transform: translate(0);
    top: 0;
    padding: 10px 0;
  }
  .company-img,
  .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
  }
  .company-img img {
    width: 100%;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 100% !important;
  }
} */
/*----------------------
	Duflex Section
------------------------*/
.duflex-section {
  position: relative;
  z-index: 1;
  width: 100%;
	background: #e0e0e0;
}
.duflex-section .section {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	padding: 80px 0;
}
.duflex-section .duflex-title {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 40px 0 0;
}
.duflex-section .duflex-title .line-our {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.duflex-section .duflex-tabs.tab-content {
	display: flex;
	flex-flow: row;
	justify-items: end;
	width: 65%;
	position: relative;
	padding: 0;
}
.duflex-section .duflex-title h2 {
	width: 70px;
	height: 70px;
	border: 2px solid #333333;
	border-radius: 50px;
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	padding: 25px 0 0;
	text-align: center;
}
.duflex-section .duflex-title h1 {
	font-family: 'Kanit', sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 0;
	text-align: left;
}
.duflex-section .duflex-title h3 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #f06c31;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 10px;
	text-align: left;
}
.duflex-section .duflex-title p {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
	padding: 20px 0 0;
	text-align: left;
	color: #054444;
} 
.duflex-tab-link {
  text-align: center;
}
.duflex-tab-link ul li {
  display: inline-block;
  padding: 10px 0;
  margin: 0 -3px;
}
.duflex-tab-link ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 10px 60px;
  border-bottom: 4px solid #000;
  font-weight: 500;
}
.duflex-tab-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  justify-content: center;
}
.duflex-tab-link ul li a.active {
  color: darkcyan;
  border-color: darkcyan;
}
.duflexItem {
	margin: 0;
  padding: 0;
  width: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  transition: 0.3s ease;
}
.duflex-img {
  margin: 0;
}
.duflex-detail {
  width: 855px;
}
.duflexItemTitle {
  position: absolute;
  left: 50px;
  z-index: 1;
  width: 475px;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: left;
  text-align: right;
  margin: 0 auto;
	padding: 0 30px 0 0;
  bottom: 87.5%;
  height: 120px;
  line-height: 120px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-transform: uppercase;
	font-family: 'Anantason', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.duflexItem.active {
  width: calc(100% - 6 * 70px);
}
.duflexItem.active .duflex-img {
  max-width: 440px;
	width: 450px;
}
.duflexItem.active .duflex-img img {
	width: 100%;
}
.duflexItem .duflex-img img {
	width: 440px;
}
.duflexItem.active .duflex-detail .row .col:first-child {
  max-width: 50% !important;
	padding-left: 0;
	padding-right: 0;
}
.duflex-content {
  max-width: 340px;
	height: 340px;
  margin: 0;
  top: 50%;
  left: -95%;
  position: relative;
  padding: 30px;
  transform: translate(0, -50%);
  opacity: 1;
  transition: opacity 0.3s ease;
	background: rgba(0, 0, 0, 0.4);
}
.duflexslide:after {
  content: "";
  clear: both;
  display: block;
}
.duflex-content p {
	font-size: 16px;
	font-weight: 400;
  color: #FFFFFF;
	margin-bottom: 0;
}
.duflex-content h2 {
	position: absolute;
	bottom: 85%;
	padding: 0;
	font-family: 'Gotham', sans-serif;
  font-size: 54px;
	font-weight: 800;
  color: #f06c31;
}
.duflexItemTitle.rotate {
	position: absolute;
  left: 0px;
  z-index: 1;
  width: 425px;
  color: #FFFFFF;
  transform: rotate(0deg);
  transform-origin: left;
  text-align: left;
  margin: 0;
	padding: 0 30px;
  bottom: 0%;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-transform: uppercase;
}
.duflexItem.active .duflex-content {
  transition: 0.3s ease;
  /* opacity: 1; */
}
.duflex-content a {
  background: darkcyan;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
}
/*----------------------
	Vertical Section
-----------------------*/
.homeuse-section {
  position: relative;
  z-index: 1;
  width: 100%;
  /* overflow: hidden; */
	background: #ffd402;
}
.homeuse-section .section {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	padding: 80px 0;
}
.homeuse-section .homeuse-title {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 40px 0 0;
}
.homeuse-section .homeuse-title .line-our {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.homeuse-section .homeuse-tabs.tab-content {
	display: flex;
	flex-flow: row;
	justify-items: end;
	width: 65%;
	position: relative;
	padding: 0;
}
.homeuse-section .homeuse-title h2 {
	width: 70px;
	height: 70px;
	border: 2px solid #333333;
	border-radius: 50px;
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	padding: 25px 0 0;
	text-align: center;
}
.homeuse-section .homeuse-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 10px;
	text-align: left;
}
.homeuse-section .homeuse-title h3 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #f06c31;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 10px;
	text-align: left;
}
.homeuse-section .homeuse-title p {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	color: #054444;
} 
.homeuse-tab-link {
  text-align: center;
}
.homeuse-tab-link ul li {
  display: inline-block;
  padding: 10px 0;
  margin: 0 -3px;
}
.homeuse-tab-link ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  padding: 10px 60px;
  border-bottom: 4px solid #000;
  font-weight: 500;
}
.homeuse-tab-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  justify-content: center;
}
.homeuse-tab-link ul li a.active {
  color: darkcyan;
  border-color: darkcyan;
}
.homeuse-content {
	max-width: 340px;
	height: 250px;
	margin: 0;
	top: 50%;
	left: -100%;
	position: relative;
	padding: 30px;
	transform: translate(0, -50%);
	opacity: 1;
	transition: opacity 0.3s ease;
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.homeuse-content p {
  text-align: left;
  width: 100%;
	font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0;
}
.homeuse-content h2 {
  text-align: left;
	padding: 0;
  font-family: 'Kanit', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #f06c31;
}
.homeuseItem {
	margin: 0 8px;
  padding: 0;
  width: 150px;
  overflow: hidden;
  float: left;
  position: relative;
  transition: 0.3s ease;
}
.homeuse-img {
  margin: 0 -15px;
}
.homeuse-detail {
  width: 800px;
}
.homeuseItemTitle {
  position: absolute;
  left: 75px;
  z-index: 1;
  width: 448px;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: left;
  text-align: right;
  margin: 0 auto;
	padding: 0 30px 0 0;
  bottom: 83.5%;
  height: 150px;
  line-height: 150px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-transform: uppercase;
	font-family: 'Anantason', sans-serif;
	font-size: 22px;
	letter-spacing: 0.5px;
}
.homeuseItem .homeuse-content {
	display: none;
}
.homeuseItem.active {
  width: calc(100% - 6 * 70px);
}
.homeuseItem.active .homeuse-img {
  max-width: 415px;
}
.homeuseItem.active .homeuse-img img {
	width: 100%;
}
.homeuseItem .homeuse-img img {
	width: 415px;
}
.homeuseItem.active .homeuse-detail .row .col:first-child {
  max-width: 50% !important;
}
.homeuseItem.active .homeuse-content {
	display: block;
}
.homeuseslide:after {
  content: "";
  clear: both;
  display: block;
}
.homeuseItemTitle.rotate {
	position: absolute;
  left: 0px;
  z-index: 1;
  width: 220px;
  color: #333333;
  transform: rotate(0deg);
  transform-origin: left;
  text-align: center;
  margin: 0 auto;
	padding: 0;
  bottom: 0%;
  height: 80px;
  line-height: 80px;
  background: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
.homeuseItem.active .homeuse-content {
  transition: 0.3s ease;
  opacity: 1;
}
.homeuse-content a {
  background: darkcyan;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
}
/*-- end --*/

/*media area*/
/* @media (max-width: 1199px) {
  .homeuseItem.active .homeuse-content {
    margin-left: 20px;
  }
} */

@media (max-width: 991px) {
  /* .homeuseItem.active .homeuse-content {
    margin-left: 0;
  } */
  .homeuse-content h2 {
    font-size: 18px;
    margin: 0;
  }
  .homeuse-content a {
    padding: 7px 13px;
    font-size: 16px;
    margin-top: 10px;
  }
  /* .homeuse-detail {
    width: 395px;
    max-height: 279px;
  } */
}

@media (max-width: 767px) {

  .homeuse-content {
    margin: 0;
    max-width: 100%;
  }
  .homeuseItemTitle.hide {
    background: #de9400;
    display: block;
  }
  .homeuseItem.active .homeuse-detail .row .col:first-child {
    max-width: 50% !important;
  }
}

@media (max-width: 574px) {
  .homeuseItem.active .homeuse-detail .row {
    display: block;
  }
  .homeuseItem.active .homeuse-detail .row .col {
    max-width: 100% !important;
  }
  .homeuse-content {
    transform: translate(0);
    top: 0;
    padding: 10px 0;
  }
  .homeuseItem.active .homeuse-detail .row .col:first-child {
    max-width: 100% !important;
  }
}

/*---------------------
	Industrial Section
-----------------------*/
.industrialuse-section {
	background: #e0e0e0;
	padding: 60px 0;
}
.industrialuse-section .section {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	padding: 0 0 40px 0;
}
.industrialuse-section .industrialuse-title {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 40px 0 0;
}
.industrialuse-section .industrialuse-title h2 {
	width: 70px;
	height: 70px;
	border: 2px solid #333333;
	border-radius: 50px;
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	padding: 25px 0 0;
	text-align: center;
	color: #333333;
}
.industrialuse-section .industrialuse-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 0 20px;
	text-align: left;
}
.industrialuse-section .seeall-button {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0;
}
.industrialuse-section .seeall-button a.seeall-btn {
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #f06c31;
	padding: 30px 0 0;
}
.industrialuse-section .seeall-button a.seeall-btn:hover {
	color: #054444;
}
.industrialuse-section .layout {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.industrialuse-section .industrialuse-item {
  display: flex;
  flex-flow: column;
  position: relative;
  padding: 15px;
  /* flex: 1 1 30%; */
	width: 33%;
}
.industrialuse-item .ci-pic img {
	width: 100%;
}
.industrialuse-item .ci-text {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	background: #FFFFFF;
	position: relative;
	padding: 20px 30px;
	z-index: 1;
	width: 100%;
}
.industrialuse-item .ci-text span {
	color: #f06c31;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.industrialuse-item .ci-text h4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 18px;
	line-height: 1.4;
	color: #054444;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	height: 50px;
	overflow: hidden;
	padding: 0 20px 0 0;
}
.industrialuse-item .ci-text .detail-btn {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-top: 10px;
}
.industrialuse-item .ci-text .detail-btn a {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #054444;
	border-radius: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #054444;
}
.industrialuse-item .ci-text .detail-btn a:hover {
	color: #f06c31;
	border: 2px solid #f06c31;
}
.industrialuse-item .ci-text .detail-btn a i {
	position: absolute;
	right: 12px;
	bottom: 15px;
	font-size: 20px;
}

/*---------------------
	Special App Section
-----------------------*/
.specialapp-section {
	background: #e0e0e0;
	padding: 0 0 60px 0;
}
.specialapp-section .section {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	position: relative;
	padding: 0 0 40px 0;
}
.specialapp-section .specialapp-title {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 40px 0 0;
}
.specialapp-section .specialapp-title h2 {
	width: 70px;
	height: 70px;
	border: 2px solid #333333;
	border-radius: 50px;
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	padding: 25px 0 0;
	text-align: center;
	color: #333333;
}
.specialapp-section .specialapp-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	padding: 30px 0 0 20px;
	text-align: left;
}
.specialapp-section .seeall-button {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0;
}
.specialapp-section .seeall-button a.seeall-btn {
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #f06c31;
	padding: 30px 0 0;
}
.specialapp-section .seeall-button a.seeall-btn:hover {
	color: #054444;
}
.specialapp-section .layout {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.specialapp-section .specialapp-item {
  display: flex;
  flex-flow: column;
  position: relative;
  padding: 15px;
  /* flex: 1 1 30%; */
	width: 33%;
}
.specialapp-item .ci-pic img {
	width: 100%;
}
.specialapp-item .ci-text {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	background: #FFFFFF;
	position: relative;
	padding: 20px 30px;
	z-index: 1;
	width: 100%;
}
.specialapp-item .ci-text span {
	color: #f06c31;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.specialapp-item .ci-text h4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 18px;
	line-height: 1.4;
	color: #054444;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	height: 50px;
	overflow: hidden;
	padding: 0 20px 0 0;
}
.specialapp-item .ci-text .detail-btn {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-top: 10px;
}
.specialapp-item .ci-text .detail-btn a {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #054444;
	border-radius: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #054444;
}
.specialapp-item .ci-text .detail-btn a:hover {
	color: #f06c31;
	border: 2px solid #f06c31;
}
.specialapp-item .ci-text .detail-btn a i {
	position: absolute;
	right: 12px;
	bottom: 15px;
	font-size: 20px;
}

/*---------------------
  Solution Section
-----------------------*/
.solution-section {
	background: #f48b62;
	padding: 60px 0;
}
.solution-section .solution-title {
	margin-bottom: 30px;
}
.solution-section .solution-title h2 {
	color: #ffffff;
	font-family: 'Anantason', sans-serif;
	font-size: 32px;
	font-weight: 600;
	padding: 0 0 30px 0;
	margin-bottom: 0;
	text-align: center;
}
.solution-section .solution-display {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.solution-item {
	display: flex;
  flex-flow: column;
  position: relative;
  padding: 15px;
  width: 33%;
	margin-bottom: 30px;
}
.solution-item .ci-pic img {
	width: 100%;
}
.solution-item .ci-text {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	background: #FFFFFF;
	position: relative;
	padding: 20px 30px;
	z-index: 1;
	width: 100%;
}
.solution-item .ci-text span {
	color: #f06c31;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.solution-item .ci-text h4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 18px;
	line-height: 1.4;
	color: #054444;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	height: 50px;
	overflow: hidden;
}
.solution-item .ci-text .detail-btn {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	margin-top: 10px;
}
.solution-item .ci-text .detail-btn a {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #054444;
	border-radius: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #054444;
}
.solution-item .ci-text .detail-btn a:hover {
	color: #f06c31;
	border: 2px solid #f06c31;
}
.solution-item .ci-text .detail-btn a i {
	position: absolute;
	right: 12px;
	bottom: 6px;
	font-size: 20px;
}
.solution-button {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 40px 0 10px 0;
}
.solution-button a.card-btn {
	background: #f48b62;
	border: 2px solid #FFFFFF;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	padding: 12px 20px 10px 20px;
}
.solution-button a.card-btn:hover {
	background: #FFFFFF;
	color: #f48b62;
}
/*---------------------
	FAQ Section
-----------------------*/
.faq-section {
	height: 450px;
	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;
}
.set-fq {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.fq-text {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.fq-text h2 {
	font-family: 'Anantason', sans-serif;
	font-size: 82px;
	color: #054444;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.fq-text h3 {
	font-family: 'Gotham', sans-serif;
	font-size: 70px;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 0 0;
	margin-bottom: 0;
}
.fq-text .fq-tips {
	font-family: 'Kanit', sans-serif;
	font-size: 24px;
	color: #054444;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.faqheader-section {
	position: relative;
	margin: 40px 0;
}
.faqheader-section .faq-info {
	display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
	padding: 10px 0;
  width: 100%;
}
.faqheader-section .faq-info .faq-header {
	display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.faqheader-section .faq-info .faq-header img {
	width: 30%;
	position: relative;
	margin: 0 auto;
}
.faqheader-section .faq-info .faq-text {
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
	padding: 0;
	width: 75%;
}
.faqheader-section .faq-info .faq-text h2 {
	margin: 0;
	padding-top: 0;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.2;
	text-align: center;
}
/*---------------------
	Faq Accordion Section
-----------------------*/
.faqaccordion-section {
	position: relative;
	margin: 10px 0 40px 0;
}
.acc-container {
  width: 100%;
	margin: 20px 0 80px 0;
}
.acc {
  margin-bottom: 0;
}
.acc-head {
  background-color: #00afec;
	margin: 5px 0;
  padding: 20px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
 }
 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
 }
 .acc-head::before {
  right: 30px;
  width: 3px;
  height: 15px;
  margin-top: -8px;
  transform: rotate(45deg);
}
.acc-head::after {
  right: 33px;
  width: 15px;
  height: 3px;
  margin-top: -2px;
  transform: rotate(-140deg);
}
.acc-head p {
  font-family: 'Kanit', sans-serif;
	font-size: 20px;
	font-weight: 600;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0;
	padding: 0 0 0 20px;
}
.acc-content {
	background: #F4F4F4;
  padding: 20px;
  display: none;
}
.acc .acc-content ul {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
	font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0 40px;
}
.acc .acc-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 10px 20px;
}
.acc .acc-content ul.round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #ff6600;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.acc-head.active {
	margin: 0;
}
.acc-head.active::before {
    transform: rotate(-45deg);
}
.acc-head.active::after {
	transform: rotate(140deg);
}
/*---------------------
  Banner Section
-----------------------*/
.banner-section {
	height: 700px;
	position: relative;
	padding: 0;
}
/* .banner-section.set-bg {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
} */
.banner-section .development {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	width: 100%;
	height: 700px;
	position: relative;
}
.banner-section .development .development-image {
	display: flex;
	width: 60%;
}
.banner-section .development .development-image img {
	width: 100%;
}
.banner-section .development .development-title {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 40%;
	padding: 60px;
}
.banner-section .development .development-title h1 {
	color: #333333;
	font-family: 'Anantason', sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	padding: 60px 80px 20px 0;
	text-align: left;
}
.banner-section .development .development-title p {
	color: #333333;
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0 100px 60px 0;
	margin-bottom: 0;
	line-height: 1.4;
	text-align: left;
}
.banner-section .development .development-title a.dev-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 0;
	padding: 10px 5px 0px 5px;
	background: transparent;
	border: 2px solid #f06c31;
	color: #f06c31;
	width: 40%;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.banner-section .development .development-title a.dev-btn:hover {
	background: #f06c31;
	color: #ffffff;
}
.banner-section .development .development-title a.dev-btn i {
	position: relative;
	top: -6px;
	padding-left: 10px;
	font-size: 32px;
	font-weight: 400;
}
.bs-text.service-banner .bt-tips {
	margin-bottom: 35px;
}
.bs-text h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.bs-text .bt-tips {
	font-size: 20px;
	color: #c4c4c4;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.bs-text .primary-btn {
	background: transparent;
	border: 2px solid #f06c31;
}
.bs-text .play-btn {
	display: inline-block;
	height: 70px;
	width: 70px;
	background: #f06c31;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
}

/*---------------------
	Our Client Section
-----------------------*/
.ourclient-section {
	background: #FFFFFF;
	padding: 60px 0;
}
.ourclient-section .section {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 40px 0;
}
.ourclient-section .ourclient-title {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.ourclient-section .ourclient-title .line-our {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.ourclient-section .ourclient-title h2 {
	width: 70px;
	height: 70px;
	border: 2px solid #333333;
	border-radius: 50px;
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	padding: 25px 0 0;
	text-align: center;
	color: #333333;
}
.ourclient-section .ourclient-title h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	text-align: left;
}
.ourclient-section .layout {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ourclient-section .ourclient-item {
  display: flex;
  flex-flow: column;
  position: relative;
  padding: 20px;
  /* flex: 1 1 30%; */
	width: 20%;
}
.ourclient-item .ci-pic img {
	width: 100%;
}
.ourclient-button {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 40px 0 10px 0;
}
.ourclient-button a.our-btn {
	background: #FFFFFF;
	border: 2px solid #BBBBBB;
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding: 12px 30px 0 30px;
}
.ourclient-button a.our-btn:hover {
	border: 2px solid #f06c31;
	color: #f06c31;
}
.hover-effect .ci-pic {
	position: relative;
}
.hover-effect .ci-pic::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover-effect .ci-pic:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 150%;
		height: 150%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 150%;
		height: 150%;
		opacity: 0;
	}
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
	background: #151515;
}

.pricing-section .section-title {
	margin-bottom: 56px;
}

.ps-item {
	text-align: center;
	padding: 40px 30px 52px;
	border: 1px solid #464646;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 30px;
	position: relative;
}

.ps-item:hover {
	background: #ffffff;
	border-color: #ffffff;
}

.ps-item:hover h3 {
	color: #111111;
}

.ps-item:hover .pi-price span {
	color: #444444;
}

.ps-item:hover ul li {
	color: #111111;
	font-weight: 600;
}

.ps-item:hover .primary-btn.pricing-btn {
	background: #f06c31;
}

.ps-item:hover .thumb-icon {
	opacity: 1;
	visibility: visible;
}

.ps-item h3 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 16px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item .pi-price {
	margin-bottom: 30px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item .pi-price h2 {
	font-size: 60px;
	color: #f06c31;
	font-weight: 600;
}

.ps-item .pi-price span {
	color: #c4c4c4;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.ps-item ul {
	margin-bottom: 40px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item ul li {
	font-size: 14px;
	color: #c4c4c4;
	line-height: 32px;
	list-style: none;
}

.ps-item .primary-btn.pricing-btn {
	display: block;
	background: #333333;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
}

.ps-item .thumb-icon {
	font-size: 48px;
	color: #f06c31;
	position: absolute;
	left: 50px;
	bottom: 120px;
	-webkit-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	transform: skewY(4deg);
	opacity: 0;
	visibility: hidden;
}
/*---------------------
	Product Detail Section
-----------------------*/
.productdetail-section {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #FFFFFF;
}
.productdetail-section .producttext-area {
	position: relative;
	padding: 0;
	margin: 20px 0 40px 0;
}
.productdetail-section .producttext-area p {
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	color: #333333;
	padding: 20px 0;
	margin-bottom: 0;
}
.productdetail-video {
	height: 585px;
	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;
	margin: 20px 0 0;
}
.productdetail-video .play-btn {
	display: inline-block;
	height: 80px;
	width: 80px;
	background: transparent;
	border: 2px solid #000000;
	border-radius: 50px;
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	color: #000000;
	padding: 0 0 0 10px;
}
.productdetail-list {
	background: #FFFFFF;
  padding: 0 20px 20px 20px;
  display: block;
}
.productdetail-list ul {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
	font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.productdetail-list ul li {
  list-style: none;
  position: relative;
  padding: 0 0 5px 20px;
}
.productdetail-list ul.round li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #ff6600;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*---------------------
	Product Card Section
-----------------------*/
.productcard-section {
	background: #f5f5f5;
	padding: 60px 0;
}
.productcard-section .productcard {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.productcard-section .product-item {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 0px;
	/* flex: 1 1 30%; */
	width: 50%;
}
.productcard-section .product-item img {
	width: 100%;
}
/*---------------------
	Du Shield Section
-----------------------*/
.dushield-section {
	position: relative;
	padding: 60px 0;
}
.dushield-section .dushield-title {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: 65%;
}
.dushield-section .dushield-title h1 {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #054444;
	padding: 20px 0 10px 0;
}
.dushield-section .dushield-title .product-related {
	font-family: 'Gotham', sans-serif;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #054444;
	padding: 20px 0 30px 0;
}
.dushield-section .dushield-title p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #054444;
	padding: 10px 0 20px 0;
}
.dushield-section .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.dushield-section .owl-nav .owl-next {
  display: block;
  left: auto;
  right: 0 !important;
  color: #000000;
  font-size: 18px;
}
.dushield-section .owl-nav .owl-prev {
  display: block;
  left: 0 !important;
  right: auto;
  color: #000000;
  font-size: 18px;
}
.dushield-section .owl-nav .owl-next:hover {
  color: #fff !important;
}
.dushield-section .owl-nav .owl-prev:hover {
  color: #fff !important;
}
.dushield-section .owl-dots {
  margin-top: 0px;
}
.dushield-section .dushield-img img {
  width: 100%;
}
.dushield-section .dushield-txt {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.dushield-section .dushield-txt a h3 {
  font-size: 26px;
  font-weight: 600;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #026E5D;
  text-align: left;
  display: block;
  /* height: 90px; */
}
.dushield-section .dushield-txt a:hover h3 {
  color: #ee4e2e;
}
.dushield-section .dushield-txt p {
  font-size: 24px;
  font-weight: 400;
  padding: 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #444;
  text-align: left;
  display: block;
  /* height: 90px; */
}
.dushield-section .dushield-txt button {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #35412a;
  color: #35412a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  width: 120px;
  border-radius: 5px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  margin: 20px auto;
  transition: 0ms;
}
.dushield-section .dushield-txt button:hover {
  background: #DC342E;
  color: #ffffff;
  border: 1px solid #DC342E;
  transition: 0ms;
}
.dushield-section .dushield {
  display: block;
  width: 100%;
}
.dushield-section .dushield .services .icon i {
  font-size: 70px;
  margin-bottom: 30px;
  color: #f5b63d;
  text-align: center;
}
.dushield-section .dushield .services .media-body {
  display: block;
  width: 100%;
	padding: 0 0 10px 0;
  border-right: 20px solid #FFE046;
  /* box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 20%); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dushield-section .dushield .services .media-body h3 {
	font-family: 'Anantason', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  display: block;
  height: 85px;
	overflow: hidden;
}
.dushield-section .dushield .services .media-body p {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #000000;
  text-align: left;
  display: block;
  height: 80px;
  overflow: hidden;
}
.dushield-section .dushield .services .media-body .head-list ul {
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
}
.dushield-section .dushield .services .media-body .head-list ul li span i {
  position: absolute;
  margin: 8px 0 0;
  min-width: 20px;
  display: inline-block;
  color: #fff;
  font-size: 10px !important;
}
.dushield-section .dushield .services .media-body .head-list ul li span.details {
  position: relative;
  margin: 0 0 0 20px;
  min-width: 100px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.dushield-section .dushield .services .media-body .detail-btn {
	display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: 0;
}
.dushield-section .dushield .services .media-body .detail-btn a {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #054444;
	border-radius: 50px;
	line-height: 1.4;
	text-align: center;
	font-size: 24px;
	color: #054444;
	position: relative;
	left: 15px;
}
.dushield-section .dushield .services .media-body .detail-btn a:hover {
	color: #f06c31;
	border: 2px solid #f06c31;
}
.dushield-section .dushield .services .media-body .detail-btn a i {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 20px;
}
/*---------------------
  Gallery Section
-----------------------*/
.gallery-section {
	background: #f5f5f5;
	overflow: hidden;
}
.gallery-section.gallery-page {
	padding-top: 10px;
}
.grid-sizer {
	width: calc(25% - 10px);
}
.gallery {
	margin-right: -10px;
}
.gallery .gs-item {
	height: 472px;
	width: calc(25% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gallery .gs-item:hover .thumb-icon {
	opacity: 1;
	visibility: visible;
}
.gallery .gs-item .thumb-icon {
	font-size: 48px;
	color: #f06c31;
	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;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery .gs-item.grid-wide {
	width: calc(50% - 10px);
}
/*---------------------
  Team Section
-----------------------*/

.team-section {
	background: #151515;
}

.team-section.team-page {
	padding-bottom: 70px;
}

.team-section.team-page .ts-item {
	margin-bottom: 30px;
}

.team-section.team-page .ts-item:hover .ts_text {
	bottom: -30px;
}

.team-section.team-page .ts-item .tt_social {
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
	margin-top: 13px;
}

.team-section.team-page .ts-item .tt_social a {
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 10px;
}

.team-section.team-page .ts-item .tt_social a:last-child {
	margin-right: 0;
}

.team-title .section-title {
	text-align: left;
	float: left;
}

.primary-btn.appoinment-btn {
	background: transparent;
	border: 2px solid #f06c31;
	float: right;
	margin-top: 10px;
}

.ts-slider .col-lg-4 {
	max-width: 100%;
}

.ts-slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.ts-slider.owl-carousel .owl-dots button {
	height: 4px;
	width: 20px;
	background: #5c5c5c;
	margin-right: 15px;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
}

.ts-slider.owl-carousel .owl-dots button.active {
	background: #f06c31;
}

.ts-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.ts-item {
	height: 450px;
	position: relative;
	overflow: hidden;
}

.ts-item:hover .ts_text {
	bottom: -35px;
}

.ts-item .ts_text {
	padding: 40px 0 60px;
	text-align: center;
	background: #0a0a0a;
	border-top: 4px solid #464646;
	-webkit-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
	position: absolute;
	left: 0;
	bottom: -250px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ts-item .ts_text h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 14px;
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
}

.ts-item .ts_text span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #aaaaaa;
	text-transform: uppercase;
	-webkit-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	transform: skewY(5deg);
}
/*---------------------
  Get Touch Section
-----------------------*/
.gettouch-section {
	background: #f06c33;
	padding: 20px 0;
}
.gettouch-section .gt-info {
	display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
  width: 100%;
}
.gettouch-section .gt-info .gt-text {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	position: relative;
	padding: 0 40px 0 0;
	width: 60%;
}
.gettouch-section .gt-info .gt-text h2 {
	margin: 0;
	padding-top: 0;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.4;
}
.gettouch-section .gt-info .gt-text .gt-prodetail {
	margin: 0;
	padding-top: 0;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.4;
}
.gettouch-section .gt-info .gt-text p {
	margin: 0;
	padding-top: 0;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.4;
}
.gettouch-section .gt-info .gt-call {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 40%;
	text-align: center;
	background: #054444;
}
.gettouch-section .gt-info .gt-call .gt-callicon {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	border-right: 2px solid #FFF;
}
.gettouch-section .gt-info .gt-call .gt-callicon i {
	font-size: 46px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 10px 20px;
}
.gettouch-section .gt-info .gt-call .gt-callicon h1 {
	margin: 0;
	padding-top: 10px;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1;
	text-align: left;
}
.gettouch-section .gt-info .gt-call .gt-callicon h2 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-align: left;
}
.gettouch-section .gt-info .gt-call .gt-callicon img {
	width: 20%;
	position: relative;
	margin: 10px 5px 10px 20px;
}
.gettouch-section .gt-info .gt-call .gt-socialicon {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 50%;
	margin-left: 10px;
}
.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
	margin: 0;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0;
	text-align: left;
}
.gettouch-section .gt-info .gt-call .gt-socialicon a img {
	width: 20%;
	padding-right: 10px;
}

/*---------------------
  Footer Section
-----------------------*/
.footer-section {
	background: #FFFFFF;
	padding-top: 0;
}
.footer-section .footer-left {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-end;
	background: #054444;
	position: relative;
	padding: 20px 45px;
	width: 35%;
	z-index: 99;
}
.footer-section .footer-left h3 {
	position: relative;
  padding: 20px 0 10px 0;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #FFFFFF;
}
.footer-section .footer-left h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
}
.footer-section .footer-left p {
	font-family: 'Gotham', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 60px;
}
.footer-section .footer-right {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	background: #00afec;
	position: absolute;
  margin-top: 20px;
  left: 32%;
  padding: 30px 0;
  width: 68%;
}
.fs-about {
	margin-bottom: 30px;
}
.fs-about .fa-logo {
	margin-bottom: 30px;
}
.fs-about .fa-logo a {
	display: inline-block;
}
.fs-about p {
	line-height: 26px;
	color: #333333;
}
.fs-about .fa-social a {
	font-size: 22px;
	color: #333333;
}
.fs-about .fa-social a:last-child {
	margin-right: 0;
}
.fs-about .fa-social a:hover {
	color: #f06c31;
}
.fs-about h4 {
	color: #333333;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;;
	font-weight: 400;
	padding: 12px 0 0;
	margin-bottom: 20px;
}
.fs-about .fa-social{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}
.fs-widget {
	margin-bottom: 35px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
.fs-widget a {
	padding: 10px 0 0;
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 1.4;
	cursor: pointer;
}
.fs-widget a:hover {
	color: #f06c31;
}
/* .fs-widget h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 18px;
}
.fs-widget ul li {
	list-style: none;
	padding-top: 10px;
	font-family: 'Gotham', sans-serif;
}
.fs-widget ul li:hover {
	color: #f06c31;
}
.fs-widget ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 1.4;
	cursor: pointer;
}
.fs-widget .fw-recent {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1a1a1a;
}
.fs-widget .fw-recent:last-child {
	padding-bottom: 0;
	border: none;
}
.fs-widget .fw-recent h6 {
	margin-bottom: 6px;
}
.fs-widget .fw-recent h6 a {
	color: #c4c4c4;
	letter-spacing: 0.5px;
}
.fs-widget .fw-recent ul li {
	font-size: 12px;
	color: #4d4d4d;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
.fs-widget .fw-recent ul li:last-child:after {
	display: none;
}
.fs-widget .fw-recent ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
} 
.copyright-text {
	font-size: 14px;
	color: #c4c4c4;
	letter-spacing: 0.5px;
	border-top: 1px solid #1a1a1a;
	padding: 25px 0;
	margin-top: 15px;
}
.copyright-text a,
.copyright-text i {
	color: #f06c31;
} */

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	height: 500px;
	padding-top: 230px;
}

.breadcrumb-text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.breadcrumb-text .bt-option a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -14px;
	top: 6px;
	font-family: "FontAwesome";
	content: "";
	font-size: 13px;
	font-weight: 400;
}

.breadcrumb-text .bt-option span {
	font-size: 18px;
	color: #f06c31;
	font-weight: 700;
}

/*---------------------
  About Us Section
-----------------------*/
.whoweare-section {
	background: #f5f5f5;
	position: relative;
	padding: 0;
}
.whoweare-video {
	height: 640px;
	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;
}
.whoweare-video .play-btn {
	display: inline-block;
	height: 80px;
	width: 80px;
	background: transparent;
	border: 2px solid #000000;
	border-radius: 50px;
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	color: #000000;
	padding: 0 0 0 10px;
}
.whoweare-video .whoweare-label {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 300px;
  color: #333333;
  transform: rotate(0deg);
  transform-origin: left;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  bottom: 0%;
  line-height: 1.4;
  background: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
.whoweare-video .whoweare-label h2 {
	font-family: 'Anantason', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #054444;
	text-transform: uppercase;
	padding: 20px 20px 10px 20px;
}
.whoweare-video .whoweare-label p {
	font-family: 'Kanit', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #054444;
	text-transform: uppercase;
	padding: 0 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.whoweare-text {
	background: #f5f5f5;
	height: 640px;
	padding: 80px 80px 0 180px;
}
.whoweare-text .section-title {
	text-align: left;
	margin-bottom: 30px;
}
.whoweare-text .section-title h2 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #054444;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	text-align: left;
}
.whoweare-text .section-title .line-our {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin: 0;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.whoweare-text .at-desc {
	margin-bottom: 27px;
}
.whoweare-text .at-desc p {
	font-size: 16px;
  font-family: 'Kanit', sans-serif;
	font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0;
}
.whoweare-text .about-bar .ab-item {
	margin-bottom: 34px;
}
.whoweare-text .about-bar .ab-item p {
	color: #ffffff;
	margin-bottom: 13px;
}
.whoweare-text .about-bar .ab-item .barfiller {
	background: #2d2d2d;
	height: 5px;
	border: none;
	margin-bottom: 0;
}
.whoweare-text .about-bar .ab-item .barfiller .tip {
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	position: initial !important;
	float: right;
	margin-top: -40px;
}
.whoweare-text .about-bar .ab-item .barfiller .tip:after {
	display: none;
}
/*---------------------
	Duraseal Section
-----------------------*/
.orange-bg {
	background: #f48b62;
}
.yellow-bg {
	background: #FFC107;
}
.grey-bg {
	background: #f0f0f0;
}
.blue-bg {
	background: #00afec;
}
.duraseal-section {
	position: relative;
	padding: 0;
}
.duraseal-video {
	height: 500px;
	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;
}
.duraseal-video .play-btn {
	display: inline-block;
	height: 80px;
	width: 80px;
	background: transparent;
	border: 2px solid #000000;
	border-radius: 50px;
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	color: #000000;
	padding: 0 0 0 10px;
}
.duraseal-video .duraseal-label {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 300px;
  color: #333333;
  transform: rotate(0deg);
  transform-origin: left;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  bottom: 0%;
  line-height: 1.4;
  background: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}
.duraseal-video .duraseal-label h2 {
	font-family: 'Anantason', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #054444;
	text-transform: uppercase;
	padding: 20px 20px 5px 20px;
}
.duraseal-video .duraseal-label p {
	font-family: 'Kanit', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #054444;
	text-transform: uppercase;
	padding: 0 20px;
	margin-bottom: 0;
	line-height: 1.4;
}
.duraseal-video .duraseal-label .detail-btn {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	margin-top: 0;
}
.duraseal-video .duraseal-label .detail-btn a {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #054444;
	border-radius: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #054444;
	position: relative;
  left: 15px;
	bottom: 20px;
}
.duraseal-video .duraseal-label .detail-btn a:hover {
	color: #f06c31;
	border: 2px solid #f06c31;
}
.duraseal-video .duraseal-label .detail-btn a i {
	position: absolute;
	right: 9px;
	bottom: 5px;
	font-size: 20px;
}
.duraseal-text {
	background: #ffd400;
	height: 500px;
	padding: 80px;
}
.duraseal-text .section-title {
	text-align: left;
	margin-bottom: 30px;
}
.duraseal-text .section-title h2 {
	font-size: 28px;
	font-weight: 600;
	color: #054444;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	text-align: left;
}
.duraseal-text .section-title .line-our {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin: 0;
	width: 50px;
	border-bottom: 3px solid #f06c31;
}
.duraseal-text .at-desc {
	margin-bottom: 27px;
}
.duraseal-text .at-desc p {
	font-family: 'Kanit', sans-serif;
	font-size: 17px;
	font-weight: 400;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0;
}
.duraseal-text .about-bar .ab-item {
	margin-bottom: 34px;
}
.duraseal-text .about-bar .ab-item p {
	color: #ffffff;
	margin-bottom: 13px;
}
.duraseal-text .about-bar .ab-item .barfiller {
	background: #2d2d2d;
	height: 5px;
	border: none;
	margin-bottom: 0;
}
.duraseal-text .about-bar .ab-item .barfiller .tip {
	margin-top: 0;
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	position: initial !important;
	float: right;
	margin-top: -40px;
}
.duraseal-text .about-bar .ab-item .barfiller .tip:after {
	display: none;
}
.duraseal-section .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.duraseal-section .owl-nav .owl-next {
  display: block;
  left: auto;
  right: 0 !important;
  color: #000000;
  font-size: 18px;
}
.duraseal-section .owl-nav .owl-prev {
  display: block;
  left: 0 !important;
  right: auto;
  color: #000000;
  font-size: 18px;
}
.duraseal-section .owl-nav .owl-next:hover {
  color: #fff !important;
}
.duraseal-section .owl-nav .owl-prev:hover {
  color: #fff !important;
}
.duraseal-section .owl-dots {
  margin-top: 0px;
}
.duraseal-section .duraseal-img img {
  width: 100%;
}
.duraseal-section .duraseal-txt {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.duraseal-section .duraseal-txt a h3 {
  font-size: 26px;
  font-weight: 600;
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #026E5D;
  text-align: left;
  display: block;
  /* height: 90px; */
}
.duraseal-section .duraseal-txt a:hover h3 {
  color: #ee4e2e;
}
.duraseal-section .duraseal-txt p {
  font-size: 24px;
  font-weight: 400;
  padding: 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #444;
  text-align: left;
  display: block;
  /* height: 90px; */
}
.duraseal-section .duraseal-txt button {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #35412a;
  color: #35412a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  width: 120px;
  border-radius: 5px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  margin: 20px auto;
  transition: 0ms;
}
.duraseal-section .duraseal-txt button:hover {
  background: #DC342E;
  color: #ffffff;
  border: 1px solid #DC342E;
  transition: 0ms;
}
.duraseal-section .layout {
	padding: 30px 0 15px 0;
}
.duraseal-section .duraseal {
  display: block;
  width: 100%;
}
.duraseal-section .duraseal .services .icon i {
  font-size: 70px;
  margin-bottom: 30px;
  color: #f5b63d;
  text-align: center;
}
.duraseal-section .duraseal .services .media-body {
  display: block;
  width: 100%;
	padding: 0 0 10px 0;
  border-right: 20px solid #ffd400;
  /* box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 20%); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.duraseal-section .duraseal .services .media-body h3 {
	font-family: 'Anantason', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  display: block;
  height: 85px;
	overflow: hidden;
}
.duraseal-section .duraseal .services .media-body p {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #000000;
  text-align: left;
  display: block;
  height: 80px;
  overflow: hidden;
}
.duraseal-section .duraseal .services .media-body .head-list ul {
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
}
.duraseal-section .duraseal .services .media-body .head-list ul li span i {
  position: absolute;
  margin: 8px 0 0;
  min-width: 20px;
  display: inline-block;
  color: #fff;
  font-size: 10px !important;
}
.duraseal-section .duraseal .services .media-body .head-list ul li span.details {
  position: relative;
  margin: 0 0 0 20px;
  min-width: 100px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.duraseal-section .duraseal .services .media-body .detail-btn {
	display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: 0;
}
.duraseal-section .duraseal .services .media-body .detail-btn a {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #054444;
	border-radius: 50px;
	line-height: 1.4;
	text-align: center;
	font-size: 24px;
	color: #054444;
	position: relative;
	left: 15px;
}
.duraseal-section .duraseal .services .media-body .detail-btn a:hover {
	color: #f06c31;
	border: 2px solid #f06c31;
}
.duraseal-section .duraseal .services .media-body .detail-btn a i {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 20px;
}
/*---------------------
  Testimonial Section
-----------------------*/
.testimonial-section {
	background: #151515;
}

.ts_slider.owl-carousel .owl-item img {
	display: inline-block;
}

.ts_slider.owl-carousel .owl-nav button {
	height: 46px;
	width: 46px;
	color: #a9a9a9;
	background: rgba(255, 255, 255, 0.1);
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-23px);
	-ms-transform: translateY(-23px);
	transform: translateY(-23px);
}

.ts_slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 30px;
}

.ts_slider .ts_item .ti_pic {
	margin-bottom: 32px;
}

.ts_slider .ts_item .ti_pic img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
}

.ts_slider .ts_item .ti_text p {
	color: #fefefe;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.ts_slider .ts_item .ti_text h5 {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.ts_slider .ts_item .ti_text .tt-rating i {
	font-size: 12px;
	color: #d49d09;
}

/*---------------------
  Services Section
-----------------------*/

.services-section {
	background: #151515;
}

.ss-pic img {
	height: 100%;
	min-width: 100%;
}

.ss-text {
	background: #252525;
	padding: 72px 30px;
	height: 293px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ss-text:hover {
	background: #363636;
}

.ss-text:hover a {
	color: #f06c31;
}

.ss-text:hover:after {
	background: #363636;
}

.ss-text:after {
	position: absolute;
	left: -15px;
	top: 50%;
	height: 20px;
	width: 20px;
	background: #252525;
	content: "";
	-webkit-transform: rotate(45deg) translateY(-10px);
	-ms-transform: rotate(45deg) translateY(-10px);
	transform: rotate(45deg) translateY(-10px);
	z-index: -1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ss-text.second-row:after {
	left: auto;
	right: 0;
}

.ss-text h4 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.ss-text p {
	margin-bottom: 11px;
}

.ss-text a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*---------------------
  Class Timetable Section
-----------------------*/

.class-timetable-section {
	background: #151515;
}

.class-timetable-section.class-details-timetable {
	padding-top: 0;
}

.class-timetable-section .section-title {
	text-align: left;
}

.class-details-timetable_title {
	margin-bottom: 35px;
}

.class-details-timetable_title h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
}

.table-controls {
	text-align: right;
	margin-top: 14px;
	margin-bottom: 50px;
}

.table-controls ul {
	background: #000000;
	padding: 12px 30px 15px;
	display: inline-block;
}

.table-controls ul li {
	list-style: none;
	font-size: 14px;
	color: #aaaaaa;
	list-style: none;
	display: inline-block;
	margin-right: 35px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
}

.table-controls ul li:after {
	position: absolute;
	right: -22px;
	top: 0;
	content: "/";
}

.table-controls ul li.active {
	color: #ffffff;
}

.table-controls ul li.active:after {
	color: #aaaaaa;
}

.table-controls ul li:last-child {
	margin-right: 0;
}

.table-controls ul li:last-child:after {
	display: none;
}

.class-timetable .ts-meta h5,
.class-timetable .ts-meta span {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.class-timetable.filtering .ts-meta h5,
.class-timetable.filtering .ts-meta span {
	opacity: 0;
}

.class-timetable.filtering .ts-meta.show h5,
.class-timetable.filtering .ts-meta.show span {
	opacity: 1;
}

.class-timetable.details-timetable td h5 {
	color: #ffffff1a;
}

.class-timetable.details-timetable td span {
	color: #363636;
}

.class-timetable.details-timetable td.hover-dp h5 {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.class-timetable.details-timetable td.hover-dp span {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.class-timetable.details-timetable td.hover-dp:hover h5 {
	color: #ffffff;
}

.class-timetable.details-timetable td.hover-dp:hover span {
	color: #a9a9a9;
}

.class-timetable.details-timetable td.dark-bg {
	background: #0a0a0a;
}

.class-timetable table {
	border: 1px solid #363636;
	text-align: center;
}

.class-timetable table thead {
	border-bottom: 1px solid #363636;
}

.class-timetable table thead tr th {
	font-size: 14px;
	color: #ffffff;
	background: #f06c31;
	border-right: 1px solid #363636;
	padding: 15px 0;
	font-weight: 400;
}

.class-timetable table tbody tr td {
	width: 146px;
	padding: 35px 0;
}

.class-timetable table tbody tr td.class-time {
	font-size: 12px;
	color: #f06c31;
	background: #000000;
	border: 1px solid #363636;
}

.class-timetable table tbody tr td.dark-bg {
	background: #090909;
}

.class-timetable table tbody tr td.hover-bg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.class-timetable table tbody tr td.hover-bg:hover {
	background: #f06c31;
}

.class-timetable table tbody tr td.blank-td {
	position: relative;
	overflow: hidden;
}

.class-timetable table tbody tr td.blank-td:after {
	position: absolute;
	left: -47px;
	top: 59px;
	width: 237px;
	height: 1px;
	background: #363636;
	content: "";
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.class-timetable table tbody tr td h5 {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.class-timetable table tbody tr td span {
	display: block;
	font-size: 12px;
	color: #a9a9a9;
}

/*---------------------
  Class Details Section
-----------------------*/

.class-details-section {
	background: #151515;
	padding-bottom: 60px;
}

.class-details-text .cd-pic {
	margin-bottom: 45px;
}

.class-details-text .cd-pic img {
	min-width: 100%;
}

.class-details-text .cd-text {
	margin-bottom: 33px;
}

.class-details-text .cd-text .cd-single-item h3 {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.class-details-text .cd-text .cd-single-item p {
	color: #c4c4c4;
}

.class-details-text .cd-trainer .cd-trainer-pic img {
	min-width: 100%;
}

.class-details-text .cd-trainer .cd-trainer-text {
	position: relative;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title {
	margin-bottom: 18px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title h4 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 6px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-title span {
	font-size: 12px;
	color: #aaaaaa;
	text-transform: uppercase;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social {
	position: absolute;
	right: 0;
	top: 20px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social a {
	display: inline-block;
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 9px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-social a:last-child {
	margin-right: 0;
}

.class-details-text .cd-trainer .cd-trainer-text p {
	color: #c4c4c4;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info {
	margin-top: 28px;
	margin-bottom: 26px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li {
	font-size: 14px;
	color: #c4c4c4;
	list-style: none;
	padding-bottom: 8px;
	border-bottom: 1px solid #252525;
	margin-bottom: 10px;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.class-details-text .cd-trainer .cd-trainer-text .trainer-info li span {
	color: #ffffff;
	font-weight: 700;
	width: 150px;
	display: inline-block;
}

.sidebar-option {
	padding-left: 40px;
}

.sidebar-option .so-categories {
	margin-bottom: 40px;
}

.sidebar-option .so-categories .title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.sidebar-option .so-categories ul li {
	list-style: none;
}

.sidebar-option .so-categories ul li:hover a {
	color: #f06c31;
}

.sidebar-option .so-categories ul li:hover a span {
	color: #ffffff;
}

.sidebar-option .so-categories ul li a {
	font-size: 14px;
	color: #c4c4c4;
	line-height: 40px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sidebar-option .so-categories ul li a span {
	font-size: 12px;
	float: right;
}

.sidebar-option .so-latest {
	margin-bottom: 60px;
}

.sidebar-option .so-latest .title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sidebar-option .so-latest .latest-large {
	height: 200px;
	position: relative;
	margin-bottom: 30px;
}

.sidebar-option .so-latest .latest-large .ll-text {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	padding: 0 25px;
}

.sidebar-option .so-latest .latest-large .ll-text h5 a {
	color: #ffffff;
	font-weight: 600;
	line-height: 23px;
}

.sidebar-option .so-latest .latest-large .ll-text ul li {
	list-style: none;
	font-size: 12px;
	color: #888888;
	position: relative;
	display: inline-block;
	margin-right: 25px;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:last-child {
	margin-right: 0;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:last-child:after {
	display: none;
}

.sidebar-option .so-latest .latest-large .ll-text ul li:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: "|";
}

.sidebar-option .so-latest .latest-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.sidebar-option .so-latest .latest-item:last-child {
	margin-bottom: 0;
}

.sidebar-option .so-latest .latest-item .li-pic {
	float: left;
	margin-right: 20px;
}

.sidebar-option .so-latest .latest-item .li-text {
	overflow: hidden;
}

.sidebar-option .so-latest .latest-item .li-text h6 a {
	font-size: 15px;
	color: #ffffff;
	line-height: 21px;
}

.sidebar-option .so-latest .latest-item .li-text .li-time {
	display: inline-block;
	font-size: 12px;
	color: #888888;
}

.sidebar-option .so-banner {
	height: 300px;
	position: relative;
}

.sidebar-option .so-banner h5 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	padding: 0 30px;
}

.sidebar-option .so-tags .title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sidebar-option .so-tags a {
	display: inline-block;
	font-size: 14px;
	color: #c4c4c4;
	padding: 10px 15px;
	background: #252525;
	margin-right: 5px;
	margin-bottom: 10px;
}

/*------------------------
  Bmi Calculator Section
-------------------------*/

.bmi-calculator-section {
	background: #151515;
}

.section-title.chart-title {
	text-align: left;
}

.chart-table table {
	border: 1px solid #363636;
	width: 100%;
}

.chart-table table thead {
	border-bottom: 1px solid #363636;
}

.chart-table table thead tr th {
	background: #060606;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	border-right: 1px solid #363636;
	padding: 14px 0 11px 50px;
}

.chart-table table tbody tr:nth-child(even) {
	background: #111111;
}

.chart-table table tbody tr td {
	font-size: 14px;
	color: #c4c4c4;
	border-right: 1px solid #363636;
	padding: 17px 0 17px 50px;
}

.chart-table table tbody tr td.point {
	width: 200px;
}

.section-title.chart-calculate-title {
	text-align: left;
}

.chart-calculate-form p {
	color: #c4c4c4;
	margin-bottom: 24px;
}

.chart-calculate-form form input {
	font-size: 14px;
	color: #c4c4c4;
	width: 100%;
	height: 50px;
	border: 1px solid #363636;
	padding-left: 20px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 20px;
}

.chart-calculate-form form input::-webkit-input-placeholder {
	color: #c4c4c4;
}

.chart-calculate-form form input::-moz-placeholder {
	color: #c4c4c4;
}

.chart-calculate-form form input:-ms-input-placeholder {
	color: #c4c4c4;
}

.chart-calculate-form form input::-ms-input-placeholder {
	color: #c4c4c4;
}

.chart-calculate-form form input::placeholder {
	color: #c4c4c4;
}

.chart-calculate-form form button {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	border: none;
	padding: 15px 0;
	background: #f06c31;
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	background: #151515;
}

.blog-section .sidebar-option {
	padding-left: 70px;
}

.blog-item {
	margin-bottom: 40px;
}

.blog-item .bi-pic {
	float: left;
}

.blog-item .bi-pic img {
	width: 360px;
	height: 240px;
	min-width: 100%;
}

.blog-item .bi-text {
	border: 1px solid #363636;
	overflow: hidden;
	height: 240px;
	padding: 32px 30px 0 30px;
}

.blog-item .bi-text h5 {
	margin-bottom: 10px;
}

.blog-item .bi-text h5 a {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	line-height: 28px;
}

.blog-item .bi-text ul {
	margin-bottom: 18px;
}

.blog-item .bi-text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog-item .bi-text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "|";
}

.blog-item .bi-text ul li:last-child {
	margin-right: 0;
}

.blog-item .bi-text ul li:last-child:after {
	display: none;
}

.blog-item .bi-text p {
	color: #c4c4c4;
	line-height: 22px;
	margin-bottom: 0;
}

.blog-pagination {
	padding-top: 10px;
}

.blog-pagination a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 500;
	margin-right: 15px;
	background: #252525;
	font-family: 'Kanit', sans-serif;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-pagination a:last-child {
	margin-right: 0;
}

.blog-pagination a:hover {
	background: #555555;
}

/*--------------------------
  Blog Detils Hero Section
--------------------------*/

.blog-details-hero {
	height: 900px;
	padding-top: 365px;
}

.bh-text {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 40px 50px 34px 50px;
}

.bh-text h3 {
	color: #ffffff;
	font-weight: 600;
	line-height: 39px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.bh-text ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.bh-text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "|";
}

.bh-text ul li:last-child {
	margin-right: 0;
}

.bh-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details Section
-----------------------*/

.blog-details-section {
	background: #151515;
	padding-top: 80px;
	overflow: hidden;
}

.blog-details-text .blog-details-title {
	text-align: center;
	margin-bottom: 32px;
}

.blog-details-text .blog-details-title p {
	color: #c4c4c4;
}

.blog-details-text .blog-details-title p:first-child {
	margin-bottom: 25px;
}

.blog-details-text .blog-details-title h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	padding-top: 5px;
	margin-bottom: 28px;
}

.blog-details-text .blog-details-pic {
	margin-right: -10px;
	overflow: hidden;
	margin-bottom: 22px;
}

.blog-details-text .blog-details-pic .blog-details-pic-item {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.blog-details-text .blog-details-pic .blog-details-pic-item img {
	min-width: 100%;
}

.blog-details-text .blog-details-desc {
	text-align: center;
	margin-bottom: 60px;
}

.blog-details-text .blog-details-desc p {
	color: #c4c4c4;
}

.blog-details-text .blog-details-quote {
	text-align: center;
	border: 2px solid #363636;
	padding: 40px 22px 25px;
	position: relative;
	margin-bottom: 30px;
}

.blog-details-text .blog-details-quote .quote-icon {
	position: absolute;
	left: 50%;
	top: -26px;
	height: 55px;
	width: 55px;
	background: #151515;
	border: 2px solid #363636;
	line-height: 47px;
	text-align: center;
	border-radius: 50%;
	-webkit-transform: translateX(-27.5px);
	-ms-transform: translateX(-27.5px);
	transform: translateX(-27.5px);
}

.blog-details-text .blog-details-quote h5 {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 6px;
}

.blog-details-text .blog-details-quote span {
	font-size: 15px;
	color: #888888;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-details-text .blog-details-more-desc {
	text-align: center;
	margin-bottom: 40px;
}

.blog-details-text .blog-details-more-desc p {
	color: #c4c4c4;
}

.blog-details-text .blog-details-more-desc p:first-child {
	margin-bottom: 25px;
}

.blog-details-text .blog-details-tag-share {
	text-align: center;
	margin-bottom: 100px;
}

.blog-details-text .blog-details-tag-share .tags {
	margin-bottom: 25px;
}

.blog-details-text .blog-details-tag-share .tags a {
	display: inline-block;
	font-size: 14px;
	color: #c4c4c4;
	padding: 10px 15px;
	background: #252525;
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-details-text .blog-details-tag-share .tags a:last-child {
	margin-right: 0;
}

.blog-details-text .blog-details-tag-share .share span {
	font-size: 14px;
	color: #c4c4c4;
	text-transform: uppercase;
	margin-right: 30px;
}

.blog-details-text .blog-details-tag-share .share a {
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 15px;
}

.blog-details-text .blog-details-tag-share .share a:last-child {
	margin-right: 0;
}

.blog-details-text .blog-details-tag-share .share a i {
	color: #ffffff;
	margin-right: 5px;
}

.blog-details-text .blog-details-author {
	text-align: center;
	background: #0a0a0a;
	position: relative;
	padding: 70px 50px 35px 50px;
	margin-bottom: 55px;
}

.blog-details-text .blog-details-author .ba-pic {
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-45px);
	-ms-transform: translateX(-45px);
	transform: translateX(-45px);
}

.blog-details-text .blog-details-author .ba-pic img {
	height: 90px;
	width: 90px;
	border-radius: 50%;
}

.blog-details-text .blog-details-author .ba-text h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-details-text .blog-details-author .ba-text p {
	color: #c4c4c4;
}

.blog-details-text .blog-details-author .ba-text .bp-social a {
	font-size: 13px;
	color: #c4c4c4;
	margin-right: 10px;
}

.blog-details-text .blog-details-author .ba-text .bp-social a:last-child {
	margin-right: 0;
}

.blog-details-text .comment-option .co-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.blog-details-text .comment-option .co-widget {
	position: absolute;
	right: 0;
	top: 5px;
}

.blog-details-text .comment-option .co-widget a {
	font-size: 14px;
	color: #c4c4c4;
	margin-left: 8px;
}

.blog-details-text .comment-option .co-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 35px;
}

.blog-details-text .comment-option .co-item.reply-comment {
	margin-left: 30px;
}

.blog-details-text .comment-option .co-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #363636;
	content: "";
}

.blog-details-text .comment-option .co-item .co-pic {
	overflow: hidden;
	margin-bottom: 12px;
}

.blog-details-text .comment-option .co-item .co-pic img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}

.blog-details-text .comment-option .co-item .co-pic h5 {
	color: #ffffff;
	overflow: hidden;
	line-height: 30px;
}

.blog-details-text .comment-option .co-item .co-text p {
	color: #c4c4c4;
	margin-bottom: 0;
}

.leave-comment {
	background: #FFFFFF;
	position: relative;
	padding: 40px;
}

.leave-comment h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.leave-comment form input {
	font-size: 15px;
	color: #8d8d8d;
	width: 100%;
	height: 46px;
	border: 1px solid #707070;
	padding-left: 20px;
	padding-right: 20px;
	background: transparent;
	margin-bottom: 20px;
}

.leave-comment form input::-webkit-input-placeholder {
	color: #8d8d8d;
}

.leave-comment form input::-moz-placeholder {
	color: #8d8d8d;
}

.leave-comment form input:-ms-input-placeholder {
	color: #8d8d8d;
}

.leave-comment form input::-ms-input-placeholder {
	color: #8d8d8d;
}

.leave-comment form input::placeholder {
	color: #8d8d8d;
}

.leave-comment form textarea {
	font-size: 15px;
	color: #8d8d8d;
	width: 100%;
	height: 200px;
	border: 1px solid #707070;
	padding-left: 20px;
	padding-top: 12px;
	padding-right: 5px;
	background: transparent;
	margin-bottom: 14px;
	resize: none;
}

.leave-comment form textarea::-webkit-input-placeholder {
	color: #8d8d8d;
}

.leave-comment form textarea::-moz-placeholder {
	color: #8d8d8d;
}

.leave-comment form textarea:-ms-input-placeholder {
	color: #8d8d8d;
}

.leave-comment form textarea::-ms-input-placeholder {
	color: #8d8d8d;
}

.leave-comment form textarea::placeholder {
	color: #8d8d8d;
}

.leave-comment form button {
	font-size: 16px;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	width: 40%;
	border: none;
	padding: 14px 0 12px;
	background: #f06c31;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

/*---------------------
  Contact Section
-----------------------*/
.contact-section {
	background: #F4F4F4;
}
.section-title.contact-title {
	text-align: left;
	margin: 35px 0;
}
.section-title.contact-title h2 {
	color: #333333;
	font-family: 'Anantason', sans-serif;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 8px;
}
.contact-widget .cw-text {
	overflow: hidden;
	margin-bottom: 35px;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}
.contact-widget .line-contact {
	display: flex;
  justify-content: flex-start;
  position: absolute;
  margin-top: -48px;
  left: 47px;
  height: 60px;
  border-left: 2px solid #000000;
}
.contact-widget .cw-text .contact-txt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	height: 88px;
}
.contact-widget .cw-text .contact-txt a.lightbox {
	font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  width: 20%;
  border: none;
	border-radius: 0;
  padding: 8px 0;
  background: #f16c33;
  position: relative;
  margin: 0 0 0 40px;
  display: flex;
  justify-content: center;
}
.contact-widget .cw-text .contact-txt a.lightbox img {
	height: 150px;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	margin: 94px 20px 20px 20px;
}
.contact-widget .cw-text .contact-txt .lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}
.contact-widget .cw-text .contact-txt .lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	width: 95%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 99;
}
.contact-widget .cw-text .contact-txt a.lightbox-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: transparent;
	color: #fafafa;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contact-widget .cw-text .contact-txt a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	border: 2px solid #fafafa;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.contact-widget .cw-text .contact-txt a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top:10px;
	border: 2px solid #fafafa;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.contact-widget .cw-text .contact-txt .lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.contact-widget .cw-text .contact-txt .lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}
.contact-widget .cw-text .contact-txt .lightbox-target:target a.lightbox-close {
	top: 0;
}	
.contact-widget .cw-text .contact-txt p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0;
	padding: 0 20px 0 40px;
}
.contact-widget .cw-text i {
	font-size: 30px;
	color: #f06c31;
	display: inline-block;
	height: 65px;
	width: 65px;
	background: #363636;
	border-radius: 50%;
	line-height: 65px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.contact-widget .cw-text img {
	width: 12%;
}
.contact-widget .cw-text ul {
	overflow: hidden;
	padding-top: 20px;
}
.contact-widget .cw-text ul li {
	list-style: none;
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 25px;
	display: inline-block;
	position: relative;
}
.contact-widget .cw-text ul li:after {
	position: absolute;
	right: -18px;
	top: 0;
	content: "|";
	color: #545454;
}
.contact-widget .cw-text ul li:last-child {
	margin-right: 0;
}
.contact-widget .cw-text ul li:last-child:after {
	display: none;
}
.contact-widget .cw-text.email p {
	padding-top: 20px;
}
.map-section {
	background: #F4F4F4;
	position: relative;
	padding: 20px 0 0;
} 
.map {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 35px;
}
.map iframe {
	width: 100%;
	height: 500px;
}
.contact-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	left: 14px;
	margin-top: -80px;
	z-index: 9;
	width: 95%;
}
.contact-area .contact-form {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	background: #ffd400;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.contact-area .contact-form .contactform-txt {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	position: relative;
	padding: 30px 40px 8px 40px;
}
.contact-area .contact-form .contactform-txt h1 {
	font-family: 'Gotham', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color: #054444;
	line-height: 1.4;
	text-transform: uppercase;
}
/*---------------------
  404 Section
-----------------------*/
.section-404 {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-404 {
	text-align: center;
}

.text-404 h1 {
	font-size: 200px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.text-404 h3 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-404 p {
	font-size: 15px;
	color: #c4c4c4;
	margin-bottom: 43px;
}

.text-404 .search-404 {
	position: relative;
	width: 470px;
	margin: 0 auto 35px;
}

.text-404 .search-404 input {
	font-size: 15px;
	color: #ffffffb3;
	height: 46px;
	width: 100%;
	background: #f06c31;
	border: none;
	padding-left: 20px;
}

.text-404 .search-404 input::-webkit-input-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input::-moz-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input:-ms-input-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input::-ms-input-placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 input::placeholder {
	color: #ffffffb3;
}

.text-404 .search-404 button {
	font-size: 16px;
	color: #ffffff;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px 11px;
}

.text-404 a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.text-404 a:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	height: 1px;
	width: 100%;
	background: #252525;
	content: "";
}

.text-404 a i {
	color: #f06c31;
	margin-right: 5px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
/* Galaxy S10/S9+/S9 */
@media only screen and (max-width: 360px) and (min-width: 321px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 30px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 auto;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: #f06c33;
    position: relative;
    margin: 0;
    width: 95%;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.banner-section {
    height: 680px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 20px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 60px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.homeuse-content {
    max-width: 280px;
    height: 230px;
    margin-top: -40px;
    top: 0;
    left: 8%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.homeuse-content p {
    display: block;
    height: 190px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 330px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 34px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.company-section .company-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0;
    text-align: left;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.company-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.company-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 330px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.companyItem.active .company-detail .row {
    display: block;
  }
  .companyItem.active .company-detail .row .col {
    max-width: 100% !important;
  }
  .company-img img {
    width: 100%;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.productcard-section .product-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 460px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 310px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 69.9% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
	}
	.faqheader-section .faq-info .faq-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -42px;
    left: 34px;
    height: 58px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 70px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 22%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 15px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPhone 11 Pro/XS/X/6/7/8 */
@media only screen and (max-width: 380px) and (min-width: 361px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 30px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 auto;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: #f06c33;
    position: relative;
    margin: 0;
    width: 95%;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.banner-section {
    height: 680px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 20px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 60px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 370px;
    display: none;
	}
	.homeuse-content {
    max-width: 300px;
    height: 230px;
    margin-top: -50px;
    top: 0;
    left: 7%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 190px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 350px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 34px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.company-section .company-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0;
    text-align: left;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.company-content {
    max-width: 290px;
    height: 270px;
    margin-top: -20px;
    top: 0;
    left: 8%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.company-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 330px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.companyItem.active .company-detail .row {
    display: block;
  }
  .companyItem.active .company-detail .row .col {
    max-width: 100% !important;
  }
  .company-img img {
    width: 100%;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.productcard-section .product-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 460px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 325px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 69.9% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
	}
	.faqheader-section .faq-info .faq-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
		display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -42px;
    left: 34px;
    height: 58px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 70px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 22%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 15px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPhone 12 Pro/12 */
@media only screen and (max-width: 390px) and (min-width: 381px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 30px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 auto;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: #f06c33;
    position: relative;
    margin: 0;
    width: 95%;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.banner-section {
    height: 680px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 20px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 60px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 370px;
    display: none;
	}
	.homeuse-content {
    max-width: 300px;
    height: 230px;
		overflow: hidden;
    margin-top: -65px;
    top: 0;
    left: 8%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 190px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 360px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 34px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.company-section .company-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0;
    text-align: left;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.company-content {
    max-width: 300px;
    height: 275px;
    margin-top: -40px;
    top: 0;
    left: 8%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.company-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    display: block;
    height: 250px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 330px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.companyItem.active .company-detail .row {
    display: block;
  }
  .companyItem.active .company-detail .row .col {
    max-width: 100% !important;
  }
  .company-img img {
    width: 100%;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.productcard-section .product-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 460px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 338px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 69.5% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
	}
	.faqheader-section .faq-info .faq-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -42px;
    left: 34px;
    height: 58px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 70px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 15px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPhone 11 Pro Max/11/XS Max/Note 10/Note 9/S10+/6+/7+/8+ */
@media only screen and (max-width: 478px) and (min-width: 391px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 30px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 auto;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: #f06c33;
    position: relative;
    margin: 0;
    width: 95%;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.banner-section {
    height: 670px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 20px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 60px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 370px;
    display: none;
	}
	.homeuse-content {
    max-width: 320px;
    height: 210px;
    overflow: hidden;
    margin-top: -120px;
    top: 0;
    left: 10%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 170px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 398px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: -5px 0 0 0;
    padding: 0 0 0 15px;
    bottom: 0;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 34px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.company-section .company-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0;
    text-align: left;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.company-content {
    max-width: 320px;
    height: 255px;
    margin-top: -90px;
    top: 0;
    left: 10%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    display: block;
    height: 265px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 330px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.companyItem.active .company-detail .row {
    display: block;
  }
  .companyItem.active .company-detail .row .col {
    max-width: 100% !important;
  }
  .company-img img {
    width: 100%;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.productcard-section .product-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 20px 10px 20px;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 460px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 370px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 69.9% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
	}
	.faqheader-section .faq-info .faq-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -38px;
    left: 38px;
    height: 50px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 70px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* Galaxy Note5 */
@media only screen and (max-width: 663px) and (min-width: 479px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 30px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 auto;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: #f06c33;
    position: relative;
    margin: 0;
    width: 95%;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.banner-section {
    height: 695px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 40px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0 20px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 60px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 400px;
    display: none;
	}
	.homeuse-content {
		max-width: 320px;
    height: 250px;
    overflow: hidden;
    margin-top: -145px;
    top: 0;
    left: 15%;
    position: relative;
    padding: 30px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 190px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 450px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: -18px 0 0 0;
    padding: 0 0 0 15px;
    bottom: 0;
    height: 100px;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 34px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.company-section .company-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0;
    text-align: left;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.company-content {
    max-width: 350px;
    height: 235px;
    margin-top: -165px;
    top: 0;
    left: 11%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    display: block;
    height: 265px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 15px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 330px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    bottom: 0%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.companyItem.active .company-detail .row {
    display: block;
  }
  .companyItem.active .company-detail .row .col {
    max-width: 100% !important;
  }
  .company-img img {
    width: 100%;
  }
  .companyItem.active .company-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.productcard-section .product-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 460px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
		margin-top: 0;
    padding: 20px 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		padding: 0 20px;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 420px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 68% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10px 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60%;
	}
	.faqheader-section .faq-info .faq-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
		display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -35px;
    left: 41px;
    height: 45px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 70px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 13px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPhone 6/7/8 (Landscape) */
@media only screen and (max-width: 725px) and (min-width: 665px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 100px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 110px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: left;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 15%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.cardinfo-section .cardinfo .card-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item p {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 10px 0 20px 0;
    padding: 0 20px;
    height: 88px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item a.card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 5px 5px;
    background: #FFFFFF;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 70%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.banner-section {
    height: 855px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 80px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
		margin: 0 auto;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 30px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 20px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    height: 45px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuseItem .homeuse-img img {
    width: 510px !important;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 500px;
    display: none;
	}
	.homeuse-content {
    max-width: 400px;
		width: 400px;
    height: 250px;
		overflow: hidden;
    margin-top: -105px;
    top: 0;
    left: 11%;
    position: relative;
    padding: 30px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 190px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 510px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: -10px 0 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 110px;
    line-height: 110px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 36px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0 10px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
		line-height: 1.2;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 40px 20px 20px 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision .vision-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 5px 0;
    line-height: 1.4;
	}
	.vision-section .vision .vision-item p {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 0;
    padding: 0 5px;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 40px 30px 10px 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px 20px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 40px;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.companyItem .company-img img {
    width: 510px !important;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 500px;
    display: none;
	}
	.company-content {
    max-width: 400px;
		width: 400px;
    height: 270px;
    margin-top: -30px;
    top: 0;
    left: 11%;
    position: relative;
    padding: 30px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content p {
    display: block;
    height: 220px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.company-content h2 {
    position: absolute;
    bottom: 82%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #f06c31;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 510px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: -10px 0 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 110px;
    line-height: 110px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 65%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 20px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 400px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
		margin-top: 0;
    padding: 20px 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		padding: 0 20px;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 470px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45%;
	}
	.faqheader-section .faq-info .faq-header img {
    width: 40%;
    position: relative;
    margin: 0 auto;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -34px;
    left: 44px;
    height: 44px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 75px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 40px 0 20px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPhone 6+/7+/8+ (Landscape) */
@media only screen and (max-width: 737px) and (min-width: 735px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 100px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 110px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0 200px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: left;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0;
    width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 15%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.cardinfo-section .cardinfo .card-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item p {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 10px 0 20px 0;
    padding: 0 20px;
    height: 88px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item a.card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 5px 5px;
    background: #FFFFFF;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 70%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.banner-section {
    height: 875px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 80px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
		margin: 0 auto;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0 30px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 20px;
    width: 33%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
    height: 45px;
    overflow: hidden;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuseItem .homeuse-img img {
    width: 510px !important;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 500px;
    display: none;
	}
	.homeuse-content {
    max-width: 400px;
		width: 400px;
    height: 250px;
		overflow: hidden;
    margin-top: -105px;
    top: 0;
    left: 11%;
    position: relative;
    padding: 30px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 190px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 510px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 110px;
    line-height: 110px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    height: 52px;
    overflow: hidden;
    padding: 0 10px 0 0;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 16px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 36px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    text-align: center;
		line-height: 1.2;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 40px 20px 20px 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision .vision-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 5px 0;
    line-height: 1.4;
	}
	.vision-section .vision .vision-item p {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 0;
    padding: 0 5px;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 40px 30px 10px 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px 20px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 40px;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.companyItem .company-img img {
    width: 525px !important;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 500px;
    display: none;
	}
	.company-content {
    max-width: 400px;
    width: 400px;
    height: 270px;
    margin-top: -30px;
    top: 0;
    left: 11%;
    position: relative;
    padding: 30px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content p {
    display: block;
    height: 220px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.company-content h2 {
    position: absolute;
    bottom: 82%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #f06c31;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 510px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: -10px 0 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 110px;
    line-height: 110px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.hs-slider .hs-item .product-text h2 {
    font-size: 32px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 22px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
		text-align: center;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 65%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 400px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
		margin-top: 0;
    padding: 20px 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		padding: 0 20px;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 355px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 80%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 450px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 78%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45%;
	}
	.faqheader-section .faq-info .faq-header img {
    width: 40%;
    position: relative;
    margin: 0 auto;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -34px;
    left: 44px;
    height: 44px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 75px;
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 40px 0 20px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPad (Gen7)/Pad (Mini)/iPhone X (Landscape) */
@media only screen and (max-width:814px) and (min-width:740px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 45px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hero-section {
		height: 530px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: left;
		margin: 0 40px;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 40px;
    width: 25% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 11%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.spad {
    padding-top: 70px;
    padding-bottom: 100px;
	}
	.cardinfo-section .cardinfo .card-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item p {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 10px 0 20px 0;
    padding: 0 20px;
    height: 88px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item a.card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 5px 5px;
    background: #FFFFFF;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 70%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.banner-section {
    height: 915px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 80px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
		margin: 0 auto;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 80px 30px 80px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 20%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
    padding: 0 80px;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuseItem .homeuse-img img {
    width: 690px !important;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 650px;
    display: none;
	}
	.homeuse-content {
    max-width: 600px;
		width: 500px;
    height: 250px;
		overflow: hidden;
    margin-top: -220px;
    top: 0;
    left: 14%;
    position: relative;
    padding: 40px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    font-size: 16px;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 690px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 120px;
    line-height: 120px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    padding: 0 10px;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 24px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    padding: 0 10px;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 24px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 40px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 30px 10px 30px;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
		line-height: 1.2;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 40px 20px 20px 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}
	.vision-section .vision .vision-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 5px 0;
    line-height: 1.4;
	}
	.vision-section .vision .vision-item p {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 0;
    padding: 0 5px;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 40px 30px 10px 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px 20px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 40px;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.companyItem .company-img img {
    width: 705px !important;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 600px;
    display: none;
	}
	.company-content {
    max-width: 600px;
		width: 500px;
    height: 270px;
    margin-top: -170px;
    top: 0;
    left: 13%;
    position: relative;
    padding: 40px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content h2 {
    position: absolute;
    bottom: 82%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    font-size: 16px;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 8px 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 690px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 120px;
    line-height: 120px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.hs-slider .hs-item .product-text h2 {
    font-size: 40px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 30px 10px 30px;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
    line-height: 1.2;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0 auto;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
    width: 70%;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 20px 20px 20px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 400px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
		margin-top: 0;
    padding: 20px 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		padding: 0 20px;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflexItem .duflex-img img {
    width: 705px !important;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 600px;
    display: none;
	}
	.duflex-content {
    max-width: 600px;
		width: 500px;
    height: 270px;
    margin-top: -170px;
    top: 0;
    left: 13%;
    position: relative;
    padding: 40px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 82%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    font-size: 16px;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 620px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 120px;
    line-height: 120px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 69% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -35px;
    left: 55px;
    height: 40px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* height: 75px; */
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 40px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 80px 0 40px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPhone iPad Air/XS Max (Landscape) */
@media only screen and (max-width:991px) and (min-width:815px) {
	.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0 0 5px;
    z-index: 99;
	}
	.primary-btn.appoinment-btn {
		float: none;
		margin-top: 0;
	}
	.team-title {
		margin-bottom: 20px;
	}
	.about-text {
		padding: 70px 15px 60px;
	}
	.blog-details-section .p-0 {
		padding: 15px !important;
	}
	.text-404 h1 {
		font-size: 160px;
	}
	.breadcrumb-text h2 {
		font-size: 38px;
	}
	.blog-details-text .blog-details-author {
		padding: 70px 15px 35px;
	}
	.search-model-form input {
		font-size: 28px;
	}
	.hs-slider .hs-item.set-bg {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 72px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.header-section .main-header-area.sticky .canvas-open {
		position: absolute;
		right: 72px;
		top: 20px;
		font-size: 34px;
		font-weight: 400;
		width: 30px;
		height: 30px;
		color: #054444;
		line-height: 30px;
		text-align: center;
		z-index: 1;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 330px;
		z-index: 999;
		background: #ffffff;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 50px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		/* border: 1px solid #151515; */
		/* border-radius: 2px; */
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-search {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .canvas-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .canvas-social {
		text-align: center;
		padding-top: 20px;
	}
	.offcanvas-menu-wrapper .canvas-social a {
		display: inline-block;
		font-size: 18px;
		color: #333333;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .canvas-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 15px 0 5px 0;
		margin: 0;
		color: #333333;
		border-bottom: 1px solid #D9D9D9;
		font-weight: 400;
		font-family: 'Gotham', sans-serif;
		font-size: 16px;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover a {
		color: #f06c31;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f06c31;
	}
	.nav-menu {
		display: none;
	}
	.top-option {
		display: block;
	}
	.top-option .to-search {
    display: inline-block;
    position: absolute;
		top: -5px;
		right: 50px;
    padding: 0;
    background: #FFFFFF;
    width: 45px;
    height: 45px;
    border-radius: 50px;
	}
	.gallery .gs-item {
		width: 100%;
		float: none;
	}
	.gallery .gs-item.grid-wide {
		width: 100%;
	}
	.about-text {
		height: auto;
		padding: 120px 70px 60px 70px;
	}
	.class-timetable {
		overflow-x: auto;
	}
	.chart-table {
		overflow-x: auto;
	}
	.blog-section .p-0 {
		padding: 15px !important;
	}
	.blog-section .sidebar-option {
		padding-left: 0;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.class-details-text .cd-trainer .cd-trainer-text {
		padding-top: 30px;
	}
	.sidebar-option {
		padding-left: 0;
		padding-top: 30px;
	}
	.chart-table {
		margin-bottom: 30px;
	}
	.table-controls {
		text-align: left;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.ss-text:after {
		display: none;
	}
	.ss-text {
		padding: 72px 60px;
		height: auto;
	}
	.solution-item .ci-text:after {
		width: 750px;
	}
	.hero-section {
		height: 490px;
	}
	.hs-slider .hs-item {
		height: auto;
		padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: left;
		margin: 0 40px;
	}
	.ts_slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.ts_slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-nav button {
		left: 0;
	}
	.hs-slider.owl-carousel .owl-nav button.owl-next {
		right: 0;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
		margin: 0 40px;
    width: 25% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ss-pic img {
		height: auto;
	}
	.ss-text {
		margin-bottom: 20px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.blog-details-hero {
		height: auto;
		padding: 160px 0 100px;
	}
	.text-404 .search-404 {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.callnow-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 14%;
    margin-top: -40px;
    z-index: 9;
	}
	.callnow-area .call-now .collnow-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.spad {
    padding-top: 70px;
    padding-bottom: 100px;
	}
	.cardinfo-section .cardinfo .card-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item p {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 10px 0 20px 0;
    padding: 0 20px;
    height: 88px;
    overflow: hidden;
	}
	.cardinfo-section .cardinfo .card-item a.card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 5px 5px;
    background: #FFFFFF;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 70%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.banner-section {
    height: 960px;
    position: relative;
    padding: 0;
	}
	.banner-section.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	}
	.banner-section .development {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 100%;
		height: auto;
		position: relative;
	}
	.banner-section .development .development-image {
    display: flex;
    width: 100%;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 80px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
		margin: 0 auto;
    padding: 0;
    text-align: center;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 80px 30px 80px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
	}
	.banner-section .development .development-title a.dev-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
		margin: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px 0px 5px;
    background: transparent;
    border: 2px solid #f06c31;
    color: #f06c31;
    width: 50%;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
	}
	.ourclient-section {
    background: #FFFFFF;
    padding: 30px 0;
	}
	.ourclient-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0;
	}
	.ourclient-section .ourclient-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 10px;
    width: 20%;
	}
	.solution-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
	}
	.solution-item .ci-text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.solution-item .ci-text .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin-top: 5px;
	}
	.homeuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.homeuse-section .homeuse-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
    padding: 0 80px;
    text-align: center;
    color: #054444;
	}
	.homeuse-section .homeuse-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.homeuseItem .homeuse-img img {
    width: 690px !important;
	}
	.homeuse-img {
    margin: 0;
	}
	.homeuse-img, .homeuseItem.active .homeuse-img {
    width: 100%;
    max-width: unset;
	}
	.homeuseItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.homeuseItem.active .homeuse-detail {
    width: 100%;
    display: block;
  }
	.homeuseItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuse-detail {
    width: 100%;
    max-height: 650px;
    display: none;
	}
	.homeuse-content {
    max-width: 600px;
		width: 500px;
    height: 250px;
		overflow: hidden;
    margin-top: -220px;
    top: 0;
    left: 14%;
    position: relative;
    padding: 40px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    font-size: 16px;
	}
	.homeuseItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.homeuseItemTitle.rotate {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 690px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 50px 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 100px;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.industrialuse-section .section {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.industrialuse-section .industrialuse-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.industrialuse-section .industrialuse-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.industrialuse-section .industrialuse-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.industrialuse-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.industrialuse-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    padding: 0 10px;
	}
	.industrialuse-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 24px;
    font-size: 20px;
	}
	.specialapp-section .section {
		display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0;
    padding: 0 0 20px 0;
	}
	.specialapp-section .specialapp-title {
		display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.specialapp-section .specialapp-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
	}
	.specialapp-section .specialapp-item {
    display: flex;
    flex-flow: column;
    position: relative;
    padding: 8px;
    width: 50%;
	}
	.specialapp-item .ci-text {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #FFFFFF;
    position: relative;
    padding: 10px;
    z-index: 1;
    width: 100%;
	}
	.specialapp-item .ci-text h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.2;
    color: #054444;
    font-weight: 400;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    padding: 0 10px;
	}
	.specialapp-item .ci-text .detail-btn a i {
    position: absolute;
    right: 12px;
    bottom: 24px;
    font-size: 20px;
	}
	.footer-section .footer-left p {
		display: none;
	}
	.footer-section .footer-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background: #054444;
    position: relative;
    padding: 20px;
    width: 95%;
    z-index: 99;
	}
	.footer-section .footer-right {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    background: #00afec;
    position: relative;
    margin-top: -70px;
    left: 0;
    padding: 0;
    width: 100%;
		height: 200px;
	}
	.fs-widget {
    display: none;
	}
	.fs-about {
		margin-top: 80px;
    margin-bottom: 0;
	}
	.hs-slider .hs-item.hs-item-mb {
    height: auto;
    padding: 150px 0;
	}
	.hs-slider .hs-item .hi-text h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 2px;
		text-align: center;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 34px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 30px 10px 30px;
    text-align: center;
    top: 0px;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 30px 0;
    text-align: center;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: auto;
    padding: 40px 20px 20px 20px;
	}
	.whoweare-video {
    height: 350px;
    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;
	}.vision-section .vision .vision-item h4 {
    color: #054444;
    font-family: 'Anantason', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 5px 0;
    line-height: 1.4;
	}
	.vision-section .vision .vision-item p {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #054444;
    line-height: 1.4;
    margin: 0;
    padding: 0 5px;
	}
	.vision-section .vision-title h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.vision-section .section {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
		margin: 0 auto;
	}
	.professional-section .professional-item {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.professional-section .professional-text h1 {
    padding: 40px 30px 10px 30px;
    font-family: 'Anantason', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 0 30px 20px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-photo {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 40px;
	}
	.professional-section .professional-photo .professional-image {
		width: 100%;
	}
	.company-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.company-section .company-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 0 0;
    text-align: center;
    color: #054444;
	}
	.company-section .company-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.companyItem .company-img img {
    width: 690px !important;
	}
	.company-img {
    margin: 0;
	}
	.company-img, .companyItem.active .company-img {
    width: 100%;
    max-width: unset;
	}
	.companyItem.active {
    width: 100%;
    border-bottom: 2px solid #ffd402;
	}
	.companyItem.active .company-detail {
    width: 100%;
    display: block;
  }
	.companyItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.company-detail {
    width: 100%;
    max-height: 600px;
    display: none;
	}
	.company-content {
    max-width: 600px;
    width: 500px;
    height: 270px;
    margin-top: -170px;
    top: 0;
    left: 13%;
    position: relative;
    padding: 40px;
    transform: translate(0, -150%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content h2 {
    position: absolute;
    bottom: 82%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #f06c31;
	}
	.company-content p {
    font-size: 16px;
	}
	.companyItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 5px 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
		border-bottom: 2px solid #ffd402;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
	}
	.companyItemTitle.rotate {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 690px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 20px 0 0;
    padding: 0 0 0 30px;
    bottom: 0;
    height: 120px;
    line-height: 120px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.hs-slider .hs-item .product-text h2 {
    font-size: 40px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 30px;
    color: #054444;
    text-transform: uppercase;
		line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding: 10px 20px 0 20px;
    text-align: center;
	}
	.gettouch-section .gt-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 10px 20px 20px 20px;
    width: 100%;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0 auto;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
    width: 70%;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon img {
    width: 20%;
    position: relative;
    margin: 8px;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h1 {
    margin: 0;
    padding-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-callicon h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-align: left;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.productcard-section .productcard {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	}
	.dushield-section .dushield-title h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #054444;
    padding: 0 0 10px 0;
		text-align: center;
	}
	.dushield-section .dushield-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
	}
	.dushield-section .dushield-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #054444;
    padding: 0 40px 20px 40px;
		text-align: center;
		margin-bottom: 0;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-video {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 313px;
    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;
	}
	.duraseal-video .duraseal-label p {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #054444;
    text-transform: uppercase;
    padding: 0 40px 10px 20px;
    margin-bottom: 0;
    line-height: 1.4;
	}
	.duraseal-video .duraseal-label .detail-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    margin-top: 0;
    right: 0;
	}
	.duraseal-video .duraseal-label .detail-btn a {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #054444;
    border-radius: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #054444;
    position: relative;
    left: -8px;
    bottom: 55px;
	}
	.duraseal-text {
    background: #ffd400;
    height: 400px;
    padding: 20px;
	}
	.duraseal-section .layout-reverse {
		display: flex;
    flex-flow: column-reverse;
    justify-content: center;
	}
	.duraseal-text .section-title {
    text-align: left;
    margin-bottom: 10px;
	}
	.duraseal-text .section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #054444;
    text-transform: uppercase;
    position: relative;
		margin-top: 0;
    padding: 20px 0;
    text-align: center;
	}
	.duraseal-text .at-desc p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
		padding: 0 40px;
		text-align: center;
	}
	.duraseal-section .duraseal .services .media-body h3 {
		font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
	}
	.duflex-section .duflex-title h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 30px 0 20px 0;
    text-align: left;
	}
	.duflex-section .section {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
		margin: 0 auto;
    padding: 40px 0 60px 0;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
	}
	.duflex-section .duflex-title p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    padding: 0 40px;
    text-align: center;
    color: #054444;
	}
	.duflex-section .duflex-tabs.tab-content {
    display: flex;
    flex-flow: row;
    justify-items: end;
    width: 100%;
    position: relative;
    padding: 0;
	}
	.duflex-img {
    margin: 0;
	}
	.duflex-img, .duflexItem.active .duflex-img {
    width: 100%;
    max-width: unset;
	}
	.duflexItem.active {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
	}
	.duflexItem.active .duflex-detail {
    width: 100%;
    display: block;
  }
	.duflexItem {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.duflex-detail {
    width: 100%;
    max-height: 600px;
    display: none;
	}
	.duflex-content {
    max-width: 290px;
    height: 270px;
    margin-top: -3px;
    top: 0;
    left: 6%;
    position: relative;
    padding: 20px;
    transform: translate(0, -125%);
    opacity: 1;
    transition: opacity 0.3s ease;
	}
	.duflex-content h2 {
    position: absolute;
    bottom: 85%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    font-weight: 800;
    color: #f06c31;
	}
	.duflex-content p {
    display: block;
    height: 255px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
		line-height: 1.4;
	}
	.duflexItemTitle {
    position: relative;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 80%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.3);
		border-bottom: 2px solid #e0e0e0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 620px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 30px;
    top: 84%;
    height: 100px;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
	}
	.duflexItem.active .duflex-detail .row {
    display: block;
  }
  .duflexItem.active .duflex-detail .row .col {
    max-width: 100% !important;
  }
  .duflex-img img {
    width: 100%;
  }
  .duflexItem.active .duflex-detail .row .col:first-child {
    max-width: 100% !important;
  }
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% center;
	}
	.fq-text h2 {
    font-family: 'Anantason', sans-serif;
    font-size: 70px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.fq-text .fq-tips {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    color: #054444; 
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
	}
	.faqheader-section .faq-info .faq-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45%;
	}
	.faqheader-section .faq-info .faq-text h2 {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center;
	}
	.acc-container {
    width: 100%;
    margin: 20px 0 40px 0;
	}
	.acc-head {
    background-color: #00afec;
    margin: 5px 0;
    padding: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	}
	.acc-head p {
    ont-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0;
    padding: 0 50px 0 10px;
	}
	.acc .acc-content ul {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
	}
	.acc .acc-content ul.sub-round {
    list-style: none;
    position: relative;
    padding: 10px 0 10px 20px;
	}
	.fq-text h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0 0;
    margin-bottom: 0;
	}
	.section-title.contact-title {
    text-align: left;
    margin: 30px 0 15px 0;
	}
	.section-title.contact-title h2 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -35px;
    left: 55px;
    height: 40px;
    border-left: 2px solid #000000;
	}
	.contact-widget .cw-text {
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* height: 70px; */
	}
	.contact-widget .cw-text .contact-txt a.lightbox {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    width: 20%;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    background: #f16c33;
    position: relative;
    margin: 0 0 0 40px;
    display: flex;
    justify-content: center;
	}
	.contact-widget .cw-text .contact-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    padding: 0 80px 0 40px;
    line-height: 1.3;
	}
	.contact-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 0;
    z-index: 9;
    width: 100%;
	}
	.contact-area .contact-form .contactform-txt {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 30px 0 10px 0;
	}
	.contact-area .contact-form .contactform-txt h1 {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #054444;
    line-height: 1.4;
    text-transform: uppercase;
	}
	.leave-comment {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
	}
	.map-section iframe {
		margin-bottom: 40px;
	}
}

/* iPad Pro */
@media only screen and (max-width:1265px) and (min-width:1023px) {
	.ps-item .thumb-icon {
		left: 15px;
	}
	.blog-item .bi-pic {
		float: none;
	}
	.blog-item .bi-text {
		height: auto;
		padding: 32px 30px 30px 30px;
	}
	.blog-item .bi-pic img {
		height: auto;
	}
	.nav-menu {
    text-align: right;
	}
	.nav-menu ul li {
		margin-right: 20px;
	}
	.hs-slider .hs-item {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 200px;
		padding: 150px 0;
	}
	.hs-slider .hs-item .product-text h2 {
    font-size: 44px;
    color: #f06c31;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
    padding: 0 20px;
    text-align: center;
    top: 0;
		width: 70%;
		margin: 0 auto;
	}
	.hs-slider .hs-item .product-text span {
    display: block;
    font-size: 34px;
    color: #054444;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    padding: 10px 0 0;
    text-align: center;
		width: 70%;
		margin: 0 auto;
		line-height: 1.3;
	}
	.hs-slider.owl-carousel .owl-item.active .hs-item .hi-text img {
    position: relative;
    margin: 0 0 0 100px;
    width: 40% !important;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.hs-slider .hs-item .hi-text h1 {
    font-size: 40px;
    color: #054444;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 90px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
    top: 100px;
    opacity: 0;
		text-align: left;
    margin: 0 100px;
	}
	.hs-slider .hs-item .hi-text h2 {
    font-size: 42px;
    color: #ffd400;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 90px;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding: 20px 0 0 0;
    text-align: center;
    top: 0;
	}
	.hs-slider .hs-item .hi-text span {
    display: block;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    position: relative;
    padding: 0;
    text-align: center;
	}
	.homeuse-section .homeuse-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 0 0;
	}
	.homeuse-detail {
    width: 650px;
	}
	.homeuseItem.active {
    width: calc(100% - 6 * 50px);
	}
	.homeuseItem.active .homeuse-img {
		max-width: 415px;
	}
	.homeuseItem.active .homeuse-img img {
		width: 415px;
	}
	.homeuseItem .homeuse-img img {
		width: 415px;
	}
	.homeuseItem.active .homeuse-detail .row .col:first-child {
		max-width: 50% !important;
	}
	.homeuseItem {
    margin: 0 6px;
    padding: 0;
    width: 110px;
    overflow: hidden;
    float: left;
    position: relative;
    transition: 0.3s ease;
	}
	.homeuseItemTitle {
    position: absolute;
    left: 55px;
    z-index: 1;
    width: 448px;
    color: #fff;
    transform: rotate(90deg);
    transform-origin: left;
    text-align: right;
    margin: 0 auto;
    padding: 0 30px 0 0;
    bottom: 88.5%;
    height: 110px;
    line-height: 110px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Anantason', sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
	}
	.homeuse-content {
    max-width: 300px;
    height: 270px;
    margin: 0;
    top: 50%;
    left: -100%;
    position: relative;
    padding: 30px;
    transform: translate(0, -65%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.homeuse-content p {
    display: block;
    height: 220px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
	}
	.banner-section {
    height: 450px;
    position: relative;
    padding: 0;
	}
	.banner-section .development {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    height: 450px;
    position: relative;
	}
	.banner-section .development .development-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    padding: 30px;
	}
	.banner-section .development .development-title h1 {
    color: #333333;
    font-family: 'Anantason', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 0 10px 0;
    text-align: left;
	}
	.banner-section .development .development-title p {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px 30px 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: left;
	}
	.whoweare-text {
    background: #f5f5f5;
    height: 530px;
    padding: 40px;
	}
	.whoweare-video {
    height: 530px;
    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;
	}
	.whoweare-text .at-desc p {
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 0;
	}
	.professional-section .professional-text h1 {
    padding: 40px 0 10px 40px;
    font-family: 'Anantason', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.professional-section .professional-text p {
    padding: 10px 0px 10px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
	}
	.company-section .company-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 0 0;
	}
	.companyItem.active {
    width: calc(100% - 6 * 50px);
	}
	.company-detail {
    width: 650px;
	}
	.company-content {
    max-width: 340px;
    height: 390px;
    margin: 0;
    top: 50%;
    left: -103%;
    position: relative;
    padding: 30px;
    transform: translate(0, -50%);
    opacity: 1;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
	}
	.company-content h2 {
    position: absolute;
    bottom: 87%;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-size: 54px;
    font-weight: 800;
    color: #f06c31;
	}
	.gettouch-section .gt-info .gt-text h2 {
    margin: 0;
    padding-top: 0;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
	}
	.gettouch-section .gt-info .gt-text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    position: relative;
    padding: 0 30px 0 0;
    width: 55%;
	}
	.gettouch-section .gt-info .gt-call {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    text-align: center;
    background: #054444;
	}
	.gettouch-section .gt-info .gt-call .gt-socialicon h2 {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
	}
	.dushield-section .dushield .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duraseal-text {
    background: #ffd400;
    height: 500px;
    padding: 40px;
	}
	.duraseal-section .duraseal .services .media-body h3 {
    font-family: 'Anantason', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000000;
    text-align: left;
    display: block;
    height: 85px;
    overflow: hidden;
	}
	.duflex-section .duflex-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 0 0;
	}
	.duflex-detail {
    width: 650px;
	}
	.duflexItem.active {
    width: calc(100% - 6 * 53px);
	}
	.duflexItemTitle.rotate {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 300px;
    color: #FFFFFF;
    transform: rotate(0deg);
    transform-origin: left;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
    top: 84%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
	}
	.set-fq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% center;
	}
	.contact-widget .cw-text .contact-txt {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 80px;
	}
	.contact-widget .line-contact {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    margin-top: -50px;
    left: 40px;
    height: 65px;
    border-left: 2px solid #000000;
	}
}

/* Desktop Full HD */
@media only screen and (max-width:1922px) and (min-width:1912px) {
	.nav-menu ul li {
		margin-right: 60px;
	}
}