/* CSS Document */

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

/*
.noto-sans-thai-<uniquifier> {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

red: #F00046;
blue: #006DB5;
lightblue: #008ECE;
gold: #F7722E;
yellow: #FFC457;
green: #006449;
lightgreen: #38A042;
*/

/* 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: #ffffff;
  --primary-blue: #006DB5;
  --primary-lightblue: #008ECE;
  --primary-black: #272727;
  --secondary-black: #1D1E1E;
  --primary-white: #FFFFFF;
  --primary-gold: #F7722E;
  --primary-yellow: #FCC125;
  --primary-green: #006449;
  --primary-lightgreen: #38A042;
  --primary-red: #F00046;
  --bgcolor-lightblue: #F2F8FB;
  --font-title: "Josefin Sans", "Noto Sans Thai", sans-serif;
  --font-sub-title: "Urbanist", "Noto Sans Thai", sans-serif;
  --font-quote: "Urbanist", "Noto Sans Thai", sans-serif;
  --font-notosansthai: "Noto Sans Thai", 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-58: 58px;
  --font-size-default-50: 2.6vw;
  --font-size-default-44: 44px;
  --font-size-default-40: 40px;
  --font-size-default-34: 34px;
  --font-size-default-32: 32px;
  --font-size-default-30: 30px;
  --font-size-default-26: 26px;
  --font-size-default-22: 22px;
  --font-size-default-20: 20px;
  --font-size-default-18: 18px;
  --font-size-default-16: 16px;
  --font-size-default-14: 14px;
  --container-medium-width: 1600px;
  --titleBoxPaddingTop: 100px;
  /*--control-padding: 4.16%;*/
  --control-padding: 6.77vw; /*4.16vw*/
  --padding60: 60px;
}

@media (max-width: 1600px) {
  body{
    --font-size-default-120: 100px;
    --font-size-default-100: 82px;
    --font-size-default-80: 66px;
    --font-size-default-70: 58px;
    --font-size-default-60: 48px;
    --font-size-default-58: 48px;
    --font-size-default-50: 40px;
    --font-size-default-44: 36px;
    --font-size-default-40: 34px;
    --font-size-default-34: 29px;
    --font-size-default-32: 27px;
    --font-size-default-30: 26px;
    --font-size-default-26: 24px;
    --font-size-default-22: 21px;
    --font-size-default-20: 20px;
    --font-size-default-18: 18px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
  }
}
@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-58: 42px;
    --font-size-default-50: 38px;
    --font-size-default-44: 34px;
    --font-size-default-40: 32px;
    --font-size-default-34: 27px;
    --font-size-default-32: 25px;
    --font-size-default-30: 24px;
    --font-size-default-26: 22px;
    --font-size-default-22: 20px;
    --font-size-default-20: 19px;
    --font-size-default-18: 17px;
    --font-size-default-16: 16px;
    --font-size-default-14: 14px;
    /*--control-padding: 4.16vw;*/
  }
}
@media (max-width: 1024px) {
  body{
    --section-padding-v160: 120px 0;
    --section-padding-v120: 80px 0; 
    --section-padding-v100: 60px 0; 
    --section-padding-v80: 50px 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-58: 32px;
    --font-size-default-50: 30px;
    --font-size-default-44: 28px;
    --font-size-default-40: 26px;
    --font-size-default-34: 24px;
    --font-size-default-32: 22px;
    --font-size-default-30: 21px;
    --font-size-default-26: 20px;
    --font-size-default-22: 19px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 70px;
    --padding60: 40px;
  }
}
@media (max-width: 820px) {
  body{
    --section-padding-v160: 100px 0;
    --section-padding-v120: 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: 48px;
    --font-size-default-100: 44px;
    --font-size-default-80: 40px;
    --font-size-default-70: 30px;
    --font-size-default-60: 28px;
    --font-size-default-58: 28px;
    --font-size-default-50: 25px;
    --font-size-default-44: 24px;
    --font-size-default-40: 23px;
    --font-size-default-34: 21px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 18px;
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --section-padding-v160: 70px 0;
    --section-padding-v120: 50px 0; 
    --section-padding-v100: 40px 0; 
    --section-padding-v80: 30px 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-58: 30px;
    --font-size-default-50: 22px;
    --font-size-default-44: 21px;
    --font-size-default-40: 21px;
    --font-size-default-34: 20px;
    --font-size-default-32: 19px;
    --font-size-default-30: 19px;
    --font-size-default-26: 18px;
    --font-size-default-22: 17px;
    --font-size-default-20: 16px;
    --font-size-default-18: 15px;
    --font-size-default-16: 14px;
    --font-size-default-14: 13px;
    --titleBoxPaddingTop: 50px;
  }
}

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

body {
  background-color: var(--primary-black);
  background-image: url('../../images/bg-main-line.png');
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
}
body, table, tr, td, p
{
  font-family: "Noto Sans Thai", sans-serif;
	font-size: var(--font-size-default-18);
	line-height: 1.5;
	font-weight: 400;
	color: var(--primary-font-color);
	text-decoration: none;
}
body.mobileNavActived {
  overflow: hidden;
  height: 100dvh;
}
img {
	border:0px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%;
}
.img-responsive-height-inline {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

select optgroup {
  font-weight: 300;
}

*.focus{
	outline:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nowrap{
  white-space: nowrap;
}

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

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

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

.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) {
  body {
    background-image: url('../../images/bg-main-line-mb-n.png');
  }
  
  .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: #EBEEF3;
}

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

.txtSoftRed {
  color: var(--primary-red);
}
.txtGold {
  color: var(--primary-gold);
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-58);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-44);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
h2.subTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-44);
  line-height: 1.1;
  font-weight: 500;
  text-transform: unset;
}
h3 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.2;
  font-weight: 500;
}
h4 {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-22);
  line-height: 1.2;
  font-weight: 500;
}
h5 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  color: var(--primary-lightblue);
  font-weight: 500;
}

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

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

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

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

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

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

.modal-alertmsg {
  width: 90%;
  max-width: 800px;
  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-26);
  line-height: 1.5;
  text-align: center;
  color: var(--primary-black);
}
.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;
}

.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: 120px;
  position: fixed;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all .4s ease-in-out;
}
.topNav.bgActive {
  background-color: var(--primary-blue);
}
.topNavFixSpace {
  width: 100%;
  height: 120px;
  position: relative;
  /*background-color: var(--primary-dark-blue);*/
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavCoverInnerWithBar {
  width: 100%;
  height: 100%;
  position: relative;
}

.topNavBar {
  position: relative;
  height: 100%;
  transition: height .4s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 var(--control-padding);
}
.topNavBarLeft,
.topNavBarRight {
  width: 18.75%;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarRight {
  justify-content: flex-end;
}
.topNavBarCenter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.topNavLogo {
  position: relative;
  /*width: 8.333vw;
  max-width: 160px;*/
  /*height: 2.18vw;*/
  height: 80px;
  z-index: 10;
  transition: all .4s 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;
}

.topNav.minimize {
  height: 80px;
  /*backdrop-filter: blur(6px);*/
  background-color: var(--secondary-black);
}
.topNav.minimize .topNavBar {
  /*height: 60px;*/
  height: 100%;
}
.topNav.minimize .topNavLogo {
  /*max-width: 160px;*/
  height: 60px;
}
.topNav.minimize .topNavInner {
}
.topNav.bgGold {
  /*background-color: var(--primary-gold);
  border-color: var(--primary-gold);*/
}

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

.topNavLinks {
  height: 100%;
}
.topNavLinks .navbar {
  height: 100%;
  padding: 0 1rem;
}
.topNavLinks .navbar-collapse {
  height: 100%;
}
.topNavLinks .navbar-nav {
  height: 100%;
}
.topNavLinks ul.navbar-nav > li {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  height: 100%;
}
.topNavLinks ul.navbar-nav > li.active {
  color: rgba(255,255,255,.5);
}
.topNavLinks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 0;
  margin: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.topNavLinks .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 15px;
  background-image: url('../../images/icon/icon-dropdown.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}

.topNavItemList .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  color: var(--primary-white);
  font-weight: 500;
  border: none;
  border-radius: 0;
  transform: translateY(-3px);
  min-width: 180px;
  text-transform: none;
}
.topNavItemList .dropdown-item {
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid #D5D5D5;
  padding: 5px 15px;
  font-weight: 400;
  color: var(--primary-black);
  transition: all .2s ease-in-out;
}
.topNavItemList .dropdown-item:focus, 
.topNavItemList .dropdown-item.active {
  background-color: var(--primary-lightblue);
  color: #ffffff;
}

.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 .2s ease-in-out;
  transition-delay: .1s;
  position: relative;
}
.topNavHamLineInner {
  transition: all .2s ease-in-out;
  transform-origin: center center;
  transition-delay: 0s;
  background-color: var(--primary-white);
  width: 100%;
  height: 100%;
}
.topNavHamBox.beCloseBtn .topNavHamLineInner {
  background-color: var(--primary-white);
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
  transform: translate(0,5px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
  transform: translate(0,-5px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) > .topNavHamLineInner {
  transform: rotate(45deg);
  transition-delay: .1s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) > .topNavHamLineInner {
  transform: rotate(-45deg);
  transition-delay: .1s;
}

ul.topNavItemList {
  display: inline-flex;
}
ul.topNavItemList > li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0 1.875em;
  text-align: center;
  color: var(--primary-white);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: 1;
  text-transform: uppercase;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-right: 0;
}
ul.topNavItemList > li::after {
}
ul.topNavItemList > li:last-child::after {
  display: none;
}
ul.topNavItemList > li.actived {
  opacity: 1;
}
ul.topNavItemList > li > a,
ul.topNavItemList > li a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  /*transition: all .2s ease-in-out;*/
  position: relative;
  /*padding: 0.8em 0.55em;*/
  padding: 0.6em 0;
}
ul.topNavItemList > li > a.topNavItemLink,
ul.topNavItemList > li a.dropdown-toggle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1;
  font-weight: 500;
  color: var(--primary-white);
  transition: all .2s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink.actived,
ul.topNavItemList > li a.dropdown-toggle.actived {
  color: var(--primary-yellow);
}
ul.topNavItemList > li > a.topNavItemLink::before ,
ul.topNavItemList > li a.dropdown-toggle::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-white);
  border: none;
  top: calc(50% - 2px);
  left: -12px;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: 0;
  transition: all .2s ease-in-out;
}
ul.topNavItemList > li > a.topNavItemLink:hover::before,
ul.topNavItemList > li a.dropdown-toggle:hover::before {
  opacity: 1;
  visibility: 1;
}
ul.topNavItemList > li > a.topNavItemLink.actived::before,
ul.topNavItemList > li a.dropdown-toggle.actived::before {
  opacity: 1;
  visibility: 1;
  background-color: var(--primary-yellow);
}

