/* CSS Document */

/*@import url("fonts.css?ver=1.0.1");*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

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

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

text: #415356;
header: #021A1E;
primary-black: #021A1E;
bg-black: #333333;
blue: #6100D6;
gold: #FF6600;
cream: #FFF0E5;
yellow: #FFF83C;
grey: #F2F2F2;
*/

/* 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: #415356;
  --primary-title-color: #021A1E;
  --primary-blue: #6100D6;
  --primary-black: #021A1E;
  --primary-white: #FFFFFF;
  --primary-cream: #FFF0E5;
  --primary-gold: #FF6600;
  --primary-grey: #F2F2F2;
  --primary-yellow: #FFF83C;
  --primary-red: #FF2400;
  --primary-orange: #FF6600;
  --primary-purple: #6100D6;
  --bg-black: #333333;
  --primary-border: rgba(2, 26, 30, 1);
  --font-body: "Lato", sans-serif;
  --font-title: "Work Sans", serif;
  --font-sub-title: "Work Sans", serif;
  --font-quote: "Work Sans", sans-serif;
  --font-notosansthai: "Lato", 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: 50px;
  --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-28: 28px;
  --font-size-default-26: 26px;
  --font-size-default-24: 24px;
  --font-size-default-22: 22px;
  --font-size-default-20: 20px;
  --font-size-default-19: 19px;
  --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: 9.375vw;
  --site-main-content: 1600px;
  --padding60: 60px;
  --btnNavWidth: 20px;
  --btnNavSpace: -40px;
  --btnDotWidthHeight: 10px;
  --sectionPaddingVerticle: 4.16vw;
  --sectionPaddingVerticleLarge: 5.2vw;
  --sectionPaddingVerticleSmall: 3.125vw;
  --publicationItemGap: 1vw;
  --topNavHeight: 80px;
  --testimonialPhoto: max(37.5%, 150px);
}

@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: 56px;
    --font-size-default-50: 48px;
    --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-28: 25px;
    --font-size-default-26: 24px;
    --font-size-default-24: 22px;
    --font-size-default-22: 21px;
    --font-size-default-20: 20px;
    --font-size-default-19: 18px;
    --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: 42px;
    --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-28: 23px;
    --font-size-default-26: 22px;
    --font-size-default-24: 21px;
    --font-size-default-22: 20px;
    --font-size-default-20: 19px;
    --font-size-default-19: 18px;
    --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-28: 21px;
    --font-size-default-26: 20px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-19: 16px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
  }
}
@media (max-width: 820px) {
  body{
    --section-padding-v160: 100px 0;
    --section-padding-v120: 80px 0; 
    --section-padding-v100: 70px 0; 
    --section-padding-v80: 60px 0;
    --section-padding-v60: 30px 0;
    --section-padding-v40: 20px 0; 
    --font-size-default-120: 48px;
    --font-size-default-100: 44px;
    --font-size-default-80: 40px;
    --font-size-default-70: 30px;
    --font-size-default-60: 28px;
    --font-size-default-50: 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-28: 19px;
    --font-size-default-26: 18px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-19: 16px;
    --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-28: 18px;
    --font-size-default-26: 18px;
    --font-size-default-24: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 16px;
    --font-size-default-19: 16px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
    --sectionPaddingVerticle: 30px;
    --sectionPaddingVerticleLarge: 40px;
    --sectionPaddingVerticleSmall: 20px;
    --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-20);
}
body, table, tr, td, p
{
  font-family: var(--font-body);
	/*font-size: var(--font-size-default-16);*/
  font-size: var(--font-size-default-20);
	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%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.showHeadlineOnScroll,
.showPageHeadlineOnScroll {
  opacity: 0;
  transform: scale(0.9) translateX(1em);
  transform-origin: left center;
  transition: all 0.4s ease-in-out;
}
.showHeadlineOnScroll.in,
.showPageHeadlineOnScroll.in {
  opacity: 1;
  transform: scale(1) translateX(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);
}
.txtYellow {
  color: var(--primary-yellow) !important;
}
.txtOrange {
  color: var(--primary-orange);
}
.txtDarkBlack {
  color: var(--primary-black);
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-60);
  line-height: 1.16;
  font-weight: 600;
}
h1.homeBannerTitle {
  font-size: 4.16vw;
  line-height: 1.175;
  font-weight: 600;
  margin-bottom: 0.4em;
}
h2, .h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 600;
}
h3, .h3 {
  font-family: var(--font-body);
  font-size: var(--font-size-default-22);
  line-height: 1.2;
  font-weight: 500;
}
h4 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  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 (max-width: 820px) {
  h1.homeBannerTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  h1.homeBannerTitle {
    font-size: 38px;
  }
}

