/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&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;
}
.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.libre-caslon-text-regular {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}
.libre-caslon-text-bold {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}
.libre-caslon-text-regular-italic {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
}

dark blue: #0B204F;
blue: #1F5AF1;
grey: #C5CED1;
red: #F36F61;
*/

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


.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

body{ 
  --primary-font-color: #000000;
  --primary-dark-blue: #183650;
  --secondary-dark-blue: #2B4B87;
  --primary-gold: #CDAD7D;
  --primary-blue: #2669B5;
  --primary-grey: #EBEEF3;
  --primary-red: #F36F61;
  --primary-border: rgba(19,30,61,.25);
  --font-title: "Libre Caslon Text", "Noto Sans Thai", serif;
  --font-notosansthai: "Noto Sans Thai", sans-serif;
  --font-urbanist: "Urbanist", "Noto Sans Thai", sans-serif;
  --sectionPaddingV160: 160px 0;
  --sectionPaddingV120: 120px 0; 
  --sectionPaddingV100: 100px 0; 
  --sectionPaddingV80: 80px 0; 
  --sectionPaddingV60: 60px 0; 
  --sectionPaddingV40: 40px 0; 
  --font-size-default-50: 50px;
  --font-size-default-36: 36px; /** h1 **/
  --font-size-default-30: 30px; /** h2 **/
  --font-size-default-26: 26px; 
  --font-size-default-24: 24px; /** h3 **/
  --font-size-default-20: 20px;
  --font-size-default-18: 18px;
  --font-size-default-16: 16px;
  --font-size-default-15: 15px;
  --font-size-default-14: 14px;
  --container-medium-width: 1600px;
  --controlSidePadding: 10.4%;
}

@media (max-width: 1600px) {
  body{
    --sectionPaddingV160: 150px 0;
    --sectionPaddingV120: 110px 0; 
    --sectionPaddingV100: 90px 0; 
    --sectionPaddingV80: 70px 0; 
    --sectionPaddingV60: 50px 0; 
    --sectionPaddingV40: 40px 0; 
    --font-size-default-50: 42px;
    --font-size-default-36: 30px; /** h1 **/
    --font-size-default-30: 25px; /** h2 **/
    --font-size-default-26: 22px; 
    --font-size-default-24: 20px; /** h3 **/
    --font-size-default-20: 17px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-15: 14px;
    --font-size-default-14: 14px;
    --controlSidePadding: 7%;
  }
}
@media (max-width: 1366px) {
  body{
    --font-size-default-50: 44px;
    --font-size-default-36: 30px;
    --font-size-default-30: 26px;
    --font-size-default-26: 22px;
    --font-size-default-24: 20px;
    --font-size-default-20: 18px;
    --font-size-default-18: 16px;
    --font-size-default-16: 15px;
    --font-size-default-15: 14px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 1024px) {
  body{
    --sectionPaddingV160: 100px 0;
    --sectionPaddingV120: 80px 0; 
    --sectionPaddingV100: 70px 0; 
    --sectionPaddingV80: 60px 0; 
    --sectionPaddingV60: 40px 0;
    --font-size-default-50: 34px;
    --font-size-default-36: 28px;
    --font-size-default-30: 24px;
    --font-size-default-26: 20px;
    --font-size-default-24: 18px;
    --font-size-default-20: 16px;
    --font-size-default-18: 14px;
    --font-size-default-16: 14px;
    --font-size-default-15: 14px;
    --font-size-default-14: 14px;
  }
}
@media (max-width: 820px) {
  body{
    --sectionPaddingV160: 80px 0;
    --sectionPaddingV120: 60px 0; 
    --sectionPaddingV100: 50px 0; 
    --sectionPaddingV80: 40px 0;
    --sectionPaddingV40: 20px 0; 
    --font-size-default-50: 30px;
    --font-size-default-36: 26px;
    --font-size-default-30: 24px;
    --font-size-default-26: 20px;
    --font-size-default-24: 18px;
    --font-size-default-20: 16px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  body{
    --sectionPaddingV160: 60px 0;
    --sectionPaddingV120: 60px 0; 
    --sectionPaddingV100: 50px 0; 
    --sectionPaddingV80: 40px 0;
    --sectionPaddingV40: 20px 0; 
    --font-size-default-50: 26px;
    --font-size-default-36: 24px;
    --font-size-default-30: 20px;
    --font-size-default-26: 18px;
    --font-size-default-24: 17px;
  }
}

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

body{ 
	 background-color:#ffffff; 
}
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: 100vh;
}
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;
}

.nowarp{
  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 1s ease-in-out;
  /*transform: translateY(0);
  opacity: 1;*/
}
.showOnScroll.in {
  transform: translateY(0);
  opacity: 1;
}
.showDelay1ms {
  transition-delay: .1s;
}
.showDelay2ms {
  transition-delay: .2s;
}
.showDelay3ms {
  transition-delay: .3s;
}
.showDelay4ms {
  transition-delay: .4s;
}
.showDelay8ms {
  transition-delay: .8s;
}
.showDelay1s {
  transition-delay: 1s;
}
.showDelay12ms {
  transition-delay: 1.2s;
}

.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: #ffffff;
  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.maskBgGrey::after {
  background-color: var(--primary-grey);
}
.slideDownOnScroll.bgBlue:after {
  background-color: var(--primary-dark-blue);
}
.slideDownOnScroll.bgWhite:after {
  background-color: #ffffff;
}

.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);
}
.sectionBgBlue {
  background-color: var(--primary-blue);
}

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

.linkCpGroup {
  display: inline-block;
  height: 40px;
  transform: translateY(-2px);
}

.txtWeight600 {
  font-weight: 600;
}

@media (max-width: 1600px) {

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

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

  .fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    right: 0px !important;
  }
  .fancybox-stage {
    margin: 0 20px !important;
  }

  .linkCpGroup {
    height: 32px;
  }
}
@media (max-width: 425px) {

}

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

.grecaptcha-badge { 
  visibility: hidden;
}

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

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

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

.txtRed {
  color: var(--primary-red) !important;
}
.txtWhite {
  color: #ffffff !important;
}