ul.topNavItemList > li a.dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.topNavItemDropdown {
  display: inline-block;
  margin-left: 5px;
  width: 10px;
}
.topNavItemDropdown .dropdownDefault {
  display: block;
}
.topNavItemDropdown .dropdownActive {
  display: none;
}

a.topNavItemLink:hover,
a.topNavItemLink.actived {
  color: var(--primary-white);
}
a.topNavItemLink:hover .dropdownDefault,
a.topNavItemLink.actived .dropdownDefault {
  display: none;
}
a.topNavItemLink:hover .dropdownActive,
a.topNavItemLink.actived .dropdownActive {
  display: block;
}

.topNavHighlight {
  padding: 8px 18px 6px;
  border: 1px solid var(--primary-gold);
  border-radius: 24px;
  transition: all .2s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.topNavHighlight > div {
  display: inline-block;
}
.topNavHighlight > div > span {
  color: var(--primary-gold);
  transition: color .2s ease-in-out;
}
.topNavHighlight > div > span:nth-child(1) {
  transition-delay: .2s;
}
.topNavHighlight > div > span:nth-child(2) {
  transition-delay: .1s;
}
.topNavHighlight > div > span:nth-child(3) {
  transition-delay: 0s;
}

.topNavHighlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-gold);
  width: 0;
  height: 100%;
  transition: width .2s ease-in-out;
  z-index: -1;
}
.topNavHighlight:hover > div > span {
  color: var(--primary-white);
}
.topNavHighlight:hover > div > span:nth-child(1) {
  transition-delay: .1s;
}
.topNavHighlight:hover > div > span:nth-child(2) {
  transition-delay: .2s;
}
.topNavHighlight:hover > div > span:nth-child(3) {
  transition-delay: .3s;
}
.topNavHighlight:hover::after {
  width: 100%;
}

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

.logoThemeWhite {
  display: none;
}
.topNav.themeWhite .logoThemeWhite {
  display: block;
}
.topNav.themeWhite .logoThemeBlack {
  display: none;
}
.topNav.themeWhite ul.topNavItemList > li {
  color: var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn,
.topNav.themeWhite .topNavLineBtn:focus,
.topNav.themeWhite .topNavLineBtn:visited {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn::after {
  background-color: var(--primary-white);
}
.topNav.themeWhite .topNavLineBtn:hover {
  color: var(--primary-black);
}
body.topNavThemeWhite .topNavHamBox .topNavHamLineInner {
  background-color: var(--primary-white);
}

.topNavBarLang {
  margin-right: 20px;
}
.topNavBarLang .navbar {
  padding: .2em 5px;
}
.topNavBarLang .nav-link.dropdown-toggle {
  background-image: url('../../images/icon/icon-select-white.png');
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px auto;
  padding: .4em 15px .4em 5px;
  border: none;
  border-radius: 0;
  color: var(--primary-white);
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 600;
}
.topNavBarLang .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: var(--font-sub-title);
  line-height: 1.2;
  font-size: var(--font-size-default-14);
  color: var(--primary-font-color);
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
  background-color: rgba(255,255,255,1);
  min-width: 40px;
  text-align: center;
}
.topNavBarLang .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 5px;
  font-family: var(--font-sub-title);
  line-height: 1.2;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-14);
}
.topNavBarLang .dropdown-item:last-child {
  border-bottom: none;
}
.topNavBarLang .dropdown-item:focus, 
.topNavBarLang .dropdown-item.active {
  font-weight: 600;
}
.topNavBarLang .dropdown-item:hover {
  color: var(--primary-font-color);
  background-color: #ffffff;
}
.topNavBarLang .navbar-nav .dropdown-menu {
  position: absolute;
}

.topNavBarLangList ul.topNavItemList > li {
  margin: 0 1em;
}
.topNavBarLangList ul.topNavItemList > li:last-child {
  margin-right: 0;
}


@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .topNav {
    height: 100px;
  }
  .topNavFixSpace {
    height: 100px;
  }
  .topNavLogo {
    height: 70px;
  }
}
@media (max-width: 1366px) {
  ul.topNavItemList > li {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  /*.mobileNavCloseContainer {
    height: 70px;
  }*/
  .topNav {
    height: 70px;
  }
  .topNavFixSpace {
    height: 70px;
  }
  .topNav.minimize {
    height: 70px;
  }

  .topNavLogo {
    height: 50px;
  }
  .topNav.minimize .topNavLogo {
    height: 50px;
  }

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }
  /*.topNavHamCoverContainer {
    display: block;
  }*/
  .topNav .topNavBarLangList {
    display: none;
  }

  .topNav .topNavBarLang {
    display: none;
  }
}
@media (max-width: 820px) {
  .topNav {
    height: 60px;
  }
  .topNavFixSpace {
    height: 60px;
  }
  .topNav.minimize {
    height: 60px;
  }

  .topNavLogo {
    height: 45px;
  }
  .topNav.minimize .topNavLogo {
    height: 45px;
  }

  .topNavBarLeft,
  .topNavBarRight {
    width: auto;
  }

  ul.topNavItemList > li {
    padding: 10px 0;
    margin: 0 1.4vw;
  }

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

  .topNavBarCenter {
    display: none;
  }
  .topNavHamCoverInside {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  /*.topNav {
    height: 60px;
  }
  .topNavFixSpace {
    height: 60px;
  }
  .topNav.minimize {
    height: 60px;
  }
  .topNavLogo {
    height: 40px;
  }*/
  /*.topNavHamCoverInside {
    margin-left: 10px;
  }*/

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

  .topNavBarLang .nav-link.dropdown-toggle {
    font-size: 18px;
    font-weight: 400;
  }
  .topNavBarLang .dropdown-item {
    font-size: 18px;
    font-weight: 400;
  }

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

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

/*********** MOBILE NAV AREA *******/
.mobileNavArea {
  position: fixed;
  /*width: 35%;*/
  width: 50%;
  max-width: 676px;
  height: 100dvh;
  top: 0;
  right: 0;
  background-color: var(--secondary-black);
  color: #ffffff;
  z-index: 1150;
  transform: translateX(100%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.mobileNavArea.actived {
  transform: translateX(0);
  opacity: 1;
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 18%;
}
.mobileNavAreaInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary-yellow);
  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: 35px;
  right: var(--control-padding);
  transform: translate(0, -50%);
}
.mobileNavContent {
}
.mobileNavMenu > ul > li {
  font-family: var(--font-sub-title);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 22px 0;
  text-transform: uppercase;
}
.mobileNavMenu > ul > li > a {
  position: relative;
  display: inline-block;
}

.mobileNavContact {
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin-top: 40px;
  padding-top: 30px;
  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: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 28px;
    line-height: 1.2;
    margin: 25px 0;
  }
  .mobileNavLineCover {
    right: calc(var(--control-padding) + 70px);
  }
  .mobileNavLangCover {
    top: 35px;
    right: calc(var(--control-padding) + 60px);
    transform: translate(0, -50%);
  }
}
@media (max-width: 820px) {
  .mobileNavArea {
    /*width: 60%;*/
    width: 64%;
  }
  .mobileNavAreaInner {
    padding-left: 15%;
  }
  .mobileNavMenu > ul > li {
    font-size: 28px;
    line-height: 1.2;
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavArea {
    width: 100%;
  }
  .mobileNavAreaInner {
    align-items: flex-start;
    padding-left: 15%;
    padding-top: 100px;
  }
  .mobileNavMenu > ul > li {
    font-size: 22px;
    line-height: 1.2;
    margin: 16px 0;
  }

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

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  background-color: var(--secondary-black);
  color: var(--primary-white);
  font-size: var(--font-size-default-18);
  z-index: 100;
}
.pageFooterInner {
  width: 100%;
  position: relative;
  padding: 0;
}
.footerBtnToTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  cursor: pointer;
}
.pageFooterContent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 45px 0 30px;
  font-size: var(--font-size-default-16);
  line-height: 1.7;
  font-weight: 400;
}
.pageFooterContent > div:last-child {
  /*padding-right: 1.56vw;*/
}
.pageFooterLogo {
  width: 9.3vw;
  max-width: 160px;
  margin-bottom: 20px;
}
.footerCompanyName {
  margin-bottom: 10px;
  font-family: var(--font-title);
  font-size: var(--font-size-default-26);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-yellow);
}
.footerCompanyAddress {
  /*font-size: var(--font-size-default-14);*/
}
.footerCompanyDirection {
  margin-top: 20px;
}
.pageFooterContent a:not(.btn-theme) {
  transition: all .2s ease-in-out;
}
.pageFooterContent a:not(.btn-theme):hover {
  opacity: .5;
}
.footerContactMethod {
  margin-top: 12px;
}
ul.footerLink > li {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}
ul.footerSubLink > li {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-14);
  font-weight: 400;
  margin-bottom: 4px;
}

