@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.typekit.net/zbx5mdv.css');

@import url('animate.css');

:root
{
	/* Default max width */
	--global-content-max-width: 1580px;
	--global-content-wrapper-max--width: 1200px;
	--global-partner-wrapper-max--width: 1170px;

    /* Font Family */
	--global-font-family: 'greycliff-thai-cf', sans-serif;
	--global-font-family-th: 'Noto Sans Thai', sans-serif;
	--menu-font-family: 'Sarabun', sans-serif;

    /* Font Size */
	--global-font-size-base: 20px;
	--global-font-size-typo9: 9px;
    --global-font-size-typo10: 10px;
    --global-font-size-typo11: 11px;
    --global-font-size-typo12: 12px;
    --global-font-size-typo13: 13px;
    --global-font-size-typo14: 14px;
    --global-font-size-typo15: 15px;
    --global-font-size-typo16: 16px;
    --global-font-size-typo17: 17px;
    --global-font-size-typo18: 18px;
	--global-font-size-typo20: 20px;
	--global-font-size-typo22: 22px;
	--global-font-size-typo24: 24px;
	--global-font-size-typo26: 26px;
	--global-font-size-typo28: 28px;
	--global-font-size-typo29: 29px;
	--global-font-size-typo30: 30px;
	--global-font-size-typo32: 32px;
	--global-font-size-typo34: 34px;
	--global-font-size-typo35: 35px;
	--global-font-size-typo38: 38px;
	--global-font-size-typo40: 40px;
	--global-font-size-typo42: 42px;
	--global-font-size-typo48: 48px;
	--global-font-size-typo58: 58px;
	--global-font-size-typo68: 68px;
	--global-font-size-typo68: 76px;

	/* Font weight */
	--global-font-weight-xlight: 200;
	--global-font-weight-light: 300;
	--global-font-weight-regular: 400;
	--global-font-weight-medium: 500;
	--global-font-weight-semibold: 600;
	--global-font-weight-bold: 700;

    /* Colors */
	--color-black: #111111;
	--color-white: #ffffff;
	--color-green: #0d8d21;
	--color-red: #d6363b;
	--color-yellow: #ffec59;
	--color-orange: #fb8b12;
	--color-fullservice-gray: #f0f0f0;
	--color-blue-button: #007bde;
	--color-blue: #214db3;
	--color-light-blue: #b3ddfe;
	--color-light-blue-2: #6cbdff;
	--color-navy-black: #35374B;
	--color-gray: #495057;
	--color-gray-2: #585858;
	--color-gray-button: #3d3d3d;
}

body,
html
{
	font-family: var(--global-font-family);
	font-size: var(--global-font-size-base);
	line-height: 1.25;
	color: var(--color-black);
	/* scroll-behavior: smooth; */
}

.screen-size
{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	font-weight: 400;
	color: var(--color-yellow);
	z-index: 9999999;
}

.fullscreen-width {
	max-width: 100vw;
	overflow: hidden;
}

button:focus{
    outline: none;
}

.pc {
	display: block;
}

.tb,
.mb {
	display: none;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- Header -- */
#header-banner .top-menu-container {
	position: absolute;
	background-color:rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100vw;
    display: block;
    height: 120px;
    padding-top: 20px;
	z-index: 9995;
	color: var(--color-white);
	/* transition: all 0.4s ease-out; */
}

#header-banner .top-menu-container.fixed {
	color: var(--color-white);
	opacity: 1;
	z-index: 999990;
}

#header-banner .top-menu-container.fixed.black {
	color: var(--color-navy-black);
}

#header-banner .top-menu-container .top-menu-wrapper {
	width: 1515px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
	z-index: 9995;
	align-items: center;
}

.main-menu-wrapper {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: 34px;
    color: white;
	max-width: 1578px;
	height: calc(100vw/(1920/740));
    display: flex;
    flex-direction: column;
	z-index: 999;
}

.main-menu-wrapper .content-wrapper {
	margin: auto 15%;
}

