@charset "utf-8";
/* CSS Document */

/*------------------------------------*
    $RESET
*------------------------------------*/
.clear {
	clear: both;
}

.clearfix {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*----------------------------------------------------------------*/


/*------------------------------------*
    $Element
*------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	font-family: tahoma;
	color: #4c4c4c;
}

a {
	display: block;
	text-decoration: none;
	outline: none;
	padding: 0;
	margin: 0;
	color: #666666;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a.mail {
	display: inline;
	color: #808080;
}

a.mail:hover {
	text-decoration: underline;
}

ul,
li {
	display: block;
	text-decoration: none;
	outline: none;
	padding: 0;
	margin: 0;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	line-height: 30px;
}

h2 {
	font-size: 30px;
	line-height: 25px;
}

h3 {
	font-size: 22px;
	line-height: 21px;
}

* {
	box-sizing: border-box;
}

/*------------------------------------------------------------------*/






/*------------------------------------*
    $Object
*------------------------------------*/
h1.text-title {
	font-size: 30px;
	padding-top: 80px;
	display: inline-block;
	border-bottom: 2px solid #89c742;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

h3.company-contact-name br {
	display: none;
}

/*------------------------------------------------------------------*/



/*------------------------------------*
    $Component
*------------------------------------*/
#wrapper {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	padding-top: 109px;
}

.content {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

.content-header {
	width: 1180px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

/*-----------------*
      *Header*
*------------------*/
#header {
	width: 100%;
	max-width: 1366px;
	padding: 15px 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.77);
}

.logo {
	width: 30%;
	position: relative;
	z-index: 9999;
	margin-left: 90px;
}

.logo img {
	width: 120px;
	height: 79px;
	float: left;
}

.mainweb {
	display: none;
	justify-content: center;
	align-items: center;
	height: 55px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position: relative !important;
}

.mainweb img {
	margin-top: 0 !important;
	width: 28px !important;
	height: auto !important;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.mainweb img.hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto !important;
	display: table;
	opacity: 0;
	width: 28px !important;
	height: 28px !important;
}

.mainweb:hover img.default {
	opacity: 0;
}

.mainweb:hover img.hover {
	opacity: 1;
}

.page-sustain .menu-sustain {
	display: table !important;
}

.page-sustain #header #cssmenu .mainweb {
	display: flex !important;
	margin-right: 90px !important;
}

.page-sustain #header #cssmenu .button {
	display: none;
}

.menu-sustain {
	display: none !important;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

.menu-sustain .flex {
	display: flex;
	align-items: center;
	height: 55px;
}

.menu-sustain .flex .col {
	position: relative;
}

.menu-sustain .flex .col a {
	display: block;
	font-family: 'psl_kittithada_probold';
	font-size: 22px;
	line-height: 22px;
	padding: 30px 0;
}

.menu-sustain .flex .col a:hover {
	opacity: 0.75;
}

.menu-sustain .flex .col.dropdown a {
	background-image: url("../images/sustainability/commons/menu-arrow.png");
	background-repeat: no-repeat;
	background-position: center bottom 15px;
	background-size: 14px 7px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.menu-sustain .flex .col.dropdown:hover a {
	background-image: url("../images/sustainability/commons/menu-arrow-hover.png");
}

.menu-sustain .flex .col.dropdown:hover .dropdown-box {
	opacity: 1;
	visibility: visible;
	bottom: -55px;
}

.menu-sustain .flex .col .dropdown-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -45px;
	left: -25px;
	right: 0;
	z-index: 8;
	display: table;
	width: 100%;
	max-width: 210px;
	min-width: 210px;
	padding: 10px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.menu-sustain .flex .col .dropdown-box a {
	font-size: 20px;
	line-height: 20px;
	padding: 0;
	background: none !important;
}

.menu-sustain .flex .col+.col {
	margin-left: 25px;
}

@media only screen and (max-width: 1280px) {
	.page-sustain #header #cssmenu .mainweb {
		margin-right: 50px !important;
	}

	.menu-sustain {
		margin-right: 15px;
	}

	.menu-sustain .flex .col+.col {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 1098px) {
	.page-sustain #header #cssmenu .mainweb {
		margin-right: 25px !important;
	}

	.menu-sustain .flex .col a {
		font-size: 20px;
		line-height: 20px;
	}
}

.tab-menu {
	width: 21%;
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 9999;
}

.lang {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	z-index: 99998;
	position: relative;
	background: #f3f3f3;
	padding: 15px 15px 10px 15px;
	color: #279fd9;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	height: 55px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.lang:hover {
	z-index: 99998;
	background: #37b1ec;
	-webkit-filter: unset !important;
	/* Safari 6.0 - 9.0 */
	filter: unset !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.lang img {
	width: 37px;
	height: 24px;
	margin-top: 2px;
}

.default-lang {
	-webkit-filter: unset !important;
	/* Safari 6.0 - 9.0 */
	filter: unset !important;
	cursor: auto;
}

.default-lang:hover {
	background: #f3f3f3;
}

.sitemap-icon a {
	z-index: 99998;
	position: relative;
	background: #f3f3f3;
	padding: 15px 15px 10px 15px;
	color: #279fd9;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	height: 55px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sitemap-icon a:hover {
	background: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sitemap-icon a img {
	width: 28px;
	height: 28px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sitemap-icon a img.pichover {
	width: 28px;
	opacity: 0;
	position: absolute;
}

.sitemap-icon a:hover img.pichover {
	opacity: 1;
	width: 28px;
}

.sitemap-icon a img.picactive {
	width: 28px;
	opacity: 1;
	vertical-align: middle;
}

.sitemap-icon a:hover img.picactive {
	opacity: 0;
	width: 28px;
}

.siteselect {
	background: #37b1ec !important;
}

.siteselect img.pichover {
	width: 28px;
	opacity: 1 !important;
	position: absolute;
}

.siteselect img.picactive {
	width: 28px;
	opacity: 0 !important;
	vertical-align: middle;
}

.nav-menu {
	width: 100px;
	background: #f3f3f3;
	padding: 18px 15px 10px 15px;
	float: right;
	height: 55px;
	font-size: 33px;
	color: #279fd9;
	font-family: 'psl_kittithada_probold';
	display: inline;
	cursor: pointer;
}

.nav-menu img {
	width: 29px;
	height: 22px;
	vertical-align: middle;
	margin-top: -8px;
}

#cssmenu ul {
	padding-bottom: 75px;
	background: url(../images/bg-menu.jpg) no-repeat top center !important;
	background-size: 1366px 1000px !important;
	overflow: hidden;
	top: -20px !important;
}

/*-----------------*
      *Menu *
*------------------*/
.menu-content {
	display: none;
	width: 100%;
	height: 670px;
	max-width: 1366px;
	position: absolute;
	top: 0;
	z-index: 99;
	background: url(../images/bg-menu.jpg) no-repeat center;
	background-size: cover;
	font-family: 'psl_kittithada_probold';
}

#navigate {
	padding: 25px 0;
}

.link-nav a {
	text-align: right;
	color: #666666;
	display: inline-block;
}

.link-nav a:hover {
	text-decoration: underline;
}

.link-nav {
	text-align: left;
	color: #37b1ec;
	word-spacing: 5px;
}

.defaultnav {
	word-spacing: normal;
	display: inline;
}

/*-----------------*
      *Container *
*------------------*/
#container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.nonav {
	padding: 60px 0 !important;
}

#banner {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'psl_kittithada_probold';
	overflow: hidden;
}

.contact-index {
	border: none;
	background: rgba(255, 255, 255, 0.69);
	width: 370px;
	padding: 25px;
	font-size: 25px;
	color: #666666;
	float: left;
	margin: 20px 10px;
}

h2.contact-label {
	font-size: 35px;
	color: #37b1ec;
	margin-bottom: 25px;
}

.contact-index img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
	vertical-align: middle;
	margin-top: -8px;
}

.contact-index p {
	margin: 15px 0;
}

.landmark-map {
	width: 100%;
	position: relative;
}

.landmark-map img {
	width: 100%;
}

.about-content {
	width: 100%;
	padding-bottom: 80px;
	color: #666666;
}

.show-mb,
.show-mb-ad {
	display: none;
}