/*********** 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-title-color);
  background-color: #ffffff;
}
.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;
  /*height: 46.25%;*/
  height: 80%;
  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-18);
  margin-right: 0;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1.38em;
  text-align: center;
  color: inherit;
  font-family: var(--font-body);
  font-size: var(--font-size-default-18);
  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;
  transition: color .2s ease-in-out;
}
ul.topNavItemList > li > a.actived {
  color: var(--primary-orange);
}
ul.topNavItemList > li > a:hover {
  color: rgba(255, 102, 0, .7);
}
/*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: .7;
}
.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;*/
  background-color: rgba(255, 255, 255, 0.9) !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;
}

.mobileNavContactGroup {
  margin: 20px 0;
}
.mobileNavContactTitle {
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-bottom: 0.6em;
}
.mobileNavContactItem {
  font-size: var(--font-size-default-20);
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
}
.mobileNavContactItem > .mobileNavContactIcon {
  width: 1.8em;
  margin-right: 0.8em;
}
.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: transform 0.4s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
}
.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);*/
  color: var(--primary-title-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.7em 0;
}
.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: 80px;
  }

  .mobileNavHamContainer {
    top: 10px;
  }

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

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  color: var(--primary-white);
  font-size: var(--font-size-default-16);
  z-index: 100;
  background-color: var(--bg-black);
  padding: 2.5em 0 1.8em;
}
.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;
}
.pageFooterQuote {
  font-family: var(--font-title);
  font-size: var(--font-size-default-40);
  line-height: 1.2;
  font-weight: 600;
}
.pageFooterCompanyName {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 10px;
}
.pageFooterSocialList {
  margin-top: 2.8em;
  display: flex;
}
.pageFooterSocialList > div {
  width: 1.5em;
  margin-right: 12px;
}
ul.pageFooterNav > li {
  font-size: var(--font-size-default-18);
  font-weight: 400;
  margin-bottom: 1.1em;
  line-height: 1.2;
}

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%);
}

.pageFooterDownloadTitle {
  color: rgba(255, 255, 255, .6);
}
.pageFooterDownloadList {
  margin-top: 0.8em;
  display: flex;
  font-size: var(--font-size-default-20);
}
.pageFooterDownloadList > div {
  height: 2.2em;
  margin-right: 0.7em;
  margin-bottom: 0.4em;
}
.pageFooterDownloadList > div:last-child {
  margin-right: 0;
}
.pageFooterDownloadList a:hover {
  opacity: 1 !important;
}

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

.pageFooterCopyRight {
  font-size: var(--font-size-default-14);
  margin-top: 2em;
  padding-top: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.copyRightList {
  display: flex;
}
.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: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, .3);
}
.copyRightList > li:last-child:after {
  display: none;
}
.copyRightList > li button {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--primary-white);
}
.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: 24px;
  }
  .pageFooterContent > div {
    width: 100%;
  }
  .pageFooterSocialList {
    margin-top: 20px;
  }

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

  .pageFooterQuote {
    font-size: 10vw;
  }
}

/*********** 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 {
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  margin-bottom: 0.48em;
  color: var(--primary-title-color);
}
.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,
.btn-theme:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 150px;
  height: 3em;
  background-color: var(--primary-orange);
  color: var(--primary-white);
  font-family: var(--font-body);
  font-size: var(--font-size-default-20);
  line-height: 1;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.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: inherit;
  padding: 0.2em 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme .btnIcon {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.4em;
  transform: translateY(8%);
  transition: transform .2s ease-in-out;
}
.btn-theme:hover {
  color: var(--primary-white);
}
.btn-theme:hover .btnIcon {
  transform: translate(5px, 8%);
}

.btn-theme-large,
.btn-theme-large:visited,
.btn-theme-large:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 150px;
  height: 4.2em;
  background-color: var(--primary-orange);
  color: var(--primary-white);
  font-family: var(--font-body);
  /*font-size: var(--font-size-default-20);*/
  font-size: var(--font-size-default-19);
  line-height: 1;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.btn-theme-large > 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: inherit;
  padding: 0.2em 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-theme-large .btnIcon {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.4em;
  transform: translateY(8%);
  transition: transform .2s ease-in-out;
}
.btn-theme-large:hover {
  color: var(--primary-white);
}
.btn-theme-large:hover .btnIcon {
  transform: translate(5px, 8%);
}