.main-menu-wrapper #header-menu {
	display: unset;
	align-items: unset;
	justify-content: unset;
}

#header-logo .img-logo {
	width: auto;
	height: 78px;
}

ul#menu-primary {
	list-style: none;
	display: flex;
	justify-content: center;
	height: 100%;
	padding-inline-start: 0;
	margin-top: 0;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 15px;
    background-color: rgba(150, 150, 150, 0.3);
}

#menu-primary li.menu-item {
	display: flex;
	align-items: center;
	font-family: var(--menu-font-family);
	font-size: var(--global-font-size-typo20);
	font-weight: var(--global-font-weight-medium);
	/* text-transform: uppercase; */
	padding: 0 42px;
	cursor: pointer;
	border-right: 1px solid #ffffffad;
}

#menu-primary li.menu-item.black {
	border-right: 1px solid #554e4ead;
}

#menu-primary li.menu-item:last-child {
	border-right: none;
}

#menu-primary li.menu-item-active {
	color: var(--color-orange);
	font-weight: var(--global-font-weight-semibold);
}

#header-banner .top-menu-container select {
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:0;
	box-shadow:none;
	border:0!important;
	background: rgba(66, 66, 78, 0.6);
	background-image: none;
	flex: 1;
	padding: 0 .5em;
	padding-left: 26px;
	color:#fff;
	cursor:pointer;
 }

 #header-banner .top-menu-container select::-ms-expand {
	display: none;
 }

 #header-banner .top-menu-container .lang-select {
	position: relative;
	display: flex;
	width: 102px;
	height: 2em;
	line-height: 2;
	background: rgba(66, 66, 78, 0.6);
	overflow: hidden;
	border-radius: 0.9em;
 }

 #header-banner .top-menu-container .lang-select::after {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 25px;
	margin-top: 15px;
	cursor:pointer;
	pointer-events:none;
	transition:.25s all ease;

	width: 0; 
	height: 100%; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
 }

#header-banner .top-menu-container .top-menu-wrapper #head-lang {
	margin-bottom: 0.9rem;
	display: flex;
    justify-content: center;
}

.section-content {
	position: absolute;
	width: 1515px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-header -- */
.section-header {
	z-index: 999900;
	position: relative;
}

.section-header video {
	transform: scale(1);
    transition: transform 0.5s ease-out, translate 0.5s ease-out;
	z-index: 999901;
}

.section-header img.mb {
	display: none;
}

.section-header .icon-scroll,
.section-header .icon-scroll:before {
  position: absolute;
  left: 50%;
}

.section-header .icon-scroll {
	width: 25px;
	height: 40px;
	top: 85%;
	margin-top: -8px;
	margin-left: -10px;
	box-shadow: inset 0 0 0 2px #fff;
	border-radius: 25px;
}

.section-header .icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}

.section-header .icon-scroll:after {	
	content: 'scroll down';
    color: white;
    top: 45px;
    width: 200px;
    position: relative;
    display: block;
    left: -75%;
    font-size: var(--global-font-size-typo14);
    font-weight: var(--global-font-weight-light);
}

@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.section-header .section-mask {
	position: absolute;
	bottom: 0;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-whoweare -- */
.section-whoweare {
	z-index: 999901;
	position: relative;
}

.section-whoweare #pin-whoweare {
	transform: scale(1);
    transition: transform 0.5s ease-out, translate 0.5s ease-out;
	background-image: url("../images/sec02-bg.jpg");
	z-index: 999901;
	background-repeat: no-repeat;
    background-size: cover;
}

.section-whoweare .section-content .head-title,
.section-business .section-content .head-title,
.section-partner .section-content .head-title,
.section-aboutus .section-content .head-title,
.section-contact .section-content .head-title {
	font-size: var(--global-font-size-typo40);
	font-weight: var(--global-font-weight-semibold);
}

.section-whoweare .section-content .text-content,
.section-business .section-content .text-content,
.section-partner .section-content .text-content,
.section-contact .section-content .text-content {
	color: var(--color-white);
	font-size: var(--global-font-size-typo16);
}

