/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

blue: #031555;
lightblue: #62ACD5;
gold: #E09704;
cream: #F4F8FF;
grey: #F4F8FF;
yellow: #F5F2E9;
green: #005F73;
*/

/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body, html{
	width:100%;
	height:auto;
}

body{ 
  --primary-font-color: #031555;
  --primary-blue: #031555;
  /*--primary-lightblue: #62ACD5;*/
  --primary-lightblue: #005F73;
  --primary-black: #000000;
  --primary-white: #FFFFFF;
  --primary-green: #005F73;
  --primary-cream: #F4F8FF;
  --primary-grey: #F4F8FF;
  --primary-gold: #E09704;
  --primary-yellow: #F5F2E9;
  --primary-red: #FF2400;
  --primary-border: rgba(25, 51, 91, .25);
  --font-body: "Inter", sans-serif;
  --font-title: "Inter", sans-serif;
  --font-sub-title: "Inter", sans-serif;
  --font-quote: "Inter", sans-serif;
  --font-notosansthai: "Inter", sans-serif;
  --section-padding-v160: 160px 0;
  --section-padding-v120: 120px 0;
  --section-padding-v100: 100px 0; 
  --section-padding-v80: 80px 0; 
  --section-padding-v60: 60px 0; 
  --section-padding-v40: 40px 0; 
  --font-size-default-120: 120px;
  --font-size-default-100: 100px;
  --font-size-default-80: 80px;
  --font-size-default-70: 70px;
  --font-size-default-60: 60px;
  --font-size-default-50: 2.6vw;
  --font-size-default-48: 48px;
  --font-size-default-46: 46px;
  --font-size-default-40: 40px;
  --font-size-default-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-30: 30px;
  --font-size-default-26: 26px;
  --font-size-default-24: 24px;
  --font-size-default-22: 22px;
  --font-size-default-20: 20px;
  --font-size-default-18: 18px;
  --font-size-default-16: 16px;
  --font-size-default-14: 14px;
  --container-medium-width: 1600px;
  --titleBoxPaddingTop: 100px;
  /*--control-padding: 4.16%;*/
  --control-padding: 8.33vw;
  --site-main-content: 1600px;
  --padding60: 60px;
  --btnNavWidth: 20px;
  --btnNavSpace: -40px;
  --btnDotWidthHeight: 10px;
  --sectionPaddingVerticle: 4.16vw 0;
  --publicationItemGap: 1vw;
}

@media (max-width: 1600px) {
  body{
    --font-size-default-120: 100px;
    --font-size-default-100: 82px;
    --font-size-default-80: 66px;
    --font-size-default-70: 58px;
    --font-size-default-60: 48px;
    --font-size-default-50: 40px;
    --font-size-default-48: 39px;
    --font-size-default-46: 38px;
    --font-size-default-40: 34px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 26px;
    --font-size-default-26: 24px;
    --font-size-default-24: 22px;
    --font-size-default-22: 21px;
    --font-size-default-20: 20px;
    --font-size-default-18: 18px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
    --control-padding: 4.16vw;
  }
}
@media (max-width: 1366px) {
  body{
    --section-padding-v160: 140px 0;
    --section-padding-v120: 100px 0; 
    --section-padding-v100: 80px 0; 
    --section-padding-v80: 60px 0; 
    --section-padding-v60: 40px 0;
    --section-padding-v40: 30px 0;
    --font-size-default-120: 85px;
    --font-size-default-100: 71px;
    --font-size-default-80: 56px;
    --font-size-default-70: 50px;
    --font-size-default-60: 42px;
    --font-size-default-50: 38px;
    --font-size-default-48: 36px;
    --font-size-default-46: 35px;
    --font-size-default-40: 32px;
    --font-size-default-34: 27px;
    --font-size-default-32: 25px;
    --font-size-default-30: 24px;
    --font-size-default-26: 22px;
    --font-size-default-24: 21px;
    --font-size-default-22: 20px;
    --font-size-default-20: 19px;
    --font-size-default-18: 18px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
    --control-padding: 4.16vw;
    --btnNavWidth: 20px;
    --btnNavSpace: 10px;
  }
}
@media (max-width: 1024px) {
  body{
    --section-padding-v160: 120px 0;
    --section-padding-v120: 100px 0; 
    --section-padding-v100: 80px 0; 
    --section-padding-v80: 60px 0; 
    --section-padding-v60: 40px 0;
    --section-padding-v40: 30px 0; 
    --font-size-default-120: 64px;
    --font-size-default-100: 54px;
    --font-size-default-80: 43px;
    --font-size-default-70: 38px;
    --font-size-default-60: 32px;
    --font-size-default-50: 30px;
    --font-size-default-48: 29px;
    --font-size-default-46: 28px;
    --font-size-default-40: 26px;
    --font-size-default-34: 24px;
    --font-size-default-32: 22px;
    --font-size-default-30: 22px;
    --font-size-default-26: 20px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
  }
}
@media (max-width: 820px) {
  body{
    --section-padding-v160: 100px 0;
    --section-padding-v120: 80px 0; 
    --section-padding-v100: 70px 0; 
    --section-padding-v80: 60px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 20px 0; 
    --font-size-default-120: 48px;
    --font-size-default-100: 44px;
    --font-size-default-80: 40px;
    --font-size-default-70: 30px;
    --font-size-default-60: 28px;
    --font-size-default-50: 25px;
    --font-size-default-48: 24px;
    --font-size-default-46: 24px;
    --font-size-default-40: 23px;
    --font-size-default-34: 21px;
    --font-size-default-32: 20px;
    --font-size-default-30: 20px;
    --font-size-default-26: 18px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --btnNavWidth: 16px;
    --control-padding: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --section-padding-v160: 70px 0;
    --section-padding-v120: 60px 0; 
    --section-padding-v100: 50px 0; 
    --section-padding-v80: 40px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 20px 0; 
    --font-size-default-120: 30px;
    --font-size-default-100: 28px;
    --font-size-default-80: 26px;
    --font-size-default-70: 24px;
    --font-size-default-60: 30px;
    --font-size-default-50: 22px;
    --font-size-default-48: 22px;
    --font-size-default-46: 22px;
    --font-size-default-40: 21px;
    --font-size-default-34: 20px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 16px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --sectionPaddingVerticle: 30px 0;
    --publicationItemGap: 5px;
    --btnNavWidth: 12px;
    --control-padding: 15px;
    --btnDotWidthHeight: 7px;
  }
}

/* -- CUSTOM CSS -- */
html, body {width:100%; height:100%; padding:0px; margin:0px;}