.footerSocial {
  margin-top: 20px;
}
ul.socialList {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  /*transform: translateY(6px);*/
}
ul.socialList > li {
  display: inline-block;
  margin-right: 16px;
  height: 22px;
}
ul.socialList > li:last-child {
  margin-right: 0;
}
ul.socialList > li > a {
  transition: opacity .2s ease-in-out;
}
ul.socialList > li > a:hover {
  opacity: .8;
}

.pageFooterCopyRightCover {
  font-size: var(--font-size-default-14);
  line-height: 1.2;
  font-weight: 400;
}
.pageFooterCopyRight {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .5);
}
ul.footerCopyRightLink > li {
  display: inline-block;
  padding: 0 14px;
  text-transform: uppercase;
  /*border-right: 1px solid var(--primary-gold);*/
}
ul.footerCopyRightLink > li:hover {
  opacity: .9;
}
ul.footerCopyRightLink > li:first-child {
  padding-left: 0;
}
ul.footerCopyRightLink > li:last-child {
  border-right: none;
  padding-right: 0;
}
.footerTitle {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 4px;
}
.footerEmail {
  margin-top: 8px;
}

.mobileFooterLink {
  display: none;
  padding-bottom: 10px;
  margin-top: 20px;
}
.mobileFooterLink .mobileNavLinks > ul > li {
  font-family: var(--font-sub-title);
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.mobileFooterLink .mobileNavSubLinks.actived {
  padding: 10px 20px;
}
.mobileFooterLink .mobileNavSubLinks > ul > li > a {
  font-size: 17px;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  font-weight: 400;
}

.footerCircleBtnTopCover {
  align-self: flex-end;
  width: 30px;
}
.footerCircleBtnTop {
  width: 30px;
  cursor: pointer;
}
.mobileFooterContact {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mobileFooterSocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerContactGroup {
  display: flex;
  margin-bottom: 18px;
}
.footerContactGroup > div:first-child {
  width: 40px;
}
.footerContactGroup > div:last-child {
  flex: 1;
}
.footerContactGroupIcon {
  width: 18px;
  transform: translateY(0.166em);
}

.footerQrCover {
  width: 6.25vw;
  max-width: 120px;
}

.mobileFooterContent {
  display: none;
}
.mobileFooterContactCover {
  padding-top: 20px;;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .footerQrCover {
    width: 100px;
  }
}
@media (max-width: 1366px) {
  .pageFooterContent {
    padding: 40px 0 30px;
  }
  .pageFooterLogo {
    width: 14vw;
    margin-bottom: 18px;
  }
  .pageFooterCopyRight {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .footerQrCover {
    width: 80px;
  }
}
@media (max-width: 820px) {
  .pageFooterContent {
    display: none;
    /*padding: 25px 0 20px;*/
  }
  /*.pageFooterContent {
    flex-wrap: wrap;
  }
  .pageFooterContent > div {
    width: 100%;
    display: none;
    margin-bottom: 0;
  }
  .pageFooterContent > div:first-child {
    display: block;
  }
  .pageFooterLogo {
    width: 120px;
    margin-bottom: 18px;
  }*/

  .pageFooterCopyRight {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 2;
  }
  .pageFooterCopyRight > div:first-child {
    margin-bottom: 8px;
  }
  ul.footerCopyRightLink > li {
    padding: 0 10px;
  }

  .mobileFooterLink {
    display: block;
  }

  .mobileFooterContactCover {
    padding-top: 20px;
  }

  .footerContactGroup {
    margin-bottom: 16px;
  }
  .footerContactGroup > div:first-child {
    width: 30px;
  }
  .footerContactGroupIcon {
    width: 16px;
    transform: translateY(0.166em);
  }

  .mobileFooterContent {
    display: flex;
    padding: 30px 0 20px;
  }
  .mobileFooterContent > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .footerCompanyName {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .footerCompanyAddress {
    font-size: 13px;
  }
  .pageFooterCopyRight {
    font-size: 12px;
  }
  .pageFooterCopyRight {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  ul.footerCopyRightLink > li {
    padding: 0 8px;
  }

  .mobileFooterContent {
    display: block;
    padding: 30px 0 20px;
  }
  .mobileFooterContactCover {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .25);
  }
  .mobileFooterContent > div {
    width: auto;
    display: inline-block;
  }

  .mobileFooterContent .footerContactGroup {
    font-size: 13px;
  }
  .mobileFooterContent .footerContactGroupIcon {
    width: 13px;
  }
  .mobileFooterContent ul.socialList > li {
    height: 18px;
  }
}

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

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

.sectionButton {
  margin-top: 50px;
}
.sectionButton.halfMT {
  margin-top: 25px;
}
.sectionButtonCenter {
  text-align: center;
}

.siteMainContent {
  max-width: 1300px;
  margin: 0 auto;
}

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

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

.btn-theme,
.btn-theme:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.875em;
  padding: 5px 1.43em 5px 2.25em;
  min-width: 120px;
  background-color: transparent;
  color: var(--primary-white);
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-white);
  border-radius: 3.125em;
  overflow: hidden;
  text-wrap: nowrap;
}
.btn-theme::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.125em;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-white);
  transition: all .2s ease-in-out;
  transform-origin: center center;
  transform: translate(-50%, -50%);
}
.btn-theme:hover {
  border-color: rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
}
.btn-theme:hover::before {
  background-color: var(--primary-yellow);
  transform: translate(calc(-50% + 3px), -50%);
}

.btn-theme > div {
  z-index: 10;
  transition: all .2s ease-in-out;
}
.btn-theme:hover > div {
  transform: translateX(3px);
}

.btn-theme.bgYellow,
.btn-theme.bgYellow:visited {
  background-color: var(--primary-yellow);
  color: var(--primary-black);
}
.btn-theme.bgYellow::after {
  /*background-color: var(--primary-lightblue);*/
  background-color: rgba(0, 0, 0, .1);
}
.btn-theme.bgYellow:hover {
  /*color: var(--primary-white);*/
}

.btn-theme.bgGold,
.btn-theme.bgGold:visited {
  background-color: var(--primary-gold);
  color: var(--primary-white);
}
.btn-theme.bgGold::after {
  /*background-color: var(--primary-lightblue);*/
  background-color: rgba(0, 0, 0, .1);
}
.btn-theme.bgGold:hover {
  /*color: var(--primary-white);*/
}

.btn-theme.bgBlack,
.btn-theme.bgBlack:visited {
  background-color: var(--primary-black);
  color: var(--primary-white);
}
.btn-theme.bgBlack::after {
  /*background-color: var(--primary-yellow);*/
  background-color: rgba(255, 255, 255, .15);
}
.btn-theme.bgBlack:hover {
  /*color: var(--primary-font-color);*/
}

.btn-theme:disabled {
  opacity: .5;
}
.btn-theme:disabled:hover {
  opacity: .5;
  background-color: var(--primary-lightblue);
  color: var(--primary-white);
}

.btn-theme.minWidthM {
  min-width: 240px;
}

.btn-theme-outline,
.btn-theme-outline:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.5em;
  padding: 10px 30px;
  background-color: transparent;
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: 1px solid var(--primary-white);
}
.btn-theme-outline:hover {
  color: var(--primary-white);
  border: 1px solid var(--primary-white);
  background-color: var(--primary-gold);
}
.btn-theme-outline > div {
  transform: translateY(0.125em);
}
.btn-theme-outline > .btnIcon {
  transform: translateY(0);
}

.btn-hero,
.btn-hero:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 3.33em;
  padding: 10px 1.67em;
  min-width: 180px;
  background-image: url('../../images/bg-btn-green.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: var(--primary-lightgreen);
  color: var(--primary-white);
  font-family: var(--font-title);
  font-size: var(--font-size-default-18);
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  outline: none !important;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  text-wrap: nowrap;
}
.btn-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  transition: width .2s ease-in-out;
  transform-origin: top left;
}
.btn-hero:hover {
  border: none;
  color: var(--primary-white);
}
.btn-hero:hover::after {
  width: 100%;
}
.btn-hero > div {
  transform: translateY(0.125em);
  z-index: 10;
}

.btn-hero.btnBgBlue,
.bannerTheme-light .btn-hero {
  background-image: url('../../images/bg-btn-blue.jpg');
}

.btnIcon {
  height: 1em;
  margin-left: 10px;
}

.link-theme-underline {
  position: relative;
}
.link-theme-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transform-origin: left center;
  transition: width .2s ease-in-out;
}
.link-theme-underline:hover::after {
  width: 100%;
}

.link-theme,
.link-theme:visited {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-18);
  font-weight: 700;
  color: var(--primary-blue);
  text-transform: uppercase;
  padding-right: 29px;
  transition: all .2s ease-in-out;
}
.link-theme::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 10px;
  background-image: url('../../images/icon/icon-link-blue.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transform: translate(0, -50%);
  transition: all .2s ease-in-out;
}
.link-theme:hover {
  color: var(--primary-gold);
}
.link-theme:hover::after {
  background-image: url('../../images/icon/icon-link-gold.png');
  transform: translate(5px, -50%);
}

.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 {
  font-family: var(--font-notosansthai);
  word-wrap: break-word;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  margin-bottom: 1.4em;
  font-size: var(--font-size-default-18);
  /*font-weight: 300;*/
}
.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: 1em;
}
.contentControl ul.spaceEach > li,
.contentControl ol.spaceEach > li,
.contentControl.forceSpaceList ul > li,
.contentControl.forceSpaceList ol > li {
  margin-bottom: 1em;
}
/*.contentControl ul.spaceEach > li:last-child,
.contentControl ol.spaceEach > li:last-child,
.contentControl.forceSpaceList ul > li:last-child,
.contentControl.forceSpaceList ol > li:last-child {
  margin-bottom: 0;
}*/
.contentControl img {
  display: block;
  height: auto;
  max-width: 100%;
}
.contentControl a {
  color: var(--primary-blue);
}
.contentControl a:hover {
  color: var(--primary-black);
}

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

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

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