.section-whoweare .section-content .line-break,
.section-business .section-content .line-break,
.section-partner .section-content .line-break,
.section-aboutus .section-content .line-break,
.section-contact .section-content .line-break {
	line-height: unset;
	padding-top: 1.3rem;
    padding-bottom: 1.5rem;
}

.section-whoweare .section-content .text,
.section-business .section-content .text,
.section-partner .section-content .text {
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.section-whoweare .section-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 425px;
	z-index: 999903;
	width: 94%;
}

.section-whoweare.lang-th .section-content .text,
.section-business.lang-th .section-content .text,
.section-partner.lang-th .section-content .text,
.section-aboutus.lang-th .section-content .text,
.section-contact.lang-th .section-content .text {
	font-family: var(--global-font-family-th);
	font-size: var(--global-font-size-typo17);
}

.section-whoweare .section-content .slide-content {
	margin-top: 62px;
    position: relative;
}

.section-whoweare .owl-carousel .owl-stage-outer {
	z-index: 999902;
}

.section-whoweare .section-content .slide-content .owl-carousel {
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999902;
}

.section-whoweare .section-content .owl-nav.disabled {
	display: none;
}

.section-whoweare .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	margin: auto;
}

.section-whoweare .section-content .owl-nav-custom {
	display: block;
	width: 100%;
	position: absolute;
	color:white;
	left: 50%;
	top: 38%;
	transform: translateX(-50%);
	z-index: 999902;
}

.section-whoweare .section-content #nav-left,
.section-whoweare .section-content #nav-right {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 999905;
	top: 50%;
	transform: translateY(-50%);
}

.section-whoweare .section-content #nav-left {
	left: 10%;
}

.section-whoweare .section-content #nav-right {
	right: 10%;	    
}

.section-whoweare .section-content #nav-right img {
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.section-whoweare .section-content .owl-dots-dsp {
	display:flex;
	justify-content:center;
	padding-top: 36px;
}

.section-whoweare .section-content .owl-dots-dsp .custom-owl-dot {
	width: 34px;
	height: 5px;
	background-color: white;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px;
	opacity: 0.5;
	margin-left: 8px;
	margin-right: 8px;
}

.section-whoweare .section-content .owl-dots-dsp .custom-owl-dot.active {
	background-color: var(--color-orange);
	opacity: 1;
}

.section-whoweare .owl-dots-custom {
	display: none;
}

.section-whoweare .section-mask {
	position: absolute;
	bottom: 0;
}

.section-whoweare .owl-stage .owl-item {
	padding-left: 22px;
    padding-right: 22px;
}

.section-whoweare .owl-stage .owl-item.center {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-whoweare .owl-item .item {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #11278d;
	width: 100%;
	position: relative;
}

.section-whoweare .owl-item .item img.slide {
	position: absolute;
	width: 100%;
	animation-name: imagefade;
	display: block;
	opacity: 1;
	transition: opacity 0.8s ease-in-out;
}

.section-whoweare .owl-item .item .txt {
	color: var(--color-white);
	font-weight: var(--global-font-weight-light);
	font-size: var(--global-font-size-typo15);
    text-align: left;
    position: absolute;
	bottom: 0;
	height: 30%;
	padding-left: 22px;
	padding-right: 22px;
	background-color: rgba(0, 0, 0, 0.75);
	padding-top: 13px;
}

.section-whoweare .owl-item .item .txt span {
	color: var(--color-orange);
	font-weight: var(--global-font-weight-semibold);
}

.section-whoweare.lang-th .owl-item .item .txt {
	font-family: var(--global-font-family-th);
}

.section-mask img.bg-pc {
	display: block;
}

.section-mask img.bg-resps {
	display: none;
}


/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-business -- */
.section-business {
	z-index: 999911;
	position: relative;
}

.section-business #section-bg {
	overflow: hidden;
}

.section-business #pin-business {
	transform: scale(1);
    transition: transform 0.5s ease-out, translate 0.5s ease-out;
	background-image: url("../images/sec03-bg.jpg");
	z-index: 999911;
	background-repeat: no-repeat;
    background-size: cover;
}