/****** FONTS ********/
h1 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-36);
  line-height: 1.2;
  font-weight: 600;
  color: var(--primary-dark-blue);
  text-transform: uppercase;
}
h1.txtWhite {
  color: #ffffff;
}
h1.txtCapitalize {
  text-transform: capitalize;
}
h2 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-30);
  line-height: 1.2;
  font-weight: 600;
  color: var(--primary-dark-blue);
  /*text-transform: uppercase;*/
}
h3 {
  font-family: var(--font-urbanist);
  font-size: var(--font-size-default-30);
  line-height: 1.2;
  font-weight: 700;
  color: var(--secondary-dark-blue);
  text-transform: uppercase;
}
h4 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-50);
  line-height: 1.2;
  font-weight: 600;
}
h5 {
  font-size: var(--font-size-default-18);
  line-height: 1.2;
  font-weight: 700;
}
h6 {
  font-family: var(--font-title);
  font-size: var(--font-size-default-18);
  line-height: 1.2;
  font-weight: 600;
  /*text-transform: uppercase;*/
}

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

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

.loadingScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0!important;
  z-index:1500;
  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:990;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
}
.loadingScreenHash.actived {
  display: flex;
}
.loadingScreenHash .loader {
  border: 10px solid #000000;
  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: 650px;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%) !important;
}
.modal-alertmsg .modal-content {
  border-radius: 0;
  background-color: #fff;
}
.modal-alertmsg .modal-content .modal-body {
  padding: 100px 50px 45px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  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: 1.25rem;
  line-height: 1.5;
  text-align: center;
  color: #545859;
}
.modal-alertmsg .close-area {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.close-area .close-btn {
  cursor: pointer;
}
.close-area div {
  display: inline-block;
}
.close-area .close-icon {
  width: 15px;
}

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

.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;
  }
  .modalMessage {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-alertmsg .close-area {
    margin-top: 60px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 15px;
  }
}
@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;
  }
  .modalMessage {
    font-size: 22px;
    line-height: 28px;
  }
  .modal-alertmsg .close-area {
    margin-top: 50px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 15px;
  }
}
@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 {
    font-size: 22px;
    line-height: 28px;
  }
  .modal-alertmsg .close-area {
    margin-top: 40px;
    font-size: 22px;
  }
  .modal-alertmsg .close-area .close-icon {
    width: 15px;
  }
  /*.modal-backdrop {
    background-color: rgba(0, 0, 0, .2);
    opacity: 1 !important;
  }*/
}


/*********** NAV ***********/
.topNav {
  width: 100%;
  /*width: 100vw;*/
  height: 120px;
  position: absolute;
  padding: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: height .2s ease-in-out, transform .2s ease-in-out;
}
.topNavFixSpace {
  width: 100%;
  height: 120px;
  position: relative;
  /*background-color: var(--primary-dark-blue);*/
}
.topNavCoverInner {
  width: 100%;
  height: 100%;
}
.topNavTopBar {
  width: 100%;
  height: 60px;
}
.topNavTopBarInner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topNavLogo {
  width: 200px;
  z-index: 10;
  transition: all .2s ease-in-out;
  opacity: 1;
}
.topNavContact {
  display: flex;
  align-items: center;
  transform: translateY(4px);
}
.topNavContact > ul > li {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
}
.topNavContact > ul > li:last-child {
  margin-right: 0;
}
.topNavContact > ul > li > a {
  display: inline-flex;
  align-items: center;
}
.topNavContactIcon {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
}

.topNavCoverInnerWithBar {
  width: 100%;
  height: 60px;
  position: relative;
  background-color: var(--primary-blue);
}
.topNavBar {
  height: 100%;
  transition: height .2s ease-in-out;
}
.topNavBarInner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.topNavBarLeft {
}
.topNavItemList > ul {
  display: flex;
}
.topNavItemList > ul > li {
  margin-right: 40px;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  font-size: var(--font-size-default-18);
  font-weight: 500;
}
.topNavItemList > ul > li:last-child {
  margin-right: 0;
}
.topNavItemDropdown {
  width: 12px;
  display: inline-block;
  margin-left: 4px;
  transform: translateY(-2px);
}
.topNavItemList .dropdown-menu.show {
  top: 7px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.topNavBarRight {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all .2s ease-in-out;
  opacity: 1;
}
.topNavBarLang {
  display: inline-block;
  font-size: 18px;
  opacity: 0;
  transition: all .2s ease-in-out;
  visibility: hidden;
}
/*.topNavBarLang > .actived {
  display: none;
}*/
.topNavInner {
  width: 100%;
  height: 60px;
  padding: 0 4.167%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s ease-in-out;
  background-color: var(--primary-dark-blue);
  color: #ffffff;
}

.topLangBtn {
  padding: 4px 16px;
  border: 1px solid var(--primary-font-color);
  border-radius: 20px;
  transition: all .2s ease-in-out;
}
.topLangBtn:hover {
  background-color: var(--primary-font-color);
  color: #ffffff;
}

.topNav.minimize {
  /*height: 60px;*/
  height: 70px;
}
.topNav.minimize .topNavBar {
  /*height: 60px;*/
  height: 70px;
}
.topNav.minimize .topNavLogo {
  width: 190px;
}
.topNav.minimize .topNavInner {
}

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

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

.topNavLinks .dropdown-menu {
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #000000;
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
}
.topNavLinks .dropdown-item {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 20px;
  font-weight: 600;
  color: #000000;
}
.topNavLinks .dropdown-item:focus, 
.topNavLinks .dropdown-item.active {
  background-color: #387DF7;
  color: #ffffff;
}

.topNavHamCover {
  margin-left: 34px;
  position: relative;
  display: none;
}
.topNavHamBoxCover {
  width: 36px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topNavHamBox {
  overflow: hidden;
}
.topNavHamLine {
  width: 36px;
  height: 3px;
  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-dark-blue);
  width: 100%;
  height: 100%;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(1) {
  transform: translate(0,6px);
  transition-delay: 0s;
}
.topNavHamBox.beCloseBtn .topNavHamLine:nth-child(2) {
  transform: translate(0,-6px);
  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: 10px 0;
  padding: 0 18px;
  text-align: center;
  color: var(--primary-font-color);
  font-size: var(--font-size-default-16);
  font-weight: 600;
  position: relative;
  transition: all .2s ease-in-out;
  opacity: .5;
}
ul.topNavItemList > li:first-child {
  padding-left: 0;
}
ul.topNavItemList > li:last-child {
  padding-right: 0;
}
ul.topNavItemList > li::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: 14px;
  background-color: var(--primary-font-color);
}
ul.topNavItemList > li:last-child::after {
  display: none;
}
ul.topNavItemList > li.actived {
  opacity: 1;
}
ul.topNavItemList > li:hover {
  opacity: .5;
}

.mobileNavCloseCover {
  position: fixed;
  top: 36px;
  right: 5%;
  width: 38px;
  height: 38px;
  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: 36px;
  height: 36px;
}
.mobileNavCloseLine {
  position: absolute;
  top: 2px;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  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;
}

.topNavBarLang .nav-link.dropdown-toggle {
  /*background-image: url('../../images/icon/icon-dropdown-black.png');*/
  background-image: url('../../images/icon/icon-link-lang-btn.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 19px auto;
  padding: 2px 36px 2px 12px;
  border: 1px solid var(--primary-font-color);
  border-radius: 20px;
}
.topNavBarLang .dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: var(--primary-font-color);
  /*border: 1px solid #C5CED1;
  border-top: none;*/
  border: none;
  border-radius: 0;
  background-color: rgba(255,255,255,.8);
  min-width: 70px;
  text-align: center;
}
.topNavBarLang .dropdown-item {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #C5CED1;
  padding: 0 20px;
  color: var(--primary-font-color);
}
.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;
}

