/* CSS Document */

@import url("fonts.css?ver=1.0.1");
@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*
.unna-regular {
  font-family: "Unna", serif;
  font-weight: 400;
  font-style: normal;
}

font-family: "Metropolis", sans-serif;

blue: #19335B;
gold: #DB9F2D;
cream: #FCF8F5;
yellow: #F5F2E9;
grey: #EDEBED;
*/

/* 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: #000000;
  --primary-blue: #000000;
  --primary-black: #000000;
  --primary-white: #FFFFFF;
  --primary-cream: #FCF8F5;
  --primary-gold: #DB9F2D;
  --primary-grey: #EDEBED;
  --primary-yellow: #F5F2E9;
  --primary-red: #FF2400;
  --primary-border: rgba(0, 0, 0, .2);
  --font-body: "Metropolis", sans-serif;
  --font-title: "Unna", serif;
  --font-sub-title: "Unna", serif;
  --font-quote: "Metropolis", sans-serif;
  --font-notosansthai: "Metropolis", 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-46: 46px;
  --font-size-default-40: 40px;
  --font-size-default-36: 36px;
  --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: 1260px;
  --padding60: 60px;
  --btnNavWidth: 20px;
  --btnNavSpace: -40px;
  --btnDotWidthHeight: 10px;
  --sectionPaddingVerticle: 4.16vw 0;
  --sectionPaddingVerticleLarge: 5.2vw 0;
  --publicationItemGap: 1vw;
  --topNavHeight: 120px;
}

@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-46: 38px;
    --font-size-default-40: 34px;
    --font-size-default-36: 32px;
    --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-46: 35px;
    --font-size-default-40: 34px;
    --font-size-default-36: 39px;
    --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-46: 28px;
    --font-size-default-40: 28px;
    --font-size-default-36: 25px;
    --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;
    --topNavHeight: 80px;
  }
}
@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: 26px;
    --font-size-default-46: 26px;
    --font-size-default-40: 26px;
    --font-size-default-36: 22px;
    --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: 26px;
    --font-size-default-46: 26px;
    --font-size-default-40: 26px;
    --font-size-default-36: 20px;
    --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;
    --sectionPaddingVerticleLarge: 40px 0;
    --publicationItemGap: 5px;
    --btnNavWidth: 12px;
    --control-padding: 15px;
    --btnDotWidthHeight: 7px;
    --topNavHeight: 60px;
  }
}

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

body {
  background-color: var(--primary-white);
  font-size: var(--font-size-default-16);
}
body, table, tr, td, p
{
  font-family: var(--font-body);
	/*font-size: var(--font-size-default-16);*/
  font-size: inherit;
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}
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);
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  line-height: 1.2;
  font-weight: 400;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-40);
  line-height: 1.2;
  font-weight: 400;
}
h3 {
  font-family: var(--font-title);
  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) {
}

/*********** 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: var(--topNavHeight);
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all .2s ease-in-out;
  color: var(--primary-font-color);
}
.topNavFixSpace {
  width: 100%;
  height: var(--topNavHeight);
  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: 64.28%;
  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: 67%;
  z-index: 10;
  transition: all 0.2s 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: 1;
}

.topNavHamCoverContainer {
  position: fixed;
  display: none;
  z-index: 1200;
  top: 35px;
  transform: translateY(-50%);
  right: var(--control-padding);
}
.topNavHamCoverInside {
  display: none;
  margin-left: 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-font-color);
  width: 100%;
  height: 100%;
}
.topNavHamBox.beCloseBtn .topNavHamLineInner {
  background-color: var(--primary-font-color);
}
.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;
  font-size: var(--font-size-default-14);
  margin-right: 2.3em;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1.42em;
  text-align: center;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-14);
  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 {
  display: inline-block;
  padding: 0.2em 0;
  position: relative;
}
ul.topNavItemList > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .4s ease-in-out;
  transform: translateX(-50%);
  transform-origin: center center;
}
ul.topNavItemList > li > a:hover::after, 
ul.topNavItemList > li > a.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.6em;
  text-align: center;
  color: inherit;
  font-family: var(--font-body);
  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 {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
ul.topNavItemList a:hover,
ul.topNavContactList a:hover {
  opacity: .5;
}

.topNavContactIcon {
  position: relative;
  display: block;
  width: 1.1875em;
}
.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;
}

.topNavBarLang {
}
.topNavBarLang .navbar {
  padding: 0;
}
.topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-black.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: .4em 15px .4em 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-red.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 ul.topNavItemList > li > a::after {
  background-color: var(--primary-white);
}

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

.topNav.minimize {
  /*height: 80px;*/
  /*background-color: var(--primary-white) !important;*/
  /*background-color: rgba(255, 255, 255, 0.5) !important;*/
  backdrop-filter: blur(20px);
  /*color: var(--primary-font-color) !important;*/
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}
.topNav.minimize .topNavLogo {
  height: 67%;
}