.section-business .section-content {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	padding-bottom: 350px;
	z-index: 999913;
}

.section-business .section-content .text-content {
	color: var(--color-black);
}

.section-business .section-content .sub-content {
	display: block;
	width: 1110px;
}

.section-business .sub-content .padding-top {
	padding-top: 58px;
}

.section-business .sub-content .banner,
.section-business .sub-content .title,
.section-business .sub-content .btn {
	text-align: center;
}

.section-business .sub-content .banner img {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.section-business .sub-content .title,
.section-business .sub-content .btn {
	margin-top: 28px;
}

.section-business .sub-content .title {
	font-weight: var(--global-font-weight-medium);
}

.section-business .sub-content .btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color: var(--color-white);
}

.section-business .sub-content .title.publish {
	color: var(--color-blue);
}

.section-business .sub-content .title.marketing {
	color: var(--color-green);
}

.section-business .sub-content .btn.publish,
.section-business .sub-content .btn.marketing,
.section-aboutus .sub-content .btn.about-more,
.section-contact .sub-content .btn.contact,
.section-contact .sub-content .btn.careers {
	width: 155px;
	height: 38px;
	font-size: 14px;
	line-height: unset;
	border-radius: 0;
}

.section-business .sub-content .btn.publish {
	background-color: var(--color-blue);
}

.section-business .sub-content .btn.marketing {
	background-color: var(--color-green);
}

.section-business .section-mask {
	position: absolute;
	bottom: 0;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-partner -- */
.section-partner {
	z-index: 999921;
	position: relative;
	background-color: var(--color-navy-black);
}

.section-partner #section-bg {
	overflow: hidden;
}

.section-partner #pin-partner {
	transform: scale(1);
    transition: transform 0.5s ease-out, translate 0.5s ease-out;
	background-image: url("../images/sec04-bg.jpg");
	z-index: 999921;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-navy-black);
}

.section-partner .section-content {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 350px;
	z-index: 999923;
}

.section-partner .section-content .text-content {
	color: var(--color-white);
}

.section-partner .section-content .sub-content {
	display: block;
	width: 1110px;
	padding-top: 62px;
}

.section-partner .sub-content .padding-top {
	padding-top: 58px;
}

.section-partner .sub-content .grid-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.section-partner .sub-content .grid-column {
	display: flex;
	flex-direction: column;
}

.section-partner .sub-content .grid-column.row-1.first {
	padding-left: 85px;
}

.section-partner .sub-content .grid-column.row-1.last {
	padding-right: 85px;
}

.section-partner .sub-content .grid-column .item {
	margin: 7px;
}

.section-partner .section-mask {
	position: absolute;
	bottom: 0;
}

.section-partner #btn-more-partner {
	cursor: pointer;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-aboutus -- */
.section-aboutus {
	z-index: 999931;
	position: relative;
	background-color: var(--color-white);
}

.section-aboutus #section-bg {
	overflow: hidden;
}

.section-aboutus #pin-aboutus {
	transform: scale(1);
    transition: transform 0.5s ease-out, translate 0.5s ease-out;
	background-image: url("../images/sec05-bg.jpg");
	z-index: 999931;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-white);
}

.section-aboutus .section-content {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 450px;
	z-index: 999933;
}

.section-aboutus .section-content .sub-content {
	display: block;
	width: 1110px;
	padding-top: 5px;
}

.section-aboutus .sub-content .grid-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.section-aboutus .sub-content .grid-column {
	display: flex;
	flex-direction: column;
}

.section-aboutus .sub-content .grid-column.col-a {
	width: 45%;
	padding-right: 15px;
}

.section-aboutus .sub-content .grid-column.col-b {
	width: 55%;
	justify-content: center;
	padding-left: 28px;
}

.section-aboutus .sub-content .grid-column div {
	padding-bottom: 25px;
}