body {
  background-color: var(--primary-white);
}
/*body, table, tr, td, p
{
  font-family: var(--font-body);
	font-size: var(--font-size-default-16);
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}*/
body {
  font-family: var(--font-body);
	font-size: var(--font-size-default-18);
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}
table, tr, td, p
{
  font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100dvh;
}
body.bodyNoScroll {
  overflow: hidden;
  height: 100dvh;
}
img {
	border:0px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive-height-inline {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

select optgroup {
  font-weight: 300;
}

*.focus{
	outline:none;
}

.clear{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.overflow-hidden{ overflow:hidden; }

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration:none;
  /*transition: opacity .2s ease-in-out;*/
}

a:hover,
a:focus {
  /*opacity: .8;*/
}

.pageCenter{display:table;overflow:hidden;margin:0px auto;}
*:first-child+html .pageCenter {position:relative;}/*ie7*/
* html .pageCenter{position:relative;}/*ie6*/

.content_container{display:table-cell;vertical-align: middle;}
*:first-child+html .content_container{position:absolute;top:50%;}/*ie7*/
* html .content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html .contentCenter{position:relative;top:-50%;}/*ie7*/
* html .contentCenter{position:relative;top:-50%;}/*ie6*/

.pageCenter{height:100%;width:100%;}

.image-pc,
.only-pc {
  display: block !important;
}
.only-pc-inline {
  display: inline !important;
}
.only-pc-flex {
  display: flex !important;
}
.image-mobile,
.only-mobile,
.only-mobile-inline,
.only-mobile-flex {
  display: none !important;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

.modalContentMsg {
  display: none;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}
.modalContentMsg.actived {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  /*opacity: 1 !important;*/
}

.dropdown-toggle::after {
  display: none;
}

.mainPageContent {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2560px;
  margin: 0 auto;
}

.nowrap{
  white-space: nowrap;
}

.copy-link {
  position: relative;
}
.copy-link-text {
  display: none;
  position: absolute;
  width: 200px;
  text-align: right;
  top: 4px;
  right: 40px;
  color: #ffffff;
  font-size: 18px;
}
.copy-link-text.actived {
  display: block;
}

.logoWhite,
.imgWhite {
  filter: brightness(0) invert(1);
}

body.modal-open {
  overflow: auto !important;
}

.modal-open .btnBackToTop,
.modal-open .contactSide {
  display: none;
}

.iconWhite {
  filter: invert(98%) sepia(98%) saturate(6%) hue-rotate(124deg) brightness(103%) contrast(102%);
}

.fbMessanger {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  z-index: 20;
}

.showOnScroll {
  /*transform: translateY(100px);*/
  opacity: 0;
  transition: all 1s ease-in-out;
  /*transform: translateY(0);
  opacity: 1;*/
}
.showOnScroll.in {
  transform: translateY(0);
  opacity: 1;
}
.showDelay1ms {
  transition-delay: .1s !important;
}
.showDelay2ms {
  transition-delay: .2s !important;
}
.showDelay3ms {
  transition-delay: .3s !important;
}
.showDelay4ms {
  transition-delay: .4s !important;
}
.showDelay5ms {
  transition-delay: .5s !important;
}
.showDelay6ms {
  transition-delay: .6s !important;
}
.showDelay8ms {
  transition-delay: .8s !important;
}
.showDelay1s {
  transition-delay: 1s !important
}
.showDelay12ms {
  transition-delay: 1.2s !important;
}

.foldOnScroll {
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition-duration: .4s;
  backface-visibility: hidden;
  transition-property: transform;
  transform: perspective(2500px) rotateX(-100deg);
}
.foldOnScroll.in {
  transform: perspective(2500px) rotateX(0);
}

.showTitleOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showTitleOnScroll > div {
  transform: translateY(100px);
  transition: transform .8s ease-in-out;
}
.showTitleOnScroll.in > div {
  transform: translateY(0);
}

.showHeaderOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showHeaderOnScroll > .txtItem {
  /*transform: translateY(-100px);*/
  transform: translateY(100px);
  transition: transform .8s ease-in-out;
}
.showHeaderOnScroll.in > .txtItem {
  transform: translateY(0);
}

.showHeaderItemDelayOnScroll {
  display: inline-flex;
  overflow: hidden;
}
.showHeaderItemDelayOnScroll > .txtItem {
  transform: translateY(-60px);
  transition: transform .8s ease-in-out;
}
.showHeaderItemDelayOnScroll.in > .txtItem {
  transform: translateY(0);
}

.slideDownOnScroll {
  position: relative;
  overflow: hidden;
}
.slideDownOnScroll::after {
  background-color: var(--primary-white);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  /*transition: all 1.2s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 0.25);
  transition-delay: .2s;*/
  transition: all 1s;
  transition-timing-function: cubic-bezier(0.5, 0.1, 0.1, 0.25);
}
.slideDownOnScroll.in::after {
  top: 100%;
}
.slideDownOnScroll.bgGrey:after {
  background-color: var(--primary-grey);
}
.slideDownOnScroll.bgWhite:after {
  background-color: var(--primary-white);
}

.showLineOnScroll {
  position: relative;
  display: inline-block;
}
.showLineOnScroll:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: width .6s ease-in-out;
}
.showLineOnScroll.in:before {
  width: 100%;
}

.showLineOnScroll.showLineGIT:before {
  transition-delay: .2s;
  background-color: #ffffff;
}

.showLineOnScroll.linkLineViewPort:before {
  bottom: 0px;
  transition: width .6s ease-in-out, color .2s ease-in-out;
}
.btn-link-arrow:hover .showLineOnScroll.linkLineViewPort::before {
  background-color: #B50000;
}

.showImgOnScroll {
  overflow: hidden;
}
.showImgOnScroll > img {
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center center;
  transition: all 1s ease-in-out;
}
.showImgOnScroll.in > img {
  opacity: 1;
  transform: scale(1.0);
}

.txtHighlight {
  color: var(--primary-blue);
  font-weight: 600;
}
.txtInlineHighlight {
  /*color: #007FFF;*/
  color: var(--primary-blue);
  text-decoration: underline;
}
.sectionBgGrey {
  background-color: var(--primary-grey);
}
.sectionBgDefault {
  background-color: var(--primary-cream);
}

.paddingTopZero {
  padding-top: 0 !important;
}

.parallaxImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.parallaxImgContainer.withPadding {
  padding: 1px;
}
.parallaxImgContainer .jarallax {
  width: 100%;
  height: 100%;
}
.parallaxImgContainer img.parallaxSizeControl {
  opacity: 0;
}
.paralaxBgContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.paralaxBgContainer .jarallax {
  width: 100%;
  height: 100%;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gsapParallaxContainer {
  position: relative;
  overflow: hidden;
}
.gsapParallaxSizer {
  position: relative;
  visibility: hidden;
}
.gsapParallaxViewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gsapParallaxViewer img {
  position: absolute;
  object-fit: cover;
  top: 0;
  width: auto;
  height: 80vh
}

.section-parallaxCotainer {
  position: relative;
  overflow: hidden;
}
.section-parallaxSizer {
  position: relative;
  visibility: hidden;
}
.section-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 41.67vw;*/
  overflow: hidden;
}
.parallax-content {
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@media (max-width: 820px) {
  .parallaxImgContainer.only-pc {
    display: none !important;
  }
  .parallaxImgContainer.only-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .image-pc,
  .only-pc,
  .only-pc-inline,
  .only-pc-flex {
    display: none !important;
  }
  .image-mobile,
  .only-mobile {
    display: block !important;
  }
  .only-mobile-inline {
    display: inline !important;
  }
  .only-mobile-flex {
    display: flex !important;
  }

  .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    right: 0px !important;
  }
  .fancybox-stage {
    margin: 0 20px !important;
  }
}
@media (max-width: 425px) {

}

.nopadding {
  margin: 0px;
  padding: 0px;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.txtError {
  border-color: #ff0000;
}
.landOfferForm input[type=text].txtError,
.registerForm.careerForm input[type=text].txtError {
  border-color: #ff0000;
}
.contactFormItem input.txtError,
.contactFormItem select.txtError,
.contactFormItem textarea.txtError,
.fileContainer.txtError,
.themeFormItem input.txtError,
.themeFormItem select.txtError,
.themeFormItem textarea.txtError,
.registerForm input.txtError,
.registerForm select.txtError,
.registerForm textarea.txtError,
.registerForm.careerForm input.txtError,
.registerForm.careerForm select.txtError,
.registerForm.careerForm textarea.txtError,
.registerForm select.txtError + .multi-select-container > .multi-select-button {
  border-color: #ff0000 !important;
}

.bgGrey {
  background-color: var(--primary-grey);
}

.highLightWeight500 b {
  font-weight: 500;
}
.highLightWeight600 b {
  font-weight: 600;
}

.txtSoftRed {
  color: var(--primary-red);
}
.txtGold {
  color: var(--primary-gold);
}
.txtWhite,
.txtWhite p {
  color: var(--primary-white) !important;
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 400;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  line-height: 1.2;
  font-weight: 700;
}
h3 {
  font-family: var(--font-body);
  font-size: var(--font-size-default-30);
  line-height: 1.2;
  font-weight: 400;
}
h4 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-24);
  line-height: 1.2;
  font-weight: 500;
}
h5 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 500;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  h1 {
    font-size: 6.5vw;
  }
}

/*********** MODAL ***********/
#formSendingModal.modal {
  text-align: center;
  padding: 0!important;
  z-index:1050;
  background-color: rgba(0, 0, 0, .2);
}
#formSendingModal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#formSendingModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#formSendingModal .modal-content {
  background: transparent;
  box-shadow: none;
  border:none;
}
#formSendingModal .modal-body {
  text-align: center;
}
#formSendingModal .loader,
.loadingScreen .loader {
  border: 10px solid #666666;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1800;
  background-color: rgba(0, 0, 0, .1);
  top: 0;
  left: 0;
}
.loadingScreen.actived {
  display: flex;
}

.loadingScreenHash {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:2000;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}
.loadingScreenHash.actived {
  display: flex;
}
.loadingScreenHash .loader {
  border: 10px solid rgba(0, 0, 0, .1);
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left:auto;
  margin-right:auto;
}

.hiddenLoadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1500;
  background-color: transparent;
  top: 0;
  left: 0;
}
.hiddenLoadingScreen.actived {
  display: flex;
}

.modalThemeClose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  cursor: pointer;
}

.modal-alertmsg {
  width: 90%;
  max-width: 600px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-alertmsg .modal-content {
  border-radius: 0;
  border-color: transparent;
  background-color: #fff;
}
.modal-alertmsg .modal-content .modal-body {
  /*padding: 100px 50px 45px;*/
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-default-20);
  line-height: 1.4;
  font-weight: 500;
}
.modal-alertmsg .modal-content .modal-body .modalTitle {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 30px;
}
.modalMessage {
  font-weight: 500;
  font-size: var(--font-size-default-18);
  line-height: 1.5;
  text-align: center;
  color: var(--primary-font-color);
}
.modal-alertmsg .close-area {
  /*margin-top: 40px;*/
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.close-area .close-btn {
  cursor: pointer;
}
.close-area div {
  display: inline-block;
}
.close-area .close-icon {
  /*width: 54px;*/
  width: 25px;
}

.modalMessageTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-22);
  font-weight: 600;
  margin-bottom: 20px;
}
.modalMessageInfo {
  max-width: 540px;
  margin: 0 auto;
  font-weight: 300;
}
.modalCloseBtn {
  margin: 30px auto 0;
  width: 20px;
}

.modal {
  z-index: 1610;
}
.modal-backdrop {
  /*background-color: rgba(38, 38, 38, .5);*/
  background-color: rgba(0, 0, 0, 1);
  z-index: 1600;
  /*background-color: transparent;*/
}
.modal-backdrop.show {
  opacity: .8;
}

.modal-addCart {
  width: 90%;
  max-width: 535px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-addCart .modal-content {
  border-radius: 0;
  background-color: #fff;
}
.modal-addCart .modal-content .modal-body {
  padding: 60px 30px 60px;
  text-align: center;
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.modal-addCart .modal-content .modal-body .modalTitle {
  font-size: 28px;
  line-height: 34px;
}
.modal-addCart-cart {
  display: inline-block;
  position: relative;
  width: 55px;
  margin: 30px auto 30px;
}
.modal-addCart-cart .showItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #F47C10;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 18px;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.doneModalTitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 80px 50px 25px;
    font-size: 18px;
    line-height: 26px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .modal-alertmsg .close-area {
    margin-top: 60px;
    font-size: 22px;
  }*/
}
@media (max-width: 1366px) {
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 60px 40px 20px;
    font-size: 16px;
    line-height: 24px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }*/
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .modal-alertmsg .modal-content {
    box-shadow: none;
    border: none;
  }
  /*.modal-alertmsg .modal-content .modal-body {
    padding: 50px 30px 20px;
    font-size: 14px;
    line-height: 22px;
  }*/
  /*.modal-alertmsg .modal-content .modal-body .modalTitle {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .modalMessage {
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 40px;
  }*/
  /*.modal-backdrop {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1 !important;
  }*/
}


/*********** NAV ***********/
.topNav {
  width: 100%;
  /*width: 100vw;*/
  height: 140px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: var(--primary-white);
  transition: all .2s ease-in-out;
  color: var(--primary-font-color);
}
.topNavFixSpace {
  width: 100%;
  height: 140px;
  position: relative;
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 var(--control-padding);
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height 0s ease-in-out;
  max-width: var(--site-main-content);
  margin: 0 auto;
}
.topNavLogoCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 78.57%;
  z-index: 10;
  transition: all .2s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.topNavBarLeft,
