@charset "utf-8";
/* CSS Document */
nav {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}
#cssmenu {
	width: 100%;
	top: 100%;
}
.content-menu {
	width : 1180px;
	margin: 0 auto;
	position: relative;
}
#cssmenu ul {
	width: 100%;
	height: 100vh;
	max-width: 1366px;
	display: none;
	background: rgba(0,0,0,0.70);
	background-size: cover;
	padding-top: 150px;
	opacity: 1;
	border-top: 1px solid #e0e0e0;
	pointer-events: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9995;
	font-family: "psl_kittithada_probold";
	overflow: hidden;
	/*-webkit-animation: menufade 0.5s linear forwards;
    animation: menufade 0.5s linear forwards;*/
}

#cssmenu ul li  {
	width: 100%;
	list-style: none;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}

#cssmenu ul li a {
	color: #ffffff;
	list-style: none;
	display: inline-block;
	font-size: 24px;
	line-height: 25px;
	min-height: 45px;
	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;
}

#cssmenu ul li a:hover {
	color: #ee3436;
	transform: scale(1.2,1.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;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}

#cssmenu > ul > li {
	float: none
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	background: #333!important;
}
#cssmenu ul ul li:hover {
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	color: #555555;
	background: #ffffff;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	background: #8cc83f;
	color: #ffffff;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head {
	display: block;
	padding: 23px;
	color: #ddd;
	font-size: 12px;
	height: 70px;
	position: absolute;
	top: 0;
}
.button {
    width: 100px;
    height: 40px;
    float: right;
    position: relative;
    margin-top: 19px;
    margin-right: 90px;
    cursor: pointer;
    z-index: 99998;
    background: #191919;
    padding: 7px 0 0 50px;
    color: #ffffff;
	border-radius: 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;
}
.button:hover {
	color: #ee3436;	
	-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;
}
.button label {
	font-family: "psl_kittithada_probold";
	font-size: 22px;
	cursor: pointer;
}
.button label:after {
	-webkit-content: 'เมนู';
	content: 'เมนู';
	-webkit-animation: fadein 0.8s linear forwards;
    animation: fadein 0.8s linear forwards;
	opacity: 0;
}
.button label:before {
	content: '';
}
.button:after {
	position: absolute;
	top: 18px;
	left: 10px;
	display: block;
	height: 5px;
	width: 30px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	content: '';
	-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;
}
.button:before {
	position: absolute;
	top: 9px;
	left: 10px;
	display: block;
	height: 4px;
	width: 30px;
	background: #ffffff;
	content: '';
	-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;
}
.button:hover:after {
	border-top: 4px solid #ee3436;
	border-bottom: 4px solid #ee3436;
	-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;
}
.button:hover:before{
	background: #ee3436;
	-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;
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 18px;
	border: 0;
	width: 30px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 18px;
	background: #ffffff;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.button.menu-opened:hover:after {
	background: #ee3436;
}
.button.menu-opened:hover:before {
	background: #ee3436;
}
.button.menu-opened label:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	content: 'ปิด';
	-webkit-animation: fadeinout 0.8s linear forwards;
    animation: fadeinout 0.8s linear forwards;
	opacity: 0;
}
.button.menu-opened label:before {
	content: '';
}
@-webkit-keyframes fadeinout {
  100% { opacity: 1; }
}

@keyframes fadeinout {
  100% { opacity: 1; }
}
@-webkit-keyframes fadein {
  100% { opacity: 1; }
}

@keyframes fadein {
  100% { opacity: 1; }
}
.button.menu-opened label:before {
	content: '';
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 46px;
	width: 100%;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
}
#cssmenu .submenu-button.submenu-opened:hover {
	color: #ffffff;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 23px;
	right: 19px;
	width: 15px;
	height: 15px;
	display: block;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: url(../../images/icon/arrow-down-mn.png) no-repeat;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 23px;
	right: 22px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../images/icon/arrow-mn.png) no-repeat;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}









#menumobile {
	width: 100%;
	top: 100%;
}
#menumobile ul {
	width: 100%;
	display: none;
	position: absolute !important;
	top: 0 !important;
	padding-top: 120px;
	border-top: none;
	opacity: 1;
	border-bottom: 1px solid #e5e5e5;
	background: #ffffff;
	pointer-events: auto;
	font-family: "psl_kittithada_probold";
	overflow: auto;
	height: 100vh;
	box-sizing: border-box;
	z-index: -1;
}
#menumobile ul li {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	position: relative;
	padding: 12px 20px;
	text-transform: uppercase;
	box-sizing: border-box;
}