.section-aboutus .section-content .text {
	font-size: var(--global-font-size-typo16);
	color: var(--color-gray);
}

.section-aboutus .section-content .text span {
	color: var(--color-orange);
}

.section-aboutus .sub-content .btn.about-more {
	background-color: var(--color-gray-button);
	color: var(--color-white)
}

.section-aboutus .section-mask {
	position: absolute;
	bottom: 0;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-contact -- */
.section-contact {
	z-index: 999941;
	position: relative;
	background-color: var(--color-navy-black);
}

.section-contact #section-bg {
	overflow: hidden;
}

.section-contact #pin-contact {
	transform: scale(1);
    transition: transform 0.5s ease-out, translate 0.5s ease-out;
	background-image: url("../images/sec06-bg.jpg");
	z-index: 999931;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--color-navy-black);
}

.section-contact .section-content {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 200px;
	z-index: 999943;
}

.section-contact .section-content .sub-content {
	display: block;
	width: 1110px;
	padding-top: 5px;
}

.section-contact .sub-content .button {
	padding-bottom: 32px;
}

.section-contact .sub-content .btn.contact,
.section-contact .sub-content .btn.careers {
	color: var(--color-white);
	border-radius: 4px;
	background-color: var(--color-gray-button);
	font-size: var(--global-font-size-typo16);
}

.section-contact .sub-content .btn.active {
	background-color: var(--color-blue);
}

.section-contact .sub-content .elm-maps {
	color: #dedede;
	font-size: var(--global-font-size-typo16);
	font-weight: var(--global-font-weight-light);
}

.section-contact .sub-content .elm-maps .txt {
	line-height: 1.3;
}

.section-contact .sub-content .elm-maps .txt b {
	font-weight: var(--global-font-weight-medium);
}

.section-contact .sub-content .elm-maps .title-co,
.section-contact .sub-content .elm-maps .title-tel,
.section-contact .sub-content .elm-maps .title-email {
	font-size: var(--global-font-size-typo20);
	font-weight: var(--global-font-weight-medium);
	padding: 26px 0 10px 0;
}

.section-contact.lang-th .sub-content .elm-maps .title-co, 
.section-contact.lang-th .sub-content .elm-maps .title-tel, 
.section-contact.lang-th .sub-content .elm-maps .title-email {
	font-weight: var(--global-font-weight-semibold);
}

.section-contact .sub-content .elm-maps .title-co {
	color: #306fff;
}

.section-contact .sub-content .elm-maps .title-tel {
	color: #189146;
}

.section-contact .sub-content .elm-maps .title-email {
	color: #ff780a;
}

.section-contact.lang-th .sub-content .elm-maps .title-co,
.section-contact.lang-th .sub-content .elm-maps .title-tel,
.section-contact.lang-th .sub-content .elm-maps .title-email,
.section-contact.lang-th .sub-content .elm-maps .txt,
.section-contact.lang-th .sub-content .elm-careers .title {
	font-family: var(--global-font-family-th);
}

.section-contact .sub-content .elm-careers {
	height: 497px;
	overflow: hidden;
	background-color: #191919;
	color: var(--color-white);
	display: none;
	padding: 0.5rem 3rem;
}

.section-contact .sub-content .elm-careers .title {
	font-size: var(--global-font-size-typo22);
	font-weight: var(--global-font-weight-medium);
	line-height: 1.8;
}

.section-contact .sub-content .elm-careers hr {
	border: 1px solid #434343;
	margin-top: 0.2rem;
}

.section-contact .sub-content .elm-careers .title .sp-email {
	color: #306fff;
}

.section-contact .sub-content .elm-careers .title-itern {
	margin-top: 16px;
}

.section-contact .sub-content .elm-careers .career-list {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 356px;
	padding-bottom: 32px;
}

.section-contact .sub-content .elm-careers .career-list .title-open,
.section-contact .sub-content .elm-careers .career-list .title-itern {
	padding-bottom: 10px;
    padding-left: 0;
}