.contentControl ul.typeTick {
  list-style-type: none;
  padding-left: 0;
}
.contentControl ul.typeTick > li {
  position: relative;
  padding-left: 30px;
}
.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;
}

.contentControl.strongBlodColor strong,
.contentControl.strongBlodColor b {
  color: var(--primary-yellow);
}

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

.detailLinkBackArea {
  margin-top: 4.16vw;
  text-align: center;
}
.highlightTextLink,
.highlightTextLink:visited {
  display: inline-block;
  /*color: #888;*/
  color: var(--primary-font-color);
  position: relative;
  transition: all .2s ease-in-out;
}
.highlightTextLink::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: all .2s ease-in-out;
}
.highlightTextLink:hover,
.highlightTextLink:focus {
  color: var(--primary-font-color);
  opacity: .75;
}

.highlightTextLink.txtBlack,
.highlightTextLink.txtBlack:visited {
  color: var(--primary-black);
}
.highlightTextLink.txtBlack::before {
  background-color: var(--primary-black);
}
.highlightTextLink.txtBlack:hover,
.highlightTextLink.txtBlack:focus {
  color: var(--primary-black);
}

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

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

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

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

  .splashContactFormContainer {
    max-height: 700px;
  }
}
@media (max-width: 820px) {
  .detailLinkBackArea {
    margin-top: 50px;
  }
}
@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;
  }*/

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

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

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

/*********** PAGES ***********/
.bgLightRadial {
  background-image: url('../../images/top-bg-light.png');
  background-position: top center;
  background-size: 91.67% auto;
  background-repeat: no-repeat;
}
.divLightRadial {
  position: absolute;
  top: 0;
  width: 91.67%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

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

.contentListLoading {
  width: 100%;
  height: 300px;
}
.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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--primary-blue);
  pointer-events: none;
  /*mix-blend-mode: difference;*/
  z-index: 3000;
  /*transition: transform 0.6s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out, top 0.08s linear, left 0.08s linear;*/
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  opacity: 1;
}
.dotCursor.big {
  width: 120px;
  height: 120px;
  background-color: rgba(107, 176, 211, .25);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}
.dotCursor.hasbg {
  background-color: rgba(107, 176, 211, .25);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}
.dotCursor.fixedHideCursorLogo {
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, opacity 0.4s linear, width 0.2s linear, height 0.2s linear;
}
.dotCursor.fixedHideCursor {
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: top 0.2s linear, left 0.2s linear, opacity 0.4s linear, width 0.2s linear, height 0.2s linear;
}
.dotCursor.hideTouchDevice {
  display: none !important;
}
.dotCursor.bigOnHeader {
  width: 120px;
  height: 120px;
  background-color: var(--primary-blue);
  border: 2px solid transparent;
  /*backdrop-filter: blur(5px);*/
  mix-blend-mode: normal;
}

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

.cursorOnBannerTitle {
  cursor: default;
}

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

.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);
  max-width: 51.50vw;
  margin: 0 auto;
}
.sectionThemeTitleInner {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-44);
}
.sectionThemeTitleLeft,
.sectionThemeTitleRight {
  flex: 1;
  height: 1px;
  position: relative;
}
.sectionThemeTitleCenter {
  color: var(--primary-yellow);
  padding: 0 0.26em;
  text-align: center;
}
.sectionThemeTitleLeft::before,
.sectionThemeTitleRight::before {
  content: "";
  position: absolute;
  /*width: 100%;*/
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  top: -0.1em;
  transition: width .8s ease-in-out;
}
.sectionThemeTitleLeft::before {
  right: 0;
}
.sectionThemeTitleRight::before {
  left: 0;
}
.sectionThemeDesc {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
  text-align: center;
  max-width: 1000px;
  /*margin: 30px auto 0;*/
  margin: 24px 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);
}

.sectionThemeTitle.actived .sectionThemeTitleLeft::before,
.sectionThemeTitle.actived .sectionThemeTitleRight::before {
  width: 100%;
}

.pageBanner {
  background-image: url('../../images/home/banner_pc.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 23.02vw;
  position: relative;
  overflow: hidden;
}
.pageBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 39, 39, .75);
  z-index: 5;
}
.pageBanner.noBg {
  background-image: none;
  background-color: transparent;
}
.pageBanner.noBg::before {
  display: none;
}
.pageBannerInner {
  width: 100%;
  height: 100%;
}
.pageBannerContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}
.pageBannerContent {
  width: 100%;
  color: var(--primary-white);
  font-size: var(--font-size-default-20);
}
.pageBannerTitle {
  /*opacity: 0;
  transform: translateY(50px);*/
  transition: all .4s ease-in-out;
}
.pageBannerTitle h1 {
  font-size: 3.02vw;
}

.pageBannerThemeLine {
  display: flex;
  align-items: flex-end;
}
.pageBannerThemeLineTxt {
  color: var(--primary-yellow);
}
.pageBannerThemeLineLine {
  flex: 1;
  position: relative;
  transform: translateY(-0.66em);
}
.pageBannerThemeLineLine::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  transition: width .4s ease-in-out;
  transition-delay: .2s;
}

.pageBannerDetail {
  transform: translateY(-0.66em);
  padding: 2.08vw 20px 10px 0;
  width: 100%;
  height: 9.79vw;
  position: relative;
}
.pageBannerDetail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
  background-color: var(--primary-yellow);
  transform-origin: right top;
  transition: height .4s ease-in-out;
  transition-delay: .6s;
}
.pageBannerDetailText {
  max-width: 660px;
  opacity: 0;
  transform: translateY(-30px);
  transition: all .4s ease-in-out;
  transition-delay: .4s;
}

.pageBannerContent.actived .pageBannerThemeLineLine::before {
  width: 100%;
}
.pageBannerContent.actived .pageBannerDetail::after {
  height: 120%;
}
.pageBannerContent.actived .pageBannerTitle {
  transform: translateY(0);
  opacity: 1;
}
.pageBannerContent.actived .pageBannerDetailText {
  transform: translateY(0);
  opacity: 1;
}

.pageBannerWorkTitle {
  margin-bottom: 1.25vw;
  color: var(--primary-yellow);
}
.pageBannerWorkText {
  margin-bottom: 2.6vw;
  transition: all .4s ease-in-out;
  opacity: 0;
  transform: translateY(30px);
}
.pageBannerWorkLine {
  position: relative;
  width: 100%;
  height: 3.38vw
}
.pageBannerWorkLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  transition: width .4s ease-in-out;
  transition-delay: .2s;
}

.pageBannerContent.actived .pageBannerWorkText {
  transform: translateY(0);
  opacity: 1;
}
.pageBannerContent.actived .pageBannerWorkLine::before {
  width: 100%;
}

@media (max-width: 1600px) {
  .contentContainerM {
    padding: 0 85px;
  }
}
@media (max-width: 1440px) {
  .contentContainerM {
    padding: 0 75px;
  }
}
@media (max-width: 1366px) {
  .contentContainerM {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .pageBanner {
    height: 300px;
  }
  .pageBannerTitle h1 {
    font-size: 3.4vw;
  }
  .pageBannerDetail {
    transform: translateY(-0.66em);
    padding: 24px 20px 10px 0;
    height: 120px;
  }

  .pageBanner.workDetailBanner {
    height: 240px;
  }
}
@media (max-width: 820px) {
  .pageBannerTitle h1 {
    font-size: 34px;
  }

  .contentContainerM {
    padding: 0 20px;
  }

  .pageBanner.workDetailBanner {
    height: 200px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageBanner {
    height: 300px;
  }
  .pageBannerTitle h1 {
    font-size: 26px;
  }
  .pageBannerDetail {
    transform: translateY(-0.66em);
    padding: 20px 20px 10px 0;
    height: 170px;
  }

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

  .sectionThemeTitle {
    max-width: unset;
    margin: 0 auto;
  }

  .sectionThemeTitleLeft::before,
  .sectionThemeTitleRight::before {
    top: 0;
  }

  .pageBanner.workDetailBanner {
    height: 200px;
  }

  /*.pageBannerContainer {
    padding-bottom: 20px;
  }*/
  
}
@media (max-width: 420px) {
  .sectionThemeTitleCenter {
    max-width: 300px;
  }
}

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

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

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

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

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

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

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

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

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

/*** HOME ***/
.homeBanner {
  /*background-image: url('../../images/home/banner_pc.jpg');*/
  background-image: url('../../images/home/banner_pc_opt.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 49.21vw;
  position: relative;
}
.homeBannerInner {
  width: 100%;
  height: 100%;
}
.homeBannerContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 20;
}
.homeBannerContent {
  color: var(--primary-white);
  font-size: var(--font-size-default-20);
}
.homeBannerSubTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
  font-weight: 500;
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(50px);
  transition: all .4s ease-in-out;
}
.homeBannerTitle {
  display: flex;
  white-space: nowrap;
  margin-bottom: 4px;
  color: var(--primary-yellow);
  opacity: 0;
  transform: translateY(50px);
  transition: all .4s ease-in-out;
  transition-delay: .2s;
}
.homeBannerTitle h1 {
  font-size: 3.02vw;
}
.homeBannerDetail {
  padding: 20px 10px 20px 20px;
  width: 100%;
  /*max-width: 34.42vw;*/
  max-width: 50vw;
  height: 28.64vw;
  position: relative;
  overflow: hidden;
  /*border-top: 1px solid var(--primary-yellow);
  border-left: 1px solid var(--primary-yellow);
  background-image: url('../../images/home/gp-banner-expert.svg');
  background-repeat: no-repeat;
  background-position: left 12px bottom 12px;
  background-size: 1.6vw auto;*/
}
.homeBannerDetail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  transform-origin: right center;
  transition: width .4s ease-in-out;
  transition-delay: .4s;
}
.homeBannerDetail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: var(--primary-yellow);
  transform-origin: left top;
  transition: height .4s ease-in-out;
  transition-delay: .8s;
}
.homeBannerDetailText {
  opacity: 0;
  transform: translateY(-30px);
  transition: all .4s ease-in-out;
  transition-delay: .8s;
}
.homeBannerBgText {
  position: absolute;
  left: 20px;
  bottom: 12px;
  width: 1.6vw;
  transform: translateX(-80px);
  transition: transform .4s ease-in-out;
  transition-delay: 1s;
}