.topNav.minimize.onContent {
  background-color: rgba(255, 255, 255, 1) !important;
  backdrop-filter: blur(0);
  color: var(--primary-font-color) !important;
}
.topNav.minimize.onContent .topNavLogoBlack {
  display: block !important;
}
.topNav.minimize.onContent .topNavLogoWhite {
  display: none !important;
}
.topNav.minimize.onContent ul.topNavItemList > li > a {
  color: var(--primary-font-color) !important;
}
.topNav.minimize.onContent ul.topNavItemList > li > a::after {
  background-color: var(--primary-font-color) !important;
}
.topNav.minimize.onContent .topNavHamLineInner {
  background-color: var(--primary-font-color) !important;
}

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

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

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  ul.topNavItemList > li {
    margin: 0 1em;
  }
}
@media (max-width: 1024px) {
  .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;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNavHamCoverInside {
    margin-left: 20px;
  }

  .topNav.minimize {
    height: var(--topNavHeight);
  }

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

  .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: 460px;
  height: 100dvh;
  top: 0;
  right: 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;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #272728;
  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;
  right: var(--control-padding);
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-family: var(--font-body);
  font-size: var(--font-size-default-22);
  font-weight: 500;
  line-height: 1.2;
  margin: 0.7em 0;
  text-transform: uppercase;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}

.mobileNavContact {
  border-top: 1px solid rgba(0, 0, 0, .1);
  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;
  }

  .mobileNavHamContainer {
    top: 10px;
  }

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

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-14);
  z-index: 100;
  /*background-color: var(--primary-grey);*/
  background-color: var(--primary-white);
  padding: 3.57em 0 1.57em;
}
.pageFooter.bgQuote {
  background-color: #F9F9F9;
}
.pageFooterInner {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 10;
}
.pageFooterContent {
  display: flex;
  justify-content: space-between;
}
.pageFooterContent > div:last-child {
  padding-right: 1em;
}
.pageFooterLogo {
  width: 8vw;
  min-width: 90px;
}
.pageFooterCompanyName {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 10px;
}
.pageFooterSocialList {
  margin-top: 1em;
  display: flex;
}
.pageFooterSocialList > div {
  width: 30px;
  margin-right: 12px;
}
ul.pageFooterNav > li {
  font-size: var(--font-size-default-14);
  font-weight: 500;
  margin-bottom: 0.8em;
  line-height: 1.5;
}

ul.pageFooterContact > li {
  font-size: var(--font-size-default-14);
  font-weight: 500;
  margin-bottom: 0.8em;
  line-height: 1.5;
}

.pageFooterContactIcon {
  display: block;
  width: 1.36em;
  margin-right: 1em;
  transform: translateY(5%);
}

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

.pageFooter a {
  transition: opacity .2s ease-in-out;
}
.pageFooter a:hover {
  opacity: 0.5;
}

.pageFooterCopyRight {
  font-size: var(--font-size-default-14);
  margin-top: 3.4em;
  text-align: center;
}
.copyRightList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyRightList > li {
  padding: 0 1.3em;
  position: relative;
}
.copyRightList > li:first-child {
  padding-left: 0;
}
.copyRightList > li:last-child {
  padding-right: 0;
}
.copyRightList > li::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.28em;
  background-color: rgba(0, 0, 0, .2);
}
.copyRightList > li:last-child:after {
  display: none;
}
.pageFooterResponsibly {
  background-color: var(--primary-black);
  width: 100%;
  /*height: 4.28em;*/
  padding: 1.28em var(--control-padding);
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-white);
}