.btn-theme-large.bgPurple {
  background-color: var(--primary-purple);
}

.btn-link,
.btn-link:visited,
.btn-link:focus {
  position: relative;
  color: var(--primary-orange);
  display: inline-flex;
  align-items: center;
  transition: all .2s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 25%;
}
.btnLinkIcon {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.2em;
  transform: translateY(12%);
  transition: transform .2s ease-in-out;
}
.btn-link:hover {
  color: var(--primary-orange);
  opacity: .7;
}
.btn-link:hover .btnLinkIcon {
  transform: translate(5px, 12%);
  opacity: .7;
}

.btn-app-download,
.btn-app-download:visited,
.btn-app-download:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 150px;
  height: 2.4em;
  background-color: #000000;
  color: var(--primary-white);
  font-family: var(--font-body);
  font-size: var(--font-size-default-20);
  line-height: 1;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
}
.btn-app-download > 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: inherit;
  padding: 0.2em 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-default-16);
}
.btn-app-download .btnIcon {
  display: inline-block;
  width: 1em;
  margin-left: 0.4em;
  transform: translateY(8%);
  transition: transform .2s ease-in-out;
}
.btn-app-download:hover {
  color: var(--primary-white);
}
.btn-app-download:hover .btnIcon {
  transform: translate(5px, 8%);
}

.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-orange);
}
.contentControl a:hover {
  color: var(--primary-orange);
}

.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 .ligther {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sectionTitle {
    margin-bottom: 20px;
  }
  .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%;
  /*height: 800px;*/
  /*height: 41.66vw;*/
  overflow: hidden;
}
.pageBannerContent {
  display: flex;
  height: 100%;
}
.pageBannerContentLeft {
  flex: 1;
  padding-left: var(--control-padding);
  padding-right: 5.2vw;
  display: flex;
  align-items: center;
}
.pageBannerContentRight {
  width: 50%;
}
.pageBannerTextCover {
  padding: 30px 0;
}
.pageBannerText {
  margin: 1em 0 2em;
  max-width: 600px;
}
.pageBannerBtnArea {
  display: flex;
  margin-top: 2em;
}
.pageBannerBtnArea > div {
  margin-right: 20px;
}
.pageBannerBtnArea > div:last-child {
  margin-right: 0;
}
.pageBannerImage {
  width: 100%;
  height: 100%;
}
.pageBannerImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

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

.pageBannerBottom {
  position: relative;
  z-index: 1;
  padding-top: var(--sectionPaddingVerticleSmall);
}
.pageBannerBottomContent {
  position: relative;
  z-index: 1;
}
.pageBannerBottomBar {
  width: 100%;
  height: 1px;
  background-color: var(--primary-black);
}
.pageBannerBottomGraphic {
  position: absolute;
  top: 0;
  right: 0;
  width: max(17.4vw, 150px);
  z-index: 5;
}

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

.contentAreaInner {
  position: relative;
}