.homeBannerContent.actived .homeBannerDetail::before {
  width: 100%;
}
.homeBannerContent.actived .homeBannerDetail::after {
  height: 100%;
}
.homeBannerContent.actived .homeBannerSubTitle {
  transform: translateY(0);
  opacity: 1;
}
.homeBannerContent.actived .homeBannerTitle {
  transform: translateY(0);
  opacity: 1;
}
.homeBannerContent.actived .homeBannerDetailText {
  transform: translateY(0);
  opacity: 1;
}
.homeBannerContent.actived .homeBannerDetail .homeBannerBgText {
  transform: translateX(0);
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .homeBannerBgText {
    left: 20px;
    bottom: 12px;
    width: 1.3vw;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeBannerTitle h1 {
    font-size: 3.4vw;
  }
  .homeBannerDetail {
    padding: 10px 10px 10px 12px;
    /*max-width: 38.7vw;*/
    max-width: 80vw;
    height: 28.64vw;
  }
  .homeBannerBgText {
    left: 10px;
    bottom: 12px;
    width: 1.3vw;
  }
}
@media (max-width: 820px) {
  .homeBanner {
    height: 70vh;
  }
  .homeBanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .2);*/
    background-color: rgba(0, 0, 0, 0);
    z-index: 5;
  }
  .homeBannerTitle h1 {
    font-size: 34px;
  }
  .homeBannerDetail {
    padding: 10px 10px 10px 12px;
    max-width: 80vw;
    height: 40vh;
  }
  .homeBannerBgText {
    width: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeBanner {
    height: 80vh;
  }
  .homeBannerTitle h1 {
    font-size: 26px;
  }
  .homeBannerDetail {
    padding: 10px 10px 10px 12px;
    max-width: 100%;
    height: 50vh;
    font-size: 14px;
  }
  .homeBannerBgText {
    width: 15px;
  }
}
@media (max-width: 425px) {
}

/*** HOME-ABOUT ***/
.themeImgCover {
  position: relative;
  background-color: transparent;
}
.themeImgCover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.9vw;
  width: 24.58vw;
  height: calc(100% + 60px);
  /*transform: translate(0, -50%);*/
  transform: translate(-100%, -50%);
  background-color: var(--primary-yellow);
  z-index: 1;
  transition: all .8s ease-in-out;
  opacity: 0;
}
.themeImgCoverImg {
  position: relative;
  padding-left: 3.12vw;
  z-index: 5;
  transition: all 1s ease-in-out;
  transform: translate(-100%, 0);
  opacity: 0;
  background-color: transparent;
}

.themeImgCover.actived::before {
  transform: translate(0, -50%);
  opacity: 1;
}
.themeImgCover.actived .themeImgCoverImg {
  transform: translate(0, 0);
  opacity: 1;
}

.sectionOverflowHiddenX {
  overflow-x: hidden;
}

.homeAbout {
  padding: var(--section-padding-v120);
}
.homeAboutContentBox {
  max-width: 540px;
  margin-left: 20%;
}
.homeAboutContentBox .sectionTitle {
  transform: translateX(-2px);
}
.contentImageWithText {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-20);
}
.contentImageWithTextLeft {
  width: 50%;
  padding-right: 12%;
}
.contentImageWithTextRight {
  flex: 1;
}
.contentImageWithText.reverseDiv {
  flex-direction: row-reverse;
}
.contentImageWithText.reverseDiv .contentImageWithTextLeft {
  padding-right: 0;
  padding-left: 12%;
}
.contentImageWithText.reverseDiv .themeImgCover::before {
  left: unset;
  right: -0.9vw;
  transform: translate(100%, -50%);
}
.contentImageWithText.reverseDiv .themeImgCoverImg {
  padding-left: 0;
  padding-right: 3.12vw;
  transform: translate(100%, 0);
}

.contentImageWithText.reverseDiv .themeImgCover.actived::before {
  transform: translate(0, -50%);
}
.contentImageWithText.reverseDiv .themeImgCover.actived .themeImgCoverImg {
  transform: translate(0, 0);
}

.sectionTitleThemeLine {
  display: flex;
  align-items: flex-end;
  max-width: 34.3vw;
}
.sectionTitleThemeLineTxt {
  color: var(--primary-yellow);
}
.sectionTitleThemeLineLine {
  flex: 1;
  position: relative;
  transform: translateY(-0.66em);
}
.sectionTitleThemeLineLine::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-yellow);
  transition: width .8s ease-in-out;
}

.sectionTitleThemeLine.actived .sectionTitleThemeLineLine::before {
  width: 100%;
}

.themeSectionTitleCover {
  text-align: left;
}
.themeSectionTitleCover.txtCenter {
  text-align: center;
}
.themeSectionTitle {
  position: relative;
  display: inline-block;
  padding: 4.15vw 0 4.15vw;
}
.themeSectionTitleTxt {
  position: relative;
  padding-left: 2vw;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease-in-out;
  transition-delay: .5s;
  z-index: 5;
}
.themeSectionTitleBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8.3vw;
  height: 8.3vw;
  transform: translate(0, -50%);
  /*border: 6px solid var(--primary-yellow);
  border-right: none;*/
  --themSectionLineSpeed: 0.2s;
  z-index: 1;
  background-color: transparent;
}
.themeSectionTitleBox::before {
  content: "";
  position: absolute;
  bottom: 85%;
  right: 0;
  width: 6px;
  height: 0;
  background-color: var(--primary-yellow);
  transition: all 0.1s ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
.themeSectionTitleBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 0;
  background-color: var(--primary-yellow);
  transition: all 0.1s ease-in-out;
  transition-delay: 0.7s;
  z-index: 1;
}
.themeSectionTitleBoxLineV {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.themeSectionTitleBoxLineV::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 6px;
  background-color: var(--primary-yellow);
  transition: all var(--themSectionLineSpeed) ease-in-out;
  transition-delay: 0.1s;
  z-index: 1;
}
.themeSectionTitleBoxLineV::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background-color: var(--primary-yellow);
  transition: all var(--themSectionLineSpeed) ease-in-out;
  transition-delay: 0.5s;
  z-index: 1;
}
.themeSectionTitleBoxLineH {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.themeSectionTitleBoxLineH::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 0;
  background-color: var(--primary-yellow);
  transition: all var(--themSectionLineSpeed) ease-in-out;
  transition-delay: 0.3s;
  z-index: 1;
}

.themeSectionTitleTxt h2 {
  /*font-size: var(--font-size-default-40);*/
  color: var(--primary-yellow);
  line-height: 1;
  white-space: nowrap;
  transform: translateY(0.1em);
}
.themeSectionTitleTxt h1 {
  color: var(--primary-yellow);
  line-height: 1;
  transform: translateY(0.1em);
}

.themeSectionTitle.actived .themeSectionTitleTxt {
  opacity: 1;
  transform: translateX(0);
}
.themeSectionTitle.actived .themeSectionTitleBox::before {
  height: 15%;
}
.themeSectionTitle.actived .themeSectionTitleBox::after {
  height: 15%;
}
.themeSectionTitle.actived .themeSectionTitleBoxLineV::before {
  width: 100%;
}
.themeSectionTitle.actived .themeSectionTitleBoxLineV::after {
  width: 100%;
}
.themeSectionTitle.actived .themeSectionTitleBoxLineH::before {
  height: 100%;
}

.themeSectionTitle.biggerBox {
  padding: 5.2vw 0 5.2vw;
}
.themeSectionTitle.biggerBox .themeSectionTitleTxt {
  padding-left: 2.6vw;
}
.themeSectionTitle.biggerBox .themeSectionTitleBox {
  width: 10.4vw;
  height: 10.4vw;
}