.landing-content {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.about-content-mile {
	background: url(../images/icon/about-line.png) no-repeat top center;
	position: relative;
	padding-top: 80px;
	background-size: 2px 100%;
	color: #333333;
	font-size: 16px;
	margin-top: 80px;
}

.box-mile-left {
	width: 100%;
}

.box-mile {
	padding: 0;
	position: relative;
	margin-bottom: 80px;
	float: left;
	width: 46.3%;
}

.milestone-center {
	width: 100%;
	position: absolute;
	top: 40%;
}

.box-mile-detail {
	text-align: right;
	padding-right: 63px;
}

.box-mile-detail-right {
	text-align: left;
	padding-left: 63px;
}

.box-mile-detail-right ul {
	margin: 0;
	padding: 0;
}

.box-mile-detail-right ul li {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 22px;
}

.box-mile-detail ul {
	margin: 0;
}

.box-mile-detail ul li {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 22px;
}

.box-mile-detail img {
	width: 95%;
}

.box-mile-detail-right img {
	width: 95%;
}

.box-mile-right {
	padding: 0;
	position: relative;
	float: right;
	width: 46.3%;
	margin-top: 90px;
}

.box-mile-right .bullet-point-right {
	float: left;
	margin-left: -48px;
}

.bullet-point-right {
	width: 116px;
	height: 20px;
	background: url(../images/icon/bullet-point.png) no-repeat;
	margin: 0;
}

.box-mile-left .bullet-point {
	float: right;
	margin-right: -48px;
}

.bullet-point {
	width: 116px;
	height: 20px;
	margin: 0;
	background: url(../images/icon/bullet-point.png) no-repeat;
}

.box-mile-right .arrow-right {
	float: left;
	margin-left: -10px;
}

.box-mile-left .arrow-left {
	float: right;
	margin-right: -10px;
}

.arrow-right {
	width: 10px;
	height: 19px;
	margin: 0;
}

.mile-year {
	color: #ffffff;
	font-size: 45px;
	font-family: "psl_kittithada_probold";
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
}

.mile-txt {
	width: 75%;
	float: left;
	background: #37b1ec;
	margin-top: -50px;
	position: relative;
	font-family: "psl_kittithada_probold";
	padding: 20px;
	text-align: left;
}

.mile-txt-right {
	width: 75%;
	float: right;
	background: #37b1ec;
	margin-top: -50px;
	margin-bottom: 75px;
	position: relative;
	font-family: "psl_kittithada_probold";
	padding: 20px;
	text-align: left;
}

.about-mnbox {
	width: 50%;
	float: left;
	position: relative;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.about-mnbox:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.about-mnbox img {
	width: 100%;
	vertical-align: top;
}

.about-mbtxt {
	position: absolute;
	top: 70px;
}

.ab-left {
	left: 100px;
}

.ab-right {
	right: 100px;
}

.ab-last {
	right: 100px;
}

h2.brow {
	color: #725644;
	font-size: 70px;
	font-family: 'psl_kittithada_proregular';
	line-height: 50px;
}

h2.brow span {
	font-size: 70px;
	font-family: 'psl_kittithada_probold';
}

h2.blue {
	color: #206687;
	font-size: 70px;
	font-family: 'psl_kittithada_proregular';
	line-height: 50px;
}

h2.blue span {
	font-size: 70px;
	font-family: 'psl_kittithada_probold';
}

h2.cyan {
	color: #279FD9;
	font-size: 70px;
	font-family: 'psl_kittithada_proregular';
	line-height: 50px;
}

h2.cyan span {
	font-size: 70px;
	font-family: 'psl_kittithada_probold';
}

h2.orange {
	color: #F29F22;
	font-size: 70px;
	font-family: 'psl_kittithada_proregular';
	line-height: 50px;
}

h2.orange span {
	font-size: 70px;
	font-family: 'psl_kittithada_probold';
}

h2.green {
	color: #5FB92D;
	font-size: 70px;
	font-family: 'psl_kittithada_proregular';
	line-height: 50px;
}

h2.green span {
	font-size: 70px;
	font-family: 'psl_kittithada_probold';
}

h2.right {
	text-align: right;
}

.circle-mn {
	border: 0;
	width: 220px;
	height: 220px;
	position: absolute;
	top: 185px;
	left: 42%;
	color: #666666;
	font-family: 'psl_kittithada_probold';
	font-size: 40px;
	text-align: center;
	padding: 55px 10px;
	background: url(../images/icon/circle-menu.png) no-repeat center;
	background-size: cover;
}

.circle-mn.sustain {
	font-size: 32px;
	line-height: 26px;
	padding: 40px 10px 55px 10px;
}

.circle-mn img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.about-brief {
	width: 80%;
	margin: 0 auto;
	font-family: 'psl_kittithada_probold';
	font-size: 27px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 30px;
}

.ad-head .about-brief {
	width: 90%;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}

.ad-head .about-column {
	padding-right: 0;
}

.export-brief {
	width: 100%;
	font-family: 'psl_kittithada_probold';
	font-size: 26px;
	color: #808080;
	line-height: 30px;
	margin: 20px 0;
}

.interview-brief {
	width: 100%;
	font-family: 'psl_kittithada_probold';
	font-size: 31px;
	color: #808080;
	line-height: 30px;
	margin: 20px 0 35px 0;
}

.interview-brief-sub {
	width: 100%;
	font-family: 'psl_kittithada_probold';
	font-size: 27px;
	color: #808080;
	line-height: 26px;
	margin: 20px 0 35px 0;
}

.btn-milestone {
	border: 1px solid rgba(0, 0, 0, 0.00);
	width: 150px;
	position: relative;
	background: #37b1ec;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
	font-family: 'psl_kittithada_probold';
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-milestone:hover {
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid #37b1ec;
	color: #37b1ec;
	font-family: 'psl_kittithada_probold';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.about-column {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.about-column img {
	width: 100%;
}

.column-box-right {
	padding-left: 25px !important;
	padding-right: 0 !important;
	color: #808080;
}

.column-box-left {
	padding-right: 14px !important;
	color: #808080;
}

.about-column-full {
	width: 100%;
	float: left;
}

.about-left {
	width: 35%;
}

.about-right {
	width: 65%;
}

ul.mission-box {
	width: 100%;
}

ul.mission-box li {
	padding: 10px 0 0 20px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 21px;
	background-size: 11px;
	font-family: 'psl_kittithada_probold';
	font-size: 27px;
	color: #666666;
	line-height: 30px;
}

.column-box-right p,
.column-box-left p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: normal;
}

.txt-bold {
	font-weight: bold;
}

.policy-ad {
	width: 100%;
	margin-bottom: 70px;
	padding: 50px 0;
}

.policy-ad-txt {
	color: #37b1ec;
	width: 76%;
	text-align: center;
	margin: 30px auto;
	font-family: 'psl_kittithada_probold';
	font-size: 46px;
	line-height: 40px;
}

.policy-ad-txt p {
	margin: 0;
	margin-bottom: 30px;
}

.policy-ad-txt span {
	font-family: 'psl_kittithada_proregular';
}

.vs-ad1 {
	background: url(../images/about-policyad.jpg) no-repeat center;
}

.vs-ad2 {
	background: url(../images/vision-ad2.jpg) no-repeat center;
	padding: 115px 0;
	margin: 30px 0;
}

ul.policy-box {
	width: 100%;
}

ul.policy-box li {
	padding: 10px 0 0 20px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 16px;
	background-size: 11px;
	color: #666666;
	line-height: normal;
}

ul.policy-box img {
	width: 11px;
	margin-right: 10px;
}

ul.policy-box li:first-child {
	padding-top: 10px;
}

ul.vs-contact-box {
	width: 100%;
}

ul.vs-contact-box li {
	padding: 10px 0 0 25px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 16px;
	background-size: 11px;
	font-family: 'psl_kittithada_probold';
	color: #37b1ec;
	font-size: 29px;
	line-height: 25px;
}

.about-profile-left {
	width: 50%;
	float: left;
	color: #666666;
	word-break: keep-all;
}

.about-profile-right {
	width: 50%;
	float: right;
	color: #666666;
	padding-left: 20px;
}

.about-profile-right img {
	width: 100%;
}

.about-profile-left ul {
	width: 100%;
	margin-bottom: 20px;
}

.about-profile-left ul li {
	padding: 5px 0 0 20px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 11px;
	background-size: 13px;
	color: #666666;
}

.about-profile-left p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 21px;
}

h4 {
	font-size: 48px;
	color: #37b1ec;
	font-family: 'psl_kittithada_proregular';
	margin: 20px 0 40px 0;
	line-height: 45px;
}

h4 span {
	font-family: 'psl_kittithada_probold';
}

.company {
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top: 30px;
}

.pg-logo-main {
	position: absolute;
	top: 28%;
	left: 23%;
}

.pg-logo-main img {
	width: 100%;
}

.pg-box-main {
	position: absolute;
	top: 30px;
	left: 31%;
}

.pg-box {
	position: absolute;
}

@keyframes swing-box {
	20% {
		transform: rotate(10deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

.pg-box img {
	width: 260px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.pg-box img.pichover {
	width: 260px;
	opacity: 0;
	position: absolute;
}

.pg-box:hover img.pichover {
	opacity: 1;
	width: 260px;
}

.pg-box img.picactive {
	width: 260px;
	opacity: 1;
}

.pg-box:hover img.picactive {
	opacity: 0;
	width: 260px;
}

.pmg-1 {
	bottom: 21%;
	left: 5%;
}

.pmg-2 {
	bottom: 0;
	left: 25%;
}

.pmg-3 {
	bottom: 0;
	right: 24%;
}

.pmg-4 {
	bottom: 21%;
	right: 5%;
}

.pmg-logo {
	position: absolute;
}

.pmg-logo img {
	width: auto;
}

.pmg-logo-1 {
	bottom: 27%;
	left: 20%;
}

.pmg-logo-2 {
	bottom: 20%;
	left: 20%;
}

.about-philo-left {
	width: 50%;
	float: left;
	color: #666666;
	word-break: keep-all;
	font-family: 'psl_kittithada_probold';
	padding-right: 20px;
}

.about-philo-right {
	width: 50%;
	float: left;
	color: #666666;
	padding-left: 20px;
	font-family: 'psl_kittithada_probold';
}

.about-philo-right ul {
	width: 100%;
	margin-bottom: 30px;
}

.about-philo-right ul li {
	padding: 5px 0 15px 20px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 11px;
	background-size: 11px;
	color: #666666;
	font-size: 25px;
	word-break: keep-all;
}

.about-philo-left p,
.about-philo-right p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: normal;
	font-size: 27px;
}

.about-philo-left h3,
.about-philo-right h3 {
	font-size: 40px !important;
	margin: 20px 0 10px 0 !important;
}

.philosophy {
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 100px 0;
}

.philo-top {
	width: 61%;
	margin: 0 auto;
	position: relative;
	height: 300px;
}

.philo-middle {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: -50px;
}

.philo-bottom {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 600px;
	margin-top: -160px;
}

.philoboxtop {
	position: absolute;
	width: 280px;
}

img.boxtop1 {
	top: 22px;
	left: 10px;
}

img.boxtop2 {
	top: 0;
	left: 225px;
	z-index: 2;
}

img.boxtop3 {
	top: 20px;
	right: 2px;
	;
}

.philobox {
	position: absolute;
	width: 360px;
}

.philobox img {
	width: 100%;
}

.philobox1 {
	top: 5px;
	left: 12px;
}

.philobox2 {
	top: 184px;
	left: 138px;
}

.philobox3 {
	top: 244px;
	left: 415px;
	;
}

.philobox4 {
	top: 185px;
	right: 129px;
	z-index: 8;
}

.philobox5 {
	top: 5px;
	right: 0;
}

ul.orz-menu-tab {
	width: 100%;
	margin: 30px 0 60px 0;
}

.content-long {
	width: 120% !important;
}

ul.orz-menu-tab li {
	position: relative;
	width: 25%;
	font-family: 'psl_kittithada_proregular';
	float: left;
	border-right: none;
}

ul.orz-menu-tab li a {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-right: none;
	background: #ffffff;
	color: #4c4c4c;
	padding: 25px 0;
	text-align: center;
	font-size: 30px;
}

ul.orz-menu-tab li a:hover {
	background: #37b1ec;
	color: #ffffff;
	border: 1px solid #37b1ec;
	border-right: none;
}

@keyframes up-down {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(5px)
	}
}

.orzmenu-select {
	background: #37b1ec !important;
	color: #ffffff !important;
	border: 1px solid #37b1ec !important;
	border-right: none !important;
}

.head-board {
	width: 18.3%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #542605;
	vertical-align: middle;
	padding-top: 20px;
	cursor: pointer;
}

.head-board img {
	width: 100%;
	vertical-align: top;
}

ul.board-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -20px;
}

ul.board-box li {
	width: 18.3%;
	list-style: none;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
	color: #542605;
	vertical-align: middle;
	padding: 0;
	cursor: pointer;
}

ul.board-box li img {
	width: 100%;
	vertical-align: top;
}

.board-name {
	padding: 15px 0;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	font-family: 'psl_kittithada_probold';
	background: #37b1ec;
}

.board-name span {
	font-size: 23px;
	display: block;
	margin-top: 5px;
}

/*------//End About*------*/






.export-mnbox {
	width: 49.5%;
	float: left;
	position: relative;
	opacity: 0.5;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.export-mnbox:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.export-mnbox img {
	width: 100%;
	vertical-align: top;
}

.export-mbtxt {
	position: absolute;
	bottom: 0;
}

.ex-left {
	left: 0;
	background: url(../images/ex-txt-bg2.png) no-repeat;
	padding: 20px 30px;
	background-size: 100% 100%;
}

.ex-right {
	right: 0;
	text-align: right;
	background: url(../images/ex-txt-bg.png) no-repeat;
	padding: 20px 30px;
	background-size: 100% 100%;
}

.export-mbtxt h2 {
	color: #ffffff;
	font-size: 50px;
	font-family: 'psl_kittithada_proregular';
	line-height: 40px;
	text-transform: uppercase;
}

.export-mbtxt h2 span {
	font-family: 'psl_kittithada_probold';
}

.circle-mn2 {
	border: 0;
	width: 220px;
	height: 220px;
	position: absolute;
	top: 170px;
	left: 40.5%;
	color: #666666;
	font-family: 'psl_kittithada_probold';
	font-size: 33px;
	text-align: center;
	padding: 30px 10px;
	background: url(../images/icon/circle-menu.png) no-repeat center;
	background-size: cover;
	line-height: 30px;
	text-transform: uppercase;
}

.circle-mn2 img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.product-type {
	width: 33%;
	opacity: 0.5;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	position: relative;
	color: #808080;
	font-family: 'psl_kittithada_proregular';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-type span {
	font-family: 'psl_kittithada_probold';
	display: block;
}

.product-type:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-type img {
	width: 100%;
	vertical-align: top;
}

.product-type-preface {
	font-size: 25px;
	width: 75%;
	font-family: 'psl_kittithada_probold';
	margin: 0 auto;
}

.title-preface {
	border-bottom: 1px solid #279fd9;
	padding: 30px 0;
}

.title-preface h1 {
	font-size: 50px;
	float: left;
	line-height: 40px;
}

.title-preface h1 span {
	color: #37b1ec;
	font-size: 65px;
	display: block;
}

.title-preface img {
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 20px;
}

.title-type {
	font-size: 50px;
	position: absolute;
	line-height: 40px;
}

.wht {
	color: #ffffff;
	text-align: right;
	font-size: 48px;
}

h1.title-txt {
	font-size: 60px;
	color: #37b1ec;
	text-align: center;
	font-family: 'psl_kittithada_proregular';
	padding: 20px 0 40px 0;
	text-transform: uppercase;
}

h1.title-txt span {
	font-family: 'psl_kittithada_probold';
}

.ir-content-sub h1.title-txt br {
	display: none;
}

h2.title-sub {
	font-size: 46px;
	font-family: 'psl_kittithada_probold';
	color: #37b1ec;
	text-align: center;
	margin: 20px 0;
	letter-spacing: 0.02em;
}

h2.title-txt {
	font-size: 40px;
	color: #37b1ec;
	font-family: 'psl_kittithada_proregular';
	margin: 0 0 15px 0;
	line-height: 35px;
}

h3.title-txt {
	font-size: 37px;
	color: #37b1ec;
	font-family: 'psl_kittithada_proregular';
	margin: 20px 0 0 0;
	line-height: 35px;
}

h3.title-txt span {
	font-family: 'psl_kittithada_probold';
}

.product-content {
	width: 100%;
	padding-bottom: 80px;
}

.brand-box {
	width: 49%;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.export-content .brand-box {
	margin-bottom: 85px;
}

.brand-box img:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brand-box img {
	width: 100%;
	vertical-align: top;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brand-box-half {
	width: 49%;
	float: left;
	margin-left: 5px;
}

.brand-box-half img {
	width: 100%;
	vertical-align: top;
}

.brand-half {
	width: 100%;
	margin-bottom: 70px;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.brand-half:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.close-back {
	width: 100%;
	margin: 0 auto;
	position: absolute;
}

.close-back img {
	width: 36px;
	height: 36px;
	float: right;
	margin-top: -50px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.close-back img:hover {
	opacity: 0.5;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.productlist-bg {
	background: #e5f6fe;
	width: 100%;
	margin-bottom: 70px;
}

.brief-box {
	width: 100%;
	margin: 30px 0 70px 0;
	float: left;
}

.logo-brand {
	width: 15%;
	float: left;
}

.logo-brand img {
	width: 100%;
	border-radius: 100%;
}

.brand-brief {
	width: 30%;
	float: left;
}

.brief-txt {
	width: 80%;
	margin-top: 30px;
	margin-left: 50px;
	float: left;
	font-family: 'psl_kittithada_probold';
}

.brief-txt h1 {
	font-size: 60px;
	line-height: 30px;
	color: #37b1ec;
}

.brief-txt h1 span {
	font-size: 45px;
}

h2.brand-name {
	font-size: 60px;
	color: #37b1ec;
}

h2.brand-name span {
	font-size: 40px;
}

.brief-txt p {
	font-size: 27px;
	line-height: 30px;
	margin-top: 15px;
	color: #666666;
}

ul.product-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -30px;
}

ul.product-box li {
	width: 22%;
	list-style: none;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 35px;
	float: left;
	color: #542605;
	vertical-align: middle;
	padding: 0;
}

ul.product-box li img {
	width: 238px;
}

ul.product-box li:hover .product-name {
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-name {
	padding: 20px 0;
	font-size: 24px;
	line-height: normal;
	color: #4c4c4c;
	text-align: center;
	font-family: 'psl_kittithada_probold';
}

.product-inter .product-name {
	font-size: 24px;
	line-height: normal;
}

h3.our-product {
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 35px 0;
	font-family: 'psl_kittithada_probold';
}

h3.our-product span {
	color: #37b1ec;
}

ul.product-box li a:hover .product-name {
	color: #279fd9;
}

.export-content {
	background: url(../images/product/export-bg.jpg) no-repeat;
	background-size: cover;
	padding: 0 0 20px 0;
}

.export-bg {
	width: 100%;
	margin-bottom: 70px;
}

.taro-bg {
	background: url(../images/taro-bg.jpg) no-repeat;
	padding-top: 40px;
	background-size: cover;
}

.kk-bg {
	background: url(../images/kk-bg.jpg) no-repeat;
	padding-top: 40px;
	background-size: cover;
}

.coryfinc-bg {
	background: url(../images/coryfinc-bg.jpg) no-repeat;
	padding-top: 40px;
	background-size: cover;
}

.ad-head {
	width: 100%;
	margin-top: 25px;
	background: #f6f6f6;
}

.ad-head img {
	width: 100%;
	vertical-align: top;
}

.logo-brand-export {
	width: 35%;
	float: left;
}

.logo-brand-export img {
	width: 100%;
}

.export-txt {
	width: 61%;
	margin-left: 40px;
	color: #666666;
}

.export-txt-long {
	width: 100%;
	margin-left: 0;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}

.property-box {
	width: 20%;
	float: left;
	display: block;
	text-align: center;
	font-size: 30px;
	margin-right: 70px;
	margin-top: 10px;
}

.property-box img {
	width: 100%;
	margin-bottom: 25px;
}

.property-box-long {
	width: 15%;
	float: left;
	display: block;
	text-align: center;
	font-size: 30px;
	margin-right: 44px;
	margin-top: 10px;
}

.property-box-long img {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}

.bg-footer {
	width: 100%;
	margin-top: -100px
}

.bg-footer img {
	width: 100%;
	vertical-align: bottom;
}

.taro-footer {
	background: url(../images/taro-footer.png) no-repeat bottom;
}

.kk-footer {
	background: url(../images/kk-footer.png) no-repeat bottom;
	margin-bottom: 50px;
}

h2.brand-name-detail {
	font-size: 40px;
	line-height: 30px;
	color: #37b1ec;
	font-family: 'psl_kittithada_probold';
}

.company-contact {
	width: 100%;
	background: #e6f7ff;
	padding: 30px;
	margin: 20px 0;
}

h3.company-contact-name {
	font-size: 25px;
	font-family: 'psl_kittithada_probold';
	color: #37b1ec;
	margin-bottom: 10px;
}

.company-contact p {
	font-size: 15px;
	color: #808080;
	margin: 0;
}

.company-contact p a {
	display: inline-block;
	color: #808080;
}

.company-contact p a:hover {
	color: #37b1ec;
}

.package-size-box {
	width: 100%;
}

.pack-box {
	width: 22.3%;
	float: left;
	background: #ffffff;
	border: 1px solid #37b1ec;
	border-radius: 5px;
	padding: 10px;
	margin-right: 20px;
	color: #808080;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.package-size-box h3 {
	font-size: 25px;
	font-family: 'psl_kittithada_probold';
	color: #37b1ec;
	margin-bottom: 15px;
}

.pack-box:hover {
	color: #ffffff;
	background: #37b1ec;
}

.selectpack {
	color: #ffffff;
	background: #37b1ec;
	width: 22.3%;
	float: left;
	border: 1px solid #37b1ec;
	border-radius: 5px;
	padding: 10px;
	margin-right: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.product-box-detail {
	width: 100%;
	margin-top: 60px;
}

.product-detail-pic {
	width: 33%;
	float: left;
	margin-right: 45px;
}

.product-detail-pic img {
	width: 100%;
}

.product-detail-detail {
	width: 63%;
	float: left;
}

.detail-box {
	width: 85%;
	color: #808080;
	font-size: 15px;
	margin: 30px 0;
	line-height: 15px;
	-webkit-animation: fadeinout 1s linear forwards;
	animation: fadeinout 1s linear forwards;
	opacity: 0;
}

.btn-pd-gallery a {
	width: 150px;
	padding: 10px;
	border-radius: 5px;
	background: #37b1ec;
	color: #ffffff;
	font-size: 25px;
	position: relative;
	font-family: 'psl_kittithada_probold';
	border: 2px solid #37b1ec;
	margin-top: 30px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-pd-gallery a:hover {
	color: #37b1ec;
	background: #ffffff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-pd-gallery a img {
	width: 24px;
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-pd-gallery a img.pichover {
	width: 24px;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
	margin-top: 2px;
}

.btn-pd-gallery a:hover img.pichover {
	opacity: 1;
	width: 24px;
}

.btn-pd-gallery a img.picactive {
	width: 24px;
	opacity: 1;
	vertical-align: middle;
}

.btn-pd-gallery a:hover img.picactive {
	opacity: 0;
	width: 24px;
}

.btn-pd-gallery span {
	vertical-align: middle;
}

.distributor-content {
	width: 100%;
	padding-bottom: 60px;
	background: url(../images/ex-dtb-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}

.distributor-map {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.guidebox {
	font-family: 'psl_kittithada_probold';
	font-size: 29px;
	color: #808080;
	text-align: center;
}

.distributor-map img {
	width: 100%;
	height: 100%;
}

.distributor-brief {
	width: 34%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 30px;
	font-family: 'psl_kittithada_probold';
	margin: 0 auto;
	color: #666666;
}

.distributor-brief .title-preface {
	border-bottom: 2px solid #279fd9;
	padding: 20px 0;
	width: 65%;
}

.title-preface h3 {
	font-size: 45px;
	float: left;
	line-height: 45px;
}

.title-preface h3 span {
	color: #37b1ec;
	font-size: 50px;
}

.distributor-brief p {
	line-height: 30px;
	;
	margin-top: 20px;
	margin-bottom: 0;
}

.distributor-pinbox {
	width: 18px;
	height: 25px;
	cursor: pointer;
	position: absolute;
}

.distributor-pin {
	width: 18px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	background: url(../images/icon/pin.png) no-repeat center center;
	background-size: 15px;
}

.distributor-pin:hover {
	background: url(../images/icon/pin-active.png) no-repeat center center;
	background-size: 15px;
}

.selectplace {
	width: 18px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	background: url(../images/icon/pin-active.png) no-repeat center center;
	background-size: 15px;
}

.pin-th .distributor-pin {
	width: 25px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	background: url(../images/icon/pin.png) no-repeat center center;
	background-size: 20px;
}

.pin-th .selectplace {
	width: 25px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	background: url(../images/icon/pin-active.png) no-repeat center center;
	background-size: auto auto;
	background-size: 20px;
}

.pin-nl {
	top: 29%;
	right: 48%;
}

.pin-bg {
	top: 31%;
	right: 49%;
}

.pin-lb {
	top: 33%;
	right: 48%;
}

.pin-gm {
	top: 32%;
	right: 46.6%;
}

.pin-as {
	top: 33%;
	right: 45%;
}

.pin-dm {
	top: 27%;
	right: 46.8%;
}

.pin-sd {
	top: 21%;
	right: 45%;
}

.pin- {
	top: 27%;
	right: 440px;
}

.pin-nw {
	top: 24%;
	right: 48%;
}

.pin-swl {
	top: 35%;
	right: 49%;
}

.pin-uk {
	top: 27%;
	right: 50.5%;
}

.pin-ch {
	top: 45%;
	right: 17%;
}

.pin-hk {
	top: 48%;
	right: 15.5%;
}

.pin-vn {
	top: 47%;
	right: 19%;
}

.pin-th {
	top: 50.5%;
	right: 20.8%;
}

.pin-cb {
	top: 53%;
	right: 18.8%;
}

.pin-laos {
	top: 47%;
	right: 20.5%;
}

.pin-sk {
	top: 42%;
	right: 12.7%;
}

.pin-ausl {
	top: 75%;
	right: 11%;
}

.distributor-box {
	width: 175px;
	position: absolute;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.distributor-long {
	width: 200px;
}

.distributor-list {
	width: 100%;
	padding: 20px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	background: #ffffff;
	font-family: 'psl_kittithada_probold';
	font-size: 25px;
	line-height: 25px;
	-webkit-animation: fadeinout 0.8s linear forwards;
	animation: fadeinout 0.8s linear forwards;
	opacity: 0;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

@-webkit-keyframes fadeinout {
	100% {
		opacity: 1;
	}
}

@keyframes fadeinout {
	100% {
		opacity: 1;
	}
}

.distributor-list span {
	color: #279fd9;
	margin-right: 10px;
}

.distributor-list h4 {
	color: #279fd9;
	font-size: 30px;
	margin: 0;
	line-height: normal;
	font-family: 'psl_kittithada_probold';
}

.arrow-down {
	position: absolute;
	width: 35px;
	height: 25px;
	left: 40%;
	bottom: -22px;
}

.arrow-top {
	position: absolute;
	width: 35px;
	height: 25px;
	left: 40%;
	top: -18px;
}

.list1 {
	top: -30px;
	left: 138px;
}

.list2 {
	top: 130px;
	left: 308px;
}

.list-nl {
	top: -70px;
	right: 363px;
}

.list-bg {
	top: -70px;
	right: 363px;
}

.list-lb {
	top: -70px;
	right: 363px;
}

.list-gm {
	top: -70px;
	right: 363px;
}

.list-dm {
	top: -70px;
	right: 363px;
}

.list-sd {
	top: -70px;
	right: 363px;
}

.list-nw {
	top: -70px;
	right: 363px;
}

.list-swl {
	top: -70px;
	right: 363px;
}

.list-as {
	top: -70px;
	right: 363px;
}

.list-uk {
	top: -70px;
	right: 363px;
}

.list-ch {
	top: 160px;
	right: 123px;
}

.list-hk {
	top: 145px;
	right: 63px;
}

.list-sk {
	top: 145px;
	right: 63px;
}

.list-vn {
	top: 145px;
	right: 63px;
}

.list-cb {
	top: 145px;
	right: 63px;
}

.list-laos {
	top: 145px;
	right: 63px;
}

.list-ausl {
	top: 70%;
	left: 72%;
}

.list-country-left {
	top: 27%;
	left: 32%;
}

.list-country-left-right {
	top: 23%;
	left: 57%;
}

.list-country-right {
	top: 25%;
	left: 73%;
}

.list-long {
	top: 23%;
	left: 29%;
}

.exportnews-content {
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/ex-news-bg.jpg) no-repeat;
	background-size: cover;
}

ul.news-box {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}

ul.news-box li {
	width: 32.7%;
	list-style: none;
	display: block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	margin-right: 10px;
	float: left;
}

ul.news-box li:last-child {
	margin-right: 0;
}

ul.news-box li a {
	background: #ffffff;
	color: #595959;
	list-style: none;
	display: block;
	vertical-align: middle;
	padding: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-right: 15px;
}

ul.news-box li a img {
	width: 100%;
}

ul.news-box li a:hover {
	background: #37b1ec;
	color: #ffffff;
}

.box-text-news {
	padding: 25px 30px;
	text-align: left;
	min-height: 150px;
}

.news-topic {
	font-size: 24px;
	font-family: 'psl_kittithada_probold';
	line-height: 25px;
}

ul.btn-page {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 30px;
	color: #595959;
	font-family: 'psl_kittithada_probold';
}

ul.btn-page li {
	width: 42px;
	height: 41px;
	list-style: none;
	margin: 0 10px 0 0;
	text-align: center;
	display: inline-block;
	font-size: 25px;
}

ul.btn-page li a {
	width: 42px;
	list-style: none;
	display: table-cell;
	border: 1px solid #37b1ec;
	border-radius: 3px;
	padding: 10px 5px;
	color: #595959;
}

ul.btn-page li a:hover {
	color: #ffffff;
	background: #37b1ec;
}

ul.btn-page li a.pagedefault {
	color: #ffffff;
	background: #37b1ec;
}

ul.btn-page li.prev a {
	background: url(../images/icon/btn-prev.png) no-repeat center;
	background-size: 10px;
	padding: 20px;
}

ul.btn-page li.prev a:hover {
	background: url(../images/icon/btn-prev-hover.png) no-repeat #37b1ec center;
	background-size: 10px;
}

ul.btn-page li.next a {
	background: url(../images/icon/btn-next.png) no-repeat center;
	background-size: 10px;
	padding: 20px;
}

ul.btn-page li.next a:hover {
	background: url(../images/icon/btn-next-hover.png) no-repeat #37b1ec center;
	background-size: 10px;
}

ul.btn-page li a img {
	width: 10px;
	vertical-align: middle;
	margin-top: -5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.btn-page li a img.pichover {
	width: 10px;
	opacity: 0;
	position: absolute;
	margin-top: 2px;
}

ul.btn-page li a:hover img.pichover {
	opacity: 1;
	width: 10px;
}

ul.btn-page li a img.picactive {
	width: 10px;
	opacity: 1;
}

ul.btn-page li a:hover img.picactive {
	opacity: 0;
	width: 10px;
}

.news-detail-content {
	width: 100%;
	background: #ffffff;
}

.news-detail-box {
	width: 50%;
	float: left;
}

.news-detail-box img {
	width: 100%;
	vertical-align: top;
}

.newsdetail-txt {
	padding: 50px 50px 0 50px;
	color: #595959;
}

.newsdetail-txt p span {
	color: #595959;
	font-size: 14px !important;
	line-height: 21px;
	font-family: tahoma !important;
}

.newsdetail-topic {
	font-family: 'psl_kittithada_probold';
	font-size: 30px;
	color: #37b1ec;
	margin-bottom: 20px;
	line-height: 30px;
}

.news-detail-detail {
	height: 230px;
	overflow: auto;
}

ul.news-menu {
	width: 50%;
	float: left;
}

ul.news-menu li {
	width: 23%;
	float: left;
	padding-top: 20px;
	color: #595959;
	display: block;
}

ul.news-menu li.video {
	width: 18%;
}

ul.news-menu li a {
	display: inline-block;
	float: left;
	color: #595959;
}

ul.news-menu li a:hover {
	color: #37b1ec;
}

ul.news-menu li a img {
	width: 40px;
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.news-menu li a img.pichover {
	width: 40px;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
	margin-right: 5px;
}

ul.news-menu li a:hover img.pichover {
	opacity: 1;
	width: 40px;
}

ul.news-menu li a img.picactive {
	width: 40px;
	opacity: 1;
	vertical-align: middle;
}

ul.news-menu li a:hover img.picactive {
	opacity: 0;
	width: 40px;
}

ul.news-menu li a span {
	width: 40px;
	font-family: 'psl_kittithada_probold';
	vertical-align: middle;
	font-size: 25px;
}

.exportcontact-content {
	width: 100%;
	padding-bottom: 30px;
	background: url(../images/ex-contact-bg.jpg) no-repeat;
	background-size: cover;
}

.ex-contact {
	width: 70%;
	margin: 0 auto;
	background: #ffffff;
	padding: 25px 30px;
}

.ex-contact-dsr {
	width: 75%;
	margin: 0 auto;
	background: #ffffff;
	padding: 25px 30px;
}

.ex-contact-box {
	width: 48%;
	float: left;
	color: #666666;
}

h3.contact-head {
	font-size: 30px;
	font-family: 'psl_kittithada_probold';
	color: #37b1ec;
}

.ex-contact-box p {
	font-family: 'psl_kittithada_probold';
	font-size: 26px;
	margin: 15px 0;
	margin-bottom: 25px;
}

.ex-contact-box p span {
	vertical-align: middle;
}

.ex-contact-box p span a {
	color: #666666;
	display: inline-block;
}

p.telcontact img,
p.mailcontact img {
	width: 31px;
	margin-right: 15px;
	vertical-align: middle;
}

.ex-contact-box img {
	width: 100%;
}

ul.contact-form {
	width: 100%;
}

ul.contact-form li {
	width: 100%;
	list-style: none;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	float: left;
	color: #909191;
}

ul.contact-form li input {
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #bee2f4;
	width: 100%;
	padding-bottom: 10px;
	background: none;
	text-transform: uppercase;
}

ul.contact-form li textarea {
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #bee2f4;
	width: 100%;
	height: 100px;
	padding-bottom: 10px;
	background: none;
	text-transform: uppercase;
}

ul.contact-form li span {
	vertical-align: middle;
}

.contact-secu-code {
	width: 60%;
	display: inline-block;
	float: left;
}

.contact-secu-pic {
	width: 100px;
	float: left;
	text-align: center;
	margin: 0 15px;
}

.contact-secu-pic img {
	width: 100%;
}

.contact-re-code {
	font-size: 14px;
	color: #37b1ec;
	border: none;
	cursor: pointer;
	float: left;
	margin-top: 5px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact-re-code img {
	width: 15px;
	vertical-align: middle;
	margin-right: 10px;
}

.contact-re-code:hover {
	color: #0095dd;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-form {
	font-family: 'psl_kittithada_probold';
	color: #37b1ec;
	background: none;
	border: 1px solid #37b1ec !important;
	font-size: 18px !important;
	width: 80px !important;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0 !important;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 30px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-form:hover {
	background: #37b1ec;
	color: #ffffff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.news-crs-newsbox {
	width: 50%;
	padding: 70px 90px;
	float: left;
}

.news-crs-newsbox img {
	width: 100%;
}

.news-crs-csrbox {
	width: 50%;
	padding: 70px 90px;
	float: left;
	background: #f3f3f3;
}

.news-crs-csrbox img {
	width: 100%;
}

.coverbox {
	width: 100%;
	position: relative;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.coverbox:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.cover-txt-box {
	position: absolute;
	padding: 30px;
	background: rgba(255, 255, 255, 0.73);
}

.newscover {
	top: 20px;
	left: 20px;
}

.csrcover {
	bottom: 20px;
	right: 20px;
	text-align: right;
}

h1.txt-cover {
	font-size: 70px;
	font-family: 'psl_kittithada_proregular';
	line-height: 50px;
}

h1.txt-cover span {
	color: #37b1ec;
	font-family: 'psl_kittithada_probold';
}

.news-csr-circle {
	position: absolute;
	top: 40%;
	left: 40%;
	width: 345px;
	height: 345px;
	background: url(../images/icon/circle-menu2.png) no-repeat center;
	background-size: 100%;
	padding: 60px 30px;
	text-align: center;
	color: #666666;
	font-family: 'psl_kittithada_probold';
	font-size: 50px;
	line-height: 45px;
}

.news-csr-circle img {
	display: block;
	margin: 0 auto;
}

.news-content {
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/ex-news-bg.jpg) no-repeat;
	background-size: cover;
}

.head-title {
	text-align: center;
	color: #666666;
	font-family: 'psl_kittithada_probold';
	font-size: 50px;
	line-height: 40px;
	margin-bottom: 30px;
}

.head-title img {
	display: block;
	margin: 0 auto;
	width: 70px;
	margin-bottom: 10px;
}

/*--End Media--*/
ul.media-menu-tab {
	width: 100%;
	margin: 30px 0 60px 0;
}

ul.media-menu-tab li {
	position: relative;
	width: 25%;
	font-family: 'psl_kittithada_proregular';
	float: left;
	border-right: none;
}

ul.media-menu-tab li a {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-right: none;
	background: #ffffff;
	color: #4c4c4c;
	padding: 25px 0;
	text-align: center;
	font-size: 30px;
}

ul.media-menu-tab li a:hover {
	background: #37b1ec;
	color: #ffffff;
	border: 1px solid #37b1ec;
	border-right: none;
}

.cate-default {
	background: #37b1ec !important;
	color: #ffffff !important;
	border: 1px solid #37b1ec !important;
	border-right: none !important;
}

.media-video-all {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-left: -4px;
}

.item-topic {
	position: absolute;
	top: 30%;
	left: 10%;
	width: 80%;
	color: #ffffff;
	font-family: 'psl_kittithada_probold';
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 6px 0;
	text-align: center;
	z-index: 998;
	border: none;
}

.item-topic img {
	width: 65px !important;
	margin: 0 auto;
	padding-bottom: 10px;
}

.item:hover .item-topic {
	display: none
}

figure {
	position: relative;
	overflow: hidden;
	width: 48%;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

figure figcaption {
	padding: 100px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 999;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	font-weight: 300;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-media {
	width: 32%;
	position: relative;
	margin: 0 5px;
	float: left;
	margin-bottom: 10px;
}

.media-video-all figure.effect-media {
	width: 32.4%;
	position: relative;
	margin: 0;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.overlay-pic {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	height: 100%;
}

.overlay {
	width: 390px;
	height: 390.6px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	visibility: visible;
	top: 0;
}

figure.effect-media:hover .overlay {
	visibility: visible;
}

figure.effect-media img {
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-media figcaption::before,
figure.effect-media figcaption::after {
	position: absolute;
	top: 25px;
	left: 25px;
	content: '';
	opacity: 0;
	width: 85%;
	height: 80%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 999;
}

figure.effect-media figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-media figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-media h2 {
	font-family: "psl_kittithadaspbold";
	font-size: 35px;
	padding-bottom: 10px;
	width: 320px;
	margin: 0 auto;
}

figure.effect-media hr {
	width: 20%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background-color: #fff;
}

figure.effect-media h2,
figure.effect-media hr {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

figure.effect-media p {
	padding-top: 70px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	font-family: 'superstorebook';
	text-transform: none;
	font-size: 29px;
	line-height: 30px;
	margin: 0 auto;
}

figure.effect-media:hover figcaption::before,
figure.effect-media:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-media:hover {
	background: rgba(0, 0, 0, 0.5);
}

figure.effect-media:hover h2,
figure.effect-media:hover hr,
figure.effect-media:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*--End Media--*/




.sitemap-content {
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/sitemap-bg.jpg) no-repeat;
	background-size: cover;
}

.sitemap-box {
	width: 100%;
	background: rgba(255, 255, 255, 0.70);
	padding: 35px;
	padding-bottom: 15px;
}

.block-sitemap {
	width: 25%;
	float: left;
}

.last-column {
	width: 22%;
}

ul.site-map {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.site-map li a {
	display: inline;
	font-size: 25px;
	color: #37b1ec;
	font-family: "psl_kittithada_probold";
	line-height: 35px;
}

.site-map li a:hover {
	color: #6acdf5;
}

ul.site-sub {
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

ul.site-sub li a {
	background: url(../images/icon/bullet.png) no-repeat left center;
	display: inline;
	font-size: 20px;
	color: #666666;
	padding-left: 15px;
	margin-right: 20px;
	line-height: 25px;
	font-family: "psl_kittithada_probold";
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.site-sub li a:hover {
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.no-submenu {
	margin-bottom: 20px;
}

.contact-content {
	width: 100%;
	padding-bottom: 50px;
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size: cover;
}

.contact-box {
	width: 100%;
	font-family: 'psl_kittithada_probold';
	color: #666666;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.contact-boxbig {
	width: 50%;
	background: rgba(255, 255, 255, 0.70);
	padding: 35px;
	padding-bottom: 15px;
	float: left;
}

.contact-boxbig p {
	font-size: 22px;
	margin: 15px 0;
	margin-bottom: 25px;
}

.contact-box p span {
	vertical-align: middle;
}

.contact-box p span a {
	display: inline-block;
}

p.telcontact {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'psl_kittithada_probold';
}

p.mailcontact {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'psl_kittithada_probold';
}

.contact-boxsmall {
	cursor: pointer;
}

.contact-boxsmall a {
	width: 16.4%;
	background: rgba(255, 255, 255, 0.70);
	padding: 56px 35px;
	float: left;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	margin-left: 2px;
}

.boxsmall-icon {
	width: 58px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.contact-boxsmall a img {
	vertical-align: middle;
	width: 58px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact-boxsmall a img.pichover {
	width: 58px;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
}

.contact-boxsmall a:hover img.pichover {
	opacity: 1;
	width: 58px;
}

.contact-boxsmall a img.picactive {
	width: 58px;
	opacity: 1;
	vertical-align: middle;
}

.contact-boxsmall a:hover img.picactive {
	opacity: 0;
	width: 58px;
}

.contact-boxsmall a:hover {
	background: #57b5e4;
	color: #ffffff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact-box-thank {
	width: 100%;
	font-family: 'psl_kittithada_probold';
	color: #666666;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 100px 0;
}

.contact-box-thank h1 {
	font-size: 60px;
	margin: 15px 0;
	margin-bottom: 35px;
}

.contact-box-thank p {
	font-size: 27px;
	color: #808080;
}

.btn-thank a {
	width: 155px;
	margin: 0 auto;
	font-size: 24px;
	background: #37b1ec;
	color: #ffffff;
	font-family: 'psl_kittithada_probold';
	text-align: center;
	border-radius: 5px;
	padding: 10px 20px;
	border: 1px solid #37b1ec;
}

.btn-thank a:hover {
	color: #37b1ec;
	background: #ffffff;
}

.group-content {
	background: url(../images/group-bg.jpg) no-repeat;
	background-size: cover;
	padding: 45px 0 60px 0;
}

.group-box {
	width: 100%;
	padding-top: 50px;
}

.group-premier-row1 {
	width: 100%;
	background: url(../images/group-line.png) no-repeat center 110px;
	padding-bottom: 60px;
	margin: 0 auto;
}

.logomain {
	width: 220px;
	margin: 0 auto;
	border: 2px solid #37b1ec;
	border-radius: 50%;
	height: 220px;
	padding: 50px 30px;
	background: #ffffff;
}

.group-premier-row1 img {
	width: 100%;
}

.group-premier-box1 {
	width: 15%;
	float: left;
}

.group-premier-box2 {
	width: 38%;
	float: left;
}

.group-premier-box3 {
	width: 25%;
	float: left;
}

.group-premier-box4 {
	width: 27%;
	float: left;
	margin-right: -86px;
}

.logosub {
	width: 185px;
	margin: 0 auto;
	height: 185px;
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.logosub img {
	width: 100%;
}

.logosub:hover {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/*-----------------*
      *IR*
*------------------*/
.ir-content {
	width: 100%;
}

.irbox-left {
	width: 39%;
	float: left;
	padding: 0 90px;
	position: relative;
	overflow: hidden;
}

.irbox-center {
	width: 22%;
	float: left;
}

.irbox-right {
	width: 39%;
	float: left;
}

.irbox-right img {
	width: 100%;
}

.ir-preface {
	width: 100%;
	margin: 0 auto;
	color: #808080;
	word-break: keep-all;
}

.ir-title-preface {
	border-bottom: 2px solid #279fd9;
	padding: 30px 0;
	position: relative;
}

.ir-title-preface h1 {
	font-size: 50px;
	float: left;
	line-height: 40px;
	font-family: 'psl_kittithada_proregular';
}

.ir-title-preface h1 span {
	color: #37b1ec;
	font-size: 65px;
	display: block;
	font-family: 'psl_kittithada_probold';
}

.ir-title-preface img {
	width: 85px;
	height: 85px;
	float: left;
	margin-right: 20px;
}

ul.ir-mainmenu {
	padding: 0;
	margin: 0;
}

ul.ir-mainmenu li a {
	background: url(../images/icon/bullet-arrow.png) no-repeat left center;
	font-size: 25px;
	color: #4c4c4c;
	padding-left: 15px;
	line-height: 45px;
	border-bottom: 1px solid #d9d9d9;
	font-family: "psl_kittithada_probold";
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.ir-mainmenu li a:hover {
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ir-tradebox {
	width: 100%;
	background: #ccedfc;
	padding: 40px;
}

.ir-tradebox img {
	width: 100%;
}

.ir-mainmenu-box {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ir-mainmenu-box a {
	width: 100%;
	padding: 20px 40px;
	color: #ffffff;
	font-family: 'psl_kittithada_probold';
	font-size: 27px;
}

.ir-mainmenu-box:hover {
	/*animation:light 1s;
    -webkit-animation:light 1s;*/
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ir-blue {
	background: #73c8f2;
}

.ir-green {
	background: #5ccc8e;
}

.ir-yellow {
	background: #e9ba57;
}

.ir-red {
	background: #f86363;
}

.ir-mainmenu-box a img {
	width: 44px;
	height: 44px;
	margin-right: 10px;
	vertical-align: middle;
}

.ir-mainmenu-box a span {
	vertical-align: middle;
}

@keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}

@-webkit-keyframes light {
	0% {
		background-position: -600px;
	}

	100% {
		background-position: 0px;
	}
}

.stock-exchange-box {
	width: 100%;
	padding: 35px 40px;
	background: #ffffff;
}

.stock-exchange-box h2 {
	color: #055f8b;
	font-family: 'psl_kittithada_proregular';
	font-size: 40px;
	text-align: center;
}

ul.ir-set-news {
	padding: 0;
	margin: 15px 0;
	margin-bottom: 25px;
}

ul.ir-set-news li {
	padding: 10px 17px 17px 20px;
	border-bottom: 1px solid #d9d9d9;
	background: url(../images/icon/bullet-circle.png) no-repeat left 17px;
}

ul.ir-set-news li:last-child {
	border-bottom: none;
}

ul.ir-set-news li a {
	color: #4c4c4c;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.ir-set-news li a:hover {
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-ir-all a {
	width: 100px;
	font-size: 25px;
	background: #37b1ec;
	color: #ffffff;
	font-family: 'psl_kittithada_probold';
	text-align: center;
	border-radius: 5px;
	padding: 15px 20px 10px 20px;
	border: 1px solid #37b1ec;
}

.ir-content-sub {
	width: 100%;
	padding-bottom: 80px;
}

ul.ir-menu-tab {
	width: 100%;
	margin: 30px 0 60px 0;
}

.content-long {
	width: 120% !important;
}

ul.ir-menu-tab li {
	position: relative;
	width: 20%;
	font-family: 'psl_kittithada_proregular';
	float: left;
	border-right: none;
}

ul.ir-menu-tab li a {
	width: 100%;
	border: 1px solid #dfdfdf;
	border-right: none;
	background: #ffffff;
	color: #4c4c4c;
	padding: 25px 0 10px 0;
	text-align: center;
	font-size: 30px;
}

ul.ir-menu-tab li a:hover {
	background: #37b1ec;
	color: #ffffff;
	border: 1px solid #37b1ec;
	border-right: none;
}

ul.ir-menu-tab li a:hover i {
	-webkit-animation: up-down 1s linear forwards;
	animation: up-down 1s linear forwards;
	animation-iteration-count: infinite;
}

.irmn-select {
	background: #37b1ec !important;
	color: #ffffff !important;
	border: 1px solid #37b1ec !important;
	border-right: none !important;
}

ul.ir-menu-tab li a .fa-angle-down:before {
	content: "\f107";
	font-size: 20px;
	display: block;
	margin-top: 5px;
}

.dropdown-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 100%;
	margin: 0;
	background-color: #fff !important;
	list-style-type: none;
	list-style-image: none;
	-webkit-transform: translateY(-2em);
	-ms-transform: translateY(-2em);
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	border: 1px solid #e0e0e0;
}

.dropsub {
	margin-left: 30px;
}

.longdrop {
	width: 200px;
	margin-left: -80px;
}

.dropdown-content-1 {
	margin-left: -18px !important
}

.dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.1s
}

ul.dropdown-content li {
	display: block;
	margin-right: 0;
	width: 100%;
	border: none;
}

ul.dropdown-content li:last-child {
	border: 0;
}

ul.dropdown-content li a {
	padding: 10px 20px;
	margin: 0;
	color: #808080;
	font-family: 'psl_kittithada_probold';
	font-size: 20px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #dfdfdf !important;
	text-align: left;
}

ul.dropdown-content li a:hover {
	color: #ffffff;
	background: #6acdf5;
	border: none;
	border-bottom: 1px solid #37b1ec !important;
}

.select-irdd {
	color: #ffffff !important;
	background: #6acdf5 !important;
}

ul.fnc-report-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -60px;
}

ul.fnc-report-box li {
	width: 28.3%;
	display: block;
	margin-bottom: 100px;
	margin-left: 60px;
	float: left;
	vertical-align: middle;
	padding: 0;
}

ul.fnc-report-box li a {
	list-style: none;
	display: block;
	text-align: center;
	float: left;
	vertical-align: middle;
	padding: 0;
	opacity: 1;
}

ul.fnc-report-box li a img {
	width: 100%;
	vertical-align: top;
}

ul.fnc-report-box li a:hover {
	opacity: 0.5;
}

.report-year-box {
	width: 100%;
	font-family: 'psl_kittithada_probold';
	color: #ffffff;
}

.fnc-report-year {
	width: 55%;
	padding: 20px 20px 15px 20px;
	font-size: 23px;
	text-align: left;
	float: left;
	background: #73c8f2;
}

.fnc-report-dl {
	width: 45%;
	font-size: 23px;
	text-align: center;
	float: left;
}

.fnc-report-dl a {
	color: #ffffff !important;
	padding: 20px 10px 15px 10px !important;
	background: #5eb1da;
	opacity: 0.5;
	width: 100%;
}

.fnc-report-dl a img {
	width: 17px !important;
	vertical-align: middle;
	margin-right: 20px;
}

.fnc-report-dl a:hover {
	opacity: 1;
}

.sharhold-content {
	width: 100%;
}

.sharhold-box {
	width: 100%;
	padding-top: 30px;
}

.sharhold-box-left {
	width: 50%;
	float: left;
	font-size: 40px;
	color: #37b1ec;
	font-family: 'psl_kittithada_probold';
}

.sharhold-box-subtitle {
	width: 50%;
	float: left;
}

.sharhold-box-select {
	width: 50%;
	float: left;
	text-align: right;
}

.sharhold-box-select select {
	width: 30%;
	padding: 5px 20px;
	border: 2px solid #37b1ec;
	font-size: 16px;
	color: #aeaeae;
	margin-left: 30px;
	margin-top: -10px;
	background: url(../images/icon/arrow-select.png) no-repeat right 20px center;
	background-size: 17px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.btn-contact-board {
	border: 1px solid rgba(0, 0, 0, 0.00);
	position: relative;
	float: right;
	background: #37b1ec;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'psl_kittithada_probold';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-board span {
	vertical-align: middle;
}

.btn-contact-board:hover {
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid #37b1ec;
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-board img {
	width: 24px;
	display: inline;
	margin: 0 5px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-board img.pichover {
	width: 24px;
	opacity: 0;
	position: absolute;
	vertical-align: top;
	margin-top: 2px;
}

.btn-contact-board:hover img.pichover {
	opacity: 1;
	width: 24px;
}

.btn-contact-board img.picactive {
	width: 24px;
	opacity: 1;
	vertical-align: top;
}

.btn-contact-board:hover img.picactive {
	opacity: 0;
	width: 24px;
}

.ir-data-pdf {
	padding: 0;
	margin: 0;
}

.ir-data-pdf a {
	display: inline-block;
	font-family: "psl_kittithada_probold";
	font-size: 27px;
	line-height: 30px;
}

.ir-data-pdf a:hover {
	color: #37b1ec;
}

.ir-data-pdf img {
	width: 25px;
	vertical-align: top;
}

.ir-data-pdf img:hover {
	opacity: 0.5;
}

.ir-data-pdf td {
	padding: 15px 0 10px;
	padding-left: 15px;
	border-bottom: 1px solid #d9d9d9;
}

.ir-data-pdf td:first-child {
	padding-left: 0;
	width: 3%;
}

.ir-data-pdf tr:last-child td {
	border-bottom: none !important;
}

td.date {
	width: 15%;
	font-family: "psl_kittithada_probold";
	font-size: 25px;
	color: #666666;
}

.title-head {
	font-size: 27px;
	font-family: "psl_kittithada_probold";
	margin-top: 30px;
}

ul.book-ir {
	padding: 0;
	margin: 0;
}

ul.book-ir li {
	width: 100%;
	font-family: "psl_kittithada_probold";
	font-size: 25px;
	border-bottom: 1px solid #d9d9d9;
	padding: 15px 0;
}

ul.book-ir li a {
	display: inline-block;
	vertical-align: middle;
}

ul.book-ir li a:hover {
	color: #37b1ec;
}

ul.book-ir li img {
	width: 25px;
	margin-right: 10px;
	vertical-align: top;
}

ul.book-ir li img:hover {
	opacity: 0.5;
}

ul.book-ir li ul li {
	border-bottom: none;
	padding: 15px 0 15px 65px;
}

ul.book-ir li:last-child {
	border-bottom: none !important;
}

ul.ir-data {
	padding: 0 0 30px 0;
	margin: 0;
}

ul.ir-data li {
	display: block;
	font-size: 25px;
	border-bottom: 1px solid #d9d9d9;
}

ul.ir-data li img {
	width: 25px;
}

ul.ir-data li img:hover {
	opacity: 0.5;
}

.txt-box-left {
	float: left;
	width: 55%;
	margin-right: 30px;



}

img.pic-left {
	width: 35% !important;
	opacity: 1 !important;
	float: left;
	margin-right: 20px;
}

img.pic-right {
	width: 35% !important;
	opacity: 1 !important;
	float: right;
	margin-left: 20px;
}

.topic {
	padding-left: 0;
	background: url(../images/icon/arrow-select.png) no-repeat center right 20px;
	background-size: 17px;
	color: #626775;
	padding: 15px;
	font-family: "psl_kittithada_probold";
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

.topic:hover {
	color: #ffffff;
	background: url(../images/icon/arrow-select-de.png) no-repeat center right 20px #37b1ec;
	background-size: 17px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.topicselect {
	background: url(../images/icon/arrow-select-de.png) no-repeat center right 20px #37b1ec;
	padding-left: 0;
	background-size: 17px;
	color: #ffffff;
	padding: 15px;
	font-family: "psl_kittithada_probold";
}

ol.subject {
	margin: 20px 0;
	padding: 0 15px;
	font-size: 14px;
	color: #626775;
}

ol.subject li {
	list-style: none;
	font-size: 14px;
	border: none;
	padding-bottom: 15px;
	padding-right: 10px;
	color: #626775;
}

ol.subject li span {
	display: block;
	font-weight: bold;
}

.txt-indent {
	padding: 5px 0 5px 20px;
}

p.txt-indent {
	margin: 0;
}

.sub-indent {
	padding: 5px 20px;
	margin: 0;
}

.pic-center {
	margin: 0 auto;
	text-align: center;
}

ol.subject-pdf {
	margin: 20px 0;
	padding: 0;
}

ol.subject-pdf li {
	width: 100%;
	list-style: none;
	font-size: 27px;
	border: none;
	padding: 10px 30px;
}

ol.subject-pdf li:first-child {
	padding-top: 0;
}

ol.subject-pdf li:last-child {
	border-bottom: none;
}

ol.subject-pdf li a {
	display: inline-block;
	color: #626775;
	vertical-align: middle;
	margin-right: 30px;
	font-family: "psl_kittithada_probold";
}

ol.subject-pdf li a:hover {
	color: #37b1ec;
}

ol.subject-pdf li a img {
	width: 25px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ol.subject-pdf li a:hover img {
	opacity: 0.5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.ir-data-brief {
	font-family: "psl_kittithada_probold";
	color: #626775;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}

.ir-data-brief span {
	font-family: "psl_kittithada_probold";
	color: #626775;
	font-size: 25px;
	line-height: 30px;
	word-break: keep-all;
	text-align: center;
}

.ir-data-brief img {
	width: 500px;
}

.ir-data-brief p {
	text-align: left;
}

.ir-data-brief p span {
	color: #37b1ec;
	font-size: 40px;
}

.no-num {
	padding-left: 0 !important;
	padding-bottom: 0;
}

h2.ir-title {
	font-family: 'psl_kittithada_probold';
	padding: 40px 0 30px 0;
	float: left;
	font-size: 40px;
	color: #37b1ec;
}

.finance-box {
	width: 100%;
}

.finance-box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}

.finance-box th {
	background: #5eb1da;
	text-align: center;
	padding: 10px 15px;
	color: white;
	border: 1px solid #ddd;
	font-family: 'psl_kittithada_proregular';
	font-size: 25px;
}

.finance-box th:first-child {
	width: 45%;
}

th.column-name {
	background: #73c8f2;
	border: none;
	text-align: left;
}

.finance-box td {
	text-align: right;
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.finance-box td:first-child {
	text-align: left;
}

.shareholder-box {
	width: 100%;
}

.shareholder-box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0;
}

.shareholder-box th {
	background: #5eb1da;
	text-align: center;
	padding: 10px 15px;
	color: white;
	border: 1px solid #ddd;
	font-family: 'psl_kittithada_proregular';
	font-size: 25px;
}

.shareholder-box td {
	text-align: right;
	padding: 10px 15px;
	border: 1px solid #ddd;
}

.shareholder-box td:first-child {
	text-align: center;
}

/*-----------------*
      *End IR*
*------------------*/


.work-content {
	width: 100%;
	padding: 0 0 70px 0;
	background: url(../images/work-bg.jpg) no-repeat;
	background-size: cover;
}

ul.work-box {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}

ul.work-box li {
	width: 33%;
	list-style: none;
	display: block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	margin-right: 5px;
	float: left;
	position: relative;
	background: #ffffff;
}

ul.work-box li:last-child {
	margin-right: 0;
}

ul.work-box li a {
	color: #ffffff;
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin-right: 15px;
	opacity: 0.5;
}

ul.work-box li a img {
	width: 100%;
}

.work-topic {
	font-size: 55px;
	font-family: 'psl_kandabold';
	line-height: 25px;
	width: 100%;
	background: rgba(0, 0, 0, 0.55);
	padding: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.long-topic {
	padding: 22px 40px;
	font-size: 50px;
	line-height: 40px;
}

ul.work-box li a:hover {
	opacity: 1;
}

ul.work-box li a:hover .work-topic {
	background: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

ul.interview-box {
	width: 100%;
}

ul.interview-box li {
	width: 100%;
	background: #ffffff;
	display: inline-block;
	margin-bottom: 20px;
}

.interview-txt {
	position: relative;
	width: 75%;
	padding: 55px;
	float: left;
	font-family: "psl_kittithada_probold";
}

.person-pic {
	width: 25%;
	float: left;
}

.person-pic img {
	width: 100%;
	vertical-align: top;
}

.person-right {
	float: right;
}

.staff-name {
	font-size: 41px;
	color: #37b1ec;
}

.staff-position {
	font-size: 35px;
	color: #808080;
	margin-top: 20px;
}

p.staff-opinion {
	color: #808080;
	margin: 40px 0;
}

p.staff-opinion span {
	font-size: 31px;
	color: #808080;
	width: 90%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -10px;
	line-height: 40px;
}

p.staff-opinion img {
	width: 18px;
}

.btn-itv-video a {
	width: 130px;
	padding: 5px 0;
	border-radius: 5px;
	background: #37b1ec;
	color: #ffffff;
	font-size: 21px;
	position: relative;
	font-family: 'psl_kittithada_probold';
	border: 2px solid #37b1ec;
	margin: 0 auto;
	margin-top: 40px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-itv-video a:hover {
	color: #37b1ec;
	background: #ffffff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-itv-video a img {
	width: 20px;
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-itv-video a img.pichover {
	width: 20px;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
	margin-top: 2px;
}

.btn-itv-video a:hover img.pichover {
	opacity: 1;
	width: 20px;
}

.btn-itv-video a img.picactive {
	width: 20px;
	opacity: 1;
	vertical-align: middle;
}

.btn-itv-video a:hover img.picactive {
	opacity: 0;
	width: 20px;
}

.btn-itv-video span {
	vertical-align: middle;
}

.arrow-right {
	position: absolute;
	width: 20px;
	height: 30px;
	top: 32%;
	right: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.arrow-top-mb {
	display: none;
}

.arrow-left {
	position: absolute;
	width: 20px;
	height: 30px;
	left: 99%;
	top: 32%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.arrow-left-mb {
	display: none;
	position: absolute;
	width: 28px;
	height: 55px;
	left: 100%;
	top: 40%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.benefit-box {
	width: 100%;
	margin: 15px auto 50px auto;
}

.benefit-box-left {
	width: 50%;
	float: left;
}

.benefit-box-left img {
	width: 100%;
	display: block;
}

.benefit-box-right {
	width: 50%;
	float: left;
	padding: 25px 40px;
	background: #ffffff;
}

ul.mission-box {
	width: 100%;
}

ul.benefit-box-list li {
	padding: 5px 0 0 20px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 15px;
	background-size: 11px;
	font-family: 'psl_kittithada_probold';
	font-size: 24px;
	color: #666666;
	line-height: 28px;
}

.btn-bbook a {
	width: 150px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background: #37b1ec;
	color: #ffffff;
	font-size: 27px;
	position: relative;
	font-family: 'psl_kittithada_probold';
	border: 2px solid #37b1ec;
	margin: 35px auto 0 auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-bbook a:hover {
	color: #37b1ec;
	background: #ffffff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-bbook a img {
	width: 30px;
	display: inline;
	margin: 0 5px 0 0;
	vertical-align: middle;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-bbook a img.pichover {
	width: 30px;
	opacity: 0;
	position: absolute;
	vertical-align: middle;
}

.btn-bbook a:hover img.pichover {
	opacity: 1;
	width: 30px;
}

.btn-bbook a img.picactive {
	width: 30px;
	opacity: 1;
	vertical-align: middle;
}

.btn-bbook a:hover img.picactive {
	opacity: 0;
	width: 30px;
}

.btn-bbook span {
	vertical-align: middle;
}

.manage-content ul.board-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.manage-content ul.board-box li {
	width: 18.3%;
	display: inline-block;
	float: unset;
	margin: 0 10px 20px 10px;
}



/*-----------------*
      *Footer *
*------------------*/
#footer {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
}

.footer-left {
	text-align: left;
	float: left;
	width: 50%;
	font-family: 'psl_kittithada_probold';
	font-size: 29px;
	letter-spacing: 0.03em;
}

.footer-left span {
	color: #279fd9
}

.footer-right {
	text-align: right;
	float: right;
	width: 50%;
	color: #808080;
}

.footer-right br {
	display: none;
}

.btn-top {
	border: 1px solid rgba(0, 0, 0, 0.00);
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #37b1ec;
	padding: 5px 10px;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-top i {
	font-size: 30px;
	line-height: 0;
}

.btn-top span {
	display: block;
	margin-top: -8px;
	font-weight: bold;
}

.btn-top:hover {
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid #37b1ec;
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-inter {
	border: 1px solid rgba(0, 0, 0, 0.00);
	position: absolute;
	top: -90px;
	right: 0;
	background: #37b1ec;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'psl_kittithada_probold';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-inter span {
	vertical-align: middle;
}

.btn-contact-inter:hover {
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid #37b1ec;
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-inter img {
	width: 24px;
	display: inline;
	margin: 0 5px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-inter img.pichover {
	width: 24px;
	opacity: 0;
	position: absolute;
	vertical-align: top;
	margin-top: 2px;
}

.btn-contact-inter:hover img.pichover {
	opacity: 1;
	width: 24px;
}

.btn-contact-inter img.picactive {
	width: 24px;
	opacity: 1;
	vertical-align: top;
}

.btn-contact-inter:hover img.picactive {
	opacity: 0;
	width: 24px;
}

.btn-contact-landing {
	border: 1px solid rgba(0, 0, 0, 0.00);
	position: absolute;
	top: -90px;
	right: 0;
	background: #37b1ec;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	font-family: 'psl_kittithada_probold';
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-landing span {
	vertical-align: middle;
}

.btn-contact-landing:hover {
	background: rgba(0, 0, 0, 0.00);
	border: 1px solid #37b1ec;
	color: #37b1ec;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-landing img {
	width: 24px;
	display: inline;
	margin: 0 5px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact-landing img.pichover {
	width: 24px;
	opacity: 0;
	position: absolute;
	vertical-align: top;
	margin-top: 2px;
}

.btn-contact-landing:hover img.pichover {
	opacity: 1;
	width: 24px;
}

.btn-contact-landing img.picactive {
	width: 24px;
	opacity: 1;
	vertical-align: top;
}

.btn-contact-landing:hover img.picactive {
	opacity: 0;
	width: 24px;
}

.policy-ad-txt br {
	display: none;
}

/*-------------------------------------------------------------------*/




/*------------------------------------*
    $Style
*------------------------------------*/
.no-data {
	padding: 10% 0;
	margin: 0 auto;
	text-align: center;
}

.mark {
	color: red;
}

.unsub {
	width: unset !important;
	display: block !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.unsub:hover {
	color: #37b1ec;
	text-decoration: underline;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hidden {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/*-------Hover Animate-------*/

/* Sink */
.sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.sink-down:hover,
.sink-down:focus,
.sink-down:active {
	-webkit-transform: translateY(8px) scale(1.1);
	transform: translateY(8px) scale(1.1);
	z-index: 9;
}

.sink-left:hover,
.sink-left:focus,
.sink-left:active {
	-webkit-transform: translate(-8px, 6px) scale(1.1);
	transform: translate(-8px, 6px) scale(1.1);
}

.sink-leftdown:hover,
.sink-leftdown:focus,
.sink-leftdown:active {
	-webkit-transform: translate(-8px, 8px) scale(1.1);
	transform: translate(-8px, 8px) scale(1.1);
}

.sink-right:hover,
.sink-right:focus,
.sink-right:active {
	-webkit-transform: translate(8px, 6px) scale(1.1);
	transform: translate(8px, 6px) scale(1.1);
}

.sink-rightdown:hover,
.sink-rightdown:focus,
.sink-rightdown:active {
	-webkit-transform: translate(8px, 8px) scale(1.1);
	transform: translate(8px, 8px) scale(1.1);
}

.sink-top:hover,
.sink-top:focus,
.sink-top:active {
	-webkit-transform: translateY(-8px) scale(1.1);
	transform: translateY(-8px) scale(1.1);
}

.sink-top:hover,
.sink-top:focus,
.sink-top:active {
	-webkit-transform: translateY(-5px) scale(1.1);
	transform: translateY(-5px) scale(1.1);
	z-index: 1;
}

.sink-topleft:hover,
.sink-topleft:focus,
.sink-topleft:active {
	-webkit-transform: translate(-8px, -8px) scale(1.1);
	transform: translate(-8px, -8px) scale(1.1);
}

.sink-topright:hover,
.sink-topright:focus,
.sink-topright:active {
	-webkit-transform: translate(8px, -8px) scale(1.1);
	transform: translate(8px, -8px) scale(1.1);
}

.philo-mobile {
	display: none;
}

.export-txt ul {
	display: inline-block;
}

.export-txt ul li {
	padding: 5px 0 0 20px;
	background: url(../images/icon/bullet-trapezoid.png) no-repeat left 15px;
	background-size: 11px;
	font-family: 'psl_kittithada_probold';
	font-size: 27px;
	color: #666666;
	line-height: 30px;
}

.interbiz-content h2.brand-name {
	font-size: 50px;
}

.interbiz-content .brief-txt p {
	margin-bottom: 15px;
	text-align: left;
}

.interbiz-content .property-box {
	width: 15%;
	float: unset;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}

.interbiz-content .property-box img {
	width: 70%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}

.interbiz-content .property-row {
	margin-top: 55px;
	text-align: center;
}

.interbiz-content .logo-brand-export {
	width: 35%;
	float: left;
	margin: 0 45px 10px 0;
}

.interbiz-content .export-txt {
	width: 100%;
	margin-left: 0;
}

.bord-popup-box {
	padding: 30px !important;
	width: 50%;
	height: 80%;
	display: none;
}

.bord-popup-detail {
	width: 100%;
}

.bord-popup-detail img {
	float: right;
	width: 397px;
	margin: 0 50px;
}

.bord-popup-box h1 {
	font-size: 40px;
	color: #37b1ec;
	font-family: 'psl_kittithada_probold';
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	display: inline-block;
}

.bord-popup-box h2 {
	font-size: 31px;
	color: #4c4c4c;
	font-family: 'psl_kittithada_probold';
	margin-top: 15px;
}

.bord-popup-box p {
	font-size: 14px;
	margin: 10px 0;
}

.bord-popup-box span {
	float: left;
	width: 170px;
	font-weight: bold;
}

.p-long-label {
	width: 330px !important;
}

.nowidth {
	width: unset !important;
	font-weight: bold;
}

.brief {
	font-size: 17px;
	line-height: 21px;
}

#sustain .sustain .development .box-white .message ol li {
	font-size: 23px;
}

.btn-more-n {
	font-family: "psl_kittithada_probold";
	font-size: 28px;
	line-height: 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.btn-more-n-l {
	display: inline-block;
	width: 50%;
}

.btn-more-n-r {
	display: flex;
	width: 50%;
	justify-content: flex-end;
}

.btn-more-n-r a {
	background: unset !important;
}

.btn-more-n-r a:hover {
	opacity: 0.5;
}

.back-top {
	margin-top: 75px;
}

.news-landing img {
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-right: 10px;
}

.landing-news h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: "psl_kittithada_probold";
	font-size: 30px;
	line-height: 40px;
	color: #666;
	margin-bottom: 25px;

}

.content-landing-news {
	max-width: 90% !important;
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.header-news {}

.box-sustain-report {
	width: 100%;
	position: relative;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.sustain-report {
	font-family: "psl_kittithada_probold";
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 25px;
}

.sustain-report {
	width: 33.33%;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

.sustain-report img {
	width: 100%;
}

.sustain-report p {
	color: #000;
	font-family: "psl_kittithada_probold";
	font-size: 28px;
	line-height: 30px;
}

.news-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 20px 0;
}

.new-box-img {
	width: 50%;
	display: inline-block;
}

.new-box-img img {
	width: 100%;
}

.new-box-text {
	width: 50%;
	display: inline-block;
	margin: 0;
	padding: 19px 30px 30px 30px;
	color: #279FD9;
	background: #fff;
}

.new-box-text p {
	color: #666;
	font-size: 20px !important;
	line-height: 25px !important;
	padding-top: 15px !important;
}

.link-18 {
	font-size: 23px;
}

.link-top {
	margin-top: 15px;
}

.img-t {
	vertical-align: middle;
	margin-top: -7px;
}

#sustain .message img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#sustain .container-row img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 800px !important;
	width: 100% !important;
	height: auto !important;
}