.section-contact .career-list .item .btn.more {
	background-color: #434343;
	color: var(--color-white);
	font-size: var(--global-font-size-typo16);
    padding: 4px 32px;
}

.section-contact .career-list .item a .btn.more,
.section-contact .career-list .item a .btn.more:hover,
.section-contact .career-list .item a .btn.more:active,
.section-contact .career-list .item a .btn.more:visited {
	text-decoration: none;
	color: var(--color-white);
}

.section-contact .elm-careers .career-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #222222;
}

.section-contact .elm-careers .career-list::-webkit-scrollbar {
	width: 14px;
	background-color: #222222;
}

.section-contact .elm-careers .career-list::-webkit-scrollbar-thumb {
	background-color: #3c3c3c;
	border-width: 0px;
	border-style: none;
	border-radius: 3px;
}

.section-contact .sub-content .elm-careers .career-list .row {
	padding: 0 34px 0 22px;
	align-items: center;
}

.section-contact .sub-content .elm-careers .item {
	background-color: #222222;
	margin: 5px 0;
	padding: 8px 22px !important;
}

.section-contact .sub-content .elm-careers .item .pos-name {
	color: #306fff;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section-debug -- */
.section-debug {
	z-index: 999999;
	position: fixed;
	top: 0;
    background-color: white;
	width: 15rem;
	font-size: 16px;
	font-weight: 300;
	display: none;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- section footer -- */
.section-footer {
	position: relative;
	background-color: #141414;
	padding: 2rem 0;
}

.section-footer .section-content {
	display: flex;
    position: relative;
    z-index: 999953;
    color: white;
    justify-content: center;
    align-items: center;
}

.section-footer .img-logo {
	width: 94px;
}

.section-footer .img-logo img {
	width: 100%;
	height: auto;
}

.section-footer .section-content {
	background-image: none !important;
}

.section-footer .section-content .txt {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: var(--global-font-weight-light);
	padding-left: 1rem;
	color: #a4a4a4;
}

.section-footer .section-content .txt .link-policy {
	color: var(--color-white);
}

.section-footer .section-content .txt .link-policy a,
.section-footer .section-content .txt .link-policy a:hover,
.section-footer .section-content .txt .link-policy a:active,
.section-footer .section-content .txt .link-policy a:visited {
	color: var(--color-white);
	text-decoration: none;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- modal -- */
.modal-backdrop {
	z-index: 999995;
}

.modal-backdrop.show {
	opacity: 0.88;
}

.modal-open .modal {
	z-index: 999996;
}

.modal-header {
	border-bottom: 0 solid;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	flex-direction: column;
	align-items: center;
}

.modal-header .head-title {
	font-size: var(--global-font-size-typo35);
	text-transform: uppercase;
	font-weight: var(--global-font-weight-semibold);
}

.modal-header .line-break {
	line-height: unset;
	padding-top: 0.3rem;
    padding-bottom: 0.8rem;
}

.modal-header .text {
	color: var(--color-white);
	font-size: var(--global-font-size-typo16);
	text-align: center;
}

.modal-header .text.lang-th {
	font-family: var(--global-font-family-th);
}

.modal#modal-marketing,
.modal#modal-publishing,
.modal#modal-partner,
.modal#modal-aboutus {
	color: var(--color-white);
}

.modal#modal-publishing .modal-dialog {
	max-width: 1420px;
	padding-bottom: 26px;
}

.modal#modal-partner .modal-dialog {
	max-width: 1256px;
}

.modal#modal-aboutus .modal-dialog {
	max-width: 1320px;
}

.modal .modal-content {
	background-color: transparent;
	border: 0 solid rgba(0,0,0,0);
	border-radius: 0;
}

.modal .modal-content .grid-row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
    width: 100%;
}

.modal#modal-publishing .modal-content .grid-row {
	justify-content: flex-start;
}

.modal .modal-content .grid-column {
    display: flex;
	flex-direction: column;
	padding: 7px;
	justify-content: flex-end;
    align-items: center;
}

.modal .modal-content .grid-column.row-1.first {
    padding-left: 85px;
}