.themeSectionTitleDesc {
  margin: 14px 0;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .contentImageWithTextLeft {
    padding-right: 8%;
  }
  .contentImageWithText.reverseDiv .contentImageWithTextLeft {
    padding-left: 8%;
  }
}
@media (max-width: 1024px) {
  .contentImageWithTextLeft {
    padding-right: 6%;
  }
  .contentImageWithText.reverseDiv .contentImageWithTextLeft {
    padding-left: 6%;
  }
}
@media (max-width: 820px) {
  .contentImageWithTextLeft {
    padding-right: 4%;
  }
  .contentImageWithText.reverseDiv .contentImageWithTextLeft {
    padding-left: 4%;
  }
  .sectionTitleThemeLineLine {
    transform: translateY(-0.3em);
  }

  .themeSectionTitle {
    padding: 50px 0 50px;
  }
  .themeSectionTitleTxt {
    padding-left: 25px;
  }
  .themeSectionTitleBox {
    width: 100px;
    height: 100px;
  }
  .themeSectionTitleBox::before {
    width: 4px;
  }
  .themeSectionTitleBox::after {
    width: 4px;
  }
  .themeSectionTitleBoxLineV::before {
    height: 4px;
  }
  .themeSectionTitleBoxLineV::after {
    height: 4px
  }
  .themeSectionTitleBoxLineH::before {
    width: 4px;
  }

  .themeSectionTitle.biggerBox {
    padding: 70px 0 70px;
    margin-bottom: 20px;
  }
  .themeSectionTitle.biggerBox .themeSectionTitleTxt {
    padding-left: 35px;
  }
  .themeSectionTitle.biggerBox .themeSectionTitleBox {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .themeImgCover::before {
    height: calc(100% + 30px);
  }

  .contentImageWithText {
    display: block;
  }
  .contentImageWithTextLeft {
    width: 100%;
    padding-right: 0;
  }
  .contentImageWithTextRight {
    padding-top: 60px;
  }
  .contentImageWithText.reverseDiv .contentImageWithTextLeft {
    padding-left: 0;
  }

  .homeAboutContentBox {
    max-width: unset;
    margin-left: 0;
  }

  .sectionTitleThemeLine {
    max-width: unset;
  }
  .sectionTitleThemeLineLine {
    transform: translateY(-0.3em);
  }
}
@media (max-width: 425px) {
}

/*** HOME-WHY ***/
.homeWhy {
  padding: var(--section-padding-v100);
}
.homeWhyInner {
}
.homeWhyExpYearContainer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 2.6vw 0;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
}
.homeWhyExpYearNumSpecial {
  font-size: 10.41vw;
  line-height: 0.745;
  font-weight: 700;
  background-image: url('../../images/home/bg_experience.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeWhyExpYearText {
  padding-left: 20px;
}
.homeWhyTopTenText {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.homeWhyTopTenText span {
  font-size: 1.33em;
  color: var(--primary-yellow);
  white-space: nowrap;
}
.homeWhyTopTenLogo {
  width: 12.5vw;
  max-width: 240px;
  margin: 2.6vw auto 0;
}

.homeWhyReasonCover {
  padding: 0 var(--control-padding);
}
.homeWhyReason {
  width: 75.3vw;
  margin: 6.25vw auto 0;
  position: relative;
}
.homeWhyReasonImg {
  position: relative;
  z-index: 1;
}
.homeWhyReasonContent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeWhyReasonContentMain {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../../images/home/bg-be-opt.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 20px;
}
.homeWhyReasonContentBox {
  width: 100%;
  max-width: 650px;
}
.homeWhyReasonItem {
  text-align: center;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
}
.homeWhyReasonTitle {
  margin-bottom: 20px;
}
.homeWhyReasonTitle h3 > span {
  color: var(--primary-yellow);
}
.homeWhyReasonItemSeperate {
  width: 20px;
  height: 5.2vw;
  margin: 0 auto;
  position: relative;
}
.homeWhyReasonItemSeperate::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, .25);
  transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .homeWhyExpYearNumSpecial {
    font-size: 120px;
    line-height: 0.745;
  }
}
@media (max-width: 820px) {
  .homeWhyReasonCover {
    padding: 0;
  }
  .homeWhyReason {
    width: 100%;
    margin: 50px auto 0;
  }
  .homeWhyExpYearContainer {
    margin: 30px 0;
  }
  .homeWhyTopTenLogo {
    width: 120px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .homeWhy {
    padding: 10px 0 10px;
  }
  .homeWhyExpYearNumSpecial {
    font-size: 110px;
    line-height: 0.745;
  }

  .homeWhyReason {
    width: 100%;
    margin: 50px auto 0;
    background-image: url('../../images/home/bg-be-opt.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .homeWhyReasonImg {
    display: none;
  }
  .homeWhyReasonContent {
    position: relative;
    width: 100%;
    height: auto;
    top: unset;
    left: unset;
    padding: 50px var(--control-padding) 40px;
  }
  .homeWhyReasonTitle {
    margin-bottom: 10px;
  }
  .homeWhyReasonItemSeperate {
    height: 50px;
  }
}
@media (max-width: 425px) {
}

/*** HOME-SERVICES ***/
.homeService {
  padding: var(--section-padding-v100);
}
.homeServiceListCover {
  margin-top: 30px;
}
.homeServiceListFlex {
  display: flex;
  justify-content: space-between;
}
.homeServiceListFlex > div {
  padding-right: 10px;
}
.homeServiceListFlex > div:last-child {
  padding-right: 0;
}
ul.homeServiceList {
  font-family: var(--font-sub-title);
  /*font-size: var(--font-size-default-26);*/
  font-size: var(--font-size-default-20);
}
ul.homeServiceList > li {
  margin-bottom: 0.77em;
  padding-left: 1.8em;
  padding-right: 0.7em;
  position: relative;
}
ul.homeServiceList > li::before {
  content: "";
  position: absolute;
  width: 1.15em;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  top: 0.7em;
  left: 0;
}
.homeServiceBtnCover {
  margin-top: 30px;
}

.homeService .themeSectionTitleCover {
  text-align: left;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .homeServiceListFlex {
    display: block;
  }
  .homeServiceListFlex > div {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .homeServiceListFlex {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}
@media (max-width: 425px) {
}

/*** HOME-WORKS ***/
.homeWork {
  padding: var(--section-padding-v100);
}
.homeWorkList {
  margin-top: 40px;
}
.homeWorkList .row {
  margin-left: -1.56vw;
  margin-right: -1.56vw;
}
.workListItem {
  padding: 0 1.56vw;
  margin-bottom: 2.6vw;
}
.workListItemInner {
  display: block;
}
.workListItemImgCover {
  position: relative;
}
.workListItemImg {
  position: relative;
  z-index: 1;
}
.workLisItemHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.workLisItemHover > div {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 84%;
  border: 5px solid var(--primary-yellow);
  border-bottom: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.workLisItemHover > div > .hoverInfo {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.hoverInfo .hoverInfoLeft,
.hoverInfo .hoverInfoRight {
  flex: 1;
  position: relative;
}
.hoverInfo .hoverInfoCenter {
  text-align: center;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  font-weight: 600;
  padding: 0 1.75em;
  transform: translateY(40%);
  text-transform: uppercase;
}
.hoverInfo .hoverInfoLeft::before,
.hoverInfo .hoverInfoRight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--primary-yellow);
  bottom: 0;
}

.workListItemDetail {
  margin-top: 20px;
}
.workListItemDetail-title {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  font-weight: 600;
  transition: color .2s ease-in-out;
  /*text-transform: uppercase;*/
}
.workListItemDetail-category {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-16);
  font-weight: 600;
  color: rgba(255, 255, 255, .5);
  transition: color .2s ease-in-out;
}

.workListItem:hover .workLisItemHover {
  opacity: 1;
  visibility: visible;
}
.workListItem:hover .workListItemDetail-title {
  color: var(--primary-yellow);
}
.workListItem:hover .workListItemDetail-category {
  color: var(--primary-white);
}

.workListViewAllCover {
  margin-top: 30px;
  text-align: center;
}

@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) {
  .workListViewAllCover {
    margin-top: 10px;
  }
  .workListItem {
    margin-bottom: 30px;
  }
  .hoverInfo .hoverInfoCenter {
    padding: 0 0.6em;
  }
}
@media (max-width: 425px) {
}

/*** HOME-BLOG ***/
.blogList {
  margin-top: 40px;
}
.blogList .row {
  margin-left: -1.56vw;
  margin-right: -1.56vw;
}
.workListItem.blogListItem {
  padding: 0 1.56vw;
  margin-bottom: 2.6vw;
}
.workListItemInner.blogListItemInner {
  display: block;
}

@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) {
  .workListItem.blogListItem {
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
}

/*** QUOTE ***/
.sectionQuote {
  /*background-color: #DCDCDC;
  color: var(--primary-black);*/
  color: var(--primary-white);
  padding: var(--section-padding-v100);
}
.sectionQuoteContent {
}
.sectionQuoteHeader {
  margin: 0 auto 24px;
  text-align: center;
  color: var(--primary-yellow);
}
.sectionQuoteTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-30);
  font-weight: 500;
  margin: 0 auto 40px;
  max-width: 860px;
  text-align: center;
}
.sectionQuoteContactList {
  display: flex;
  justify-content: center;
}
.sectionQuoteContactList > div {
  width: 12.24vw;
  max-width: 235px;
  margin: 0 11px;
}
.sectionQuoteContactList > div > a {
  display: block;
  transition: transform .2s ease-in-out;
  transform-origin: center center;
}
.sectionQuoteContactList > div > a:hover {
  transform: scale(0.96);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .sectionQuoteContactList > div {
    width: 16vw;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionQuoteTitle {
    margin: 0 auto 24px;
  }
  .sectionQuoteContactList {
    display: flex;
    flex-wrap: wrap;
  }
  .sectionQuoteContactList > div {
    width: 46%;
    margin: 0 5px 10px;
  }
}
@media (max-width: 425px) {
}

/*** PAGE SERVICE ***/
.pageService {
  padding: var(--section-padding-v60);
  overflow: hidden;
}
.pageServiceContent {
  display: flex;
}
.pageServiceContentLeft {
  width: 44.5%;
  padding-right: 6vw;
  padding-top: 40px;
}
.pageServiceContentRight {
  flex: 1;
  padding: 40px 30px 200px;
}
.pageServiceIntro {
  margin-bottom: 100px;
}
.pageServiceTitle {
  margin-bottom: 30px;
}

.pageServiceFlexContainer {
  display: flex;
  margin-left: -1.4vw;
  margin-right: -1.4vw;
}
.pageServiceFlexContainer > div {
  margin: 0 1.4vw;
}
.pageServiceFlexContainer > div.pageServiceFlexRight {
  padding-top: 3.85vw;
}
.pageServiceFlexItem {
  margin-bottom: 2vw;
}

.pageServiceItemBox {
  background-color: #0C0C0C;
  color: #ffffff;
  padding: 40px 30px 50px;
  font-size: var(--font-size-default-16);
}
.pageServiceItemBoxTitle {
  color: var(--primary-yellow);
  margin-bottom: 24px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .pageServiceContentLeft {
    width: 44.5%;
    padding-right: 6vw;
    padding-top: 40px;
  }
  .pageServiceContentRight {
    padding: 40px 20px 140px;
  }
  .pageServiceIntro {
    margin-bottom: 80px;
  }
  .pageServiceItemBox {
    padding: 40px 30px 50px;
  }
}
@media (max-width: 1024px) {
  .pageServiceFlexContainer {
    display: block;
    margin: 0;
  }
  .pageServiceFlexContainer > div {
    margin: 0;
  }
  .pageServiceFlexContainer > div.pageServiceFlexRight {
    padding-top: 0;
  }
  .pageServiceFlexItem {
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageServiceContent {
    display: block;
  }
  .pageServiceContentLeft {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }
  .pageServiceContentRight {
    padding: 60px 0 0;
  }
  .pageServiceIntro {
    margin-bottom: 60px;
  }
  .pageServiceItemBox {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 425px) {
}

/*** PAGE WORKS ***/
.pageWorkContent {
  padding: var(--section-padding-v80);
}
select.selectCategoryNavigation {
  display: inline-flex;
  max-width: 240px;
  position: relative;
  width: 100%;
  /*height: 60px;*/
  height: 2.2em;
  display: flex;
  align-items: center;
  padding: 6px 0.6px;
  border: none;
  border-bottom: 1px solid var(--primary-white);
  border-radius: 0;
  /*font-size: var(--font-size-default-16);*/
  font-family: var(--font-sub-title);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-font-color);
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select-white.png');
  background-position: right center;
  background-size: 0.8em auto;
  background-repeat: no-repeat;
}

.detailGallery {
  padding: var(--section-padding-v100);
  padding-top: 0;
}
.detailGalleryList {
  margin-left: -1.56vw;
  margin-right: -1.56vw;
}
.detailGalleryItem {
  width: 50%;
  padding: 1.56vw;
}

@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) {
  .detailGalleryItem {
    width: 100%;
    padding: 1.56vw;
  }
}
@media (max-width: 425px) {
}

/*** BLOG DETAIL ***/
.pageDetailSection {
  padding: 10px 0 80px;
}
.pageDetailContainer {
  /*background-color: #333333;
  color: var(--primary-white);*/
  /*background-color: #DCDCDC;*/
  background-color: #ffffff;
  color: var(--primary-black);
  padding: 60px 60px;
}

.blogDetailContent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.blogDetailContent .contentControl p,
.blogDetailContent .contentControl ul,
.blogDetailContent .contentControl ol,
.blogDetailContent .contentControl table {
  color: var(--primary-black);
}
.blogDetailTitle {
  display: block;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-44);
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
}
.blogDetailDesc {
  font-family: var(--font-quote);
  font-size: var(--font-size-default-26);
  line-height: 1.4;
  font-style: italic;
  margin-top: 30px;
}
.blogDetailTitleLine {
  position: relative;
  padding-top: 1.4vw;
  margin-bottom: 1.4vw;
}
.blogDetailTitleLine::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  width: 0;
  height: 1px;
  background-color: var(--primary-black);
  transition: width .4s ease-in-out;
}
.blogDetailTitleLine.actived::before {
  width: 100%;
}
.blogDetailDateBar {
  font-weight: 300;
  font-size: var(--font-size-default-16);
  /*margin-top: 1.875vw;*/
}
.newsDetailInfo {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.newsDetailDate {
  font-size: var(--font-size-default-18);
  font-weight: 300;
  text-transform: uppercase;
}

.newsDetailShare {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard */
}
.contentShare {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: var(--font-size-default-18);
  font-weight: 300;
  cursor: pointer;
}
.contentShareIcon {
  width: 1em;
  margin-left: 4px;
  transform: translateY(-1px);
}

.shareThisCover {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  height: 0;
  overflow: hidden;
  transition: height .2s ease-in-out;
}
.shareThisCover.actived {
  height: 50px;
}
.shareThisCover > div {
  position: relative;
  padding: 10px 0;
  /*background-color: rgba(255,255,255,.8);*/
  opacity: 0;
  transition-delay: .4s;
}
.shareThisCover.actived > div {
  opacity: 1;
  transition-delay: 0s;
}

.blogDetailImage {
  margin-top: 20px;
}
.blogDetailContentText {
  margin-top: 40px;
}
.blogDetailContentTags {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 10px;
  font-size: var(--font-size-default-14);
}
.blogDetailContentTagsIcon {
  width: 16px;
  margin-right: 10px;
}
.blogDetailContentTagsTxt {
  flex: 1;
}
.blogRealtedList {
  padding: var(--section-padding-v100);
  padding-bottom: 20px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pageDetailContainer {
    padding: 60px 60px;
  }
}
@media (max-width: 820px) {
  .pageDetailContainer {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .blogDetailTitleLine {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .pageDetailContainer {
    padding: 30px 20px;
  }
  .blogDetailDesc {
    margin-top: 20px;
  }
  .blogDetailImage {
    margin-top: 15px;
  }
  .blogDetailContentText {
    margin-top: 30px;
  }

  .pageBlogDetail.pageDetailSection {
    padding: 10px 0 0;
  }
  .pageBlogDetail .pageDetailSectionInner.sectionControlBoth {
    padding: 0;
  }
}
@media (max-width: 425px) {
}

/*** REVIEWS ***/
.reviewSectionList {
  margin-left: -20px;
  margin-right: -20px;
}
.reviewSectionItem {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.reviewSectionItem .reviewItemInner {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .reviewSectionList {
    margin-left: -20px;
    margin-right: -20px;
  }
  .reviewSectionItem {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 820px) {
  .reviewSectionList {
    margin-left: -10px;
    margin-right: -10px;
  }
  .reviewSectionItem {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .reviewSectionList {
    margin-left: -10px;
    margin-right: -10px;
  }
  .reviewSectionItem {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
}

/*** ABOUT ***/
.aboutSection {
  padding: var(--section-padding-v80);
}
.aboutFaqs {
  padding: var(--section-padding-v80);
  background-color: var(--bgcolor-lightblue);
}
.aboutFaqsContainer {
  display: flex;
  margin-top: 3.125vw;
}
.aboutFaqsContainer.reverseDiv {
  flex-direction: row-reverse;
}
.aboutFaqsLeft {
  width: 31.15%;
}
.aboutFaqsRight {
  flex: 1;
  padding-left: 3.275%;
}
.aboutFaqsContact {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-22);
  font-weight: 700;
  margin-bottom: 20px;
}

.faqsHeader {
  display: flex;
}
.faqsHeaderText {
  flex: 1;
}
.faqsHeaderIconCover {
  width: 2em;
  text-align: center;
}
.faqsHeaderIcon {
  display: inline-block;
  width: 1.6em;
  transition: all .2s ease-in-out;
  transform-origin: center center;
  transform: rotate(45deg);
}

.aboutfaqsList .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.aboutfaqsList .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.aboutfaqsList .card .card-header {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  font-weight: 700;
  padding: 1.5em 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none !important;
  border-radius: 0 !important;
  color: var(--primary-blue);
  cursor: pointer;
}
.aboutfaqsList .card .card-body {
  font-size: var(--font-size-default-18);
  padding: 0 0 1.5em;
}
.aboutfaqsList .card .card-header > div.collapsed .faqsHeaderIcon {
  transform: rotate(0);
}

.aboutContact {
  padding: var(--section-padding-v80);
}
.aboutContactTitle {
  font-size: var(--font-size-default-22);
  font-weight: 600;
  margin-bottom: 10px;
}
.aboutContactInfo {
  font-size: var(--font-size-default-16);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .aboutFaqsContainer {
    display: block;
    margin-top: 30px;
  }
  .aboutFaqsLeft {
    width: 100%;
  }
  .aboutFaqsRight {
    padding-left: 0;
  }
  .aboutFaqsContact {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .aboutFaqsContact br {
    display: none;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutHighlightCover {
    margin-top: 20px;
  }
  .faqsHeaderIconCover {
    width: 30px;
  }
  .faqsHeaderIcon {
    width: 24px;
  }
}
@media (max-width: 425px) {
}

/*** NEWS ***/
.sectionNews {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 26vw auto;
  padding: var(--section-padding-v120);
}
.sectionNewsInner {
  display: flex;
}
.sectionNewsLeft {
  width: 36%;
  padding-left: 8vw;
}
.sectionNewsRight {
  flex: 1;
}
.newsList {
  margin-left: -4.16vw;
  margin-right: -4.16vw;
}
.newsItem {
  width: 50%;
}
.newsItemInner {
  display: block;
  padding: 0 4.16vw 4.16vw;
}
.newsStamp {
  height: 9.3vw;
}
.newsItemImg {
  position: relative;
  overflow: hidden;
}
.newsItemImg img {
  transform-origin: center center;
  transition: transform .4s ease-in-out;
}
.newsItemDetail {
  margin-top: 34px;
}
.newsItemDate {
  text-transform: uppercase;
}
.newsItemTitle {
  font-family: var(--font-title);
  font-size: var(--font-size-default-34);
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  transition: color .2s ease-in-out;
}
.newsItemBox:hover .newsItemImg img {
  transform: scale(1.1);
}
.newsItemBox:hover .newsItemTitle {
  color: var(--primary-gold);
}

.sectionNewsDetail {
  background-color: #ffffff;
  background-image: url('../../images/news/bg-news-detail.png');
  background-repeat: no-repeat;
  background-position: left top 12vw;
  background-size: 9vw auto;
  padding: var(--section-padding-v120);
}
.newsDetailContentArea {
  padding-bottom: calc(5.2vw - 50px);
  border-bottom: 1px solid #D5D5D5;
}

.newsDetailHeader {
  display: flex;
  padding-bottom: 5.2vw;
  margin-bottom: 5.2vw;
  border-bottom: 1px solid #D5D5D5;
}
.newsDetailHeaderLeft {
  flex: 1;
  padding-right: 4.16vw;
}
.newsDetailHeaderRight {
  width: 50%;
}
.newsDetailTitle {
  margin-top: 20px;
}

.newsDetailTopPart {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 5.2vw;
}
.newsDetailTopPartLeft {
  width: 33%;
}
.newsDetailTopPartRight {
  flex: 1;
  padding-left: 4.16vw;
}
.newsDetailTopPartLeftImg {
  max-width: 420px;
}
.newsDetailPartHeader {
  margin-bottom: 20px;
}

.newsDetailBottomPart {
  display: flex;
  padding-bottom: 5.2vw;
}
.newsDetailBottomPartLeft {
  flex: 1;
  padding-right: 8vw;
}
.newsDetailBottomPartRight {
  width: 50%;
}

.newsShareArea {
  text-align: right;
  position: relative;
  padding-bottom: 50px;
}
.newsShareBtn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-title);
  font-size: var(--font-size-default-20);
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.newsShareBtn:hover {
  opacity: .75;
}
.newsShareBtnIcon {
  width: 24px;
  margin-left: 8px;
  transform: translateY(-2px);
}

.sectionNewsRelated {
  padding-top: 5.2vw;
}
.newsRelatedTitle {
  text-align: center;
}
.newsRelatedList {
  margin-top: 30px;
}
.newsRelatedList > .row {
  margin-left: -2.5vw;
  margin-right: -2.5vw;
}
.newsRelatedItem {
  padding: 0 2.5vw;
}
.newsRelatedItemInner {
  display: block;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .sectionNewsLeft {
    width: 20%;
    padding-left: 8vw;
    position: relative;
  }
  .sectionNewsTitle {
    position: absolute;
  }
  .newsStamp {
    height: 80px;
  }

  .newsDetailBottomPartLeft {
    padding-right: 4.16vw;
  }
  .newsDetailBottomPartRight {
    width: 33%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionNewsInner {
    display: block;
  }
  .sectionNewsLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .sectionNewsTitle {
    position: relative;
  }
  .newsItem {
    width: 100%;
  }
  .newsItemInner {
    padding: 0 4.16vw 30px;
  }
  .newsStamp {
    height: 0;
  }
  .newsItemDetail {
    margin-top: 20px;
  }

  .sectionNewsDetail {
    background-size: 20vw auto;
  }
  .newsDetailHeader {
    display: block;
    padding-bottom: 5.2vw;
    margin-bottom: 5.2vw;
  }
  .newsDetailHeaderRight {
    width: 100%;
    margin-top: 20px;
  }
  .newsDetailTitle {
    margin-top: 20px;
  }

  .newsDetailTopPart {
    display: block;
    padding-bottom: 5.2vw;
  }
  .newsDetailTopPartLeft {
    width: 100%;
  }
  .newsDetailTopPartRight {
    padding-left: 0;
  }
  .newsDetailTopPartLeftImg {
    max-width: unset;
  }
  .newsDetailPartHeader {
    margin-bottom: 20px;
  }

  .newsDetailBottomPart {
    display: block;
    padding-bottom: 5.2vw;
  }
  .newsDetailBottomPartLeft {
    padding-right: 0;
  }
  .newsDetailBottomPartRight {
    width: 100%;
  }

  .sectionNewsRelated {
    padding-top: 50px;
  }
  .newsRelatedList {
    margin-top: 20px;
  }
  .newsRelatedItem {
    padding: 0 2.5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
}

/*** CONTACT ***/
.pageContactMethod {
  padding-top: 30px;
}
.contactMapArea {
}
.contactPageGoogleMap {
  height: 414px; 
}
.contactPageGoogleMapIframeCover {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.contactPageGoogleMapIframeCover iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.pageContactDetail {
  margin: 30px 0;
}

.contactFormArea {
  width: 100%;
}
.contactFormTitle {
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-22);
  font-weight: 600;
  margin-bottom: 20px;
}
.contactForm .row {
  margin-left: -14px;
  margin-right: -14px;
}
.contactFormItem {
  padding: 0 14px;
  margin-bottom: 24px;
}
.contactFormItemInner {
  position: relative;
}
.contactFormItemInner .form-control {
  position: relative;
  width: 100%;
  /*height: 60px;*/
  height: 3.75em;
  display: flex;
  align-items: center;
  padding: 0.635em 0.635em;
  border: 1px solid #D5D5D5;
  border-radius: 0;
  /*font-size: var(--font-size-default-16);*/
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-font-color);
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
}
.contactFormItemInner textarea.form-control {
  height: 7.5em;
}
.contactFormItemInner input::placeholder,
.contactFormItemInner textarea::placeholder {
  color: var(--primary-font-color);
}
.contactFormItemInner .form-control.inputCalendarIcon {
  background-image: url('../../images/icon/icon-form-calendar.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px auto;
}
.contactFormItemInner .form-control[readonly] {
  background-color: #F6F6F6;
}

.contactFormItemInner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-form-select.png');
  background-position: right 10px center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.contactFormItemInner select[disabled] {
  background-color: #F6F6F6;
  background-image: none;
}

.contactFormItemTitle {
  font-family: var(--font-sub-title);
  font-family: var(--font-title);
  font-size: var(--font-size-default-16);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contactFormSubmit {
  text-align: left;
}
.contactFormConsent {
  text-align: left;
  padding-top: 5px;
}

/* Customize the label (the container) */
.containerCheckbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 34px;
  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-18);
  line-height: 1.2;
  font-weight: 400;
  height: 1.33em;
}

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

/* Create a custom checkbox */
.containerCheckbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #D5D5D5;
  transform: translateY(-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: var(--primary-blue);
  border: 1px solid var(--primary-blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckbox .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: 0px;
  width: 7px;
  height: 14px;
  border: solid var(--primary-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactThanksPanelContentBox {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  background-color: var(--primary-white);
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactThanksPanelContentBoxInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--font-size-default-18);
}
.contactThanksTitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.containerCheckbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.signRequired {
  color: var(--primary-red);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .contactFormArea {
    margin: 50px auto 0;
  }
  .contactFormItemInner .form-control {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}
@media (max-width: 425px) {
}

/*** PRIVACY ***/
.pagePolicyContent {
  display: flex;
}
.pagePolicyLeft {
  width: 21%;
  min-width: 220px;
}
.pagePolicyRight {
  flex: 1;
  padding-left: 10.4vw;
}
.pagePolicyContainer {
  width: 100%;
  max-width: 800px;
}
.pagePolicyTitle {
  margin-bottom: 10px;
  color: var(--primary-gold);
}
.pagePolicyNavItem {
  padding: 1.3em 0;
  border-top: 1px solid #D1D1D1;
  font-family: var(--font-sub-title);
  font-size: var(--font-size-default-20);
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, .4);
}
.pagePolicyNavItemIcon {
  width: 0.6em;
  display: none;
}
.pagePolicyNavItem.actived,
.pagePolicyNavItem:hover {
  color: var(--primary-lightblue);
}
.pagePolicyNavItem.actived .pagePolicyNavItemIcon {
  display: block;
}
.pagePolicyUpdateTime {
  font-size: var(--font-size-default-18);
  color: rgba(0,0,0,.50);
  margin-bottom: 20px;
}

.viewEbookCover {
  width: 100%;
  height: 100vh;
  background-color: var(--primary-blue);
}
.viewEbookCoverHidden {
  visibility: hidden;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pagePolicyLeft {
    width: 21%;
    min-width: 220px;
  }
  .pagePolicyRight {
    flex: 1;
    padding-left: 50px;
  }
}
@media (max-width: 820px) {
  .pagePolicyLeft {
    width: 21%;
    min-width: 200px;
  }
  .pagePolicyRight {
    flex: 1;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pagePolicyContent {
    display: block;
  }
  .pagePolicyLeft {
    display: none;
  }
  .pagePolicyRight {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
}

/*** FLOATING CHAT ***/
.floatingChatContainer {
  position: fixed;
  right: 20px;
  bottom: 50px;
}
.floatingChatContainer.hideFloatingChat {
  display: none;
}
.floatingChatContainerInner {
  position: relative;
}
.floatingChatMain {
  position: relative;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: var(--primary-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 20;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.2));
  transition: transform .2s ease-in-out;
  transform-origin: center center;
}
.floatingChatMain:hover {
  transform: scale(1.05);
}
.floatingChatMessageIcon {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform .2s ease-in-out;
  z-index: 15;
}
.floatingChatCloseIcon {
  position: absolute;
  width: 35%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform .2s ease-in-out;
  z-index: 10;
}

.floatingChatList {
  position: absolute;
  visibility: hidden;
  width: auto;
  height: 100%;
  top: 0;
  right: 52px;
  display: flex;
  opacity: 0;
  transition: all .2s ease-in-out;
  z-index: 5;
  transform: translateX(6px);
}
.floatingChatList > div {
  margin-right: 8px;
  width: 52px;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.2));
  transition: transform .2s ease-in-out;
  transform-origin: center center;
}
.floatingChatList > div:hover {
  transform: scale(1.05);
}

.floatingChatContainer.actived .floatingChatMessageIcon {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.floatingChatContainer.actived .floatingChatCloseIcon {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg);
}
.floatingChatContainer.actived .floatingChatList {
  visibility: visible;
  opacity: 1;
  width: auto;
  transform: translateX(0);
}

.floatingChatText {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 1;
  transition: all .2s ease-in-out;
  z-index: 5;
  font-family: var(--font-sub-title);
  font-size: 14px;
  color: var(--primary-black);
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
}
.floatingChatText > div {
  padding: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.1));
}
.floatingChatText.hideChatTxt {
  display: none;
}

.floatingChatMainClose {
  position: absolute;
  width: 7px;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .floatingChatContainer {
    right: 10px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}
@media (max-width: 425px) {
}