.topNavBarRight {
  width: auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarRight {
  justify-content: flex-end;
}
.topNavBarCenter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.topNavLogo {
  position: relative;
  /*width: 8.333vw;
  max-width: 160px;*/
  /*height: 2.18vw;*/
  height: 42px;
  z-index: 10;
  transition: all 0s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
.topNavLineBtn,
.topNavLineBtn:focus,
.topNavLineBtn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  opacity: 1;
  z-index: 10;
  font-size: var(--font-size-default-18);
  line-height: 1.4;
  text-wrap: nowrap;
  font-weight: 700;
  padding: 0.55em 0;
  background-color: transparent;
  color: var(--primary-lightblue);
  border: none;
  border-radius: 0;
  position: relative;
  /*transition: all .2s ease-in-out;*/
  overflow: hidden;
}
.topNavLineBtnIcon {
  width: 22px;
  margin-right: 0.55em;
}
.topNavLineBtn:hover {
  color: var(--primary-gold);
}

.topNavLineBtn .iconDefault {
  display: block;
}
.topNavLineBtn .iconHover {
  display: none;
}
.topNavLineBtn:hover .iconDefault {
  display: none;
}
.topNavLineBtn:hover .iconHover {
  display: block;
}

.topNavLogoBlack {
  display: block;
}
.topNavLogoWhite {
  display: none;
}

.topNav.navHiding {
  transform: translateY(-100%);
  opacity: 0;
}

.topNavHamCoverContainer {
  position: fixed;
  display: none;
  z-index: 1200;
  top: 35px;
  transform: translateY(-50%);
  right: var(--control-padding);
}
.topNavHamCoverInside {
  display: none;
  margin-right: 24px;
}
.topNavHamCover {
  /*margin-left: 34px;*/
  position: relative;
}
.topNavHamBoxCover {
  width: 24px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topNavHamBox {
  overflow: hidden;
}
.topNavHamLine {
  width: 24px;
  height: 2px;
  margin: 8px 0;
  opacity: 1;
  transform: translateX(0);
  transition: all 0s ease-in-out;
  transition-delay: .1s;
  position: relative;
}
.topNavHamLineInner {
  transition: all 0s ease-in-out;
  transform-origin: center center;
  transition-delay: 0s;
  background-color: var(--primary-blue);
  width: 100%;
  height: 100%;
}
.topNavHamBox.beCloseBtn .topNavHamLineInner {
  background-color: var(--primary-blue);
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
  transform: translate(0,5px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
  transform: translate(0,-5px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) > .topNavHamLineInner {
  transform: rotate(45deg);
  transition-delay: .1s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) > .topNavHamLineInner {
  transform: rotate(-45deg);
  transition-delay: .1s;
}

ul.topNavItemList {
  display: inline-flex;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1.56em;
  text-align: center;
  color: inherit;
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  opacity: 1;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

ul.topNavItemList > li > a,
ul.topNavItemList > li .nav-item {
  display: inline-block;
  padding: 0.2em 0;
  position: relative;
}
ul.topNavItemList > li > a::after,
ul.topNavItemList > li .nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: var(--primary-lightblue);
  transition: width .4s ease-in-out;
  transform: translateX(-50%);
  transform-origin: center center;
}
ul.topNavItemList > li > a.actived {
  color: var(--primary-font-color);
}
ul.topNavItemList > li > a.actived::after,
ul.topNavItemList > li .nav-item.actived::after {
  width: 100%;
}

ul.topNavContactList {
  display: inline-flex;
}
ul.topNavContactList > li {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0;
  margin: 0 0.8em;
  text-align: center;
  color: inherit;
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  transition: all 0s ease-in-out;
  opacity: 1;
}
ul.topNavContactList > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
ul.topNavContactList > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

ul.topNavItemList a,
ul.topNavContactList a {
  color: var(--primary-font-color);
  transition: color .2s ease-in-out;
}
ul.topNavItemList a:hover,
ul.topNavContactList a:hover {
  color: var(--primary-font-color);
}

.topNavContactIcon {
  position: relative;
  display: block;
  font-size: var(--font-size-default-16);
  width: 2.5em;
}
.topNavContactIcon .iconDefault {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.topNavContactIcon .iconHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 5;
  transition: opacity .2s ease-in-out;
}
.topNavContactIcon:hover .iconDefault {
  opacity: 0;
}
.topNavContactIcon:hover .iconHover {
  opacity: 1;
}

.mobileNavCloseContainer {
  position: relative;
  width: 100%;
  height: 120px;
}
.mobileNavCloseCover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( calc(-50% + 4px) );
  width: 34px;
  height: 34px;
  z-index: 1100;
  visibility: hidden;
  cursor: pointer;
}
.mobileNavCloseCover.actived {
  visibility: visible;
}
.mobileNavCloseBoxCover {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileNavCloseBox {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
.mobileNavCloseLine {
  position: absolute;
  top: 2px;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--primary-white);
  opacity: 0;
  transition: all .15s ease-in-out;
}
.mobileNavCloseLine:first-child {
  transform-origin: top left;
  transform: rotate(45deg) translate(40px,0);
  left: 8px;
  transition-delay: 0s;
}
.mobileNavCloseLine:last-child {
  transform-origin: top right;
  transform: rotate(-45deg) translate(-40px,0);
  right: 8px;
  transition-delay: .1s;
}
.mobileNavCloseCover.actived .mobileNavCloseLine:first-child {
  transform: rotate(45deg) translate(0,0);
  opacity: 1;
  transition-delay: .55s;
}
.mobileNavCloseCover.actived .mobileNavCloseLine:last-child {
  transform: rotate(-45deg) translate(0,0);
  opacity: 1;
  transition-delay: .6s;
}

.btnFullTxt {
  display: block;
}
.btnShortTxt {
  display: none;
}

.topNavBarDropdown .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-blue.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: 0 15px 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 500;
  outline: none !important;
  color: var(--primary-font-color);
  transition: color 0s ease-in-out;
}
.topNavBarDropdown.actived {

}
.topNavBarDropdown .nav-link.dropdown-toggle:hover {
  /*background-image: url('../../images/icon/icon-select-gold.png');*/
  color: var(--primary-font-color);
}
.topNavBarDropdown .dropdown-menu {
  padding: 0;
  margin-top: 8px;
  max-width: unset;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-16);
  font-weight: 400;
  border-radius: 5px;
}
.topNavBarDropdown .dropdown-menu a {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  white-space: nowrap;
  color: var(--primary-font-color);
  transition: color .2s ease-in-out;
}
.topNavBarDropdown .dropdown-menu a:last-child {
  border-bottom: none;
}
.topNavBarDropdown .dropdown-menu a:hover {
  color: var(--primary-green);
}

.topNavBarLang {
}
.topNavBarLang .navbar {
  padding: 0;
}
.topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-blue.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: 0 15px 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 400;
  outline: none !important;
}
.topNavBarLang .nav-link.dropdown-toggle:hover {
  background-image: url('../../images/icon/icon-select-gold.png');
}
.topNavBarLang .dropdown-menu {
  left: -5px;
  padding: 0;
  padding-left: 5px;
  margin: 0;
  font-family: var(--font-title);
  line-height: 1.2;
  font-size: var(--font-size-default-14);
  color: inherit;
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
  /*background-color: rgba(255,255,255,.75);*/
  background-color: var(--primary-grey);
  min-width: unset;
  width: 35px;
  text-align: left;
}
.topNavBarLang .dropdown-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
  /*border-bottom: 1px solid rgba(67, 67, 67, .5);*/
  border: none;
  padding: 0;
  font-family: var(--font-sub-title);
  line-height: 1.2;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-14);
  position: relative;
}
.topNavBarLang .dropdown-item:last-child {
  border-bottom: none;
}
.topNavBarLang .dropdown-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: var(--primary-black);
  z-index: 5;
}
.topNavBarLang .dropdown-item:last-child:after {
  display: none;
}
.topNavBarLang .dropdown-item:focus, 
.topNavBarLang .dropdown-item.active {
  font-weight: 600;
}
.topNavBarLang .dropdown-item:hover {
  opacity: .5;
}
.topNavBarLang .navbar-nav .dropdown-menu {
  position: absolute;
}

.topNav.themeTxtWhite {
  color: var(--primary-white);
}
.topNav.themeTxtWhite .topNavLogoBlack {
  display: none;
}
.topNav.themeTxtWhite .topNavLogoWhite {
  display: block;
}
.topNav.themeTxtWhite .topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-white.png');
}
.topNav.themeTxtWhite .topNavBarLang .nav-link.dropdown-toggle:hover {
  background-image: url('../../images/icon/icon-select-red.png');
}
.topNav.themeTxtWhite ul.topNavItemList > li > a::before,
.topNav.themeTxtWhite ul.topNavItemList > li a.dropdown-toggle::before {
  background-color: var(--primary-white);
}

.topNav.themeTxtWhite .topNavHamLineInner {
  background-color: var(--primary-white);
}

.topNav.minimize {
  height: 80px;
  /*background-color: var(--primary-white) !important;
  color: var(--primary-font-color) !important;*/
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));

}
.topNav.minimize .topNavLogoCenter {
  height: 74%;
}

.topNavContactEmailText {
  display: block;
}
.topNavContactEmailIcon {
  display: none;
}

.mobileNavContactItem {
  font-size: var(--font-size-default-20);
  margin-bottom: 0.6em;
}
.mobileNavSocialList {
  display: flex;
  font-size: var(--font-size-default-20);
  margin-top: 2em;
  padding-bottom: 2em;
}
.mobileNavSocialList > li {
  margin-right: 1em;
}