#menumobile ul ul li, #menumobile li:hover > ul > li {
	height: auto;
	position: relative!important;
	padding: 0!important;
}
#menumobile ul li a {
	width: 100%;
	border-bottom: 0;
	font-family: "psl_kittithada_probold";
	font-size: 27px;
	color: #666666;
}
#menumobile ul ul li a {
	width: 100%;
	border-bottom: 0;
	padding: 5px 0 0 10px;
	font-family: "psl_kittithada_probold";
	color: #666666;
	font-size: 24px;
	box-sizing: border-box;
}
#menumobile > ul > li {
	float: none
}
#menumobile ul ul li a {
	padding-left: 0
}
#menumobile ul ul li {
	background: #ffffff!important;
	list-style: none;
	border: none!important;
	box-sizing: border-box;
}
#menumobile ul ul li:hover {
	background: #37b1ec!important
}
#menumobile ul ul ul li a {
	padding-left: 35px
}
#menumobile ul ul li a {
	color: #666666;
	background: #ffffff;
}
#menumobile ul ul li:hover > a, #menumobile ul ul li.active > a {
}
#menumobile ul ul, #menumobile ul ul ul {
	position: relative!important;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	top: unset!important;
	padding-top: 0!important;
	border-top: none!important;
	margin-top: 5px!important;
	border-bottom: none!important;
	height: auto;
	overflow: visible;
	z-index: 2;
}
#menumobile > ul > li.has-sub > a:after, #menumobile > ul > li.has-sub > a:before, #menumobile ul ul > li.has-sub > a:after, #menumobile ul ul > li.has-sub > a:before {
	display: none
}
#menumobile #head-mobile {
	display: block;
	color: #ddd;
	font-size: 12px;
	padding-right: 30px;
}
.button-mb {
    width: 0;
    height: 33px;
    float: right;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    z-index: 99998;
    background: #666666;
    padding: 7px 0 0 50px;
    color: #ffffff;
	border-radius: 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;
}
.button-mb label {
	font-family: "psl_kittithada_probold";
	font-size: 22px;
	cursor: pointer;
}
.button-mb label:after {
	-webkit-content: '';
	content: '';
	-webkit-animation: fadein 0.8s linear forwards;
    animation: fadein 0.8s linear forwards;
	opacity: 0;
}
.button-mb label:before {
	content: '';
}
.button-mb:after {
	position: absolute;
	top: 18px;
	left: 10px;
	display: block;
	height: 5px;
	width: 30px;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	content: '';
	-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;
}
.button-mb:before {
	position: absolute;
	top: 9px;
	left: 10px;
	display: block;
	height: 4px;
	width: 30px;
	background: #ffffff;
	content: '';
	-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;
}

.button-mb.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 18px;
	border: 0;
	width: 30px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button-mb.menu-opened:before {
	top: 18px;
	background: #ffffff;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.button-mb.menu-opened label:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	content: '';
	-webkit-animation: fadeinout 0.8s linear forwards;
    animation: fadeinout 0.8s linear forwards;
	opacity: 0;
}
.button-mb.menu-opened label:before {
	content: '';
}

#menumobile .submenu-button-mb {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 46px;
	width: 100%;
	cursor: pointer
}
#menumobile .submenu-button-mb.submenu-opened {
}
#menumobile .submenu-button-mb.submenu-opened:hover {
	color: #ffffff;
}
#menumobile ul ul .submenu-button-mb {
	height: 34px;
	width: 34px
}
#menumobile .submenu-button-mb:after {
	position: absolute;
	top: 23px;
	right: 22px;
	width: 15px;
	height: 15px;
	display: block;
	content: ''
}
#menumobile ul ul .submenu-button-mb:after {
	top: 15px;
	right: 13px
}
#menumobile .submenu-button-mb.submenu-opened:after {
	background: url(../../images/icons/arrow-down-mn.png) no-repeat;
}
#menumobile .submenu-button-mb:before {
	position: absolute;
	top: 23px;
	right: 22px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../images/icons/arrow-mn.png) no-repeat;
	content: ''
}

#menumobile ul ul .submenu-button-mb:before {
	top: 12px;
	right: 16px
}
#menumobile .submenu-button-mb.submenu-opened:before {
	display: none
}
#menumobile ul ul ul li.active a {
	border-left: none
}
#menumobile > ul > li.has-sub > ul > li.active > a, #menumobile > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}

.top-padding {
	height: 100px;
	border-top: none!important;
}

#has-page .submenu-button-mb {
	width: 75%!important;
}


.txt-en {
	font-size: 18px!important;
}

.txt-en-sub {
	font-size: 16px!important;
}