@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:nth-child(1),
  .pageFooterContent > div:nth-child(3) {
    margin-bottom: 20px;
  }

  .pageFooterContent > div {
    width: 100%;
  }
  .pageFooterContent > div:nth-child(1) {
    display: none;
  }

  .copyRightList > li {
    padding: 0 1em;
  }

}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageFooter {
    padding: 24px 0 20px;
  }
  .pageFooterContent {
    display: block;
  }
  .pageFooterContent > div {
    width: 100% !important;
  }

  .pageFooterCopyRight {
    text-align: left;
    font-size: 12px;
  }
  .copyRightList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .copyRightList > li {
    padding: 0 0.8em;
  }
  .copyRightList > li:first-child {
    width: 100%;
    margin-bottom: 5px;
  }
  .copyRightList > li:first-child::after {
    display: none;
  }
  .copyRightList > li:nth-child(2) {
    padding-left: 0;
  }

  .pageFooterResponsibly {
    font-size: 11px;
  }
}

/*********** 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 {
  margin-bottom: 30px;
}
.sectionTitleCenter {
  text-align: center;
}
.sectionSubTitle {
  margin-bottom: 20px;
}

.sectionButton {
  margin-top: 50px;
}
.sectionButton.halfMT {
  margin-top: 25px;
}
.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: 18em;
  height: 3.5em;
  background-color: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-14);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-font-color);
  padding: 0;
  overflow: hidden;
}
.btn-theme > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all .2s ease-in-out;
  /*border: 1px solid var(--primary-font-color);
  background-color: var(--primary-font-color);*/
  color: var(--primary-white);
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-font-color);
  z-index: 1;
  transition: all .2s ease-in-out;
}
.btn-theme::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: var(--primary-white);
  z-index: 2;
  transition: all .2s ease-in-out;
}
.btn-theme:hover > div  {
  color: var(--primary-font-color);
}
.btn-theme:hover::after  {
  height: 100%;
}

.btn-theme2,
.btn-theme2:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 18em;
  height: 3.5em;
  background-color: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-14);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-font-color);
  padding: 0;
  overflow: hidden;
}
.btn-theme2 > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all .2s ease-in-out;
  /*border: 1px solid var(--primary-font-color);
  background-color: var(--primary-font-color);*/
  color: var(--primary-white);
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-font-color);
  z-index: 1;
  transition: all .2s ease-in-out;
}
.btn-theme2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: var(--primary-white);
  z-index: 2;
  transition: all .2s ease-in-out;
}
.btn-theme2:hover > div  {
  color: var(--primary-font-color);
}
.btn-theme2:hover::after  {
  height: 100%;
}

.btn-theme3,
.btn-theme3:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 18em;
  height: 3.5em;
  background-color: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-14);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-font-color);
  padding: 0;
  overflow: hidden;
}
.btn-theme3 > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all .2s ease-in-out;
  color: var(--primary-font-color);
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-white);
  z-index: 1;
  transition: all .2s ease-in-out;
}
.btn-theme3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: var(--primary-font-color);
  z-index: 2;
  transition: all .2s ease-in-out;
}
.btn-theme3:hover > div  {
  color: var(--primary-white);
}
.btn-theme3:hover::after  {
  height: 100%;
}

.btn-theme3.borderWhite {
  border: 1px solid var(--primary-white) !important;
}

.btn-theme4,
.btn-theme4:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 18em;
  height: 3.5em;
  background-color: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-14);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-white);
  padding: 0;
  overflow: hidden;
}
.btn-theme4 > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all .2s ease-in-out;
  color: var(--primary-white);
  padding: 0.2em 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1;
  transition: all .2s ease-in-out;
}
.btn-theme4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .25);
  z-index: 2;
  transition: all .2s ease-in-out;
}
.btn-theme4:hover > div  {
  color: var(--primary-white);
}
.btn-theme4:hover::after  {
  height: 100%;
}

.btn-link,
.btn-link:visited {
  position: relative;
  color: #4A0F1E;
  font-size: var(--font-size-default-18);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: all .2s ease-in-out;
}
.btnLinkIcon {
  width: 1em;
  margin-left: 0.67em;
  transition: all .2s ease-in-out;
}
.btn-link:hover {
  color: #4A0F1E;
  text-decoration: none;
  opacity: .7;
}
.btn-link:hover .btnLinkIcon {
  transform: translateX(0.3em);
  opacity: .7;
}

.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 !important;
  max-width: 100% !important;
}
.contentControl iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border: 0;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: var(--primary-gold);
}