.modal .modal-content .grid-column.row-1.last {
    padding-right: 85px;
}

.modal .modal-content .grid-column .item-img {
	padding: 26px 12px 12px 12px;
}

.modal#modal-partner .modal-body {
	padding-top: unset;
}

.modal#modal-partner .modal-content .grid-column .item-img {
	padding: 10px 4px;
}

.modal .modal-content .grid-column.row-1 .item-img {
	padding-top: 0;
}

.modal .modal-content .grid-column .item-name {
	text-align: center;
	text-transform: uppercase;
}

.modal .close {
	font-size: var(--global-font-size-typo18);
    font-weight: var(--global-font-weight-regular);
	color: var(--color-white);
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	opacity: unset;
    text-shadow: none;
}

.modal .modal-dialog .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #222222;
}

.modal .modal-dialog .modal-body::-webkit-scrollbar {
	width: 16px;
	background-color: #222222;
}

.modal .modal-dialog .modal-body::-webkit-scrollbar-thumb {
	background-color: #3c3c3c;
	border-width: 0px;
	border-style: none;
	border-radius: 3px;
}

.modal#modal-aboutus .modal-content #head-img img {
	width: 100%;
	height: auto;
}

.modal#modal-aboutus .modal-content .txt {
	font-size: var(--global-font-size-typo15);
	font-weight: var(--global-font-weight-light);
	padding-top: 38px;
}

.modal#modal-aboutus .modal-content .txt.lang-th {
	font-family: var(--global-font-family-th);
}

.modal#modal-aboutus .modal-content .txt span {
    color: var(--color-orange);
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- careers -- */
.career {
	background-image: url("../images/img-careers-sub-bg.jpg");
	background-repeat: repeat;
	position: relative;
	z-index: 999900;
}

.career-header .top-menu-container.fixed {
	position: relative !important;
}

.career .section-content {
	z-index: 999900;
	position: relative;
	width: 100%;
	background-image: url(../images/img-careers-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.career .section-content .main-bg img{
	width: 100%;
	z-index: 999901;
}

.career .section-content .content {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999900;
	top: 0;
}

.career .section-content .content #header-height-dummy {
	width: 1005;
	height: auto;
	display: block;
}

.career .section-content .content #line-break {
	position: relative;
	left: 50%;
    transform: translateX(-50%);
}

.career .section-content .career-content {
	width: 1330px;
	height: auto;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
	color: var(--color-white);
	background-color: #191919;
	padding: 64px 78px;
	border-radius: .5rem;
	margin-top: 3rem;
    margin-bottom: 5rem;
}

.career .career-content .content-header {
	padding-bottom: 22px;
}

.career .career-content .content-header .title {
    font-size: var(--global-font-size-typo22);
    font-weight: var(--global-font-weight-medium);
    line-height: 1.8;
}

.career .career-content .content-header .title .sp-email {
    color: #306fff;
}

.career .career-content .border-top,
.career .career-content .border-bottom {
	padding-top: 18px;
	padding-bottom: 18px;
}

.career .career-content .border-top {
	border-top: 1px solid #474747 !important;
}

.career .career-content .border-bottom {
	border-bottom: 1px solid #474747 !important;
}

.career .career-content .open-careers-list {
	margin-top: 3rem;
}

.career .career-content .pos-detail .row {
	align-items: center;
}

.career .career-content .pos-detail .pos-title {
	font-size: var(--global-font-size-typo30);
	font-weight: var(--global-font-weight-semibold);
	color: #306fff;
}

.career .career-content .pos-detail .txt-detail {
	padding-top: 48px;
	padding-left: 26px;
	padding-right: 26px;
	line-height: 1.4;
}

.career .career-content .pos-detail .txt-detail ul {
	color: #a8a8a8;
    margin-bottom: 1.4rem;
}

.career .career-content .career-list .title-open, 
.career .career-content .career-list .title-itern {
    padding-bottom: 10px;
    padding-left: 0;
}

.career .career-content .career-list .title-itern {
    margin-top: 16px;
}