.blockLeftRight {
  display: flex;
}
.blockLeft {
  width: 50%;
  padding-right: 5.2vw;
}
.blockRight {
  flex: 1;
  padding-top: 1.2em;
  padding-right: 5.2vw;
}
.blockLeftTitle {
  margin-bottom: 0.4em;
  color: var(--primary-title-color);
  display: flex;
  align-items: center;
}

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .contentContainerM {
    padding: 0 50px;
  }
  
  .blockRight {
    padding-top: 0.8em;
  }
}
@media (max-width: 1024px) {
  .pageBannerItem {
    height: 40vw;
  }

  .blockRight {
    padding-top: 0;
  }
}
@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%;
  }

  .pageBannerContent {
    display: block;
  }
  .pageBannerContentLeft {
    padding: 0 var(--control-padding);
  }
  .pageBannerContentRight {
    width: 100%;
    height: 100vw;
  }
  .pageBannerBottom {
    padding-bottom: 0;
  }

  .blockLeftRight {
    display: block;
  }
  .blockLeft {
    width: 100%;
    padding-right: 0;
  }
  .blockRight {
    margin-top: 20px;
    padding-right: 0 !important;
  }
  
}
@media (max-width: 420px) {
  .sectionThemeTitleCenter {
    max-width: 300px;
  }
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .95);
  font-family: var(--font-notosansthai);
  font-size: 12px;
  line-height: 1.5;
  transition: transform .2s ease-in-out;
  transform: translateY(100%);
  z-index: 2000;
  -webkit-box-shadow: 0 0 6 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6x 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.acceptCookieArea.acceptSlideIn {
  transform: translateY(0);
}
.acceptCookieContent {
  display: flex;
  justify-content: space-between;
}
.acceptCookieArea-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 5%;
}
.acceptCookieArea-btn {
  width: 300px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.acceptCookieArea-text a {
  /*color: #30A8B7;*/
  color: var(--primary-blue);
}
.changePreferenceLink,
.changePreferenceLink:focus {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 20px;
  padding: 0px;
  white-space: nowrap;
  /*color: #30A8B7;*/
  color: var(--primary-blue);
  font-weight: 500;
}
.changePreferenceLink:hover {
  /*opacity: .7;*/
  /*color: #30A8B7;*/
  /*color: #00B6D9;*/
  color: var(--primary-gold);
  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-title-color);
  border-radius: 20px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.btn-cookie:hover {
  background-color: var(--primary-title-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;
  }
}

/** Gradient **/
@keyframes gradient {
  0% { background-position: 100% 0; }
  100% { background-position: -5% 0; }
}
.bgMovingGredient {
  background: -webkit-gradient(linear, right top, left top, from(#6100D6), color-stop(16.67%, #FF6600), color-stop(33.34%, #6100D6), color-stop(50.01%, #FF6600), color-stop(66.68%, #6100D6), color-stop(83.35%, #FF6600), to(#6100D6));
  background: -webkit-linear-gradient(right, #6100D6, #FF6600 16.67%, #6100D6 33.34%, #FF6600 50.01%, #6100D6 66.68%, #FF6600 83.35%, #6100D6);
  background: linear-gradient(270deg, #6100D6 0, #FF6600 16.67%, #6100D6 33.34%, #FF6600 50.01%, #6100D6 66.68%, #FF6600 83.35%, #6100D6);
  background-size: 2000% 400%;
  -webkit-animation: gradient 30s linear infinite;
  animation: gradient 30s linear infinite;
}
.txtMovingGradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*** HOME ***/
.homeBanner {
  width: 100%;
}
.homeBannerInner {
  position: relative;
  width: 100%;
  /*height: 700px;*/
  height: 36.45vw;
  overflow: hidden;
  background-color: var(--primary-orange);
  background-image: url('../../images/home/banner-bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}
.homeBannerContent {
  display: flex;
  height: 100%;
}
.homeBannerContentLeft {
  flex: 1;
  padding-left: var(--control-padding);
  display: flex;
  align-items: center;
  color: var(--primary-white);
}
.homeBannerContentRight {
  width: 50%;
}
.homeBannerText {
  font-size: var(--font-size-default-22);
  line-height: 1.63em;
  font-weight: 400;
  max-width: 530px;
  margin-bottom: 2.4em;
}
.homeBannerBtnArea {
  display: flex;
}
.homeBannerBtnArea > div {
  margin-right: 20px;
}
.homeBannerBtnArea > div:last-child {
  margin-right: 0;
}
.homeBannerAvartar {
  width: 100%;
  height: 100%;
}
.homeBannerAvartar > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.homeIntro {
  padding: var(--sectionPaddingVerticle) 0;
}
.homeIntroDetail {
  font-size: var(--font-size-default-22);
}
.homeIntroList {
  margin-top: 3.125vw;
}
.homeIntroList > .row {
  margin-left: -2.6vw;
  margin-right: -2.6vw;
}
.homeIntroItem {
  padding: 0 2.6vw;
}
.homeIntroItemInner {
  border-radius: 2vw;
  overflow: hidden;
  background-color: var(--primary-orange);
  color: var(--primary-white);
  height: 100%;
}
.homeIntroItemDetail {
  line-height: 1.5;
  padding: 1.2em 1.8em;
}
.homeIntroItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  font-weight: 600;
  margin-bottom: 8px;
}

.homeStat {
  padding: var(--sectionPaddingVerticle) 0;
  background-color: var(--primary-purple);
  color: var(--primary-white);
}
.homeStatTitle {
  max-width: 50%;
}
.homeStatList {
  margin-top: 2vw;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
}
.homeStatItem {
  display: flex;
  align-items: center;
  margin-right: 5.12vw;
}
.homeStatItemNum {
  font-size: 4.16vw;
  font-weight: 500;
}
.homeStatItemName {
  font-size: var(--font-size-default-28);
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-yellow);
  margin-left: 0.6em;
}

.homeResultItemNum {
}
.homeResultItemNum .resultNumSmaller {
  position: relative;
  overflow: hidden;
}
.homeResultItemNum .resultNumSmaller > span {
  position: relative;
  opacity: 0;
}
.homeResultItemNum .resultNumSmaller::after {
  content: attr(data-unit);
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all .2s ease-in-out;
  transition-delay: .2s;
  opacity: 0;
  line-height: 1.4;
}
.homeResultItemNum.countFinished .resultNumSmaller::after {
  transform: translateX(0);
  opacity: 1;
}
.resultNumSmallerText {
  font-size: var(--font-size-default-30);
}
.homeResultItemNumCover {
  position: relative;
  display: inline-block;
  text-align: left;
}
.homeResultItemNumControl {
  position: relative;
  visibility: hidden;
}
.homeResultItemNumView {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.homeCTA {
}
.homeCTAGroup {
  padding: var(--sectionPaddingVerticle) 0;
  border-bottom: 1px solid var(--primary-border);
}
.homeCTAGroup:last-child {
  border-bottom: 0;
}
.sectionSmallHeader {
  font-size: var(--font-size-default-22);
  margin-bottom: 0.9em;
}
.homeCTADownloadList {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-size-default-20);
  margin-top: 0.9em;
}
.homeCTADownloadList > div {
  height: 2.4em;
  margin-right: 0.7em;
  margin-bottom: 0.4em;
}
.homeCTADownloadList > div:last-child {
  margin-right: 0;
}
.homeCTADownloadList a {
  transition: opacity .2s ease-in-out;
}
.homeCTADownloadList a:hover {
  opacity: 0.7;
}
.homeCTABtn {
  margin-top: 1.2em;
}
.homeCTAGroup .blockRight {
  padding-right: 10vw;
}

.homeAvatarSpace {
  height: 2.6vw;
}
.homeAvatar {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: auto;
  height: 17.6vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBannerContentRight {
    width: 40%;
  }
  .homeBannerText {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 820px) {
  .homeBannerInner {
    height: auto;
    background-position: center right -200px;
  }
  .homeBannerContent {
    display: block;
    height: auto;
  }
  .homeBannerContentLeft {
    padding: 40px var(--control-padding);
  }
  .homeBannerContentRight {
    width: 100%;
    height: 65vw;
  }
  .homeIntroList > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .homeIntroItem {
    padding: 0 15px;
  }

  .homeStatList {
    margin-top: 30px;
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    justify-content: space-between;
  }
  .homeStatItem {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .homeStatItemNum {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBannerInner {
    background-position: center right -340px;
  }
  .homeBannerContentLeft {
    padding: 40px var(--control-padding) 20px;
  }
  .homeBannerBtnArea {
    flex-wrap: wrap;
  }
  .homeBannerBtnArea > div {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .homeIntroList {
    margin-top: 24px;
  }
  .homeIntroItem {
    margin-bottom: 20px;
  }

  .homeStatTitle {
    max-width: unset;
  }
  .homeStatItem {
    width: 100%;
  }

  .homeAvatarSpace {
    height: 90px;
  }
  .homeAvatar {
    height: 140px;
  }

  .sectionSmallHeader {
    padding-right: 75px;
  }
}
@media (max-width: 425px) {
}

/*** MERCHANTS ***/
.pageIntro {
  position: relative;
  padding: var(--sectionPaddingVerticle) 0;
  z-index: 1;
}
.pageIntroList {
}
.pageIntroItem {
  padding: var(--sectionPaddingVerticleSmall) 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.pageIntroItem:last-child {
  border-bottom: none;
}
.pageIntroItemIcon {
  width: 1.6em;
  margin-right: 0.4em;
}

.testimonialsSection {
  background-color: var(--primary-orange);
  padding: var(--sectionPaddingVerticle) 0;
}
.testimonialsItem {
  display: block;
  max-width: 480px;
  height: 100%;
  margin: 0 auto;
}
.testimonialsItemInner {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: var(--font-size-default-20);
  padding-top: calc(var(--testimonialPhoto)/2);
}
.testimonialsItemImg {
  position: absolute;
  width: var(--testimonialPhoto);
  top: 0;
  left: 2em;
  border-radius: 50%;
  z-index: 5;
  overflow: hidden;
}
.testimonialsItemBox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--primary-cream);
  border-radius: 1em;
  padding: calc(var(--testimonialPhoto)/2) 2em 2em;
}
.testimonialsItemBoxInner {
  padding-top: 1.4em;
}
.testimonialsItemQuote {
  font-size: var(--font-size-default-26);
  line-height: 1.3;
  color: var(--primary-title-color);
  margin-bottom: 1.3em;
}

.swiperTestimonials .swiper-wrapper {
  align-items: stretch;
}
.swiperTestimonials .swiper-slide  {
  height: auto !important;
  box-sizing: border-box;
}
.swiperTestimonialsNav {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: var(--btnNavWidth);
  z-index: 20;
  cursor: pointer;
}
.swiperTestimonialsNavPrev {
  left: -2.6vw;
}
.swiperTestimonialsNavNext {
  right: -2.6vw;
}
.swiperTestimonialsPagination {
  position: relative !important;
  margin-top: 30px;
}
.swiperTestimonialsPagination .swiper-pagination-bullet {
  width: var(--btnDotWidthHeight);
  height: var(--btnDotWidthHeight);
  background-color: var(--primary-white);
  opacity: 1;
}
.swiperTestimonialsPagination .swiper-pagination-bullet-active {
  background-color: var(--primary-yellow);
}
.swiperTestimonials .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiperTestimonials .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.stepTitle {
  display: flex;
  font-size: var(--font-size-default-34);
}
.stepTitleNum {
  width: 1.7em;
  height: 1.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--primary-purple);
  color: var(--primary-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 0.7em;
}
.stepTitleDetail {
  padding-top: 0.3em;
}
.stepImageContainer {
  display: block;
  width: 100%;
  /*height: 430px;
  max-height: 430px;*/
  height: 460px;
  max-height: 460px;
}
.stepImageContainer.heightAuto {
  height: auto;
}
.stepImageContainer > img {
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: contain;
  object-position: center center;
}

.homeAvatar.setMerchants {
  right: unset;
  left: 0;
  height: 17.6vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .testimonialsSection {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .testimonialsSection {
    padding-top: 40px;
  }
  .homeAvatar.setMerchants {
    height: 140px;
  }
}
@media (max-width: 425px) {
}

/*** PARTNERS ***/
.homeAvatar.setPartners {
  right: unset;
  left: 0;
  height: 17.6vw;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .homeAvatar.setPartners {
    left: unset;
    right: 0;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeAvatar.setPartners {
    height: 140px;
  }
}
@media (max-width: 425px) {
}

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

.contactSectionMethod .mobileNavContactGroup {
  margin: 1.4em 0;
}
.contactQuoteCover {
  font-size: var(--font-size-default-50);
  line-height: 1.2;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .contactSectionContent {
    display: block;
  }
  .contactSectionContentLeft {
    width: 100%;
    padding-right: 0;
  }
  .contactSectionContentRight {
    flex: 1;
    padding-left: 0;
    margin-top: 40px;
  }
}
@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: 580px;
  /*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;
  font-size: var(--font-size-default-16);
  color: var(--primary-title-color);
}
.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 rgba(0, 0, 0, .2);
  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 rgba(0, 0, 0, .2);
  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-arrow-down.png');
  background-position: right 14px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.contactFormItem textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
  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) {
}

/*** JOBS ***/
.jobsSection {
  padding: var(--sectionPaddingVerticle) 0;
}
.jobSectionContent {
  margin-top: 2em;
}
.jobSectionContent .blockRight {
  padding-right: 0;
  padding-top: 0;
}
.jobsNoOpenRoles {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: var(--font-size-default-20);
  padding: 3em 1em;
  color: rgba(65, 83, 86, .8);
}

.teamAccordion .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: var(--font-size-default-20);
}
.teamAccordion .card-header {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.teamAccordion .card:first-child .card-header {
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.teamAccordionTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  padding: 1.1em 0;
  cursor: pointer;
}
.teamAccordionHeadIcon {
  width: 1em;
  margin-top: 0.8em;
  margin-left: 10px;
  transform: rotate(180deg);
  transition: transform .2s ease-in-out;
}
.teamAccordion .collapsed .teamAccordionHeadIcon {
  transform: rotate(0);
}
.teamAccordion .card-body {
  padding: 0 0 1.5em;
}
.teamAccordion .boardsCard .card-body {
  background-color: rgba(20,20,20,.8);
  color: #ffffff;
}

.positionAccordionTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary-title-color);
  flex: 1;
}
.positionInfo {
  margin-bottom: 1em;
}
.positionApply {
  color: var(--primary-orange);
}
.positionApply a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: opacity .2s ease-in-out;
}
.positionApply a:hover {
  opacity: 0.7;
}

.jobsQuoteApplyCover {
  font-size: var(--font-size-default-30);
  font-weight: 400;
}
.jobsQuoteApplyCoverEmail {
  margin-top: 0.8em;
}
.jobsQuoteApplyCoverEmail > a {
  text-decoration: underline;
  text-underline-offset: 25%;
  transition: opacity .2s ease-in-out;
}
.jobsQuoteApplyCoverEmail > a:hover {
  opacity: 0.7;
}

.sectionFooterQuote {
  background-color: var(--primary-orange);
  color: var(--primary-white);
  min-height: 21.875vw;
}
.sectionFooterQuoteContent {
  display: flex;
}
.sectionFooterQuoteLeft {
  width: 50%;
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: var(--control-padding);
  padding-right: 0;
}
.sectionFooterQuoteRight {
  flex: 1;
}
.sectionFooterQuoteText {
  padding-right: 10%;
  padding-left: 0;
}
.sectionFooterQuoteImg {
  width: 100%;
  height: 100%;
}
.sectionFooterQuoteImg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.sectionFooterQuoteContent.reversedDiv {
  flex-direction: row-reverse;
}
.sectionFooterQuoteContent.reversedDiv .sectionFooterQuoteLeft {
  padding-left: 0;
  padding-right: var(--control-padding);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .jobSectionContent .blockLeftRight {
    display: block;
  }
  .jobSectionContent .blockLeft {
    width: 100%;
    padding-right: 0;
  }
  .jobSectionContent .blockRight {
    margin-top: 20px;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionFooterQuoteContent {
    display: block;
  }
  .sectionFooterQuoteLeft {
    width: 100%;
    padding: 30px var(--control-padding) !important;
  }
  .sectionFooterQuoteImg {
    /*height: 43.74vw;*/
    height: 60vw;
  }
  .sectionFooterQuoteImg > img {
    object-fit: cover;
  }

  .teamAccordionHeadIcon {
    margin-top: 0.5em;
  }
}
@media (max-width: 425px) {
}

/*** ABOUT ***/
.pageAboutBanner .pageBannerContentLeft {
  padding-right: 4.16vw;
}

.aboutSecitonContent {
  margin-top: 2em;
}
.aboutHeadlines {
  font-size: var(--font-size-default-24);
  font-weight: 300;
  font-style: italic;
}

.visionSection {
  background-color: var(--primary-purple);
  color: var(--primary-white);
  padding: var(--sectionPaddingVerticle) 0;
}
.visionContent {
  display: flex;
}
.visionContentLeft {
  width: 50%;
}
.visionContentRight {
  flex: 1;
}
.visionContent .blankDiv {
  height: 0;
}
.visionContentText {
  font-size: var(--font-size-default-34);
  line-height: 1.35;
  max-width: 690px;
}

.aboutQuoteCover {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.35;
  font-weight: 500;
}
.aboutQuotePlatform {
  font-size: var(--font-size-default-50);
  line-height: 1.2;
}
.aboutQuoteText {
  margin-top: 0.5em;
}

@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) {
  .visionContent {
    display: block;
  }
  .visionContentLeft {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
}

/*** DETAIL ***/
.pageDetail {
  padding: var(--sectionPaddingVerticleSmall) 0 var(--sectionPaddingVerticle);
}
.pageDetailContent {
  max-width: 800px;
  margin: 0 auto;
}
.pageDetailTitle {
  font-size: var(--font-size-default-60);
  margin-bottom: 0.5em;
  color: var(--primary-title-color);
}

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