.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) {
  .sectionTitle {
    margin-bottom: 40px;
  }

  .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;
  }

  .sectionTitle {
    margin-bottom: 30px;
  }
  .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;
  }

  .btnMinWidth10 {
    min-width: 10em !important;
  }
}
@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 {
  width: 100%;
}
.pageBannerInner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pageBannerItem {
  position: relative;
  width: 100%;
  height: 33.33vw;
}
.pageBannerItemImg {
  position: relative;
  width: 100%;
  height: 100%;
}
.pageBannerItemImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.pageBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 10;
}
.pageBannerTitleCover {
  position: absolute;
  width: 100%;
  top: calc(var(--topNavHeight) + 4.16vw);
  left: 0;
  z-index: 80;
  color: var(--primary-white);
  text-align: left;
  word-wrap: normal;
  opacity: 1;
}
.pageBannerBox {
  width: 40vw;
  max-width: 700px;
}
.pageBannerTitle {
  margin-bottom: 1.75em;
}
.pageBannerTitle h1 {
  font-family: var(--font-body);
  font-size: var(--font-size-default-18);
  font-weight: 500;
}
.pageBannerHeadline h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  font-weight: 400;
}

.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(74, 15, 30, .75);
  /*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: 50px;
  height: 50px;
  opacity: 1;
}
.dotInfoCursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 50%;
  height: 50%;
  background-image: url('../../images/icon/icon-cursor-plus.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.dotInfoCursor.hideTouchDevice {
  display: none !important;
}
.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: 1024px) {
  .pageBannerItem {
    height: 40vw;
  }
}
@media (max-width: 820px) {
  .pageBannerImg-pc {
    display: none;
  }
  .pageBannerImg-mobile {
    display: block;
  }
  .contentContainerM {
    padding: 0 20px;
  }

  .pageBannerTitleCover {
    top: calc(var(--topNavHeight) + 50px);
  }
  .pageBannerItem {
    height: 360px;
  }
  .pageBannerBox {
    width: 60vw;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .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;
  }

  .pageBannerTitleCover {
    top: calc(var(--topNavHeight) + 40px);
  }
  .pageBannerItem {
    height: 340px;
  }
  .pageBannerBox {
    width: 100%;
  }
  
}
@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: .5;
  /*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;
  max-height: 56.25vw;
}
.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: 100%;
  background: rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg,rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 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: 48%;
}
.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);
}

.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;
}

.homeBannerContent {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: var(--font-size-default-18);
  color: var(--primary-white);
  font-weight: 500;
  max-width: 1100px;
  z-index: 20;
}
.homeBannerTitle {
  margin-bottom: 4.44em;
}
.homeBannerDetail {
  max-width: 720px;
  margin: 0 auto;
  color: var(--primary-white);
}
.homeBannerDetail p {
  color: var(--primary-white);
}

.sectioBgPurple {
  background-image: url('../../images/bg-purple.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.sectioBgPurple.bgYellow {
  background-image: url('../../images/bg-yellow.jpg');
}
.homeIntro {
}
.homeIntroInner {
  position: relative;
  z-index: 5;
}
.homePortfolio {
  padding: var(--sectionPaddingVerticle);
}
.homeBrandCategoryCover {
  font-size: var(--font-size-default-18);
  margin: 2.22em 0 2.22em;
  /*height: 4.22em;*/
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
ul.homeBrandCategoryList {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
ul.homeBrandCategoryList > li {
  padding: 0.4em 0.11em;
  margin: 0 1em;
  color: var(--primary-font-color);
  opacity: 0.3;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
ul.homeBrandCategoryList > li:hover {
  opacity: 0.5;
}
ul.homeBrandCategoryList > li.actived {
  opacity: 1;
}

.brandCateAnimateCover {
  position: relative;
  border-color: transparent !important;
}
.brandCateAnimateCover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  transition: width 1.2s ease-in-out;
  transform: translateX(-50%);
  transform-origin: center center;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.brandCateAnimateCover.in::before {
  width: 100%;
}

.homeBrandListCover {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 0;
}
.homeBrandItem {
  display: flex;
  font-size: var(--font-size-default-16);
}
.homeBrandItemLeft {
  flex: 1;
  font-size: var(--font-size-default-18);
}
.homeBrandItemRight {
  width: 32%;
}
.homeBrandItemContent {
  padding-top: 4.44em;
  padding-right: 6vw;
}
.homeBrandItemTitle {
  font-size: var(--font-size-default-36);
  font-family: var(--font-title);
  line-height: 1.2;
}
.homeBrandItemDetail {
  margin-top: 1.67em;
}
.homeBrandItemLink {
  margin-top: 1.67em;
}

.homeBrandItemImageCover {
  position: relative;
  display: block;
}
.homeBrandItemImageControl {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.homeBrandItemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.homeBrandItemImage > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.swiperBrandNavCover {
  position: absolute;
  left: 0;
  bottom: 3.6vw;
  display: inline-flex;
  font-size: var(--font-size-default-16);
  z-index: 50;
}
.swiperBrandNav {
  width: 3em;
  margin-right: 1em;
  cursor: pointer;
}
.swiperBrandNav:last-child {
  margin-right: 0;
}

.homeAbout {
  padding: var(--sectionPaddingVerticle);
}
.homeAboutInner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.homeAboutImageCover {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.homeAboutImage {
  width: 57%;
}
.homeAboutBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 49%;
  background-color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  line-height: 1.4;
  padding: 2em 2.8vw 2em 3.6vw;
}
.homwAboutLink {
  margin-top: 1em;
}

.homeNews {
  position: relative;
  padding: var(--sectionPaddingVerticle);
  background-image: url('../../images/home/bg-news.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.homeNewsInner {
  position: relative;
  z-index: 5;
}
.homeNewsDetail {
  font-size: var(--font-size-default-18);
  margin: 1em 0 2.5em;
  max-width: 540px;
}
.homeNewsList > .row {
  margin-left: -2.4vw;
  margin-right: -2.4vw;
}
.homeNewsItemCover {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
  margin-bottom: 4.16vw;
}
.homeNewsItem {
  display: block;
}
.homeNewsItemImage {
  transition: all .4s ease-in-out;
}
.homeNewsItemContent {
  font-size: var(--font-size-default-18);
  padding: 1.5em 1.2em;
}
.homeNewsItemTitle {
  font-size: var(--font-size-default-24);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.homeNewsItem:hover .homeNewsItemImage {
  transform: scale(1.02);
}

.homeNewsLink {
  text-align: center;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBrandItemContent {
    padding-top: 0;
    padding-right: 20px;
  }
}
@media (max-width: 820px) {
  .homeBannerItem {
    max-height: 80vw;
  }
  .homeBrandItemRight {
    width: 45%;
  }
  .homeAboutImage {
    width: 80%;
  }
  .homeNewsList > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .homeNewsItemCover {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerItem {
    max-height: 600px;
    min-height: 500px;
  }
  .homeBannerContent {
    padding: 0 var(--control-padding);
  }
  .homeBannerTitle {
    margin-bottom: 40px;
  }

  .sectioBgPurple {
    background-size: 100% 50%;
  }
  .homeBrandCategoryCover {
    font-size: var(--font-size-default-16);
  }
  ul.homeBrandCategoryList {
    flex-wrap: wrap;
  }
  ul.homeBrandCategoryList > li {
    padding: 0.4em 0.11em;
    margin: 0 0.5em;
  }

  .homeBrandListCover {
    width: 100%;
    margin: 30px auto 0;
  }
  .homeBrandItem {
    display: block;
  }
  .homeBrandItemContent {
    padding-right: 0;
  }
  .homeBrandItemTitle {
    font-size: 24px;
  }
  .homeBrandItemDetail {
    font-size: 14px;
  }
  .homeBrandItemLeft {
    position: relative;
    z-index: 5;
    padding-bottom: 200px;
  }
  .homeBrandItemRight {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 150px;
  }
  .swiperBrand .swiper-slide {
    height: auto !important;
  }
  .swiperBrandNav {
    width: 36px;
    margin-right: 12px;
  }

  .homeAboutImage {
    width: 100%;
  }
  .homeAboutBox {
    width: 100%;
    top: unset;
    left: unset;
    transform: translateY(0);
    position: relative;
    padding: 20px 0;
    background-color: transparent;
  }
}
@media (max-width: 425px) {
}

/*** CTA ***/
.ctaBrandList {
  padding: 3.125vw 0;
  background-color: var(--primary-white);
}
.swiperClients {
  width: 100%;
  height: 100px;
  /*pointer-events: none;*/
}
.swiperClients .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiperClients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientItem {
  width: 100%;
  height: 100%;
  max-width: 220px;
  max-height: 100px;
  padding: 0px 1.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientItemImg {
  width: 100%;
  max-width: 170px;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform-origin: center center;
  transition: transform .2s ease-in-out;
}
.clientItem:hover .clientItemImg {
  transform: scale(1.05);
}

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

/*** BUSINESS & ABOUT ***/
.aboutIntro {
  position: relative;
  padding: var(--sectionPaddingVerticleLarge);
}
.contentBoxImage {
  display: flex;
  margin-bottom: 6.25vw;
}
.contentBoxImage:last-child {
  margin-bottom: 0;
}
.contentBoxImageLeft {
  width: 46%;
}
.contentBoxImageRight {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 3.6vw;
}
.contentBoxImageTitle {
  margin-bottom: 1.875em;
}
.contentBoxImageDetail {
  font-size: var(--font-size-default-18);
  padding-left: 3.6vw;
}

.contentBoxImage.reverseDiv {
  flex-direction: row-reverse;
}
.contentBoxImage.reverseDiv .contentBoxImageRight {
  padding-left: 0;
  padding-right: 3.6vw;
}

@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) {
  .contentBoxImage {
    display: block;
    margin-bottom: 30px;
  }
  .contentBoxImageLeft {
    width: 100%;
  }
  .contentBoxImageRight {
    padding: 20px 0 10px !important;
  }
  .contentBoxImageTitle {
    margin-bottom: 15px;
  }
  .contentBoxImageDetail {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
}

/*** BRAND ***/
.pageBrandCover {
  position: relative;
  padding: var(--sectionPaddingVerticleLarge);
  padding-bottom: 10px;
}
.pageBrandList {
  margin-top: 2.6vw;
  padding: 0 20px;
}
.pageBrandList > .row {
  margin-left: -2.6vw;
  margin-right: -2.6vw;
}
.pageBrandItemCover {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 2.6vw;
  margin-bottom: 4.6vw;
}
.pageBrandItem {
  display: block;
}
.pageBrandItemLogo {
  transform-origin: center center;
  transition: transform .2s ease-in-out;
}
.pageBrandItem:hover .pageBrandItemLogo {
  transform: scale(1.05);
}
.pageBrandQuote {
  position: relative;
  padding: var(--sectionPaddingVerticleLarge);
  text-align: center;
  background-color: #F9F9F9;
}
.pageBrandQuoteBox {
  max-width: 960px;
  margin: 0 auto;
}

.pageBgGrey {
  background-color: var(--primary-grey);
}
.pageBrandDetailTopSection {
  color: var(--primary-white);
}
.pageBrandDetailListSection {
  position: relative;
  padding-bottom: 5.2vw;
}
.pageBrandDetailListSectionBgTop {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.pageBrandDetailListSectionInner {
  position: relative;
  z-index: 10;
}
.pageBrandDetailInfo {
  padding-top: 4.16vw;
  /*padding-bottom: 5.2vw;*/
}
.brandDetailBradcrumb {
  font-size: var(--font-size-default-18);
  font-weight: 500;
  margin-bottom: 1.75em;
}
.brandDetailInfoCountry {
  font-size: var(--font-size-default-18);
  font-weight: 500;
  margin-top: 0.5em;
}
.brandDetailInfoDesc {
  width: 100%;
  max-width: 720px;
  font-size: var(--font-size-default-18);
  margin-top: 1em;
  color: var(--primary-white);
}
.brandDetailInfoDesc p,
.brandDetailInfoDesc li {
  color: var(--primary-white);
}
.brandDetailInfoHighlight {
  font-size: var(--font-size-default-16);
  margin-top: 2.5em;
  display: flex;
  align-items: center;
}
.brandDetailInfoLogoCover {
  padding-right: 1.8em;
}
.brandDetailInfoLogoCover.borderRight {
  border-right: 1px solid rgba(0255, 255, 255, .2);
}
.brandDetailInfoLogo {
  width: 10.5vw;
  min-width: 100px;
}
.brandDetailInfoFollow {
  padding-left: 1.8em;
  font-family: var(--font-title);
  font-weight: 700;
}
.brandDetailProductList {
  margin-top: 2.6vw;
}
.brandDetailProductList > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.brandDetailProductItemCover {
  padding: 0 10px;
  margin-bottom: 20px;
}
.brandDetailProductItem {
  /*background-color: rgba(54, 28, 117, .15);*/
  background-color: #E1DDEA;
  padding: 2vw 6vw;
  padding-left: 10px;
  display: flex;
}
.brandDetailProductItemLeft {
  width: 30%;
}
.brandDetailProductItemRight {
  flex: 1;
  font-size: var(--font-size-default-18);
  padding-top: 1em;
  padding-left: 1em;
}
.productItemBullet {
  font-size: var(--font-size-default-16);
  line-height: 1;
  color: rgba(0, 0, 0, .5);
  margin-top: 1em;
}
.productItemBullet > ul > li {
  display: inline-block;
  padding: 4px 0.375em 4px 1em;
  position: relative;
}
.productItemBullet > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
}
.productItemBullet > ul > li:first-child {
  padding-left: 0 !important;
}
.productItemBullet > ul > li:first-child::before {
  display: none;
}
.productItemInfo {
  font-size: var(--font-size-default-18);
  margin-top: 1em;
}
.productItemReviewArea {
  font-size: var(--font-size-default-16);
  margin-top: 1.4em;
  padding-top: 1.4em;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.productItemReviewText {
  color: rgba(0, 0, 0, .6);
}
.reviewContainer {
  display: flex;
  align-items: center;
  font-family: var(--font-title);
  font-size: 34px;
}
.reviewRating {
  margin-right: 0.5em;
}
.reviewStarCover {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.reviewStartList {
  position: relative;
  mask-image: url(../../images/icon/start-list.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  -webkit-mask-image: url(../../images/icon/start-list.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: rgba(74, 15, 30, .2);
  height: 0.71em;
  z-index: 10;
}
.starListControlSize {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageBrandDetailInfo {
    padding-top: 50px;
  }
  .reviewContainer {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBrandList > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .pageBrandItemCover {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
  }

  .pageBrandDetailListSection {
    padding-bottom: 40px;
  }
  .pageBrandDetailInfo {
    padding-top: 40px;
    /*padding-bottom: 40px;*/
  }
  .brandDetailProductList {
    margin-top: 40px;
  }
  .brandDetailProductItem {
    padding: 20px 20px;
    display: block;
  }
  .brandDetailProductItemLeft {
    width: 100%;
    padding: 0 20px
  }
  .brandDetailProductItemRight {
    padding-top: 20px;
    padding-left: 0;
  }
  .reviewContainer {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
}

/*** BLOG DETAIL ***/
.sectionContentListAllCover {
  text-align: center;
}
.blogDetailContainer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.newsDetailInfoTitle {
  text-align: center;
}
.newsDetailDateCover {
  font-size: var(--font-size-default-18);
  margin-top: 1.75em;
}
.newsDetailDate {
  font-size: var(--font-size-default-14);
  font-weight: 500;
}
.blogDetailContent{
  font-size: var(--font-size-default-16);
  padding: 3.75em 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.blogDetailImage {
  margin-bottom: 3em;
}
.blogDetailText {
}

@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) {
}

/*** CONTACT ***/
.contactSection {
  padding: var(--sectionPaddingVerticleLarge);
}
.contactSectionContent {
  display: flex;
}
.contactSectionContentLeft {
  width: 50%;
  padding-right: 2.6vw;
}
.contactSectionContentRight {
  flex: 1;
  padding-left: 2.6vw;
}
.contactSectionDetail{
  padding-right: 2.6vw;;
}
.contactSectionInfo {
  font-size: var(--font-size-default-18);
  margin: 2em 0;
}
ul.pageContactList > li {
  font-size: var(--font-size-default-18);
  font-weight: 400;
  margin-bottom: 0.8em;
  line-height: 1.5;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .contactSectionContent {
    display: block;
  }
  .contactSectionContentLeft {
    width: 100%;
    padding-right: 2.6vw;
  }
  .contactSectionContentRight {
    flex: 1;
    padding-left: 0;
    margin-top: 40px;
  }
  .contactSectionDetail{
    padding-right: 2.6vw;;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .contactSection {
    padding: 15px 0;
  }
}
@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;
}
.contactFormSubmit.pt0 {
  padding-top: 0 !important;
}
.contactFormItem input {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 0;
  padding: 2px 15px;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
  outline: none;
}
.contactFormItem input[type=text].addPaddingRight {
  padding-right: 50px;
}
.contactFormItem select {
  width: 100%;
  border: 1px solid var(--primary-border);
  border-radius: 0;
  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-border);
  border-radius: 0;
  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;
}

.inputBoxAnimateCover {
  position: relative;
}
.inputBoxAnimate {
  border-color: transparent !important;
  position: relative;
}
.inputBoxAnimateCover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--primary-border);
  border-left: 1px solid var(--primary-border);
  transition: all 2s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.inputBoxAnimateCover::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--primary-border);
  border-right: 1px solid var(--primary-border);
  transition: all 2s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.inputBoxAnimateCover.in::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inputBoxAnimateCover.in::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.inputBoxAnimateCover > * {
  z-index: 5;
}

/* 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) {
}

/*** TERMS BOX ***/
.termsBoxCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10100;
  height: 100dvh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.termsBoxCover.actived {
  display: block;
}
.termsBox {
  position: fixed;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10150;
  font-size: 14px;
  box-sizing: border-box;
  padding: 1.75em;
  border-radius: 0.5em;
  width: 80vw;
  background-color: #FFFFFF;
  display: none;
}
.termsBox.actived {
  display: block;
}
.termsBox-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;
}
.termsBox-closeBtn {
  cursor: pointer;
}
.termsBox-detail {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 8px 14px;
  height: 50dvh;
  max-height: 50dvh;
  overflow: auto;
}
.termsBox-detail p {
  font-size: var(--font-size-default-14);
}

@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .termsBox {
    padding: 20px .5em;
    width: 90%;
  }
}

/*** VERIFICATION ***/
.pageVerification {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background-image: url('../../images/bg-verification.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
.modalVerification {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100dvh;
  background-image: url('../../images/bg-verification.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  display: none;
  z-index: 10000;
}
.modalVerification.actived {
  display: block;
}
.pageVerificationInner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 14dvh;
  z-index: 20;
}
.verificationOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.pageVerificationBox {
  color: var(--primary-white);
  display: flex;
  width: 100%;
  justify-content: center;
}
.pageVerificationBoxInner {
  max-width: 700px;
}
.pageVerificationLogo {
  margin: 0 auto;
  width: 10.4vw;
  min-width: 150px;
}
.pageVerificationTitle > h1 {
  margin: 3.12vw 0 3.12vw;
  text-align: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
}

.pageVerificationCheckArea {
  display: flex;
  justify-content: center;
}
.pageVerificationCheckItem {
  margin-bottom: 20px;
}
.pageVerificationButton {
  margin: 2.6vw 0 2vw;
  text-align: center;
}
.pageVerificationResp {
  text-align: center;
  font-size: var(--font-size-default-14);
  font-weight: 500;
}

.containerCheckboxVerify {
  display: block;
  position: relative;
  padding-left: 2.8em;
  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-16);
  font-weight: 400;
  text-align: left;
}
.containerCheckboxVerify input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.containerCheckboxVerify .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.875em;
  width: 1.875em;
  background-color: transparent;
  transform: translateY(-0.2em);
  border: 1px solid var(--primary-white);
}
.containerCheckboxVerify input.txtError ~ .checkmark {
  border-color: #ff0000;
}
.containerCheckboxVerify.typeRadio .checkmark {
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.containerCheckboxVerify:hover input ~ .checkmark {
  background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.containerCheckboxVerify input:checked ~ .checkmark {
  background-color: transparent;
}
/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckboxVerify .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.containerCheckboxVerify input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.containerCheckboxVerify .checkmark:after {
  left: 0.625em;
  top: 0.25em;
  width: 0.5em;
  height: 1em;
  border: solid var(--primary-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.containerCheckboxVerify a {
  text-decoration: underline;
  text-underline-offset: 25%;
}
.containerCheckboxVerify a:hover {
  opacity: 0.5;
}

.btnSubmitVerification {
  opacity: 1;
}
.btnSubmitVerification:disabled,
.btnSubmitVerificationbutton[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.modalVerificationBtnCover {
  display: flex;
  justify-content: center;
  font-size: var(--font-size-default-24);
  margin: 0 0 2em;
}
.modalVerificationBtnCover > div {
  margin: 0 10px;
}
.modalVerificationRemark {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-default-16);
}
.modalVerificationRemark a {
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: opacity .2s ease-in-out;
}
.modalVerificationRemark a:hover {
  opacity: 0.5;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageVerificationBoxInner {
    max-width: 560px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageVerificationInner {
    padding-top: 50px;
  }
  .pageVerificationTitle > h1 {
    margin: 24px 0 24px;
  }
}
@media (max-width: 425px) {
}

.animateText {
  perspective: 500px;
}
.footerBounce {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
#footer-img {
	height: 100%;
	width: 100%;
	display: block;
	overflow: visible;
}