.career .career-content .career-list {
	padding-left: 14px;
	padding-bottom: 32px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 386px;
}

.career .career-content .career-list .item .pos-name {
    color: #306fff;
}

.career .career-content .career-list .row {
    padding: 0 34px 0 22px;
    align-items: center;
}

.career .career-content .career-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #222222;
}

.career .career-content .career-list::-webkit-scrollbar {
	width: 14px;
	background-color: #222222;
}

.career .career-content .career-list::-webkit-scrollbar-thumb {
	background-color: #3c3c3c;
	border-width: 0px;
	border-style: none;
	border-radius: 3px;
}

.career .career-content .career-list .item .btn.more {
	background-color: #434343;
    color: var(--color-white);
    font-size: var(--global-font-size-typo16);
    padding: 4px 32px;
}

.career .career-content .career-list .item {
	align-items: center;
	margin: 6px 2px;
	padding: 8px 22px;
	background-color: #222222;
	border-radius: .25rem;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* -- policy -- */
.policy {
	background-image: url("../images/img-careers-sub-bg.jpg");
	background-repeat: repeat;
	position: relative;
	z-index: 999900;
}

.policy-header .top-menu-container.fixed {
	position: relative !important;
}

.policy .section-content {
	z-index: 999900;
	position: relative;
	width: 100%;
	background-image: url(../images/img-policy-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.policy .section-content .main-bg img{
	width: 100%;
	z-index: 999901;
}

.policy .section-content .content {
	position: relative;
	display: block;
	width: 100%;
	z-index: 999900;
	top: 0;
}

.policy .section-content .content #header-height-dummy {
	width: 1005;
	height: auto;
	display: block;
}

.policy .section-content .head-title {
    font-size: var(--global-font-size-typo35);
	font-weight: var(--global-font-weight-semibold);
	color: var(--color-white);
}

.policy .section-content .content #line-break {
	position: relative;
	left: 50%;
    transform: translateX(-50%);
}

.policy .section-content .policy-content {
	width: 1330px;
	height: auto;
	position: relative;
	left: 50%;
    transform: translateX(-50%);
	color: var(--color-white);
	background-color: #191919;
	padding: 64px 78px;
	border-radius: .5rem;
	margin-top: 3rem;
	margin-bottom: 5rem;
	font-family: 'Kanit';
	font-weight: var(--global-font-weight-xlight);
	font-size: var(--global-font-size-typo18);
	line-height: 1.5;
}

.policy .policy-content hr {
	border-top: 1px solid rgba(255, 255, 255, .5);
}

/* /////////////////////////////////////////////////////////////////////////// */
#scroll-up
{
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    right: 60px;
    bottom: 60px;
    background: var(--color-gray);
    border-radius: 30px;
    opacity: 0.7;
    color: white;
    z-index: 999990;
}

#scroll-up > span
{
    position: absolute;
    left: 20px;
    top: 16px;
}

.nav-background,
.navbar-toggle,
.overlay {
	display: none;
}

.toast {
	position: fixed;
    right: 29px;
    top: 155px;
    z-index: 999995;
}

.toast .toast-body {
	color: var(--color-white);
	padding: 1rem 2.5rem;
}

.disable-overlay {
    display: none; /* ซ่อน overlay ไว้ตอนแรก */
    position: fixed; /* ทำให้ overlay ลอยอยู่เหนือเนื้อหา */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1); /* สีพื้นหลังทึบแสง */
    z-index: 999993; /* ให้ overlay อยู่บนสุด */
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    text-align: center;
}

.disable-overlay.show {
    display: flex; /* แสดง overlay เมื่อมีการเพิ่มคลาส 'show' */
}

.disable-overlay .content {
    padding: 32px 55px;
    border-radius: 4px;
    background-color: #393E46;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.disable-overlay .content p {
	margin: auto;
}

.modal-fullscreen .modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    background-color: #151515;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .pc {
    display: block;
}

.modal-fullscreen .tb,
.modal-fullscreen .mb {
	display: none !important;
}