.linkContactItem {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-16);
  font-weight: 500;
}
.linkContactIcon {
  width: 1.125em;
  margin-right: 0.5em;
}
.linkContactItem a {
  transition: opacity .2s ease-in-out;
}
.linkContactItem a:hover {
  opacity: 0.5;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  ul.topNavItemList > li {
    margin: 0 1em;
  }
  ul.topNavContactList > li {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .topNav {
    height: 80px;
  }
  .topNavFixSpace {
    height: 80px;
  }
  .topNav .topNavLogoCenter {
    height: 74%;
  }

  .topNavHamCoverInside {
    display: block;
  }
  .topNavBarLeftInner {
    display: none;
  }

  .topNavContactEmailText {
    display: none;
  }
  .topNavContactEmailIcon {
    display: block;
    width: 24px;
  }

  ul.topNavContactList > li.MB_hideTopNavContactItem {
    display: none;
  }

  ul.topNavContactList > li {
    margin: 0 0.6em;
  }
  .topNavContactText {
    display: none;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNav {
    height: 60px;
  }
  .topNavFixSpace {
    height: 60px;
  }
  .topNavLogo {
    height: 24px;
  }
  .topNavHamCoverInside {
    margin-right: 10px;
  }

  .topNav.minimize {
    height: 60px;
  }

  ul.topNavContactList > li {
    margin: 0 5px;
  }

  .mobileNavContactItem {
    font-size: 16px;
  }

  /*.topNav.navHiding {
    transform: translateY(0);
  }*/

  .topNavLineBtnIcon {
    width: 16px;
    margin-right: 0.55em;
  }
  
  /*.topNavHamLine {
    width: 26px;
    height: 2px;
    margin: 8px 0;
  }
  .topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
    transform: translate(0,5px);
    transition-delay: 0s;
  }
  .topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
    transform: translate(0,-5px);
    transition-delay: 0s;
  }

  ul.topNavItemList > li {
    padding: 10px 0;
    padding: 0 10px;
  }*/
}

/*********** MOBILE NAV AREA *******/
.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 50%;
  max-width: 676px;
  height: 100dvh;
  top: 0;
  left: 0;
  background-color: var(--primary-grey);
  color: var(--primary-font-color);
  z-index: 1150;
  transform: translateX(-100%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.mobileNavArea.actived {
  transform: translateX(0);
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
}
.mobileNavAreaInner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2vw;
  height: 100%;
  background-color: var(--primary-gold);
  z-index: 5;
  display: none;
}
.mobileNavLineCover {
  position: absolute;
  top: 35px;
  right: calc(var(--control-padding) + 80px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  transition-delay: .3s;
}
.mobileNavArea.actived .mobileNavLineCover {
  opacity: 1;
}
.mobileNavHamContainer {
  position: absolute;
  top: 20px;
  left: 30px;
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
  font-weight: 600;
  line-height: 1.2;
  margin: 0.7em 0;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: block;
}

.mobileNavMenuSub {
  padding-left: 20px;
}
.mobileNavMenuSub > ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.7em 0;
}
.mobileNavMenuSub > ul > li > a {
  position: relative;
  display: block;
}

.mobileNavContact {
  border-top: 1px solid rgba(25, 51, 91, .25);
  margin-top: 40px;
  padding-top: 20px;
  font-size: var(--font-size-default-18);
}
.contactItemCover {
  margin-bottom: 10px;
}

.mobileNavArea .topNavLineBtn,
.mobileNavArea .topNavLineBtn:focus,
.mobileNavArea .topNavLineBtn:visited {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
}
.mobileNavArea .topNavLineBtn::after {
  background-color: var(--primary-white);
}
.mobileNavArea .topNavLineBtn:hover {
  color: var(--primary-black);
}

a.toggleMobileSubNav {
  background-image: url('../../images/icon/icon-select-white.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px auto;
  padding: 2px 32px 2px 0;
}
.mobileNavSubLinks {
  width: 100%;
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}
.mobileNavSubLinks.actived {
  height: auto;
  padding: 10px 30px;
}
.mobileNavSubLinks > ul > li {
  opacity: 0;
  transition: all .2s ease-in-out;
}
.mobileNavSubLinks.actived > ul > li {
  opacity: 1;
}
.mobileNavSubLinks > ul > li > a {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
}

.mobileNavLangCover {
  position: absolute;
  top: 40px;
  right: 50px;
  transform: translate(-10px, -50%);
  opacity: 1;
}

@media (max-width: 1024px) {
  .mobileNavArea {
    width: 56%;
  }
  .mobileNavAreaInner {
    padding-left: 10%;
  }
  .mobileNavLineCover {
    right: calc(var(--control-padding) + 70px);
  }
}
@media (max-width: 820px) {
  .mobileNavArea {
    /*width: 60%;*/
    width: 64%;
  }
  .mobileNavAreaInner {
    padding-left: 10%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    width: 100%;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-left: 10%;
    padding-top: 100px;
  }

  .mobileNavLineCover {
    right: 60px;
  }
  .topNavLineBtn, 
  .topNavLineBtn:focus, 
  .topNavLineBtn:visited {
    padding: 12px 12px 10px;
  }
}

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  color: var(--primary-white);
  font-size: var(--font-size-default-16);
  z-index: 100;
  background-color:#0197B2;
  padding: calc(0.7vw + 30px) 0 2.6vw;
}
.pageFooterInner {
  width: 100%;
  position: relative;
  padding: 0;
}
.pageFooterContent {
  display: flex;
  justify-content: space-between;
}
.pageFooterContent > div:first-child {
  max-width: 33%;
}
.pageFooterCompanyName {
  font-size: var(--font-size-default-16);
  font-weight: 700;
  margin-bottom: 0.9em;
}
.pageFooterAddress {
  font-size: var(--font-size-default-14);
  margin-bottom: 1.2em;
}
.pageFooterSocialList {
  /*margin-top: 20px;*/
  display: flex;
}
.pageFooterSocialList > div {
  /*width: 30px;*/
  margin-right: 12px;
}
.pageFooterSocialList a {
  transition: opacity .2s ease-in-out;
}
.pageFooterSocialList a:hover {
  opacity: .5;
}
.pageFooterSocialIcon {
  font-size: var(--font-size-default-16);
  width: 2.5em;
}
ul.pageFooterNav > li {
  font-size: var(--font-size-default-16);
  font-weight: 500;
  margin-bottom: 7px;
  padding: 2px 0 6px;
}
ul.pageFooterNav a {
  transition: opacity .2s ease-in-out;
}
ul.pageFooterNav a:hover {
  opacity: .5;
}

ul.pageFooterContact > li {
  margin-bottom: 7px;
  display: flex;
  line-height: 1.6;
}
ul.pageFooterContact > li a {
  padding: 2px 0 4px;
}
.pageFooterContactIcon {
  width: 1.125em;
  margin-right: 1em;
  transform: translateY(5%);
}

.pageFooterQrcode {
  width: 8.33vw;
  transform: translateY(-5%);
}

.pageFooterBusinessHours {
  font-size: var(--font-size-default-16);
  margin-top: 0.8em;
  line-height: 2;
}
.pageFooterBusinessHours p {
  font-size: var(--font-size-default-16);
  line-height: 2;
  color: var(--primary-white);
}

/*.pageFooter a {
  transition: color .2s ease-in-out;
}
.pageFooter a:hover {
  color: var(--primary-gold);
}*/

.pageFooterCopyRight {
  font-size: var(--font-size-default-14);
  padding-top: 1.5em;
  margin-top: 1.5em;
  display: flex;
}
.pageFooterCopyRight > div {
  padding-right: 1em;
  margin-right: 1em;
  position: relative;
}
.pageFooterCopyRight > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2em;
  background-color: var(--primary-white);
}
.pageFooterCopyRight > div:last-child {
  padding-right: 0;
  margin-right: 0;
}
.pageFooterCopyRight > div:last-child::after {
  display: none;
}
.pageFooterCopyRight a {
  transition: opacity .2s ease-in-out;
}
.pageFooterCopyRight a:hover {
  opacity: 0.5;
}

.MB_showButton {
  display: none;
  margin-top: 14px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pageFooterSocialList > div {
    margin-right: 12px;
  }
}
@media (max-width: 820px) {
  .pageFooterContent {
    display: flex;
    flex-wrap: wrap;
  }
  .pageFooterContent > div:first-child {
    max-width: unset;
  }
  .pageFooterContent > div:nth-child(1),
  .pageFooterContent > div:nth-child(3) {
    margin-bottom: 20px;
  }

  .pageFooterContent > div {
    width: 100%;
  }
  .pageFooterContent > div:nth-child(1),
  .pageFooterContent > div:nth-child(5) {
    width: 50%;
  }

  .pageFooterContent > div:nth-child(1) {
    order: 1;
  }
  .pageFooterContent > div:nth-child(2) {
    order: 3;
  }
  .pageFooterContent > div:nth-child(3) {
    order: 4;
  }
  .pageFooterContent > div:nth-child(4) {
    order: 5;
  }
  .pageFooterContent > div:nth-child(5) {
    order: 2;
    text-align: right;
  }

  .pageFooterQrcode {
    display: inline-block;
    width: 20vw;
  }

}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooter {
    padding: 24px 0 40px;
  }
  .pageFooterContent {
    display: block;
  }
  .pageFooterContent > div {
    width: 100% !important;
  }
  .pageFooterContent > div:nth-child(5) {
    text-align: left;
    margin-top: 20px;
  }
  .pageFooterQrcode {
    width: 100px;
  }

  .pageFooterCopyRight {
    flex-wrap: wrap;
  }
  .pageFooterCopyRight > div:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
  .pageFooterCopyRight > div:first-child::after {
    display: none;
  }

  .MB_showButton {
    display: block;
  }
  .MB_hideButton {
    display: none;
  }
}

/*********** MAIN ***********/
.mainPage {
  width: 100%;
}
.sectionPage {
  width: 100%;
  /*max-width: 1920px;*/
  max-width: 2560px;
  margin: 0 auto;
  background-color: #ffffff;
}
.sectionPageInner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sectionTitle h2 {
  margin-bottom: 1em;
  color: var(--primary-green);
}
.sectionTitleCenter {
  text-align: center;
}
.sectionSubTitle {
  margin-bottom: 20px;
}

.sectionButton {
  font-size: var(--font-size-default-16);
  margin-top: 1.6em;
}
.sectionButton.halfMT {
  margin-top: 0.8em;
}
.sectionButtonCenter {
  text-align: center;
}

.siteMainContent {
  max-width: var(--site-main-content);
  margin: 0 auto;
}