body.topNavAreaActived .topNavLogo {
  opacity: 0;
  visibility: hidden;
}
body.topNavAreaActived .topNavBarLang {
  opacity: 1;
  visibility: visible;
}

.topNavContactArea a:hover {
  opacity: .5;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .topNav {
    height: 100px;
  }
  .topNavFixSpace {
    height: 100px;
  }
  .topNavLogo {
    width: 150px;
  }
  .topNavTopBar {
    height: 50px;
  }
  .topNavCoverInnerWithBar {
    height: 50px;
  }
  .topNavItemDropdown {
    width: 10px;
    margin-left: 3px;
    transform: translateY(0px);
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topNav {
    position: fixed;
    height: 70px;
  }
  .topNavFixSpace {
    height: 70px;
  }
  .topNavLogo {
    width: 150px;
  }
  .topNavContact {
    display: none;
  }
  .topNavTopBar {
    height: 100%;
  }
  .topNavCoverInnerWithBar {
    display: none;
  }
  .mobileNavCloseCover {
    top: 18px;
  }

  .topNavHamCover {
    display: block;
    margin-left: 20px;
  }
  .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: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffffff;
  color: var(--primary-font-color);
  z-index: 900;
  transform: translateY(-100%);
  transition: transform 1s ease-in-out;
}
.mobileNavArea.actived {
  transform: translateY(0);
}
.mobileNavAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.mobileNavAreaLogo {
  position: relative;
  align-items: center;
  height: 70px;
  padding-left: 17.25px;
  display: none;
}
/*.mobileNavAreaLogo .topNavLogo {
  filter: brightness(0) invert(1);
}*/

.mobileNavContentCover {
  padding-left: 30px;
  display: none;
}
.mobileNavContent {
  max-width: 500px;
  padding: 0 5%;
  margin: 100px auto 0;
  color: var(--primary-font-color);
}
.mobileNavLinks {
  margin-bottom: 25px;
}
.mobileNavLinks > ul > li {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  padding: 5px 0;
  overflow: hidden;
}
.mobileNavLinks > ul > li > a {
  display: inline-block;
}
.mobileNavLinks > ul > li > a.toggleMobileSubNav {
  /*padding-right: 15px;
  background-image: url('../../images/icon/icon-dropdown-black.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;*/
  background-image: url('../../images/icon/icon-select.png');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px auto;
  padding: 2px 32px 2px 0;
}
.pageFooter .mobileNavLinks > ul > li > a.toggleMobileSubNav {
  background-image: url('../../images/icon/icon-select-white.png');
}

.mobileNavContact {
  margin-top: 30px;
  padding-top: 40px;
  text-align: center;
  position: relative;
}
.mobileNavContact::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, .3);
}
.mobileNavContact .contactItem {
  display: inline-flex;
}
.mobileNavSocial {
  margin-top: 30px;
  text-align: center;
}
.mobileNavSocial .socialList {
  display: inline-flex;
}

.mobileLang {
  margin-bottom: 30px;
  text-align: center;
}
.mobileLang .actived {
  font-weight: 700;
}

.mobileNavSubLinks {
  width: 100%;
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
  padding: 0;
}
.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:nth-child(1) {
  transition-delay: .1s;
}
.mobileNavSubLinks > ul > li:nth-child(2) {
  transition-delay: .2s;
}
.mobileNavSubLinks > ul > li:nth-child(3) {
  transition-delay: .3s;
}
.mobileNavSubLinks > ul > li:nth-child(4) {
  transition-delay: .4s;
}
.mobileNavSubLinks > ul > li:nth-child(5) {
  transition-delay: .5s;
}
.mobileNavSubLinks > ul > li:nth-child(6) {
  transition-delay: .6s;
}
.mobileNavSubLinks > ul > li:nth-child(7) {
  transition-delay: .7s;
}
.mobileNavSubLinks > ul > li:nth-child(8) {
  transition-delay: .8s;
}*/
.mobileNavSubLinks > ul > li > a {
  display: inline-block;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 5px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavAreaLogo {
    display: flex;
  }
  .mobileNavContent {
    margin: 20px auto 0;
  }
  .mobileNavLinks > ul > li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mobileNavSubLinks > ul > li > a {
    font-size: 16px;
  }
}

/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  background-color: var(--primary-dark-blue);
  color: #ffffff;
  font-size: var(--font-size-default-16);
  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);
  font-weight: 300;
  line-height: 1.7;
}
.pageFooterContent > div {
}
.footerCompanyName {
  margin-bottom: 20px;
  font-family: var(--font-title);
  font-size: var(--font-size-default-24);
  line-height: 1.2;
  font-weight: 600;
}
.pageFooterContent a:hover {
  opacity: .5;
}

ul.footerLink > li {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 8px;
}
ul.footerSubLink > li {
  font-size: var(--font-size-default-14);
  font-weight: 400;
  margin-bottom: 8px;
}

.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: 20px;
  height: 26px;
}
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 {
  background-color: var(--primary-dark-blue);
  font-size: var(--font-size-default-14);
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 10px;
  margin-top: 20px;
}
.pageFooterCopyRight {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .25);
}
ul.footerCopyRightLink > li {
  display: inline-block;
  padding: 0 20px;
  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: 14px;
}