.sectionControlLeft {
  padding-left: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlRight {
  padding-right: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBoth {
  padding-left: var(--control-padding);
  padding-right: var(--control-padding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBothTwice {
  padding-left: 8.33%;
  padding-right: 8.33%;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.sectionTitleBothSide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-theme,
.btn-theme:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 11.1em;
  height: 2.5em;
  background-color: transparent;
  color: inherit;
  font-size: var(--font-size-default-16);
  line-height: 1;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid transparent;
  border-radius: 2.5em;
  padding: 0;
  overflow: hidden;
}
.btn-theme > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  border: 1px solid var(--primary-font-color);
  border-radius: 2.5em;
  transition: all .2s ease-in-out;
  background-color: transparent;
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.btn-theme::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('../../images/bg-gradient-s.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}*/

.btn-theme:hover > div {
  color: var(--primary-lightblue);
  border-color: var(--primary-lightblue);
}

.btn-theme.lineWhite > div {
  border: 1px solid var(--primary-white);
  color: var(--primary-white);
}
/*.btn-theme.lineWhite:hover > div {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}*/

.btn-theme.bgBlue > div {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  justify-content: center;
  color: var(--primary-white);
}
.btn-theme.bgBlue:hover > div {
  background-color: var(--primary-lightblue);
  border-color: var(--primary-lightblue);
}

.btnBackToTop {
  width: 60px;
  position: fixed;
  bottom: -60px;
  right: 22px;
  z-index: 90;
  transition: bottom .3s ease-in-out;
  cursor: pointer;
}
.btnBackToTop.actived {
  /*bottom: 92px;*/
  bottom: 32px;
}

.contentControl {
  word-wrap: break-word;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  margin-bottom: 1em;
  font-size: var(--font-size-default-18);
  font-weight: 400;
  line-height: 1.5;
}
.contentControl p:last-child {
  margin-bottom: 0;
}
.contentControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentControl ul > li,
.contentControl ol > li {
  margin-bottom: 0.8em;
}
.contentControl ul.spaceEach > li,
.contentControl ol.spaceEach > li,
.contentControl.forceSpaceList ul > li,
.contentControl.forceSpaceList ol > li {
  margin-bottom: 1em;
}
.contentControl ul.spaceEach > li:last-child,
.contentControl ol.spaceEach > li:last-child,
.contentControl.forceSpaceList ul > li:last-child,
.contentControl.forceSpaceList ol > li:last-child {
  margin-bottom: 0;
}
.contentControl img {
  display: block;
  height: auto;
  max-width: 100%;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: var(--primary-lightblue);
}

.contentControl table {
  width: 100% !important;
  margin-bottom: 1.4em;
}
.contentControl table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 8px;
}

.contentControl b,
.contentControl strong {
  font-weight: 700;
}

.contentControl h1,
.contentControl h2,
.contentControl h3,
.contentControl h4,
.contentControl h5,
.contentControl h6 {
  font-family: var(--font-notosansthai);
}
.contentControl h1,
.contentControl h2 {
  padding-top: 0.5em;
}
.contentControl h1 {
  font-size: var(--font-size-default-30);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h2 {
  font-size: var(--font-size-default-26);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h3 {
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h4 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h5 {
  font-size: var(--font-size-default-18);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}
.contentControl h6 {
  font-size: var(--font-size-default-16);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--primary-black);
}

.listWithTick ul, 
.contentControl ul.typeTick {
  list-style-type: none;
  padding-left: 0;
}
.listWithTick ul > li, 
.contentControl ul.typeTick > li {
  position: relative;
  padding-left: 30px;
}
.listWithTick ul > li::before
.contentControl ul.typeTick > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 12px;
  background-image: url('../../images/icon/icon-tick.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.titleCenter {
  text-align: center;
}
.subTitleCenter {
  text-align: center;
}

.themeForm .row {
  margin-left: -15px;
  margin-right: -15px;
}
.themeFormItem {
  padding: 0 15px;
  margin-bottom: 18px;
  font-size: 18px;
}
.themeFormItem input[type=text],
.themeFormItem input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 15px 20px 15px 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
}
.themeFormItem select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding: 0 20px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select-dark.svg');
  background-position: right center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.themeFormItem textarea {
  padding: 10px 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  height: 120px;
  border: 2px solid #000000;
  border-radius: 0;
}
.themeFormItem input::placeholder,
.themeFormItem textarea::placeholder {
  color: rgba(0, 0, 0, .4);
}

.themeFormTxtSearchContainer {
  position: relative;
}
.themeFormTxtSearchContainer .txtSearchBtn {
  position: absolute;
  content: "";
  background-image: url('../../images/icon/icon-search.svg');
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.themeFormSubmitArea {
  margin-top: 10px;
}
.themeFormPassword {
  position: relative;
}
.themeFormPassword .passwordToggleView {
  position: absolute;
  content: "";
  background-image: url('../../images/account/icon-eye.png');
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 14px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  opacity: .4;
}
.themeFormPassword input[type=text] ~ .passwordToggleView {
  opacity: 1;
}
.themeFormLabel {
  margin-top: 15px;
  margin-bottom: 10px;
}

.themeFormItem .checkboxLabel {
  cursor: pointer;
}
.formCheckContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formCheckContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #E1E7EE;
}
.formCheckContainer:hover input ~ .checkmark {
  background-color: transparent;
}
.formCheckContainer input:checked ~ .checkmark {
  background-color: #000000;
}
.formCheckContainer .checktxt {
  color: #262626;
}

.formCheckService {
  display: block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckService input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formCheckService .checkmark {
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #000000;
  border-radius: 24px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.formCheckService:hover input ~ .checkmark {
  background-color: #ffffff;
}
.formCheckService input:checked ~ .checkmark {
  color: #ffffff;
  background-color: #000000;
}

select.listOptionView {
  font-size: var(--font-size-default-20);
  color: var(--primary-font-color);
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon/icon-link-lang-btn.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 19px auto;
  padding: 2px 50px 2px 20px;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
select.listOptionView.bgWhite {
  background-color: #ffffff;
}

.themeTitleLink {
  font-size: 20px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}
.themeTitleLink:hover {
  color: var(--primary-blue);
}
.themeLink {
  font-size: 20px;
  /*color: #387DF7;*/
  color: #0009;
  /*text-decoration: underline;*/
  transition: color .2s ease-in-out;
}
.themeLink:hover {
  /*color: #00B6D9;*/
  color: #222222;
  /*text-decoration: underline;*/
}

.themeLinkDownload {
  display: inline-block;
  padding-right: 35px;
  background-image: url('../../images/icon/icon-download.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  color: var(--primary-blue);
  font-size: var(--font-size-default-20);
  /*text-decoration: underline;*/
  transition: all .2s ease-in-out;
}
.themeLinkDownload:hover {
  background-image: url('../../images/icon/icon-download-black.png');
  /*color: #00B6D9;*/
  color: #222222;
  /*text-decoration: underline;*/
}

.panelBgOverlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100lvh;
  background-color: rgba(58,45,40,.7);
  opacity: 0;
  transition: opacity .4s ease-in-out;
  top: 0;
  left: 0;
  z-index: 1050;
}
.panelBgOverlay.actived {
  opacity: 1;
}
.panelBgOverlay.visibled {
  visibility: visible;
}

.splashContactFormContainerCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(58,45,40,.7);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1400;
}
.splashContactFormContainerCover.actived {
  display: flex;
}
.splashContactFormContainer {
  width: 90%;
  max-width: 800px;
  height: 90%;
  max-height: 740px;
}
.splashContactFormContainerInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.splashContactFormContainer .contactFormContainer {
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.splashContactFormCloseBtn {
  position: absolute;
  width: 23px;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .splashContactFormContainer {
    max-height: 720px;
  }
}
@media (max-width: 1366px) {

  .sectionControlBothTwice {
    padding-left: 10%;
    padding-right: 10%;
  }

  .themeTitleLink {
    font-size: 18px;
  }
  .themeLink {
    font-size: 18px;
  }

  .splashContactFormContainer {
    max-height: 710px;
  }
}
@media (max-width: 1024px) {
  .sectionControlBothTwice {
    padding-left: 5%;
    padding-right: 5%;
  }

  .splashContactFormContainer {
    max-height: 700px;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {

  select.listOptionView {
    background-position: right 18px center;
    background-size: 17px auto;
    padding: 2px 45px 2px 20px;
    height: 40px;
  }

  .sectionSubTitle {
    margin-bottom: 14px;
  }

  /*.btn-theme,
  .btn-theme:visited {
    padding: 8px 18px;
    min-width: unset;
  }*/

  .btn-theme,
  .btn-theme:visited {
    font-size: 15px;
    min-width: unset;
  }
  .btn-theme > div {
    padding: 0.3em 1.6em 0.2em;
  }

  .splashContactFormContainer {
    height: 94%;
    max-height: unset;
  }
  .splashContactFormCloseBtn {
    width: 18px;
    top: 12px;
    right: 12px;
  }

  .btn-hero,
  .btn-hero:visited {
    height: 3.33em;
    padding: 10px 1.67em;
    min-width: unset;
    font-size: 14px;
  }

  .btn-theme.btnTopNavCTA {
    height: 2.6em;
    padding: 0.5em 1.2em;
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  
}

/*********** PAGES ***********/
.bgLightRadial {
  background-image: url('../../images/top-bg-light.png');
  background-position: top center;
  background-size: 91.67% auto;
  background-repeat: no-repeat;
}
.divLightRadial {
  position: absolute;
  top: 0;
  width: 91.67%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.pageBanner {
}
.pageBannerInner {
  position: relative;
  background-color: var(--primary-dark-blue);
}
.pageBannerImg {
  position: relative;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.pageBanner.paralaxDone .pageBannerImg {
  opacity: 1;
}
.pageBannerTitle {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 80;
  color: #ffffff;
  text-align: left;
  word-wrap: normal;
  opacity: 0;
}
.pageBanner.paralaxDone .pageBannerTitle {
  opacity: 1;
}

.pageBannerImg-pc {
  display: block;
}
.pageBannerImg-mobile {
  display: none;
}

.contentContainerM {
  width: 100%;
  max-width: var(--container-medium-width);
  padding: 0 100px;
  margin: 0 auto;
}

.contentListLoading {
  width: 100%;
  height: 300px;
  display: none;
}
.noResultArea {
  display: none;
  width: 100%;
  font-size: var(--font-size-default-18);
  text-align: center;
  padding: 50px 50px;
}
.noResultArea.actived {
  display: block;
}

.pageTitleContainer {
  padding: var(--section-padding-v100);
}

.dotCursor {
  position: fixed;
  pointer-events: none;
  /*mix-blend-mode: difference;*/
  z-index: 9999;
  width:14px;
  height:16px;
  transform:translate(-2px, -6px);
  transform-origin: center center;
  opacity: 0;
}
.dotCursor.hideCursor {
  opacity: 0 !important;
}

.dotInfoCursor {
  position: fixed;
  width: 0;
  height: 0;
  border-radius: 50%;
  pointer-events: none;
  background-color: rgba(218, 138, 86, 1);
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
  z-index: 5000;
  transition: transform 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.dotInfoCursor.actived {
  width: 5.2vw;
  height: 5.2vw;
  opacity: 1;
}
.dotInfoCursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 40%;
  height: 40%;
  /*background-image: url('../../images/icon/icon-cursor-plus.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;*/
}
.cursorShowPlus {
  cursor: pointer;
}

.cursorOnBannerTitle {
  cursor: default;
}

@media (hover: none) and (pointer: coarse) {
  .dotCursor, .dotInfoCursor {
    display: none;
  }
}

.txtHighlightRed {
  color: var(--primary-red);
}
.txtHighlightBlue {
  color: var(--primary-blue);
}
.txtHighlightLightblue {
  color: var(--primary-lightblue);
}
.txtFW500 {
  font-weight: 500;
}

.iconHoverCover {
  filter: brightness(0.263);
  cursor: pointer;
}
.iconHoverCover > img {
  filter: brightness(0) invert(1);
  transition: transform .2s ease-in-out;
}
.iconHoverCover:hover,
.iconHoverCover:hover > img {
  filter: none;
}

.defaultContentWidth {
  max-width: 1460px;
  margin: 0 auto;
}

.defaultResetFormWidth {
  max-width: 600px;
  margin: 0 auto;
}

.messageBoxPanel {
  position: fixed;
  width: 100%;
  height: 100dvh;
  /*background: #EAF0F6;*/
  background-color: rgba(0,0,0,.50);
  z-index: 1500;
  top: 150%;
  transition: all .3s;
  overflow: hidden;
  padding: 0;
  transition: top .45s ease-in-out;
}
.messageBoxPanel.actived {
  top: 0;
}
.messageBoxPanelInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.messageBoxPanelClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
}
.messageBoxPanelCloseBtn {
  cursor: pointer;
  width: 22px;
  transition: opacity .2s ease-in-out;
}
.messageBoxPanelCloseBtn:hover {
  opacity: .75;
}
.messageBoxPanelContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messageBoxPanelContentInner {
  width: 100%;
  max-width: 800px;
  padding: 60px 70px;
  background-color: var(--primary-white);
  border-radius: 20px;
  position: relative;
}

.messageBoxPanelContentDetail {
  font-size: var(--font-size-default-20);
}
.messageBoxPanelContentDetail.txtAlignCenter {
  text-align: center;
}
.messageBoxPanelTextContainer {
  margin-top: 40px;
}
.messageBoxPanelBottomBtn {
  margin-top: 40px;
}

.consultPlatformTitle {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.consultPlatformList {
  margin-top: 40px;
}
.consultPlatformList > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.consultPlatformList > ul > li {
  height: 50px;
  margin: 0 24px 20px;
}
.consultPlatformList > ul > li a {
  transition: opacity .2s ease-in-out;
}
.consultPlatformList > ul > li a:hover {
  opacity: .75;
}

.sectionThemeTitle {
  color: var(--primary-font-color);
}
.sectionThemeTitleInner {
  display: flex;
  align-items: center;
}
.sectionThemeTitleLeft,
.sectionThemeTitleRight {
  flex: 1;
  position: relative;
}
.sectionThemeTitleCenter {
  font-size: var(--font-size-default-50);
  padding: 0 0.6em;
  text-align: center;
}
.sectionThemeTitleLeft::before,
.sectionThemeTitleRight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--primary-black);
  top: 0;
  transform: translateY(-50%);
}
.sectionThemeDesc {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  text-align: center;
  max-width: 1100px;
  /*margin: 30px auto 0;*/
  margin: 15px auto 0;
}

.sectionThemeTitle.txtWhite {
  color: var(--primary-white);
}
.sectionThemeTitle.txtWhite .sectionThemeTitleLeft::before,
.sectionThemeTitle.txtWhite .sectionThemeTitleRight::before {
  background-color: var(--primary-white);
}

.sectionThemeTitle.txtBlue {
  color: var(--primary-blue);
}
.sectionThemeTitle.txtBlue .sectionThemeTitleLeft::before,
.sectionThemeTitle.txtBlue .sectionThemeTitleRight::before {
  background-color: var(--primary-blue);
}

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .contentContainerM {
    padding: 0 50px;
  }
}
@media (max-width: 820px) {
  .pageBannerImg-pc {
    display: none;
  }
  .pageBannerImg-mobile {
    display: block;
  }
  .contentContainerM {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBannerTitle {
    bottom: 10%;
  }
  .contentContainerM {
    padding: 0 15px;
  }

  .sectionThemeTitleLeft,
  .sectionThemeTitleRight {
    transform: translateY(-3px);
  }
  .sectionThemeDesc {
    margin-top: 15px;
  }

  .messageBoxPanelContentInner {
    padding: 60px 24px;
  }
  .consultPlatformList {
    margin-top: 30px;
  }
  .consultPlatformList > ul > li {
    height: 46px;
    margin: 0 20px 26px;
  }
  
}
@media (max-width: 420px) {
  .sectionThemeTitleCenter {
    max-width: 300px;
  }
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .95);
  font-family: var(--font-notosansthai);
  font-size: 12px;
  line-height: 1.5;
  transition: transform .2s ease-in-out;
  transform: translateY(100%);
  z-index: 2000;
  -webkit-box-shadow: 0 0 6 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6x 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.acceptCookieArea.acceptSlideIn {
  transform: translateY(0);
}
.acceptCookieContent {
  display: flex;
  justify-content: space-between;
}
.acceptCookieArea-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
.acceptCookieArea-btn {
  width: 300px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.acceptCookieArea-text a {
  /*color: #30A8B7;*/
  color: var(--primary-blue);
}
.changePreferenceLink,
.changePreferenceLink:focus {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 20px;
  padding: 0px;
  white-space: nowrap;
  /*color: #30A8B7;*/
  color: var(--primary-blue);
  font-weight: 500;
}
.changePreferenceLink:hover {
  opacity: .7;
  /*color: #30A8B7;*/
  color: #00B6D9;
  text-decoration: underline;
}
.btn-cookie,
.btn-cookie:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid var(--primary-font-color);
  border-radius: 20px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.btn-cookie:hover {
  background-color: var(--primary-font-color);
  color: #ffffff;
}
.cookiePreferenceBoxCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2005;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.cookiePreferenceBoxCover.actived {
  display: block;
}
.cookiePreferenceBox {
  position: fixed;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2050;
  font-size: 14px;
  box-sizing: border-box;
  padding: 1.75em;
  border-radius: 0.5em;
  width: 80vw;
  background-color: #FFFFFF;
  display: none;
}
.cookiePreferenceBox.actived {
  display: block;
}
.cookiePreferenceBoxInner {
  display: none;
}
.cookiePreferenceBoxInner.actived {
  display: block;
}
.cookiePreferenceBox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgb(219, 219, 219);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
}
.cookiePreferenceBox-closeBtn {
  cursor: pointer;
}
.cookiePreferenceBox-detail {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 8px 14px;
  height: 50dvh;
  max-height: 50dvh;
  overflow: auto;
}
.cookiePreferenceItem {
  padding: 1em;
  background-color: #F8F8F8FF;
  border-radius: 0.5em;
  margin-bottom: 0.75em;
}
.cookiePreferenceItemTitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.cookiePreferenceItemDetail {
  display: flex;
}
.cookiePreferenceItemDetail > div:first-child {
  flex: 1;
}
.cookiePreferenceItemDetail > div:nth-child(2) {
  width: 120px;
  display: flex;
  justify-content: center;
}
.cookieCheckboxWrapper {
  position: relative;
}
.cookieCheckboxWrapper input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.cookieCheckboxWrapper label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: grey;
  display: block;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.cookieCheckboxWrapper input:checked + label {
  background: var(--primary-blue);
}
.cookieCheckboxWrapper label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 22px;
  transition: 0.1s;
}
.cookieCheckboxWrapper input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.cookiePreferenceItemDetail a,
.cookiePreferenceItemDetail a:focus {
  cursor: pointer;
  text-decoration: underline;
  color: var(--primary-blue);
}
.cookiePreferenceItemDetail a:hover {
  text-decoration: underline;
  color: #00B6D9;
}
.cookiePreferenceBoxBackWrapper {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}
.cookiePreferenceBoxBackIcon {
  width: 18px;
  cursor: pointer;
  margin-right: 15px;
  transform: rotate(180deg);
  transform-origin: center;
}
.cookieDetailTable table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.cookieDetailTable table td {
  font-size: 14px;
  font-weight: 400;
  padding: 0.25em 0;
}
.cookieDetailTable table tr td:first-child {
  width: 25%;
  font-weight: 600;
}
.cookiePreferenceSubmitArea {
  margin-top: 50px;
  text-align: center;
}
.policyLinkCover {
  display: inline-block;
  text-wrap: nowrap;
}

@media (max-width: 820px) {
  .acceptCookieArea {
    padding: 15px 15px;
  }
  .acceptCookieContent {
    display: block;
  }
  .acceptCookieArea-text {
    padding-right: 0;
  }
  .acceptCookieArea-btn {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .acceptCookieArea {
    width: 96%;
    left: 2%;
    bottom: 0;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, .9);
  }
  .acceptCookieArea.acceptSlideIn {
    bottom: 20px;
  }
  .cookiePreferenceBox {
    padding: 20px .5em;
    width: 90%;
  }
  .cookiePreferenceItemDetail {
    display: block;
  }
  .cookiePreferenceItemDetail > div:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
  }
  .acceptCookieArea-btn { 
    display: block;
    text-align: center;
  }
  .changePreferenceLink, 
  .changePreferenceLink:focus {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .cookiePreferenceBoxBackWrapper {
    font-size: 16px;
  }
}

/*** POLICY ***/
.sectionPrivacy {
  padding: var(--section-padding-v100);
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li {
  margin-bottom: 10px;
  opacity: .5;
  transition: opacity .2s ease-in-out;
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li.actived {
  opacity: 1;
}
ul.privacyNav > li.actived a {
  font-weight: 600;
}
ul.privacyNav > li:hover {
  opacity: 1;
}
.privacyTitle {
  margin-bottom: 20px;
}
.privacyContent {
  font-size: var(--font-size-default-18);
}

.contentPrivacyControl {
  word-wrap: break-word;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyControl p,
.contentPrivacyControl ul,
.contentPrivacyControl ol {
  margin-bottom: 1.2em;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyControl ul {
  list-style-type: disc;
  padding-left: 22px;
}
.contentPrivacyControl ol {
  list-style-type: decimal;
  padding-left: 22px;
}
.contentPrivacyControl a {
  color: var(--primary-blue);
}
.contentPrivacyControl a:hover {
  color: #00B6D9;
}
.contentPrivacyControl ul.listAddMargin > li {
  margin-bottom: 15px;
}
.contentPrivacyControl ul.listAddMargin > li:last-child {
  margin-bottom: 0;
}
.privacyContact {
  padding-left: 5%;
}
.privacyContact table {
  width: 100%;
}
.privacyContact table td {
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 8px;
}
.privacyContact table td:first-child {
  width: 120px;
}

.privacyPolicyListWrapper {
  min-height: 450px;
  margin-top: 50px;
}
ul.privacyPolicyList > li {
  margin-bottom: 25px;
  font-size: var(--font-size-default-20);
}
.privacyPolicyItemInner {
  display: flex;
  align-items: center;
  transition: all .2s ease-in-out;
}
.privacyPolicyItemInner:hover {
  font-weight: 500;
}
.privacyPolicyListItemIcon {
  width: 32px;
  margin-right: 15px;
}
.contentPrivacySubList {
  display: flex;
  margin-bottom: 1.2em;
}
.contentPrivacySubList > div:first-child {
  width: 50px;
  padding-right: 10px;
}
.contentPrivacySubList > div:last-child {
  flex: 1;
}

.contentPrivacyTable {
  padding-bottom: 1.2em;
}
.contentPrivacyTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .3);
}
.contentPrivacyTable table th, 
.contentPrivacyTable table td {
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, .3);
  padding: .5em;
  font-size: var(--font-size-default-18);
  line-height: 1.6;
  font-weight: 400;
}
.contentPrivacyTable table th {
  text-align: center;
  background-color: rgba(0, 0, 0, .2);
  font-weight: 700;
}
.txtCenter {
  text-align: center;
}
.privacyTableMergeCol {
  background-color: rgba(0,0,0,.05);
}
/*.privacyMasterTable tr > th:first-child,
.privacyMasterTable tr > td:first-child {
  width: 80px;
}*/
.privacyMasterTable tr > th:nth-child(2) {
  width: 130px;
}
.privacyMasterTable tr > th:nth-child(3),
.privacyMasterTable tr > th:nth-child(4) {
  width: 40%;
}

.privacyTable3col tr > th:nth-child(1) {
  width: 80px;
}
.privacyTable3col tr > th:nth-child(3) {
  width: 60%;
}

@media (max-width: 1440px) {
  .contentPrivacySubList > div:first-child {
    width: 40px;
  }
}
@media (max-width: 820px) {
  ul.privacyNav {
    padding-bottom: 30px;
  }
  ul.privacyNav > li {
    text-align: center;
  }
  .privacyTitle {
    text-align: center;
  }
  .privacyContact table td:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  ul.privacyNav {
    padding-bottom: 20px;
  }
  .privacyContact {
    padding-left: 0;
  }
  .privacyContact table td:first-child {
    width: 80px;
  }

  .privacyPolicyListWrapper {
    margin-top: 50px;
    min-height: unset;
    padding-bottom: 100px;
  }
  ul.privacyPolicyList {
    width: 260px;
    margin: 0 auto;
  }
  ul.privacyPolicyList > li {
    margin-bottom: 20px;
  }
  .privacyPolicyListItemIcon {
    width: 28px;
    margin-right: 15px;
  }
  .contentPrivacySubList > div:first-child {
    width: 34px;
  }
}

/*** HOME ***/
.homeBanner {
  width: 100%;
}
.homeBannerInner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.homeBannerItem {
  position: relative;
  width: 100%;
  /*height: 100dvh;*/
}
/*.homeBannerItemImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.homeBannerItemImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.homeBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(67, 67, 67, 0.5);
  background: linear-gradient(180deg,rgba(67, 67, 67, 0.5) 0%, rgba(67, 67, 67, 0) 100%);
  z-index: 10;
}*/
.homeBannerItemContentCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 7.8vw var(--control-padding) 10px;
}
.homeBannerItemContentBox {
  width: 44%;
}
.homeBannerItemContentBox-title h1 {
  font-size: var(--font-size-default-46);
  margin-bottom: 0.7em;
}
.homeBannerItemContentBox-detail {
  font-size: var(--font-size-default-40);
  margin-bottom: 0.6em;
}
.homeBannerItemContentBox-highlight {
  font-size: var(--font-size-default-30);
  color: var(--primary-gold);
}

.homeBannerContainer {
  position: relative;
}
.homeBannerImageCover {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 31.25vw;
}
.homeBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 151, 178, .75);
  z-index: 5;
}
.homeBannerPortrait {
  position: absolute;
  z-index: 15;
  height: 100%;
  bottom: 0;
  right: var(--control-padding);
}
.homeBannerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  padding-left: var(--control-padding);
  z-index: 20;
  display: flex;
  align-items: center;
}
.homeBannerContentInner {
  /*padding: 3.5vw 3.33vw 20px;*/
  padding: 20px 3.33vw 20px;
  font-size: var(--font-size-default-24);
  font-weight: 500;
  color: var(--primary-white);
}
.homeBannerTitle h1 {
  margin-bottom: 0.8em;
  font-size: var(--font-size-default-46);
  font-weight: 700;
}
.homeBannerDetail {
  margin-bottom: 1.4em;
}

.swiperBanner .swiper-horizontal>.swiper-pagination-bullets, 
.swiperBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2.6vw;
}
.swiperBanner .swiper-pagination {
  z-index: 20;
  text-align: left;
  max-width: var(--site-main-content);
  margin: 0 var(--control-padding);
}
.swiperBanner .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: rgba(219,159,45,.25);
  opacity: 1;
}
.swiperBanner .swiper-pagination-bullet-active {
  background-color: var(--primary-blue);
}
.swiperBanner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperBanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-button-disabled {
  opacity: .5 !important;
}

.homeService {
  padding: var(--section-padding-v100);
}
.sectionFlexBox {
  display: flex;
}
.sectionFlexBoxLeft {
  width: 42%;
}
.sectionFlexBoxRight {
  flex: 1;
  padding-left: 3.95vw;
}

.homeServiceList > .row {
  margin-left: -2.6vw;
  margin-right: -2.6vw;
}
.homeServiceItemCover {
  padding: 0 2.6vw;
}
.homeServiceItem {
  display: block;
  color: var(--primary-green);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}

.homeServiceItemTitle {
  position: relative;
  overflow: hidden;
}
.homeServiceItemTitle > div {
  position: relative;
  z-index: 10;
  transition: transform .2s ease-in-out;
}
.homeServiceItemTitle::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-1.2em);
  transition: transform .2s ease-in-out;
  z-index: 5;
  background-image: url('../../images/icon/icon-link-green.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.homeServiceItemTitle::after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: transform .2s ease-in-out;
  z-index: 5;
  background-image: url('../../images/icon/icon-link-green.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.homeServiceItem:hover {
  color: var(--primary-green);
}
.homeServiceItem:hover .homeServiceItemTitle > div {
  transform: translateX(calc(1.2em + 15px));
}
.homeServiceItem:hover .homeServiceItemTitle::before {
  transform: translateX(0);
}
.homeServiceItem:hover .homeServiceItemTitle::after {
  transform: translateX(1.2em);
}

.homeServiceSimpleItem{
  display: flex;
  align-items: center;
  color: var(--primary-green);
  font-size: var(--font-size-default-20);
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}
.homeServiceSimpleItemTitle {
  flex: 1;
  transition: transform .2s ease-in-out;
}
.homeServiceSimpleItemIcon {
  width: 1.2em;
  transition: transform .2s ease-in-out;
}
.homeServiceSimpleItem .imgDefault {
  display: block;
}
.homeServiceSimpleItem .imgHover {
  display: none;
}
.homeServiceSimpleItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-lightblue);
  transition: width .2s ease-in-out;
}

.homeServiceSimpleItem:hover {
  color: var(--primary-green);
}
/*.homeServiceSimpleItem:hover .imgDefault {
  display: none;
}
.homeServiceSimpleItem:hover .imgHover {
  display: block;
}*/
.homeServiceSimpleItem:hover .homeServiceSimpleItemTitle {
  transform: translateX(10px);
}
.homeServiceSimpleItem:hover::after {
  width: 100%;
}

.sectionBgTopCurve {
  padding: 8.75vw 0 5.2vw;
  background-image: url('../../images/section-curve.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.homeFeaturedList {
  margin-top: 2.6vw;
}
.homeFeaturedList > .row {
  margin-left: -1.3vw;
  margin-right: -1.3vw;
}
.homeFeaturedItemCover {
  padding: 0 1.3vw;
}
.homeFeaturedItem {
  display: flex;
  height: 100%;
  font-size: var(--font-size-default-18);
  padding: 1.9em 1.6em 1.9em;
  background-color: #1BAAB2;
  border-radius: 5px;
  color: var(--primary-white);
}
.homeFeaturedItemTitle {
  font-size: var(--font-size-default-22);
  font-weight: 700;
  padding-bottom: 0.6em;
  margin-bottom: 1.1em;
  border-bottom: 1px solid var(--primary-white);
}

.ctaGroup {
  padding: var(--section-padding-v80);
}
.certList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.certItem {
  height: 6.25vw;
  margin: 0 2.08vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBannerImageCover {
    height: 36vw;
  }

  .sectionFlexBoxLeft {
    width: 55%;
  }
  .sectionFlexBoxRight {
    flex: 1;
    padding-left: 3.95vw;
  }
}
@media (max-width: 820px) {
  .homeBannerImageCover {
    height: 50vw;
  }
  .homeBannerPortrait {
    height: 100%;
    right: -10vw;
  }
  .homeBannerContentInner {
    padding: 20px 0 20px;
  }

  .sectionFlexBoxLeft {
    width: 40%;
  }
  .sectionFlexBoxRight {
    padding-left: 50px;
  }

  .homeFeaturedItemCover {
    margin-bottom: 14px;
  }
  .homeFeaturedItemCover:last-child {
    margin-bottom: 0;
  }

  .certItem {
    height: 8vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerImageCover {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .homeBannerPortrait {
    position: relative;
    width: 100%;
    height: auto;
    bottom: unset;
    right: unset;
    transform: translateX(10vw);
  }
  .homeBannerPortrait > img {
    width: 100% !important;
    height: auto !important;
  }
  .homeBannerContent {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: auto;
    padding: 0 var(--control-padding);
  }
  .homeBannerContentInner {
    padding: 40px 0 20px;
  }

  .sectionFlexBox {
    display: block;
  }
  .sectionFlexBoxLeft {
    width: 100%;
  }
  .sectionFlexBoxRight {
    padding-left: 0;
    margin-top: 40px;
  }

  .sectionBgTopCurve {
    padding: 50px 0 40px;
  }

  .certItem {
    max-height: 60px;
    height: 16vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
}

/*** ABOUT ***/
.pageHeader {
  position: relative;
  padding: var(--section-padding-v100);
  background-color: var(--primary-green);
}
.pageHeader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../../images/bg-gradient.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.pageHeader.showBg::before {
  opacity: 1;
}
.pageHeaderContent {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  color: var(--primary-white);
}
.pageHeaderContentMain h1 {
  font-size: var(--font-size-default-20);
  font-weight: 400;
}
.pageHeaderContentHeadline h2 {
  font-size: var(--font-size-default-40);
  font-weight: 700;
  margin-bottom: 0.75em;
}

.aboutIntro {
  padding: var(--section-padding-v100);
}
.aboutIntroContent {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto 5.2vw;
  font-size: var(--font-size-default-20);
}

.aboutProfile {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.aboutProfilePhoto {
  width: 34%;
}
.aboutProfileDetail {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 10%;
  font-size: var(--font-size-default-20);
}
.aboutProfileName {
  font-size: var(--font-size-default-30);
  color: var(--primary-green);
  padding-bottom: 0.6em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.imageBorderCurved {
  overflow: hidden;
  border-radius: 5px;
}

.aboutMissionText {
  width: 100%;
  max-width: 830px;
  margin: 2.6vw auto 0;
  font-size: var(--font-size-default-26);
  text-align: center;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .aboutProfileDetail {
    padding-left: 6vw;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutIntroContent {
    margin-bottom: 40px;
  }

  .aboutProfile {
    display: block;
  }
  .aboutProfilePhoto {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 30px;
  }
  .aboutProfileDetail {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
}

/*** SERVICES ***/
.flexBoxWithImg {
  display: flex;
}
.flexBoxWithImgImgArea {
  width: 42%;
}
.flexBoxWithImgContentArea {
  flex: 1;
  padding-left: 4.16vw;
}

.pageServiceList {
  max-width: 700px;
}
.pageServiceItem {
  display: block;
  font-size: var(--font-size-default-18);
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid rgba(3, 21, 85, .1);
  color: rgba(3, 21, 85, .5);
  position: relative;
}
.pageServiceItemTitle {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-30);
  font-weight: 500;
  color: var(--primary-green);
  margin-bottom: 10px;
}
.pageServiceItemIcon {
  width: 0.8em;
  margin-left: 0.4em;
}
.pageServiceItemIcon .imgDefault {
  display: block;
}
.pageServiceItemIcon .imgHover {
  display: none;
}

.pageServiceItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-lightblue);
  transition: width .2s ease-in-out;
}
.pageServiceItemInner {
  transition: transform .2s ease-in-out;
}

.pageServiceItem:hover::after {
  width: 100%;
}
.pageServiceItem:hover .pageServiceItemTitle {
  color: var(--primary-green);
}
.pageServiceItem:hover .pageServiceItemInner {
  transform: translateX(10px);
}
/*.pageServiceItem:hover {
  color: rgba(224, 151, 4, .5);
}
.pageServiceItem:hover .pageServiceItemIcon .imgDefault {
  display: none;
}
.pageServiceItem:hover .pageServiceItemIcon .imgHover {
  display: block;
}*/

.serviceTechList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3.12vw auto 0;
}
.serviceTechItem {
  height: 5.7vw;
  margin: 0 2.08vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .serviceTechList {
    margin: 30px auto 0;
  }
  .serviceTechItem {
    height: 8vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .flexBoxWithImg {
    display: block;
  }
  .flexBoxWithImgImgArea {
    width: 100%;
    margin-bottom: 30px;
  }
  .flexBoxWithImgContentArea {
    padding-left: 0;
  }
  .serviceTechItem {
    max-height: 60px;
    height: 16vw;
    margin: 0 3vw 20px;
  }
}
@media (max-width: 425px) {
}

/*** DETAIL PAGE ***/
.pageDetailHeader {
  padding: var(--section-padding-v60);
}
.pageDetailHeaderContent {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--primary-white);
}
.pageDetailTitle h1 {
  font-size: var(--font-size-default-40);
  font-weight: 700;
  margin-bottom: 0.75em;
  color: var(--primary-green);
}
.pageDetailBreadcrumb {
  font-size: var(--font-size-default-20);
  font-weight: 400;
  color: rgba(3, 21, 85, .5);
}
.pageDetailBreadcrumb .txtActive {
  color: rgba(3, 21, 85, 1);
}

.detailContentControl {
  max-width: 1200px;
  margin: 0 auto;
}
.serviceDetailBanner {
  position: relative;
}
.serviceDetailBanner-bg {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 21vw;
}
.serviceDetailBanner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, .3);
}
.serviceDetailBanner-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.serviceDetailBanner-txt h2 {
  font-size: var(--font-size-default-40);
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-white);
}

.serviceDetailContent {
  padding: 4.16vw 0 5.2vw;
  display: flex;
}
.serviceDetailContentLeft {
  width: 72%;
  padding-right: 3.33vw;
}
.serviceDetailContentRight {
  flex: 1;
}
.serviceDetailTechList {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
}
.serviceDetailTechItem {
  width: 44%;
  margin-left: 5%;
  margin-bottom: 18px;
}

.serviceCTA {
  background-color: #1BAAB2;
  border-radius: 5px;
  padding: 2.08vw 2.08vw;
}
.serviceCTABox {
  display: flex;
  color: var(--primary-white);
}
.serviceCTABoxLeft {
  width: 65%;
  border-right: 1px solid rgba(255, 255, 255, .5);
  padding-right: 2.6vw;
  font-size: var(--font-size-default-22);
  font-weight: 500;
}
.serviceCTABoxRight {
  flex: 1;
  padding-left: 2.6vw;
}
.serviceCTABoxBtn {
  margin-top: calc(20px + 0.5vw);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .serviceDetailBanner-bg {
    height: 26vw;
  }

  .serviceDetailContentLeft {
    padding-right: 40px;
  }
  .serviceCTA {
    padding: 24px 24px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .serviceDetailBanner-bg {
    height: 200px;
  }

  .serviceDetailContent {
    padding: 24px 0 24px;
    display: block;
  }
  .serviceDetailContentLeft {
    width: 100%;
    padding-right: 0;
  }

  .serviceDetailTechList {
    justify-content: center;
    margin-top: 24px;
  }
  .serviceDetailTechItem {
    width: 36%;
    margin: 0 4% 18px;
  }

  .serviceCTABox {
    display: block;
  }
  .serviceCTABoxLeft {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-right: 0;
    padding-bottom: 24px;
  }
  .serviceCTABoxRight {
    flex: 1;
    padding-left: 0;
    padding-top: 24px;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT ***/
.contactIntro {
  padding: var(--section-padding-v100);
}
.contactFormDetail {
  max-width: 850px;
  margin: 0 auto 2.6vw;
  text-align: center;
  font-size: var(--font-size-default-20);
}
.contactGroup {
  font-size: var(--font-size-default-18);
  margin-bottom: 1.6em;
}
.contactGroup:last-child {
  margin-bottom: 0;
}
.contactGroupTitle {
  color: rgba(3, 21, 85, .5);
  margin-bottom: 4px;
}
.contactGroupDetail strong,
.contactGroupDetail b {
  font-weight: 400;
}
.contactGroupBtn {
  margin-top: 10px;
}
.contactGroupLang {
  display: flex;
  align-items: center;
}
.contactGroupLang > div {
  margin-right: 0.8em;
}
.contactGroupLang > div:last-child {
  margin-right: 0;
}
.contactGroupFlagIcon {
  width: 2.7em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .contactIntro {
    padding: 20px 0 50px;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT FORM ***/
.contactFormContainer {
  padding: var(--sectionPaddingVerticle);
}
.contactFormArea {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contactFormAreaTitle {
  text-align: center;
  font-size: var(--font-size-default-30);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.contactFormAreaDetail {
  font-size: var(--font-size-default-20);
  text-align: center;
  margin-bottom: 2em;
}
.contactForm > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contactFormItem {
  padding: 0 10px;
  margin-bottom: 20px;
}
.contactFormItemInner > div {
  position: relative;
}
.contactFormItemName {
  margin-bottom: 6px;
  font-size: var(--font-size-default-16);
  font-weight: 400;
}
.contactFormSubmit {
  padding-top: 20px;
  text-align: center;
}
.contactFormSubmit.pt0 {
  padding-top: 0 !important;
}
.contactFormItem input {
  width: 100%;
  border: 1px solid var(--primary-font-color);
  border-radius: 5px;
  padding: 2px 15px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  background-color: transparent;
}
.contactFormItem input[type=text].addPaddingRight {
  padding-right: 50px;
}
.contactFormItem select {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 5px;
  padding: 2px 20px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-dropdown.png');
  background-position: right 14px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.contactFormItem textarea {
  width: 100%;
  border: 1px solid var(--primary-font-color);
  border-radius: 5px;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  color: var(--font-color-input);
  font-weight: 400;
  outline: none;
  height: 120px;
}
.contactFormItem .form-control:disabled, 
.contactFormItem .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.formRequireddMark {
  color: var(--primary-red);
}
.contactFormRemark {
  margin-top: 5px;
  font-size: 14px;
}

/* Customize the label (the container) */
.containerCheckbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: var(--font-size-default-14);
  font-weight: 400;
  text-align: left;
}

/* Hide the browser's default checkbox */
.containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  transform: translateY(-0.2em);
  border: 1px solid var(--primary-border);
}
.containerCheckbox input.txtError ~ .checkmark {
  border-color: #ff0000;
}
.containerCheckbox.typeRadio .checkmark {
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerCheckbox:hover input ~ .checkmark {
  background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
  background-color: transparent;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid var(--primary-font-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactFormSubTitle {
  font-size: var(--font-size-default-22);
  font-weight: 500;
  margin: 1em 0 0;
}
.contactFormItemRemark {
  opacity: 0.5;
  margin-top: 10px;
}

.input-group.custom-file-button {
  display: flex;
  justify-content: flex-end;
}
.custom-file-button label {
  display: inline-flex;
  align-items: center;
  padding: 0.6em 1.6em;
  border: 1px solid var(--primary-blue);
  border-radius: 2.8em;
  background-color: transparent;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-16);
  line-height: 1.5;
  font-weight: 600;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
}
.formThemeUploadFile:hover .custom-file-button label {
  background-color: var(--primary-dark-blue);
}
.custom-file-button input[type=file] {
  padding: 10px 15px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
  border: none;
}
.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type=file]::file-selector-button {
  display: none;
}
.custom-file-button:hover label {
  /*background-color: var(--primary-blue);
  color: #ffffff;
  cursor: pointer;*/
}
.custom-file-button input[type=file].txtError {
  border-color: #ff0000;
  color: #ff0000;
}
.custom-file-button .uploadFileIcon {
  width: 1em;
  margin-left: 1em;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}
@media (max-width: 425px) {
}

/*** PRIVACY ***/
.privacyContent {
  padding-bottom: 5.2vw;
}
.privacyContentControl {
  max-width: 800px;
  margin: 0 auto;
}
.privacyContentControl h2 {
  font-size: var(--font-size-default-24);
  color: var(--primary-green);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .privacyContent {
    padding-bottom: 50px;
  }
}
@media (max-width: 425px) {
}