.mobileFooterLink {
  display: none;
  padding-bottom: 30px;
}
.mobileFooterLink .mobileNavLinks > ul > li {
  font-size: 17px;
  padding: 0;
  margin-bottom: 8px;
}
.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-bottom: 20px;
}
.mobileFooterSocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footerContactTitle {
  font-size: var(--font-size-default-20);
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
  .pageFooterContent {
    padding: 40px 0 30px;
  }
  .pageFooterCopyRight {
    height: 60px;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 820px) {
  .pageFooterContent {
    padding: 25px 0 15px;
  }
  .pageFooterContent {
    flex-wrap: wrap;
  }
  .pageFooterContent > div {
    width: 100%;
    display: none;
    margin-bottom: 0;
  }
  .pageFooterContent > div:first-child {
    display: block;
  }
  .pageFooterCopyRight {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pageFooterCopyRight > div:first-child {
    margin-bottom: 8px;
  }

  .mobileFooterLink {
    display: block;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .footerCompanyName {
    margin-bottom: 12px;
  }
  .pageFooterCopyRight {
    font-size: 12px;
  }
  .pageFooterCopyRight {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  ul.footerCopyRightLink > li {
    padding: 0 8px;
  }
}

.mainSiteNavArea {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
.mainSiteNavAreaInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mainSiteHeader {
  height: 100px;
}
.mainSiteNavListCover {
  flex: 1;
  display: flex;
  align-items: center;
}
.mainSiteNavList {
  display: flex;
  /*justify-content: space-between;*/
  width: 100%;
  font-size: var(--font-size-default-20);
  color: var(--primary-font-color);
}
.mainSiteNavList > div {
  width: 33.33%;
  padding-right: 25px;
}
.mainSiteFooter {
  /*min-height: 200px;*/
  height: 14%;
}
.mainSiteFooterText {
  font-family: "Roboto Condensed", serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #283A81;
}
.mainSiteNavList .footerTitle {
  font-size: var(--font-size-default-26);
  margin-bottom: 14px;
}
.mainSiteNavList ul.footerLink > li {
  font-size: var(--font-size-default-26);
  transition: all .4s ease-in-out;
  margin-bottom: 14px;
} 
.mainSiteNavList ul.footerSubLink > li {
  font-size: var(--font-size-default-20);
  transition: all .4s ease-in-out;
  margin-bottom: 8px;
}
.mainSiteNavList ul.footerLink > li:hover,
.mainSiteNavList ul.footerSubLink > li:hover {
  /*padding-left: .5rem;*/
  transform: translateX(.5rem);
  font-weight: 600;
  opacity: 1;
}

.mainSiteNavList ul.socialList > li {
  margin-right: 22px;
  height: 30px;
}

@media (max-width: 1600px) {
  .mainSiteFooterText {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .mainSiteFooterText {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .mainSiteHeader {
    height: 70px;
  }
  .mainSiteFooterText {
    font-size: 34px;
  }
}
@media (max-width: 820px) {
  .mainSiteFooterText {
    font-size: 32px;
  }
  .mainSiteNavListCover {
    align-items: flex-start;
  }
  .mainSiteNavList {
    display: none;
  }
  .mobileNavContentCover {
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .mainSiteFooter {
    display: none;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .mobileNavAreaInner.sectionControlBoth {
    padding: 0;
  }
  .mainSiteNavListCover {
    align-items: flex-start;
    overflow: auto;
  }
  .mainSiteNavList {
    display: none;
  }
  .mobileNavContentCover {
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .mainSiteFooter {
    display: none;
  }
}

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

.sectionTitle {
  margin-bottom: 50px;
}
.sectionTitleCenter {
  text-align: center;
}

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

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

.sectionControlLeft {
  padding-left: var(--controlSidePadding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlRight {
  padding-right: var(--controlSidePadding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBoth {
  padding-left: var(--controlSidePadding);
  padding-right: var(--controlSidePadding);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sectionControlBothTwice {
  padding-left: 14%;
  padding-right: 14%;
  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: flex-start;
  padding: 8px 24px 8px 8px;
  font-size: var(--font-size-default-16);
  font-weight: 600;
  line-height: 1;
  background-color: var(--primary-red);
  border: none;
  color: #ffffff;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none !important;
  height: 46px;
  border-radius: 25px;
}
.btnCircle {
  display: inline-flex;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-in-out;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  margin-left: 7px;
}
.btnCircle > img {
  width: 12px;
  z-index: 1;
  transition: all .4s ease-in-out;
  transform: translateX(-30px);
}
.btn-theme:hover {
  border: none;
  color: #ffffff;
}
.btn-theme:hover .btnCircle {
  width: 30px;
  height: 30px;
  margin-left: 0;
}
.btn-theme:hover .btnCircle > img {
  transform: translateX(0);
}

.btnCircle.forDL > img {
  transform: translateY(-30px);
}
.btn-theme:hover .btnCircle.forDL > img {
  transform: translateY(0);
}

.btn-theme.themeGold {
  background-color: var(--primary-gold);
}
.btn-theme.themeGold:hover {
  background-color: var(--primary-dark-blue);
}

.btn-theme.themeBlue {
  background-color: var(--primary-dark-blue);
}
.btn-theme.themeBlue:hover {
  background-color: var(--primary-gold);
}

.btn-theme.themeLight {
  background-color: transparent;
  border: 1px solid var(--primary-font-color);
  color: var(--primary-font-color);
}
.btn-theme.themeLight:hover {
  background-color: transparent;
  border: 1px solid var(--primary-font-color);
  color: var(--primary-font-color);
}

.btn-theme-link {
  display: inline-flex;
  align-items: center;
  font-size: var(--font-size-default-16);
  font-weight: 700;
  align-items: center;
  position: relative;
  color: var(--primary-font-color);
  cursor: pointer;
}
.btn-theme-link::after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.btn-theme-link-icon {
  display: inline-block;
  width: 8.4px;
  margin-left: 8px;
  transition: margin-left .2s ease-in-out;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: var(--font-size-default-16);
  font-weight: 600;
  line-height: 1;
  background-color: var(--primary-dark-blue);
  border: none;
  color: #ffffff;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none !important;
  height: 46px;
  border-radius: 25px;
}
.btn-submit:hover {
  border: none;
  background-color: var(--primary-red);
  color: #ffffff;
}

.link-theme {
  display: inline-flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.link-theme::after {
  position: absolute;
  content: "";
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  transition: width .2s ease-in-out;
}
.link-theme:hover::after {
  width: calc(100% - 16px);
}

.link-theme-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 16.4px;
  background-image: url('../../images/icon/icon-arrow-right.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8.4px;
  white-space: nowrap;
}
.link-theme-icon::after {
  position: absolute;
  content: "";
  bottom: 8px;
  width: 0;
  height: 1px;
  background-color: var(--primary-font-color);
  opacity: .5;
  transition: width .2s ease-in-out;
}
.link-theme-icon:hover::after {
  width: calc(100% - 16px);
}

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

.contentControl {
  word-wrap: break-word;
  font-size: var(--font-size-default-20);
  font-weight: 400;
}
.contentControl p,
.contentControl ul,
.contentControl ol {
  margin-bottom: 25px;
  font-size: var(--font-size-default-20);
  font-weight: 400;
}
.contentControl ul {
  list-style-type: disc;
  padding-left: 22px;
  font-size: var(--font-size-default-20);
  font-weight: 400;
  margin-top: 20px;
}
.contentControl ol {
  list-style-type: decimal;
  padding-left: 22px;
  font-size: var(--font-size-default-20);
  font-weight: 400;
  margin-top: 20px;
}
.contentControl img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}
.contentControl a {
  color: var(--primary-gold);
}
.contentControl a:hover {
  color: #00B6D9;
}
.contentControl strong,
.contentControl b {
  font-weight: 600;
}
.contentControl small {
  font-weight: 300;
  font-size: var(--font-size-default-16);
}
.contentControl small ul {
  font-size: var(--font-size-default-16);
}

.contentControl table {
  max-width: 100% !important;
}
.contentControl table ,
.contentControl table td {
  border-collapse: collapse;
  border: 1px solid var(--primary-border);
  padding: 5px;
  font-weight: 300;
  font-size: var(--font-size-default-16);
}

.contentControlTableCover {
  width: 100%;
  padding-bottom: 10px;
}

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


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

  .sectionControlLeft {
    padding-left: 5%;
  }
  .sectionControlRight {
    padding-right: 5%;
  }
  .sectionControlBoth {
    padding-left: 5%;
    padding-right: 5%;
  }
  .sectionControlBothTwice {
    padding-left: 10%;
    padding-right: 10%;
  }

  .themeTitleLink {
    font-size: 18px;
  }
  .themeLink {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .sectionControlBothTwice {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@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;
  }

  .btn-theme {
    padding: 12px 26px;
  }

  .sectionTitle {
    margin-bottom: 30px;
  }

  .contentControlTableCover {
    width: auto;
    overflow-x: auto;
  }

  .sectionButton {
    margin-top: 30px;
  }
}
@media (max-width: 425px) {
  
}

/*********** PAGES ***********/
.pageBanner {
}
.pageBannerInner {
  position: relative;
  background-color: var(--primary-dark-blue);
}
.pageBannerImg {
  position: relative;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.pageBanner.paralaxDone .pageBannerImg {
  opacity: 1;
}
.pageBannerTitle {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  z-index: 80;
  color: #ffffff;
  text-align: left;
  word-wrap: normal;
  opacity: 0;
}
.pageBanner.paralaxDone .pageBannerTitle {
  opacity: 1;
}

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

.contentContainerM {
  width: 100%;
  max-width: var(--container-medium-width);
  padding: 0 100px;
  margin: 0 auto;
}
.contentContainerS {
  width: 100%;
  max-width: 1360px;
  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(--sectionPaddingV100);
}

.pageBannerTitleBg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1360px;
  /*height: 140px;*/
  font-size: var(--font-size-default-36);
  line-height: 1;
  padding: 1.39em 0;
  display: flex;
  background-color: rgba(255, 255, 255, .75);
  align-items: center;
  justify-content: center;
}

.pageTitleDetailContainer {
  display: flex;
}
.pageTitleDetailLeft {
  width: 47%;
  padding-right: 20px;
}
.pageTitleDetailRight {
  flex: 1;
}
.contentFontSizeControl {
  font-size: var(--font-size-default-20);
}

.contentFlexHalf {
  display: flex;
}
.contentFlexHalf > div {
  width: 50%;
}

.pageProductTitleCover {
  padding: var(--sectionPaddingV100);
}

.sectionHeaderCover {
  margin-bottom: 20px;
}

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

  .pageBannerTitleImg {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .pageBannerTitleImg > img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pageBannerTitleBg {
    padding: 10px 0;
  }

  .pageTitleDetailContainer {
    display: block;
  }
  .pageTitleDetailLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .contentFlexHalf {
    display: block;
  }
  .contentFlexHalf > div {
    width: 100%;
  }
}
@media (max-width: 425px) {
  
}

/*** COOKIES ***/
.acceptCookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .85);
  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-dark-blue);
  font-weight: 600;
}
.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: 100vh;
  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: 50vh;
  max-height: 50vh;
  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(--sectionPaddingV100);
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li {
  margin-bottom: 10px;
  opacity: .5;
  transition: opacity .2s ease-in-out;
  font-size: var(--font-size-default-18);
}
ul.privacyNav > li.actived {
  opacity: 1;
}
ul.privacyNav > li.actived a {
  font-weight: 600;
}
ul.privacyNav > li:hover {
  opacity: 1;
}
.privacyTitle {
  margin-bottom: 20px;
}
.privacyContent {
  font-size: var(--font-size-default-18);
}

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

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

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

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

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

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

/*********** HOME ***********/
.homeBanner {
  width: 100%;
}
.homeBannerInner {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.homeBannerInfoBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15%;
  z-index: 50;
  color: #ffffff;
  font-size: var(--font-size-default-26);
  font-weight: 400;
  text-align: left;
}
.homeBannerInfoBoxInner {
  width: 100%;
  max-width: 680px;
}
.homeBannerInfoBox .bannerTitle {
  color: #ffffff;
  /*text-transform: uppercase;*/
  font-family: var(--font-urbanist);
  font-size: 4.16vw;
  line-height: 1.05;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.topBannerOverlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(90deg,rgba(43, 75, 135, 1) 0%, rgba(43, 75, 135, 1) 20%, rgba(43, 75, 135, 0) 60%, rgba(43, 75, 135, 0) 100%);
  opacity: 1;
  z-index: 10;
}
.homeBannerOrigin {
  margin-top: 30px;
  display: flex;
  align-content: center;
}
.flagIcon {
  display: inline-block;
  margin-left: 20px;
  width: 1.88em;
}
.homeBannerItemCover {
  position: relative;
}
.homeBannerItemImg {
  position: relative;
}
.homeBannerBtnCover {
  margin-top: 30px;
}
.btnBannerLink,
.btnBannerLink:visited {
  padding: 12px 40px;
  font-size: var(--font-size-default-16);
  border: none;
  border-radius: 50px;
  text-align: center;
  background-color: rgba(248, 246, 244, .25);
  backdrop-filter: blur(20px);
  transition: all .2s ease-in-out;
}
.btnBannerLink:hover {
  background-color: var(--primary-dark-blue);
}

.owlBannerCarousel.owl-theme {
  text-align: center;
}
.owlBannerCarousel.owl-theme .owl-dots {
  position: absolute;
  left: calc(10.4% + 50px);
  bottom: 60px;
  margin: 0 auto;
  display: inline-flex;
  height: 34px;
  align-items: center;
}
.owlBannerCarousel.owl-carousel .owl-nav {
  position: absolute;
  left: 10.4%;
  bottom: 60px;
  width: 50px;
  margin: 0 auto;
  height: 34px;
  display: flex;
  align-items: center;
}
.owlBannerCarousel.owl-carousel .owl-nav button.owl-prev, 
.owlBannerCarousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  outline: none !important;
  width: 20px;
  margin: 0;
  transition: opacity .2s ease-in-out;
}
.owlBannerCarousel.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owlBannerCarousel.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owlBannerCarousel.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
}
.owlBannerCarousel.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.owlBannerCarousel.owl-theme .owl-dots .owl-dot span {
  outline: none;
  width: 30px;
  height: 2px;
  background-color: rgba(255,255,255,.2);
  margin: 5px 0;
}
.owlBannerCarousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(255,255,255,1);
}
.owlBannerCarousel.owl-carousel .owl-nav button.owl-prev:hover, 
.owlBannerCarousel.owl-carousel .owl-nav button.owl-next:hover {
  opacity: .75;
}

.homeBannerWidthControlCover,
.homeBannerWidthControlCoverText {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  max-width: 1920px;
  transform: translateX(-50%);
  z-index: 10;
  /*padding-left: var(--controlSidePadding);
  padding-right: var(--controlSidePadding);*/
}
.homeBannerWidthControlCoverInner,
.homeBannerWidthControlCoverTextInner {
  position: relative;
}

.badgeCert {
  width: 13.54%;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.homeIntro {
  padding: var(--sectionPaddingV100);
  text-align: center;
}
.homeIntroInner {
  font-size: var(--font-size-default-20);
  text-align: center;
}
.homeIntroTitle {
  margin-bottom: 30px;
}
.homeIntroContentBox {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.homeSolutions {
  padding: var(--sectionPaddingV100);
  background-color: var(--primary-grey);
  text-align: center;
}
.homeSolutionsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.2vw;
  margin-right: -1.2vw;
}
.homeSolutionsItem {
  width: 20%;
  margin: 0 1.2vw 2.4vw;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform .4s ease-in-out;
}
.homeSolutionsItem:hover {
  transform: scale(1.05);
}

.homeNews {
  padding: var(--sectionPaddingV100);
}
.homeNewsList {
  margin-top: 30px;
}
.homeNewsList > .row {
  margin-left: -1.3vw;
  margin-right: -1.3vw;
}
.newsItemCover {
  padding: 0 1.3vw 2.6vw;
}
.newsItem {
  display: block;
}
.newsItemmContent {
  margin-top: 15px;
}
.newsItemImg {
  transform-origin: center center;
  transition: transform .4s ease-in-out;
}
.newsItemTitle {
  font-size: var(--font-size-default-20);
  font-weight: 600;
  margin-bottom: 4px;
}
.newsItemDate {
  font-size: var(--font-size-default-16);
  color: rgba(24, 54, 80, .8);
}

.newsItem:hover .newsItemImg {
  transform: scale(1.02);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .owlBannerCarousel.owl-theme .owl-dots {
    left: calc(10.4% + 50px);
    bottom: 40px;
    height: 30px;
  }
  .owlBannerCarousel.owl-carousel .owl-nav {
    position: absolute;
    left: 10.4%;
    bottom: 40px;
    width: 35px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .owlBannerCarousel.owl-carousel .owl-nav button.owl-prev, 
  .owlBannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    outline: none !important;
    width: 14px;
    margin: 0;
    transition: opacity .2s ease-in-out;
  }
}
@media (max-width: 1024px) {
  .badgeCert {
    width: 160px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 820px) {
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .topBannerOverlay1 {
    /*background: linear-gradient(90deg,rgba(43, 75, 135, 1) 0%, rgba(43, 75, 135, 1) 30%, rgba(43, 75, 135, 0) 100%, rgba(43, 75, 135, 0) 100%);*/
    background: rgba(43, 75, 135, .75);
  }
  .homeBannerInfoBox {
    /*top: 20%;*/
    top: 15%;
    font-size: 15px;
  }
  .homeBannerInfoBox .bannerTitle {
    /*font-size: 24px;*/
    font-size: 30px;
    margin-bottom: 10px;
  }
  .homeBannerItemCover {
    /*height: 300px;*/
    height: auto;
    overflow: hidden;
  }
  .homeBannerItemImg {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: -20%;
  }
  .owl-carousel .owl-item .homeBannerItemImg img.img-responsive {
    width: auto;
    max-width: unset;
    height: 100%;
  }
  .homeBannerOrigin {
    margin-top: 10px;
  }
  .flagIcon {
    display: inline-block;
    margin-left: 12px;
  }
  .homeBannerText {
    max-width: 280px;
  }
  .homeBannerBtnCover {
    margin-top: 24px;
  }
  .btnBannerLink,
  .btnBannerLink:visited {
    padding: 8px 20px;
  }

  .owlBannerCarousel.owl-theme .owl-dots {
    display: none;
  }
  .owlBannerCarousel.owl-carousel .owl-nav {
    left: unset;
    right: 20px;
    bottom: 20px;
    width: 40px !important;
    height: 30px;
  }
  .owlBannerCarousel.owl-carousel .owl-nav button.owl-prev, 
  .owlBannerCarousel.owl-carousel .owl-nav button.owl-next {
    width: 12px;
  }

  .badgeCert {
    width: 120px;
    top: 10px;
    right: 10px;
  }
  .homeBanner .badgeCert {
    display: none;
  }
  .mobileNavContent .badgeCert {
    position: relative;
    top: unset;
    right: unset;
    width: 180px;
    display: inline-block;
    transform: translateX(-7px);
  }
  .badgeCertCoverMb {
    margin-top: 25px;
    padding-top: 10px;
    text-align: left;
    width: 200px;
    border-top: 1px solid rgba(0,0,0,.2);
  }

  .homeSolutionsList {
    justify-content: flex-start;
    margin-left: -1.3%;
    margin-right: -1.3%;
  }
  .homeSolutionsItem {
    width: 47.4%;
    margin: 0 1.3% 20px;
  }

  .homeNewsList > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .newsItemCover {
    padding: 0 10px 25px;
  }
}
@media (max-width: 425px) {
}

/*********** ABOUT ***********/
.aboutIntro {
  padding: var(--sectionPaddingV100);
}
.aboutIntroLogo {
  width: 18vw;
}
.aboutMission {
  position: relative;
  margin-top: 80px;
  padding-top: 50px;
  text-align: center;
}
.aboutMission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: rgba(43, 75, 135, .5);
  z-index: 1;
}
.aboutMissionTxt {
  font-family: var(--font-title);
  font-weight: 500;
  font-size: var(--font-size-default-36);
}
.aboutMissionTitle {
  font-family: var(--font-urbanist);
  font-size: var(--font-size-default-20);
  font-weight: 700;
  margin-top: 24px;
  color: var(--secondary-dark-blue);
}
.aboutContent {
  text-align: center;
}
.aboutContentText {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.aboutContentImgListCover {
  margin-top: 40px;
}
.aboutContentImgList {
  display: flex;
  justify-content: center;
}
.aboutContentImgList.setH200 > div {
  height: 200px;
}
.aboutContentImgList.setH400 > div {
  height: 400px;
}
.aboutContentImgList > div {
  margin: 6px;
}
.aboutContentSpace {
  height: 100px;
}
.aboutFinalImg {
  width: 85%;
  max-width: 580px;
}
.aboutFinalText {
  padding-left: 40px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .aboutContentImgList.setH200 > div {
    height: 170px;
  }
  .aboutContentImgList.setH400 > div {
    height: 320px;
  }
}
@media (max-width: 1024px) {
  .aboutIntroLogo {
    width: 240px;
  }
  .aboutContentImgList.setH200 > div {
    /*height: 150px;*/
    height: auto;
  }
  .aboutContentImgList.setH400 > div {
    /*height: 300px;*/
    height: auto;
  }
  .aboutContentImgList .img-responsive-height {
    width: 100%;
    height: auto !important;
    max-width: 100% !important;
  }
  .aboutContentImgList > div {
    margin: 4px;
  }
  .aboutContentSpace {
    height: 80px;
  }
}
@media (max-width: 820px) {
  .aboutIntroLogo {
    width: 200px;
  }
  .aboutContentImgListCover {
    margin-top: 30px;
  }
  .aboutContentImgList > div {
    margin: 4px;
  }
  .aboutContentSpace {
    height: 60px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .aboutContentImgListCover {
    margin-top: 30px;
  }
  .aboutContentImgList {
    display: block;
  }
  .aboutContentImgList > div {
    /*margin: 0 2px;*/
    margin: 0 0 10px;
  }

  .aboutFinalImg {
    width: 100%;
  }
  .aboutFinalText {
    padding-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 425px) {
}

/*********** PRODUCT ***********/
.productTitleSpace {
  height: 80px;
}
.pheSpecialDetail {
  width: 100%;
  max-width: 760px;
}
.pheSpecialImg {
  margin-top: 40px;
}

@media (max-width: 1600px) {
  .productTitleSpace {
    height: 70px;
  }
}
@media (max-width: 1366px) {
  .productTitleSpace {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .productTitleSpace {
    height: 50px;
  }
  .pheSpecialImg {
    margin-top: 40px;
  }
}
@media (max-width: 820px) {
  .productTitleSpace {
    height: 40px;
  }
  .pheSpecialImg {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
}
@media (max-width: 425px) {
}

/***** PUMPS *****/
.sectionHighlightContent {
  display: flex;
}
.sectionHighlightContentLeft {
  flex: 1;
  padding-right: 50px;
}
.sectionHighlightContentRight {
  width: 32.8%;
}
.sectionHighlightImg {
  margin-bottom: 20px;
}
.productListGroup {
  margin-bottom: 100px;
}
.productListGroup:last-child {
  margin-bottom: 0;
}
.productListHeader {
  border-bottom: 1px solid rgba(43, 75, 135, .5);
  padding-bottom: 4px;
  margin-bottom: 40px;
}
.productListContent .row {
  margin-left: -3%;
  margin-right: -3%;
}
.productListItemCover {
  padding: 0 3%;
}
.productListItem {
  margin-bottom: 50px;
}
.productListItemInner {
  display: flex;
}
.productListItemImgCover {
  width: 31%;
}
.productListItemImg {
  border: 1px solid rgba(43, 75, 135, .5);
}
.productListItemDetail {
  flex: 1;
  padding-left: 5%;
  font-size: var(--font-size-default-18);
  font-weight: 300;
  text-transform: capitalize;
}
.productListItemDetail b {
  font-weight: 500;
}
.productListItemTitle {
  font-size: var(--font-size-default-20);
  font-weight: 700;
  color: var(--secondary-dark-blue);
  margin-bottom: 6px;
}
.productListItemDownload {
  margin-top: 20px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .productListGroup {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .productListGroup {
    margin-bottom: 60px;
  }
  .productListContent .row {
    margin-left: -2%;
    margin-right: -2%;
  }
  .productListItemCover {
    padding: 0 2%;
  }
  .productListItem {
    margin-bottom: 40px;
  }
  .productListItemDetail {
    padding-left: 5%;
  }
}
@media (max-width: 820px) {
  .productListItemImgCover {
    width: 20%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .sectionHighlightContent {
    display: block;
  }
  .sectionHighlightContentLeft {
    padding-right: 0;
  }
  .sectionHighlightContentRight {
    width: 100%;
    margin-top: 30px;
  }

  .productListItem {
    margin-bottom: 50px;
  }
  .productListItemInner {
    display: block;
  }
  .productListItemImgCover {
    width: 100%;
    /*max-width: 180px;*/
    margin-bottom: 16px;
  }
  .productListItemDetail {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
}

/***** BOS *****/
.bosTitleDesc {
  margin-top: 30px;
  font-size: var(--font-size-default-20);
}
.highlightMachineContent {
  display: flex;
  padding: 80px 5%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.highlightMachineDetail {
  flex: 1;
  padding-right: 50px;
  font-size: var(--font-size-default-20);
}
.highlightMachineImg {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bosLogoCover {
  width: 180px;
  margin-bottom: 30px;
}
.bosCylinderContent {
  display: flex;
  align-items: center;
  font-size: var(--font-size-default-20);
}
.bosCylinderImgCover {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bosCylinderDetail {
  flex: 1;
  padding-left: 10%;
}
.bosCylinderImg {
  width: 68%;
  max-width: 380px;
}

.dryerApplicable {
  max-width: 580px;
  margin-top: 20px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .highlightMachineContent {
    padding: 60px 5%;
  }
  .bosLogoCover {
    width: 150px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .highlightMachineContent {
    padding: 50px 5%;
  }
  .bosLogoCover {
    width: 135px;
    margin-bottom: 30px;
  }
}
@media (max-width: 820px) {
  .highlightMachineContent {
    padding: 40px 5%;
    display: block;
  }
  .highlightMachineImg {
    width: 80%;
    margin: 40px auto 0;
  }
  .bosLogoCover {
    width: 120px;
    margin-bottom: 30px;
  }
  .bosCylinderImg {
    width: 90%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .highlightMachineContent {
    padding: 30px 20px;
  }
  .highlightMachineImg {
    width: 90%;
    margin: 40px auto 0;
  }
  .highlightMachineDetail {
    padding-right: 0;
  }
  .bosLogoCover {
    width: 100px;
    margin-bottom: 30px;
  }
  .bosCylinderContent {
    display: block;
  }
  .bosCylinderImgCover {
    width: 100%;
  }
  .bosCylinderImg {
    width: 80%;
    max-width: 240px;
    margin: 0 auto 40px;
  }
  .bosCylinderDetail {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
}

/***** CONTACT *****/
.pageContactBgOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(43, 75, 135, .4);
}
.pageContactTitle {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 5;
}
.pageContactLogo {
  position: absolute;
  top: 0.78vw;
  right: 0.78vw;
  z-index: 5;
  width: 11%;
}
.companyAddressContact {
  display: flex;
  font-size: var(--font-size-default-20);
  margin-top: 30px;
}
.companyAddressContact > div {
  width: 50%;
  padding-right: 5%;
}

.contactGoogleMapCover {
  margin: 60px 0 80px;
}
.contactGoogleMap {
  height: 600px;
}
.googleMapIframeCover {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.googleMapIframeCover iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contactContent {
  width: 100%;
  display: flex;
  font-size: var(--font-size-default-20);
}
.contactContentLeft {
  flex: 1;
  padding-right: 5%;
}
.contactContentRight {
  width: 55.5%;
}
.branchItem {
  margin-bottom: 30px;
}
.branchTitle {
  font-weight: 700;
}
.branchDetail {
  font-size: var(--font-size-default-18);
}

.contactFormHeader {
  margin-bottom: 20px;
}

.contactForm > .row {
  margin-left: -12px;
  margin-right: -12px;
}
.contactFormItem {
  margin-bottom: 22px;
  padding: 0 12px;
}
.contactFormItemInner {
  position: relative;
  padding-top: 11px;
}
.contactFormItemInner > div:last-child {
  position: relative;
}
.contactFormItem input[type=text] {
  width: 100%;
  border: 1px solid rgba(44,48,74, .3);
  border-radius: 0;
  padding: 2px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(44,48,74, .6);
  font-weight: 400;
  outline: none;
}
.contactFormItem input[type=text].addPaddingRight {
  padding-right: 50px;
}
.contactFormItem select {
  width: 100%;
  border: 1px solid rgba(44,48,74, .3);
  border-radius: 0;
  padding: 2px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(44,48,74, .6);
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon/icon-select_x2.png');
  background-position: right 14px center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
.contactFormItem textarea {
  width: 100%;
  border: 1px solid rgba(44,48,74, .3);
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: rgba(44,48,74, .6);
  font-weight: 400;
  outline: none;
  height: 80px;
}
.contactFormItemName {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 2px 8px;
  font-size: 11px;
  background-color: #ffffff;
  z-index: 5;
}
.contactFormItemUnit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(44,48,74, .3);
}
.contactFormItemUnit sup {
  font-size: .7em;
}
.contactFormSubmit {
  padding-top: 10px;
}

.formItemForPump {
  display: none;
}
.formItemForPump.actived {
  display: block;
}

.formItemForPhe {
  display: none;
}
.formItemForPhe.actived {
  display: block;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
  .contactGoogleMapCover {
    margin: 50px 0 70px;
  }
  .contactGoogleMap {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .contactGoogleMapCover {
    margin: 40px 0 60px;
  }
  .contactGoogleMap {
    height: 450px;
  }
}
@media (max-width: 820px) {
  .contactGoogleMapCover {
    margin: 40px 0 60px;
  }
  .contactGoogleMap {
    height: 400px;
  }
  .contactContentRight {
    width: 50%;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageContactLogo {
    top: 10px;
    right: 10px;
    width: 100px;
  }
  .companyAddressContact {
    display: block;
    margin-top: 20px;
  }
  .companyAddressContact > div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .companyAddressContact > div:last-child {
    margin-bottom: 0;
  }
  .contactGoogleMapCover {
    margin: 40px 0 50px;
  }
  .contactGoogleMap {
    height: 320px;
  }

  .contactContent {
    display: block;
  }
  .contactContentLeft {
    padding-right: 0;
  }
  .contactContentRight {
    width: 100%;
    margin-top: 50px;
  }
  .branchItem {
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
}

/***** NEWS DETAIL *****/
.pageNewsDetailControl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.pageNewsTitleArea {
  text-align: center;
}
.pageNewsBanenr {
  margin-top: 70px;
}
.pageNewsContentText {
  margin: 60px 0 60px;
  font-size: var(--font-size-default-18);
}
.pageNewsGalleryList .row {
  margin-left: -5px;
  margin-right: -5px;
}
.pageNewsGalleryItemCover {
  padding: 0 5px;
  margin-bottom: 10px;
}
.pageNewsGalleryItem {
  position: relative;
  overflow: hidden;
}
.newsGalleryItemControl {
  position: relative;
}
.newsGalleryItemImg {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .pageNewsContentText {
    margin: 50px 0 50px;
  }
}
@media (max-width: 820px) {
  .pageNewsContentText {
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 767px), screen and (max-width:900px) and (orientation:landscape) {
  .pageNewsContentText {
    margin: 30px 0 30px;
  }
}
@media (max-width: 425px) {
}