/* CSS Document */

@import url("fonts_politan.css");


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

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

body{ 
	 background-color:#fff; 
}
body, table, tr, td, p
{
  font-family: 'DBHeavent', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #434A4F;
	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%;
}

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


.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;
}
.image-mobile,
.only-mobile,
.only-mobile-inline {
  display: none !important;
}

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

@media (max-width: 1600px) {

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

}
@media (max-width: 767px) {
  .image-pc,
  .only-pc,
  .only-pc-inline {
    display: none !important;
  }
  .image-mobile,
  .only-mobile {
    display: block !important;
  }
  .only-mobile-inline {
    display: inline !important;
  }
}
@media (max-width: 425px) {

}

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

.grecaptcha-badge { 
  visibility: hidden;
}

.txtError {
  border-color: #ff0000;
}

/*********** 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 {
  border: 10px solid #ffffff;
  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); }
}

.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: 600;
}
.modal-alertmsg .modal-content .modal-body .modalTitle {
  font-size: 30px;
  line-height: 32px;
  padding-bottom: 30px;
}
.modalMessage {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.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-backdrop {
  background-color: #000;
}

@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: 22px;
    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 (max-width: 767px) {
  .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: 26px;
  }
  .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%;
  /*position: fixed;*/
  position: absolute; /*phase1*/
  height: 100px;
  z-index: 100;
}
.topNavInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.topNav .topNavBg {
  /*display: none;*/ /*phase1*/
  background-color: #434A4F;
  width: 100%;
  position: absolute;
  top: 0;
  height: 0;
  /*transition: all .4s ease-in-out;*/
  z-index: 1;
  overflow: hidden;
}
.topNav.bgActived .topNavBg {
  height: 100%;
}
.topNav-logoCover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 100%;
  background-color: #434A4F;
  z-index: 5;
}
.topNav-logo {
  margin: 0;
  height: 60px;
}
.topNav-logoNavCover {
  position: absolute;
  top: 0;
  left: 80px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0;
  z-index: 5;
}
.topNav-logoNav {
  margin: 0;
  height: 100%;
}

.topNav.mobileNavFixed {
  position: fixed;
  transform: translateY(-100px);
}
.topNav.mobileNavFixed.mobileNavFixedActived {
  transform: translateY(0);
  transition: all .4s ease-in-out;
}
.topNav.mobileNavFixed .topNav-logoCover {
  display: none;
}
.topNav.mobileNavFixed .topNav-logoNavCover {
  display: flex;
}

body.mobileNavActived .topNav.mobileNavFixed {
  transform: translateY(0);
  transition: none;
}

.topNav-langCover {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  z-index: 5;
  background-color: #434A4F; /*phase1*/
}
.topNav-lang {
  position: relative;
  width: 100%;
  height: 100%;
}
.topNav-lang li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
}
.topNav-lang li:hover,
.topNav-lang li.actived {
  opacity: 1;
  /*font-weight: 700;*/
  font-weight: 500;
}
.topNav-lang li:first-child.actived {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.topNav-lang li:last-child.actived {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.topNav-navlistCover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80%;
  max-width: 1100px;
  right: 60px;
}
.topNav-navlist {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  font-weight: 500;
}
.topNav-navlist-menu {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}
.topNav-navlist-menu ul li {
  display: inline-block;
  padding: 25px 20px;
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 1.2px;
  font-size: 24px;
  line-height: 29px;
  position: relative;
}
.topNav-navlist-menu ul li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;;
  height: 4px;
  background-color: #ffffff;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.topNav-navlist-menu ul li.actived::after,
.topNav-navlist-menu ul li:hover::after {
  opacity: 1;
}
.topNav-navlist-register {
  width: 178px;
  height: 100%;
  cursor: pointer;
  background-color: #ffffff;
  color: #434A4F;
  font-size: 28px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1.4px;
}


/*** Nav Mobile ***/
.topNav-lang-dropdown {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}
.icon-lang-dropdown {
  display: inline-block;
  margin-left: 5px;
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  transform: translateY(-3px);
}
.topNav-lang-dropdown .dropdown-menu {
  background-color: #434A4F;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  min-width: unset;
  padding: 0;
}
.topNav-lang-dropdown .dropdown-item {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  color: #ffffff;
}
.topNav-lang-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

.topNav-lang-dropdown .dropdown-menu {
  display: none;
}
.topNav-lang-dropdown .dropdown-menu.actived {
  display: block;
}

.navIconArea {
  position: absolute;
  top: 35px;
  right: 25px;
}
.nav-icon1 {
  width: 24px;
  height: 14px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  z-index: 101;
  float: left;
  font-size: 12px;
  color: #ffffff;
}
.nav-icon1 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  border-radius: 0px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.nav-icon1 span:nth-child(1) {
  width: 16px;
  top: 0px;
  right: 0;
}
.nav-icon1 span:nth-child(2) {
  width: 16px;
  top: 6px;
  left: 0;
}
.nav-icon1 span:nth-child(3) {
  width: 19px;
  top: 13px;
  right: 0;
}
.nav-icon1.iconClose {
  width: 24px;
  height: 14px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 101;
  float: left;
}
.nav-icon1.iconClose span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nav-icon1.iconClose span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon1.iconClose span:nth-child(2) {
  opacity: 0;
  left: 0px;
}
.nav-icon1.iconClose span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}

.mobileBottomNav {
  position: fixed;
  width: 100%;
  height: 65px;
  bottom: -65px;
  display: none;
  background-color: #D0D1D3;
  border-top: 1px solid #D0D1D3;
  color: #434A4F;
  z-index: 90;
  transition: all .2s ease-in-out;
}
.mobileBottomNavInner {
  width: 100%;
  height: 100%;
  display: flex;
}
.mobileBottomNav.actived {
  bottom: 0;
}
.mobileBottomNav-register {
  cursor: pointer;
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  /*font-weight: 700;*/
  font-weight: 500;
  padding: 14px 20px 10px;
  border-right: 1px solid #A0A4A6;
}
.mobileBottomNav-iconRegister {
  margin-right: 5px;
  width: 26px;
  display: inline-block;
  transform: translateY(7px);
}
.mobileBottomNav-contact {
  flex: 1;
  padding: 17px 30px 5px;
}
.mobileBottomNav-contact a {
  display: inline-block;
  height: 30px;
}
.mobileBottomNav-contact a.icon-tel {
  height: 28px;
  margin-right: 30px;
}

.mobileBottomNav .imgDefault {
  display: block;
}
.mobileBottomNav .imgNavActive {
  display: none;
}

body.mobileNavActived .mobileBottomNav {
  background-color: #434A4F;
  color: #ffffff;
  border-top: 1px solid #A0A4A6;
  bottom: 0;
}
body.mobileNavActived .mobileBottomNav .imgDefault {
  display: none;
}
body.mobileNavActived .mobileBottomNav .imgNavActive {
  display: block;
}

.mobileNavArea {
  display: none;
}

@media (max-width: 1600px) {
  .topNav-navlist-menu ul li {
    padding: 20px 15px;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 27px;
  }
  .topNav-navlist-register {
    width: 158px;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1.2px;
  }
  .topNav-lang li {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1366px) {
  .topNav-logoNavCover {
    left: 40px;
    padding: 10px 0;
  }
  .topNav-navlist-menu ul li {
    padding: 18px 12px;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 25px;
  }
  .topNav-navlist-register {
    width: 138px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .topNav-lang li {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .topNav {
    height: 80px;
  }
  .topNav-logoNavCover {
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 0 14px;
  }
  .topNav.mobileNavFixed {
    position: fixed;
    transform: translateY(-80px);
  }
  .topNav.mobileNavFixed.mobileNavFixedActived {
    transform: translateY(0);
    transition: all .4s ease-in-out;
  }
  .topNavInner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #434A4F;
  }
  .topNav .topNavBg {
    display: none;
    height: 100%;
  }
  .topNav-logoCover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100px;
    height: 100%;
    padding: 9px 0 14px;
    background-color: #434A4F;
    z-index: 5;
  }
  .topNav-logo {
    margin: 0;
    height: 57px;
  }
  .topNav-langCover {
    position: absolute;
    top: 30px;
    right: unset;
    left: 25px;
    width: 50px;
    height: 100%;
    z-index: 5;
    background-color: transparent;
  }
  .topNav-lang {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .mobileBottomNav {
    display: block;
  }

  .mobileNavArea {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    right: -100vw;
    background-color: #434A4F;
    z-index: -1;
    transition: right .4s ease-in-out;
    overflow-x: hidden;
    z-index: 90;
  }
  body.mobileNavActived .mobileNavArea {
    right: 0;
  }
  .mobileNavAreaInner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }
  .mobileNavArea-content {
    width: 100%;
    margin-top: 80px;
    /*height: calc(100vh - 100px);*/
    /*overflow-y: auto;*/
    height: 100vh;
    /*padding: 40px 60px 20px;*/
    padding: 10px 60px 20px;
    color: #ffffff;
  }
  .mobileNavArea-navlist > ul > li {
    opacity: .5;
    font-size: 24px;
    line-height: 29px;
    margin: 35px 0;
    letter-spacing: 1.2px;
  }
  .mobileNavArea-navlist > ul > li > a {
    display: inline-block;
    padding: 4px 0;
    position: relative;
  }
  .mobileNavArea-navlist > ul > li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    transition: all .2s ease-in-out;
  }
  .mobileNavArea-navlist > ul > li.actived {
    opacity: 1;
  }
  .mobileNavArea-navlist > ul > li.actived > a::after {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .mobileBottomNav-contact {
    padding: 17px 25px 5px;
  }
  .mobileBottomNav-contact a.icon-tel {
    margin-right: 20px;
  }
  .mobileNavArea-content {
    padding: 10px 60px 20px;
  }
  .mobileNavArea-navlist > ul > li {
    margin: 20px 0;
  }
}


/*********** FOOTER ***********/
.pageFooter {
  position: relative;
  width: 100%;
  padding: 40px 0 20px;
  background-color: #000000;
  color: #ffffff;
  z-index: 20;
}
.pageFooterInner {
  position: relative;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.pageFooterContent {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.pageFooterContent1 {
  width: 20%;
}
.pageFooterContent2 {
  flex: 1;
}
.pageFooterContent3 {
  width: 24%;
}
.pageFooterContent4 {
  width: 24%;
}

.pageFooter-everland {
  width: 100%;
  max-width: 150px;
}
.pageFooterContent a {
  opacity: 1;
  transition: all .2s ease-in-out;
}
.pageFooterContent a:hover {
  opacity: .7;
}

.footerTel a {
  font-size: 30px;
  /*font-weight: 700;*/
  font-weight: 500;
}
.footerMail a {
  font-size: 22px;
}
.footerFB {
  margin-top: 15px;
  font-size: 22px;
}
.footerFB .iconfb {
  display: inline-block;
  width: 20px;
  transform: translateY(3px);
  margin-right: 4px;
}
.footerLine {
  display: flex;
}
.footerLine-qr {
  width: 64px;
}
.footerLine-text {
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  padding-left: 20px;
}
.footerLine-text a {
  font-size: 30px;
  /*font-weight: 700;*/
  font-weight: 500;
}
.footerLine-text a.comingSoon {
  opacity: .7;
}

.footerCopyrightArea {
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px;
}
.footerCopyrightArea-text {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.footerCopyrightArea-text::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #707070;
}
.footerCopyrightArea-link {
  display: inline-block;
  padding-left: 12px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.footerCopyrightArea-link:hover {
  opacity: .7;
}

.fixedSocial {
  position: fixed;
  right: 25px;
  bottom: 95px;
  z-index: 90;
}
.fixedSocial ul li {
  display: block;
  height: 60px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.fixedSocial ul li img {
  position: absolute;
  top: 0;
  right: 0;
  transition: all .2s ease-in-out;
}
.fixedSocial ul li .img-default {
  opacity: 1;
}
.fixedSocial ul li .img-hover {
  opacity: 0;
}
.fixedSocial ul li:hover .img-default {
  opacity: 0;
}
.fixedSocial ul li:hover .img-hover {
  opacity: 1;
}
.fixedSocialTelCover {
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  text-align: right;
}
.fixedSocialTel {
  display: inline-block;
  /*font-weight: 700;*/
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #434A4F;
  width: 230px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 10px 30px;
  text-align: center;
  opacity: 0;
  transition: all .2s ease-in-out;
  margin-right: 60px;
}
.fixedSocialTelBtn:hover .fixedSocialTelCover {
  width: 310px;
}
.fixedSocialTelBtn:hover .fixedSocialTel {
  opacity: 1;
  margin-right: 80px;
}
.fixedSocial .goto-top {
  opacity: 0;
  transition: all .2s ease-in-out;
  height: 0;
}
.fixedSocial .goto-top.actived {
  display: block;
  opacity: 1;
  height: 60px;
}


@media (max-width: 1600px) {
  .pageFooter {
    padding: 40px 0 20px;
  }
  .pageFooterInner {
    width: 90%;
    max-width: 1320px;
    font-size: 20px;
    line-height: 24px;
  }
  .pageFooterContent {
    padding-bottom: 40px;
  }
  .pageFooterContent1 {
    width: 20%;
  }
  .pageFooterContent2 {
    flex: 1;
  }
  .pageFooterContent3 {
    width: 24%;
  }
  .pageFooterContent4 {
    width: 24%;
  }
  
  .pageFooter-everland {
    max-width: 150px;
  }
  .footerTel a {
    font-size: 30px;
  }
  .footerMail a {
    font-size: 22px;
  }
  .footerFB {
    margin-top: 15px;
    font-size: 22px;
  }
  .footerFB .iconfb {
    width: 20px;
    transform: translateY(3px);
    margin-right: 4px;
  }
  .footerLine-qr {
    width: 64px;
  }
  .footerLine-text {
    font-size: 22px;
    padding-left: 20px;
  }
  .footerLine-text a {
    font-size: 30px;
  }
  
  .footerCopyrightArea {
    padding-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .footerCopyrightArea-text {
    padding-right: 20px;
  }
  .footerCopyrightArea-text::after {
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
  }
  .footerCopyrightArea-link {
    padding-left: 12px;
  }
}
@media (max-width: 1366px) {
  .pageFooter {
    padding: 40px 0 20px;
  }
  .pageFooterInner {
    width: 90%;
    max-width: 1320px;
    font-size: 20px;
    line-height: 24px;
  }
  .pageFooterContent {
    padding-bottom: 40px;
  }
  .pageFooterContent1 {
    width: 20%;
  }
  .pageFooterContent2 {
    flex: 1;
  }
  .pageFooterContent3 {
    width: 24%;
  }
  .pageFooterContent4 {
    width: 24%;
  }
  
  .pageFooter-everland {
    max-width: 150px;
  }
  .footerTel a {
    font-size: 30px;
  }
  .footerMail a {
    font-size: 22px;
  }
  .footerFB {
    margin-top: 15px;
    font-size: 22px;
  }
  .footerFB .iconfb {
    width: 20px;
    transform: translateY(3px);
    margin-right: 4px;
  }
  .footerLine-qr {
    width: 64px;
  }
  .footerLine-text {
    font-size: 22px;
    padding-left: 20px;
  }
  .footerLine-text a {
    font-size: 30px;
  }
  
  .footerCopyrightArea {
    padding-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .footerCopyrightArea-text {
    padding-right: 20px;
  }
  .footerCopyrightArea-text::after {
    top: 7px;
    right: 0;
    width: 1px;
    height: 14px;
  }
  .footerCopyrightArea-link {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .pageFooter {
    padding: 70px 0 85px;
  }
  .pageFooterInner {
    width: 90%;
    max-width: unset;
    font-size: 20px;
    line-height: 24px;
  }
  .pageFooterContent {
    display: block;
    padding-bottom: 40px;
    text-align: center;
  }
  .pageFooterContent1 {
    width: 100%;
  }
  .pageFooterContent2 {
    width: 100%;
    margin-top: 30px;
  }
  .pageFooterContent3 {
    width: 100%;
    margin-top: 30px;
  }
  .pageFooterContent4 {
    width: 100%;
    margin-top: 30px;
  }
  
  .pageFooter-everland {
    max-width: 150px;
    margin: 0 auto;
  }
  .footerTel a {
    font-size: 30px;
  }
  .footerMail a {
    font-size: 22px;
  }
  .footerFB {
    margin-top: 30px;
    font-size: 22px;
  }
  .footerFB .iconfb {
    width: 20px;
    transform: translateY(3px);
    margin-right: 4px;
  }
  .footerLine {
    text-align: left;
    justify-content: center;
  }
  .footerLine-text {
    flex: 0;
    font-size: 22px;
    padding-left: 20px;
  }
  .footerLine-text a {
    font-size: 30px;
  }
  
  .footerCopyrightArea {
    padding-top: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
  }
  .footerCopyrightArea-text {
    display: block;
    padding-right: 0;
  }
  .footerCopyrightArea-text::after {
    display: none;
  }
  .footerCopyrightArea-link {
    display: block;
    padding-left: 0;
  }

  .fixedSocial {
    display: none;
  }
  /*.fixedSocial ul li.fixedSocialTelBtn {
    display: none;
  }*/
}


/*********** ACCEPT COOKIE ************/
.acceptCookieArea {
  position: fixed;
  width: 100%;
  height: 100px;
  bottom: -100px;
  left: 0;
  background-color: #434A4F;
  z-index: 80;
  transition: all .2s ease-in-out;
}
.acceptCookieArea.acceptSlideIn {
  bottom: 0;
}
.acceptCookieAreaInner {
  width: 100%;
  position: relative;
  padding: 22px 0 10px;
}
.acceptCookieClose {
  position: absolute;
  width: 14px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.acceptCookieContent {
  width: 67%;
  margin: 0 auto;
  display: flex;
}
.acceptCookieArea-text {
  flex: 1;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  padding-top: 15px;
  padding-right: 20px;
  text-align: left;
}
.acceptCookieArea-btn {
  width: 200px;
}
.acceptCookieLink {
  text-decoration: underline;
  cursor: pointer;
}

.modalPrivacyPolicy {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #434A4F;
}
.modalPrivacyPolicy .modal-content {
  border-radius: 0;
  padding: 40px;
}
.modalPrivacyPolicy .modal-body {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.privacyHeader {
  position: relative;
  font-weight: 500;
}
.modal-top-close {
  position: absolute;
  width: 14px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.privacyContent {
  padding-right: 20px;
}
.privacySection {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(112,112,112,.25);
  margin-bottom: 30px;
}
.privacySection b {
  font-weight: 500;
}
.privacySection p,
.privacySection ul {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 12px;
}
.privacySection ul.ulWithIndent {
  padding-left: 40px;
  list-style-type: disc;
}
.privacySectionHeader {
  font-weight: 500;
  margin-bottom: 20px;
}

/* width */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
/* Track */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-track {
  cursor: pointer;
  background-color: #ffffff;
}
/* Handle */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-thumb {
  background: #D0D1D3; 
  cursor: pointer;
}
/* Handle on hover */
.modalPrivacyPolicy .modal-body::-webkit-scrollbar-thumb:hover {
  background: #D0D1D3; 
}

@media (max-width: 1600px) {
  .acceptCookieArea {
    height: 100px;
    bottom: -100px;
  }
  .acceptCookieAreaInner {
    padding: 22px 0 10px;
  }
  .acceptCookieClose {
    width: 14px;
    top: 10px;
    right: 10px;
  }
  .acceptCookieContent {
    width: 67%;
  }
  .acceptCookieArea-text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 8px;
    padding-right: 20px;
  }
  .acceptCookieArea-btn {
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .acceptCookieArea {
    height: 100px;
    bottom: -100px;
  }
  .acceptCookieAreaInner {
    padding: 22px 0 10px;
  }
  .acceptCookieClose {
    width: 14px;
    top: 10px;
    right: 10px;
  }
  .acceptCookieContent {
    width: 67%;
  }
  .acceptCookieArea-text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 8px;
    padding-right: 20px;
  }
  .acceptCookieArea-btn {
    width: 200px;
  }
}
@media (max-width: 767px) {
  
  .acceptCookieArea {
    height: 370px;
    bottom: -370px;
  }
  .mobileBottomNav.actived ~ .acceptCookieArea.acceptSlideIn {
    bottom: 65px;
  }
  .acceptCookieAreaInner {
    height: 100%;
    padding: 50px 12% 20px;
  }
  .acceptCookieClose {
    width: 24px;
    top: unset;
    right: unset;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .acceptCookieContent {
    width: 100%;
    display: block;
  }
  .acceptCookieArea-text {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    padding-top: 0;
    padding-right: 0;
    text-align: center;
  }
  .acceptCookieArea-btn {
    width: 100%;
    margin-top: 30px;
  }

  .modalPrivacyPolicy {
    font-size: 22px;
    line-height: 26px;
  }
  .modalPrivacyPolicy .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
  }
  .modalPrivacyPolicy .modal-content {
    border-radius: 0;
    padding: 30px 0 30px 30px;
    border: 0;
    box-shadow: unset;
  }
  .modalPrivacyPolicy .modal-body {
    max-height: calc(100vh - 140px);
    overflow: auto;
    padding: 0;
    margin-top: 20px;
  }
  .privacyHeader {
    padding-top: 30px;
  }
  .modal-top-close {
    width: 14px;
    top: 25px;
    right: 25px;
  }
  .privacyContent {
    padding-right: 20px;
  }
  .privacySection {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(112,112,112,.25);
    margin-bottom: 30px;
  }
  .privacySection p,
  .privacySection ul {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .privacySection ul.ulWithIndent {
    padding-left: 30px;
  }
  .privacySectionHeader {
    margin-bottom: 20px;
  }
  
}


/*********** MAIN ***********/
.mainPage {
  width: 100%;
}
.sectionPage {
  width: 100%;
}
.sectionPageInner {
  width: 100%;
}

.mobileLoadMoreContent {
  display: none;
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 767px) {
  .mobileLoadMoreContent {
    display: block;
    position: relative;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    padding: 40px 30px;
    color: #ffffff;
    cursor: pointer;
    margin: 10px auto 10px;
    text-align: center;
  }
}


/*********** FORM ***********/
.registerForm {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.registerFormItem {
  position: relative;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.registerForm label {
  width: 100%;
  margin: 0;
  position: relative;
  display: inline-block;
}
.registerForm label span {
  padding: 8px 0;
  pointer-events: none;
  position:absolute;
  left:0;
  top:0;
  transition: all 0.2s ease-in-out;
  font-size: 22px;
  opacity: 1;
}
.registerForm input,
.registerForm select {
  padding: 8px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 24px;
  width: 100%;
  border-radius: 0;
  color: #ffffff;
}

.registerForm select {
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('../../images/icon-select.png');
  background-position: 100% 60%;
  background-repeat: no-repeat;
}
.registerForm select option {
  background-color: #000000;
  color: #ffffff;
}

.registerForm input:focus,
.registerForm select:focus {
  outline: none;
}
.registerForm input:focus + span, .registerForm input:not(:placeholder-shown) + span,
.registerForm select:focus + span, .registerForm select.hasVal + span {
  opacity: .75;
  top: -20px;
  font-size: 18px;
}
/* For IE Browsers*/
.registerForm input:focus + span, input:not(:-ms-input-placeholder) + span {
  opacity: .75;
  top: -20px;
  font-size: 18px;
}
.addressTitle {
  margin-top: 25px;
}
.registerRoomIntereted {
  margin-top: 25px;
  width: 100%;
  height: 1px;
}
.registerFormBtn {
  margin-top: 25px;
}
.btn-register {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: all .2s ease-in-out;
}
.btn-register:hover,
.btn-register:focus {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, .2);
}

.btn-register-cookie {
  width: 200px;
  height: 55px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-theme,
.btn-theme:visited {
  display: inline-block;
  font-size: 23px;
  line-height: 27px;
  font-weight: 300;
  color: #434A4F;
  padding: 10px 30px;
  border: 1px solid #707070;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.btn-theme:hover {
  color: #ffffff;
  background-color: #707070;
}

.btn-theme.theme-white,
.btn-theme.theme-white:visited {
  color: #ffffff;
  border-color: #ffffff;
}

.registerForm input.txtError,
.registerForm select.txtError {
  border-color: #ff0000;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #000000;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  height: 300px;
  overflow: auto;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  border-bottom: 1px solid #434A4F;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #434A4F;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #434A4F;
  color: #ffffff;
}

@media (max-width: 1600px) {
  .registerForm {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .registerFormItem {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .registerForm label span {
    padding: 8px 0;
    font-size: 22px;
  }
  .registerForm input,
  .registerForm select {
    padding: 8px 0;
    font-size: 24px;
  }
  
  .registerForm input:focus + span, .registerForm input:not(:placeholder-shown) + span,
  .registerForm select:focus + span, .registerForm select.hasVal + span {
    top: -20px;
    font-size: 18px;
  }
  /* For IE Browsers*/
  .registerForm input:focus + span, input:not(:-ms-input-placeholder) + span {
    top: -20px;
    font-size: 18px;
  }
  .addressTitle {
    margin-top: 20px;
  }
  .registerRoomIntereted {
    margin-top: 20px;
  }
  .registerFormBtn {
    margin-top: 20px;
  }
  .btn-register {
    width: 180px;
    height: 50px;
    font-size: 24px;
    line-height: 24px;
  }
  .btn-register-cookie {
    width: 200px;
    height: 55px;
    font-size: 28px;
    line-height: 28px;
  }

  .autocomplete-items {
    height: 300px;
  }
  .autocomplete-items div {
    padding: 10px;
  }
}
@media (max-width: 1366px) {
  .registerForm {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .registerFormItem {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .registerForm label span {
    padding: 8px 0;
    font-size: 22px;
  }
  .registerForm input,
  .registerForm select {
    padding: 8px 0;
    font-size: 24px;
  }
  
  .registerForm input:focus + span, .registerForm input:not(:placeholder-shown) + span,
  .registerForm select:focus + span, .registerForm select.hasVal + span {
    top: -20px;
    font-size: 18px;
  }
  /* For IE Browsers*/
  .registerForm input:focus + span, input:not(:-ms-input-placeholder) + span {
    top: -20px;
    font-size: 18px;
  }
  .addressTitle {
    margin-top: 20px;
  }
  .registerRoomIntereted {
    margin-top: 20px;
  }
  .registerFormBtn {
    margin-top: 20px;
  }
  .btn-register {
    width: 180px;
    height: 50px;
    font-size: 24px;
    line-height: 24px;
  }
  .btn-register-cookie {
    width: 200px;
    height: 55px;
    font-size: 28px;
    line-height: 28px;
  }

  .autocomplete-items {
    height: 300px;
  }
  .autocomplete-items div {
    padding: 10px;
  }

  .btn-theme,
  .btn-theme:visited {
    font-size: 21px;
    line-height: 25px;
    padding: 8px 28px;
  }
}
@media (max-width: 767px) {
  .registerForm {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 15px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
  }
  .registerFormItem {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .registerForm label span {
    width: 100%;
    padding: 8px 0;
    font-size: 24px;
    font-weight: 400;
  }
  .registerForm input,
  .registerForm select {
    padding: 8px 0;
    font-size: 24px;
    font-weight: 400;
  }
  
  .registerForm input:focus + span, .registerForm input:not(:placeholder-shown) + span,
  .registerForm select:focus + span, .registerForm select.hasVal + span {
    top: -20px;
    font-size: 18px;
  }
  /* For IE Browsers*/
  .registerForm input:focus + span, input:not(:-ms-input-placeholder) + span {
    top: -20px;
    font-size: 15px;
  }
  .addressTitle {
    margin-top: 25px;
  }
  .registerRoomIntereted {
    margin-top: 0;
  }
  .registerFormBtn {
    margin-top: 30px;
  }
  .btn-register {
    width: 100%;
    height: 65px;
    font-size: 30px;
    line-height: 30px;
    border: 2px solid rgba(255, 255, 255, .6)
  }
  .btn-register-cookie {
    width: 100%;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
  }

  .autocomplete-items {
    height: 300px;
  }
  .autocomplete-items div {
    padding: 10px;
  }
}


/*********** HOME ***********/
.homeBanner {
  width: 100%;
  height: 100vh;
  min-height: 875px;
}
.homeBannerInner {
  position: relative;
  background-image: url("../../images/home/bg_banner.jpg");
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.registerArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.registerAreaInner {
  position: relative;
  width: 100%;
  height: 100%;
}
.registerHookArea {
  position: absolute;
  top: 100px;
  right: 224px;
  width: 390px;
  /*height: 140px;*/
  height: 165px;
  /*top: 110px;
  right: 0;
  width: 614px;
  height: 165px;*/
  background-color: #ffffff;
}
.registerHookAreaInner {
  font-size: 32px;
  color: #f3f3f3;
  z-index: 30;
  position: relative;
  /*line-height: 38px;
  padding: 10px 0 0 70px;*/
  line-height: 40px;
  padding: 20px 0 0 70px;
}
.registerHookAreaInner .hookHighlight,
.registerHookAreaInner big {
  font-size: 44px;
}
.registerHookAreaInner .hookSuperHighlight {
  font-size: 66px;
}
.registerHookAreaInner .hookSubHighlight,
.registerHookAreaInner small {
  font-size: 26px;
}
.registerHookAreaInner .hookOverflowText {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 44px;
}
.registerBgBar {
  position: absolute;
  background-color: rgba(255, 255, 255, .2);
}
.registerBgBar01 {
  width: 1%;
  height: 15.7%;
  top: 4%;
  right: 19.2%;
}
.registerBgBar02 {
  width: 2.6%;
  height: 19.8%;
  top: 16.8%;
  right: 8.6%;
}
.registerBgBar03 {
  width: 1%;
  height: 8%;
  bottom: 6%;
  right: 13.3%;
}
.registerBgBar04 {
  width: 2.6%;
  height: 10.2%;
  bottom: 0;
  right: 26.6%;
}

.reigsterBox {
  position: relative;
  padding-top: 270px;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
}
.registerBoxInner {
  width: 100%;
  padding: 20px 13.3%;
}
.registerBox-title {
  font-size: 26px;
  line-height: 34px;
  /*font-weight: 700;*/
  font-weight: 500;
}

.homeAdsArea {
  position: absolute;
  left: 4.6%;
  bottom: 50px;
}
.homeAdsAreaInner {
  position: relative;
  padding-left: 40px;
  font-size: 46px;
  line-height: 46px;
  font-weight: 500;
  color: #ffffff;
}
.homeAdsAreaInner::after {
  content: "";
  width: 8px;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.homeAdsAreaInner .highlight01 {
  font-size: 26px;
  /*font-weight: 700;*/
  font-weight: 500;
}
.homeAdsAreaInner .highlight02 {
  font-size: 56px;
  /*font-weight: 700;*/
  font-weight: 500;
}

.homeBannerScroll {
  position: absolute;
  bottom: 40px;
  right: 635px;
}
.scrollTextDown {
  position: absolute;
  top: 18px;
  left: -50px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  transform: matrix(0, 1, -1, 0, 0, 0);
}
.scrollLineDown {
  position: relative;
  width: 1px;
  height: 62px;
  overflow: hidden;
  z-index: 1;
}
.scrollLineDown::after,
.scrollLineDown::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.25);
}
.scrollLineDown::after {
  content:"";
  z-index: 4;
  -webkit-transform: scale(1,0) translate3d(0,0,0);
  transform: scale(1,0) translate3d(0,0,0);
  background: #ffffff;
  -webkit-animation: scrollDownAnimate 4s infinite;
  animation: scrollDownAnimate 4s infinite;
  animation-delay: 1s;
}

@keyframes scrollDownAnimate {
  0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-animation-timing-function:cubic-bezier(.48,.02,0,.99);animation-timing-function:cubic-bezier(.48,.02,0,.99)}
  32%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:scale(1,1);transform:scale(1,1)}
  42%{-webkit-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-animation-timing-function:cubic-bezier(.48,.02,0,.99);animation-timing-function:cubic-bezier(.48,.02,0,.99)}
  100%{-webkit-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform:scale(1,0);transform:scale(1,0)}
}

.sectionTitle {
  font-size: 56px;
  line-height: 60px;
  color: #434A4F;
  /*font-weight: 700;*/
  font-weight: 500;
}

@media (max-width: 1600px) {
  .homeBanner {
    width: 100%;
    height: calc(100vh + 200px);
    min-height: 725px;
  }
  .registerArea {
    width: 600px;
  }
  .registerHookArea {
    top: 50px;
    right: 264px;
    width: 350px;
    /*height: 120px;*/
    height: 145px;
    /*top: 50px;
    right: 0;
    width: 614px;
    height: 145px;*/
  }
  .registerHookAreaInner {
    font-size: 26px;
    /*line-height: 32px;*/
    line-height: 28px;
    padding: 10px 0 0 60px;
  }
  .registerHookAreaInner .hookHighlight,
  .registerHookAreaInner big {
    font-size: 40px;
  }
  .registerHookAreaInner .hookSuperHighlight {
    font-size: 60px;
  }
  .registerHookAreaInner .hookSubHighlight,
  .registerHookAreaInner small {
    /*font-size: 22px;*/
    font-size: 20px;
  }
  .registerHookAreaInner .hookOverflowText {
    line-height: 40px;
  }
  .registerBgBar01 {
    width: 1%;
    height: 15.7%;
    top: 4%;
    right: 19.2%;
  }
  .registerBgBar02 {
    width: 2.6%;
    height: 19.8%;
    top: 16.8%;
    right: 8.6%;
  }
  .registerBgBar03 {
    width: 1%;
    height: 8%;
    bottom: 6%;
    right: 13.3%;
  }
  .registerBgBar04 {
    width: 2.6%;
    height: 10.2%;
    bottom: 0;
    right: 26.6%;
  }
  
  .reigsterBox {
    padding-top: 190px;
    font-size: 22px;
    line-height: 26px;
  }
  .registerBoxInner {
    width: 100%;
    padding: 18px 13.3%;
  }
  .registerBox-title {
    font-size: 26px;
    line-height: 32px;
  }
  
  .homeAdsArea {
    left: 4.6%;
    bottom: 50px;
  }
  .homeAdsAreaInner {
    padding-left: 40px;
    font-size: 44px;
    line-height: 44px;
  }
  .homeAdsAreaInner::after {
    width: 8px;
    height: 85%;
  }
  .homeAdsAreaInner .highlight01 {
    font-size: 24px;
  }
  .homeAdsAreaInner .highlight02 {
    font-size: 52px;
  }
  
  .homeBannerScroll {
    bottom: 40px;
    right: 635px;
  }
  .scrollTextDown {
    top: 18px;
    left: -50px;
    font-size: 21px;
    line-height: 25px;
  }
  .scrollLineDown {
    height: 62px;
  }
  
  .sectionTitle {
    font-size: 52px;
    line-height: 56px;
  }
}
@media (max-width: 1366px) {
  .homeBanner {
    width: 100%;
    height: calc(100vh + 300px);
  }

  .registerArea {
    width: 600px;
  }
  .registerHookArea {
    top: 50px;
    right: 264px;
    width: 350px;
    /*height: 120px;*/
    height: 145px;
    /*top: 50px;
    right: 0;
    width: 614px;
    height: 145px;*/
  }
  .registerHookAreaInner {
    font-size: 26px;
    /*line-height: 32px;*/
    line-height: 28px;
    padding: 10px 0 0 60px;
  }
  .registerHookAreaInner .hookHighlight,
  .registerHookAreaInner big {
    font-size: 36px;
  }
  .registerHookAreaInner .hookSuperHighlight {
    font-size: 60px;
  }
  .registerHookAreaInner .hookSubHighlight,
  .registerHookAreaInner small {
    font-size: 22px;
  }
  .registerHookAreaInner .hookOverflowText {
    line-height: 36px;
  }
  .registerBgBar01 {
    width: 1%;
    height: 15.7%;
    top: 4%;
    right: 19.2%;
  }
  .registerBgBar02 {
    width: 2.6%;
    height: 19.8%;
    top: 16.8%;
    right: 8.6%;
  }
  .registerBgBar03 {
    width: 1%;
    height: 8%;
    bottom: 6%;
    right: 13.3%;
  }
  .registerBgBar04 {
    width: 2.6%;
    height: 10.2%;
    bottom: 0;
    right: 26.6%;
  }
  
  .reigsterBox {
    padding-top: 190px;
    font-size: 22px;
    line-height: 26px;
  }
  .registerBoxInner {
    width: 100%;
    padding: 18px 13.3%;
  }
  .registerBox-title {
    font-size: 26px;
    line-height: 32px;
  }
  
  .homeAdsArea {
    left: 4.6%;
    bottom: 50px;
  }
  .homeAdsAreaInner {
    padding-left: 40px;
    font-size: 44px;
    line-height: 44px;
  }
  .homeAdsAreaInner::after {
    width: 8px;
    height: 85%;
  }
  .homeAdsAreaInner .highlight01 {
    font-size: 24px;
  }
  .homeAdsAreaInner .highlight02 {
    font-size: 52px;
  }
  
  .homeBannerScroll {
    bottom: 40px;
    right: 635px;
  }
  .scrollTextDown {
    top: 18px;
    left: -50px;
    font-size: 21px;
    line-height: 25px;
  }
  .scrollLineDown {
    height: 62px;
  }
  
  .sectionTitle {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  body.bgHome { 
    background-color: transparent; 
  }
  body.bgHome:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-image: url("../../images/home/bg_banner_mobile.jpg");
    background-attachment: initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .homeBanner {
    width: 100%;
    height: auto;
    padding-top: 80px;
  }
  .homeBannerInner {
    position: relative;
    background: none;
    width: 100%;
    height: auto;
  }
  .registerArea {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
    background: transparent linear-gradient(180deg, #00000080 0%, #00000099 21%, #000000D9 73%, #000000 100%) 0% 0% no-repeat padding-box;
  }
  .registerAreaInner {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
    background: transparent linear-gradient(180deg, #434A4F 0%, #434A4FBF 19%, #434A4F00 34%) 0% 0% no-repeat padding-box;
  }
  .registerHookArea {
    top: 40px;
    left: 0;
    right: unset;
    width: 100%;
    height: 140px;
    background-color: transparent;
    text-align: center;
  }
  .registerHookAreaInner {
    font-size: 35px;
    color: #f3f3f3;
    line-height: 38px;
    padding: 0;
  }
  .registerHookAreaInner .hookHighlight,
  .registerHookAreaInner big {
    font-size: 50px;
  }
  .registerHookAreaInner .hookSuperHighlight {
    font-size: 50px;
    line-height: 40px;
  }
  .registerHookAreaInner .hookSubHighlight,
  .registerHookAreaInner small {
    font-size: 24px;
  }
  .registerHookAreaInner .hookOverflowText {
    line-height: 50px;
  }
  .registerBgBar {
    display: none;
  }
  
  .reigsterBox {
    position: relative;
    /*padding-top: 190px;*/
    padding-top: 220px;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
  }
  .registerBoxInner {
    padding: 20px 50px 50px;
  }
  .registerBox-title {
    font-size: 26px;
    line-height: 34px;
    /*font-weight: 700;*/
    font-weight: 500;
  }

  .homeAdsArea {
    display: none;
  }
  .homeBannerScroll {
    display: none;
  }
}



/******** PROMOTION **********/
.homePromotion {
  width: 100%;
  height: 100vh;
  /*height: calc(100vh + 100px);*/
  background-color: #ECECED;
}
.homePromotionInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homePromotionBgBox {
  position: absolute;
  width: 98%;
  height: 75.8%;
  left: 51%;
  top: 220px;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.homePromotionBgBoxImg {
  /*transform: scale(1);*/
  transform: translateY(0px);
}
.homePromotionBox {
  position: relative;
  width: 84%;
  margin: 0 auto;
  /*padding-top: 9.5%;*/
  padding-top: 30px;
  z-index: 5;
}
.homePromotionTitleAbs {
  position: absolute;
  top: 40px;
  z-index: 8;
}
.homePromotion-title {
  position: relative;
  padding-left: 80px;
}
.homePromotion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #434A4F;
}
.homePromotionImageCover {
  margin: 30px auto 0;
  width: 80%;
}
.homePromotionImageCover img {
  margin: 0 auto;
}

.homePromotionImageCover.animate-zoom {
  -moz-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  transform: translateY(120px);
}
.homePromotionImageCover.animate-zoom.in-view {
  transform: translateY(0px);
}

.homePromotionBgBoxImg.animate-zoom {
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /*transform: scale(0.8);*/
  transform: translateY(100px);
}
.homePromotionBgBoxImg.animate-zoom.in-view {
  /*transform: scale(1);*/
  transform: translateY(0px);
}
/*.homePromotion-title.animate-slide {
  opacity: 1;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.homePromotion-title.animate-slide.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}*/

.homePromotionImageCover.animate-zoom.removeAnimate {
  transform: translateY(0);
}
.homePromotionBgBoxImg.animate-zoom.removeAnimate {
  transform: translateY(0);
}


@media (max-width: 1600px) {
  .homePromotion {
    width: 100%;
    height: calc(100vh + 100px);
  }
  .homePromotionBgBox {
    width: 95%;
    height: 80%;
    left: 51%;
    top: 220px;
    transform: translate(-50%,-50%);
  }
  .homePromotionBgBoxImg {
    transform: scale(1);
  }
  .homePromotionBox {
    width: 84%;
    padding-top: 30px;
    z-index: 5;
  }
  .homePromotion-title {
    padding-left: 80px;
  }
  .homePromotion-title::after {
    width: 60px;
  }
  .homePromotionImageCover {
    margin: 25px auto 0;
    width: 80%;
  }
}
@media (max-width: 1366px) {
  .homePromotion {
    width: 100%;
    height: calc(100vh + 100px);
  }
  .homePromotionBgBox {
    width: 95%;
    height: 75.8%;
    left: 51%;
    top: 200px;
    transform: translate(-50%,-50%);
  }
  .homePromotionBgBoxImg {
    transform: scale(1);
  }
  .homePromotionBox {
    width: 84%;
    padding-top: 30px;
    z-index: 5;
  }
  .homePromotion-title {
    padding-left: 80px;
  }
  .homePromotion-title::after {
    width: 60px;
  }
  .homePromotionImageCover {
    margin: 25px auto 0;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .homePromotion {
    height: auto;
  }
  .homePromotionInner {
    height: auto;
    overflow: auto;
  }
  .homePromotionBgBox {
    display: none;
  }
  .homePromotionBox {
    width: 100%;
    padding-top: 0;
  }
  .homePromotionTitleAbs {
    display: none;
  }
  .homePromotion-title {
    display: none;
  }
  .homePromotionImageCover {
    margin: 0;
    width: 100%;
  }
  .homePromotionImageCover.animate-zoom {
    transform: translateY(0px);
  }
  .homePromotionBgBoxImg.animate-zoom {
    transform: translateY(0px);
  }
}


/******** REGISTER THANKS ***********/
.registerThanksPage {
  width: 100%;
  height: 100vh;
}
.registerThanksPageInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.registerThanksContent {
  width: 90%;
  max-width: 650px;
  text-align: center;
  padding-bottom: 30px;
}
.registerThanksLogo {
  width: 190px;
  margin: 0 auto;
}
.registerThanksMessage {
  margin-top: 30px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  color: #434A4F;
}
.registerThanksMessage1 {
  /*font-weight: 700;*/
  font-weight: 500;
}
.registerThanksMessage2 {
  /*font-weight: 700;*/
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.registerThanksBtn {
  margin-top: 30px;
}
.btn-link {
  background-color: #434A4F;
  padding: 12px 22px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  transition: all .2s ease-in-out;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(67, 74, 79, .8);
}

@media (max-width: 1600px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 767px) {
  .registerThanksContent {
    width: 90%;
    max-width: 300px;
    padding-bottom: 20px;
  }
  .registerThanksLogo {
    width: 145px;
  }
  .registerThanksMessage {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
    padding: 0 20px;
  }
  .registerThanksMessage1 {
    display: none;
    font-size: 20px;
    line-height: 24px;
  }
  .registerThanksMessage2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 5px;
  }
  .registerThanksBtn {
    margin-top: 40px;
  }
  .btn-link {
    padding: 12px 22px;
    font-size: 24px;
    line-height: 24px;
  }
}


/**************** QR PAGE ******************/
.qrPage {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url('../../images/bg_qr.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #000000;
}
.qrPageInner {
  width: 100%;
  height: 100%;
  padding: 50px;
}
.qrPageBlackLayer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  background: transparent linear-gradient(180deg, #00000000 0%, #0F1112 46%, #434A4F 100%) 0% 0% no-repeat padding-box;
}
.qrPageBorder {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
}
.qrPageContent {
  align-self: flex-end;
  width: 90%;
  max-width: 1200px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 34px;
  line-height: 36px;
  color: #ffffff;
}
.qrPage-logo {
  width: 260px;
  margin: 0 auto;
}
.qrPage-image {
  width: 220px;
  margin: 40px auto 40px;
}
.qrPageC-textHighlight {
  /*font-weight: 700;*/
  font-weight: 500;
  font-size: 40px;
  margin-top: 5px;
}
.qrPage-notValid {
  margin: 60px auto;
}

.qrPage-customer {
  font-size: 28px;
  line-height: 38px;
  margin-top: 40px;
  font-weight: 400;
}
.qrPage-privilege {
  font-size: 32px;
  font-weight: 500;
}
.qrPage-customer-name {
  font-size: 28px;
  font-weight: 500;
}
.qrPage-field {
  font-weight: 500;
}
.qrPage-br {
  height: 25px;
}

@media (max-width: 1600px) {
  .qrPageInner {
    padding: 40px;
  }
  .qrPageContent {
    width: 90%;
    max-width: 1200px;
    padding-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
  }
  .qrPage-logo {
    width: 240px;
  }
  .qrPage-image {
    width: 200px;
    margin: 25px auto 25px;
  }
  .qrPageC-textHighlight {
    font-size: 32px;
    margin-top: 5px;
  }
  .qrPage-notValid {
    margin: 30px auto;
  }

  .qrPage-customer {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
  }
  .qrPage-privilege {
    font-size: 28px;
  }
  .qrPage-customer-name {
    font-size: 24px;
  }
  .qrPage-br {
    height: 20px;
  }
}
@media (max-width: 1366px) {
  .qrPageInner {
    padding: 30px;
  }
  .qrPageContent {
    width: 90%;
    max-width: 1200px;
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 28px;
  }
  .qrPage-logo {
    width: 200px;
  }
  .qrPage-image {
    width: 160px;
    margin: 20px auto 20px;
  }
  .qrPageC-textHighlight {
    font-size: 30px;
    margin-top: 5px;
  }
  .qrPage-notValid {
    margin: 25px auto;
  }

  .qrPage-customer {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .qrPage-privilege {
    font-size: 24px;
  }
  .qrPage-customer-name {
    font-size: 20px;
  }
  .qrPage-br {
    height: 15px;
  }
}
@media (max-width: 767px) {
  .qrPage {
    background-image: url('../../images/bg_qr_mobile.jpg');
  }
  .qrPageInner {
    padding: 20px;
    display: flex;
  }
  .qrPageBorder {
    align-self: flex-end;
    height: 70%;
  }
  .qrPageContent {
    align-self: center;
    width: 90%;
    max-width: 240px;
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .qrPage-logo {
    width: 140px;
  }
  .qrPage-image {
    width: 120px;
    margin: 25px auto 25px;
  }
  .qrPageC-textHighlight {
    font-size: 20px;
    margin-top: 15px;
  }
  .qrPage-notValid {
    margin: 40px auto;
  }
  .qrPage-customer {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    font-weight: 400;
  }
  .qrPage-privilege {
    font-size: 18px;
    font-weight: 400;
  }
  .qrPage-customer-name {
    font-size: 24px;
    /*font-weight: 700;*/
    font-weight: 500;
  }
  .qrPage-br {
    height: 15px;
  }
}
@media (max-width: 340px) {
  .qrPageBorder {
    height: 75%;
  }
}


/******** Highlight **********/
.homeSectionTitle {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 700;
}
.homeSectionTitle-dash {
  padding: 34px 82px 34px 154px;
  position: relative;
}
.homeSectionTitle-dash::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 1px;
  background-color: #ffffff;
  left: 80px;
  top: 50%;
}
.homeSectionTitle-dash.themeDark::before {
  background-color: #434A4F;
}

.homeHighlight {
  width: 100%;
  background-color: transparent;
}
.homeHighlightInner {
  position: relative;
  background-image: url("../../images/home/bg_banner.jpg");
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homeHighlightContent {
  padding: 160px 0 160px;
  min-height: 100vh;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0, 0, 0, .8));*/
  background: transparent linear-gradient(180deg, #00000000 0%, #0F0F0F80 18%, #03030399 68%, #000000CC 100%) 0% 0% no-repeat padding-box;
}
.homeHighlightIntro {
  width: 100%;
  position: relative;
  color: #ffffff;
  margin: 75px 0 75px;
}
.homeHighlightIntro-title {
  margin-top: 0;
  margin-left: 8.2%;
}
.homeHighlightIntro-desc {
  margin-top: 50px;
  margin-left: 20.9%;
  width: 80%;
  max-width: 700px;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
}
.homeHighlightIntro-highlight {
  font-weight: 500;
}
.homeHighlightBoxCover {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  margin: 45px 0;
}
.homeHighlightBox {
  width: 100%;
  display: flex;
}
.homeHighlightBox.boxRight {
  text-align: left;
  justify-content: flex-end;
}
.homeHighlightBoxInner {
  width: 54.5%;
  max-width: 1047px;
  position: relative;
}
.homeHighlightBox-image {
  width: 100%;
  transition: all 1s ease-in-out;
}
.homeHighlightBox-image::before {
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  width: 62%;
  height: 10px;
  background-color: #ffffff;
  transition: all 1.5s ease-in-out .4s;
  transform: translateX(100%);
}
.homeHighlightBox-detailbox {
  position: absolute;
  width: 420px;
  bottom: 0;
  left: 0;
  transform: translate(-50%,50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #434A4F;
  text-align: left;
  background-color: #ffffff;
  padding: 20px 50px;
}
.homeHighlightBox-detailbox-content {
  text-align: left;
  font-size: 40px;
  line-height: 40px;
}
.homeHighlightBox-detailbox-highlight {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.homeHighlightBox.boxLeft {
  text-align: right;
  justify-content: flex-start;
}
.homeHighlightBox.boxLeft .homeHighlightBox-detailbox {
  justify-content: flex-end;
}
.homeHighlightBox.boxLeft .homeHighlightBox-detailbox-content  {
  text-align: right;
}
.homeHighlightBox.boxLeft .homeHighlightBox-image::before {
  right: unset;
  left: 0;
  transform: translateX(-100%);
}
.homeHighlightBox.boxLeft .homeHighlightBox-detailbox {
  transform: translate(50%,50%);
  left: unset;
  right: 0;
  text-align: right;
}

.showOnScroll-hilight-right {
  transform: translateX(78.6%);
}
.showOnScroll-hilight-right-in {
  transform: translateX(0);
}
.homeHighlightBox-image.showOnScroll-hilight-right-in::before {
  transform: translateX(0);
}

.showOnScroll-hilight-left {
  transform: translateX(-78.6%);
}
.showOnScroll-hilight-left-in {
  transform: translateX(0);
}
.homeHighlightBox.boxLeft .homeHighlightBox-image.showOnScroll-hilight-left-in::before {
  transform: translateX(0);
}

@media (max-width: 1600px) {
  .homeSectionTitle {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 2px;
  }
  .homeSectionTitle-dash {
    padding: 34px 82px 34px 154px;
  }
  .homeSectionTitle-dash::before {
    width: 58px;
    left: 80px;
  }
  .homeHighlightIntro-desc {
    margin-top: 50px;
    margin-left: 20.9%;
    width: 80%;
    max-width: 700px;
    font-size: 52px;
    line-height: 62px;
  }
  .homeHighlightBox-detailbox {
    width: 380px;
    padding: 20px 40px;
  }
  .homeHighlightBox-detailbox-content {
    font-size: 36px;
    line-height: 36px;
  }
  .homeHighlightBox-detailbox-highlight {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 1366px) {
  .homeSectionTitle {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1.4px;
  }
  .homeSectionTitle-dash {
    padding: 30px 42px 30px 104px;
  }
  .homeSectionTitle-dash::before {
    width: 48px;
    left: 40px;
  }
  .homeHighlightIntro-desc {
    margin-top: 30px;
    margin-left: 20.9%;
    width: 80%;
    max-width: 700px;
    font-size: 48px;
    line-height: 52px;
  }
  .homeHighlightBox-detailbox {
    width: 320px;
    padding: 20px 40px;
  }
  .homeHighlightBox-detailbox-content {
    font-size: 30px;
    line-height: 30px;
  }
  .homeHighlightBox-detailbox-highlight {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .homeSectionTitle {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .homeSectionTitle-dash {
    padding: 0 0 0 36px;
  }
  .homeSectionTitle-dash::before {
    width: 20px;
    left: 0;
  }

  .homeHighlight {
    width: 100%;
    height: auto;
    padding-top: 80px;
  }
  .homeHighlightInner {
    position: relative;
    background: none;
    width: 100%;
    height: auto;
  }
  .homeHighlightContent {
    /*padding: 100px 0 80px;*/
    padding: 100px 0 120px;
  }
  .homeHighlightIntro-desc {
    margin-top: 30px;
    margin-left: 18.3%;
    width: auto;
    max-width: 290px;
    font-size: 24px;
    line-height: 26px;
  }

  .homeHighlightBoxCover {
    padding: 10px 0 60px;
    margin: 70px 0;
  }
  .homeHighlightBoxInner {
    width: 87%;
  }
  .homeHighlightBox-image::before {
    top: -5px;
    width: 55.55%;
    height: 5px;
  }
  .homeHighlightBox-detailbox {
    width: 210px;
    left: 0;
    transform: translate(-26%,50%);
    padding: 15px 25px;
  }
  .homeHighlightBox-detailbox-content {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
  .homeHighlightBox-detailbox-highlight {
    font-size: 35px;
    line-height: 40px;
  }
  .homeHighlightBox.boxLeft .homeHighlightBox-detailbox {
    transform: translate(26%,50%);
  }
}

/******** Project Info **********/
.homeProjectInfo {
  width: 100%;
}
.homeProjectInfoInner {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.homeProjectInfoBg {
  width: 100%;
  position: relative;
  z-index: 0;
}
.showOnScroll-zoomout {
  width: 100%;
  overflow: hidden;
}
.showOnScroll-zoomout img {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
.showOnScroll-zoomout-in img {
  transform: scale(1.0);
}

.homeBarSection {
  position: absolute;
  top: 0;
  width: 33.8%;
  height: 10px;
  z-index: 2;
  background-color: #ffffff;
  transition: all 1s ease-in-out;
}
.showOnScroll-barsection-right {
  right: -23.4%;
}
.showOnScroll-barsection-right-in {
  right: 0;
}

.homeProjectInfoTitle {
  position: absolute;
  top: 40px;
  color: #ffffff;
  background-color: #434A4F;
  z-index: 2;
}
.homeProjectInfoContent {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  height: 640px;
  width: 80%;
  max-width: 582px;
  align-items: flex-end;
  justify-content: flex-end;
}
.homeProjectInfoContent b {
  font-weight: 700;
}
.homeProjectInfoContent-left {
  flex: 1;
  padding: 80px 60px 70px;
  background-color: #ffffff;
}
.homeProjectInfoContent-left table {
  width: 100%;
  position: relative;
}
.homeProjectInfoContent-left table td {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #434A4F;
  border: none;
}
.homeProjectInfoContent-left table td.tableSubject {
  font-weight: 700;
  width: 50.8%;
}
.homeProjectInfoContent-left table td.tableContent {
  padding-left: 15px;
  position: relative;
}
.homeProjectInfoContent-left table td.tableContent::before {
  content: ":";
  position: absolute;
  left: 0;
}
.homeProjectInfoContent-left-top {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(112, 112, 112, .3);
}
.homeProjectInfoContent-left-top table td.tableSubject {
  width: 40.5%;
}
.homeProjectInfoContent-right {
  width: 55px;
  background-color: #434A4F;
  height: 100%;
}

@media (max-width: 1600px) {
  
}
@media (max-width: 1366px) {
  
}
@media (max-width: 767px) {
  .homeProjectInfo {
    width: 100%;
    background-color: #434A4F;
    padding-top: 40px;
  }
  .homeBarSection {
    position: relative;
    top: unset;
    right: unset;
    width: 80%;
    height: 5px;
    margin-top: 40px;
    margin-right: 0;
    margin-left: auto;
  }
  .showOnScroll-barsection-right {
    margin-right: -23.4%;
  }
  .showOnScroll-barsection-right-in {
    margin-right: 0;
  }
  .homeProjectInfoTitle {
    position: relative;
    top: unset;
  }
  .homeProjectInfoContent {
    position: relative;
    right: unset;
    bottom: unset;
    display: flex;
    height: auto;
    width: 100%;
    max-width: unset;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .homeProjectInfoContent-left {
    position: relative;
    padding: 8px 26px 58px 50px;
  }
  .homeProjectInfoContent-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
  }
  .homeProjectInfoContent-left table td {
    font-size: 19px;
    line-height: 28px;
  }
  .homeProjectInfoContent-left table td.tableSubjectMobile {
    font-size: 22px;
  }
}


/******** FACILITIES **********/
.homeFacilities {
  width: 100%;
  background-color: #ECECED;
}
.homeFacilitiesInner {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.homeFacilitiesContent {
  width: 100%;
  display: flex;
  position: relative;
  padding-bottom: 120px;
}
.homeFacilitiesContent-left {
  position: relative;
  flex: 1;
}
.homeFacilitiesContent-right {
  position: relative;
  width: 26.4%;
  display: flex;
  justify-content: flex-end;
}
.homeFacilitiesTitle {
  margin-top: 40px;
}
.homeFacilitiesGallery {
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
}
.homeFacilitiesCarousel {
  width: 61.7%;
  margin-right: 6.3%;
}

.homeFacilitiesGalleryPreview {
  position: relative;
  width: 69.6%;
  margin-right: 30.3%;
}

.homeFacilitiesGalleryIndicators {
  width: 100%;
  margin-top: 38px;
}
.homeFacilitiesGalleryIndicators .carousel-indicators {
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  margin-right: -20px;
}
.homeFacilitiesGalleryIndicators li {
  text-indent: 0;
  background: none;
  display: inline-block;
  color: #434A4F;
  opacity: .3;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  margin-right: 20px;
}
.homeFacilitiesGalleryIndicators li.active {
  opacity: 1;
}
.homeFacilitiesGalleryIndicators li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: transparent;
  bottom: 0;
  left: 0;
}
.homeFacilitiesGalleryIndicators li.active::after {
  background-color: #434A4F;
}
.homeFacilitiesGalleryControl {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  font-size: 0;
}
.homeFacilitiesGalleryControl-btn {
  width: 80px;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  border-right: 1px solid #707070;
}
.homeFacilitiesGalleryControl-btn:last-child {
  border-right: 1px solid transparent;
}
.homeFacilitiesGalleryControl-btn:hover {
  opacity: .8;
}

.homeFacilitiesGalleryCaptionArea {
  position: absolute;
  width: 57.3%;
  height: 250px;
  left: -31.6%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-weight: 700;
}
.homeFacilitiesGalleryCaptionArea-num {
  width: 100%;
  flex: 1;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  align-items: flex-end;
  transform: translateY(40px);
}
.homeFacilitiesGalleryCaptionArea-text {
  width: 100%;
  height: 130px;
  background-color: rgba(236, 236, 237, .95);
  display: flex;
  align-items: center;
  font-size: 40px;
  line-height: 40px;
}

.showOnScroll-facilities-right {
  transition: all 1s ease-in-out;
  transform: translateX(110px);
}
.showOnScroll-facilities-right-in {
  transform: translateX(0);
}


@media (max-width: 1600px) {
  .homeFacilitiesGalleryCaptionArea {
    position: absolute;
    width: 57.3%;
    height: 220px;
    left: -25.6%;
  }
  .homeFacilitiesGalleryCaptionArea-num {
    font-size: 100px;
    line-height: 100px;
    transform: translateY(20px);
  }
  .homeFacilitiesGalleryCaptionArea-text {
    width: 100%;
    height: 100px;
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 1366px) {
  .homeFacilitiesCarousel {
    width: 65%;
    margin-right: 6.3%;
  }
  .homeFacilitiesGalleryCaptionArea {
    position: absolute;
    width: 50%;
    height: 180px;
    left: -25.6%;
  }
  .homeFacilitiesGalleryCaptionArea-num {
    font-size: 90px;
    line-height: 90px;
    transform: translateY(20px);
  }
  .homeFacilitiesGalleryCaptionArea-text {
    width: 100%;
    height: 90px;
    font-size: 32px;
    line-height: 32px;
  }
  .homeFacilitiesGalleryIndicators {
    margin-top: 38px;
  }
  .homeFacilitiesGalleryIndicators li {
    font-size: 18px;
    line-height: 30px;
    margin-right: 12px;
  }
  .homeFacilitiesGalleryControl {
    height: 70px;
  }
  .homeFacilitiesGalleryControl-btn {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .homeFacilitiesContent {
    display: block;
    padding: 0 0 70px;
  }
  .homeFacilitiesContent-left {
    width: 100%;
  }
  .homeFacilitieOwl-text {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 30px;
  }
  .homeFacilitieOwlCaptionArea {
    position: absolute;
    width: 100%;
    padding: 0 45px;
    bottom: 30px;
    background-color: transparent;
    z-index: 2;
  }
  .homeFacilitieOwl-num {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    transform: translateX(-10px);
  }
  .homeFacilitieOwl-num div {
    display: inline-block;
    font-size: 80px;
    background-color: rgba(236,236,237,.95);
    padding: 20px 10px;
  }
}


/******** GALLERY **********/
.homeGallery {
  position: relative;
  width: 100%;
  background-color: #5F6569;
}
.homeGalleryInner {
  width: 100%;
  position: relative;
  padding: 40px 0 150px;
  z-index: 2;
}
.homeGalleryBgLeft {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #434A4F;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.homeGalleryBgLeft.actived {
  width: 45.7%;
  opacity: 1;
}
.homeGalleryNavArea {
  width: 100%;
  padding: 0 154px 0 0;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.homeGalleryTitle {
  max-width: 500px;
}
.homeGalleryNavList {
  flex: 1;
  text-align: right;
  position: relative;
}
.homeGalleryNavList ul {
  padding: 0 0 4px;
  width: 100%;
}
.homeGalleryNavList ul li {
  display: inline-block;
  margin-right: 40px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  position: relative;
  padding: 0 0 2px;
  cursor: pointer;
  opacity: 1;
  transition: all .2s ease-in-out;
}
.homeGalleryNavList ul li:hover {
  opacity: .8;
}
.homeGalleryNavList ul li.actived {
  opacity: 1;
}
.homeGalleryNavList ul li:last-child {
  margin-right: 0;
}
.homeGalleryNavList-bar {
  position: absolute;
  height: 5px;
  background-color: #ffffff;
  width: 0;
  left: 0;
  bottom: 0;
  transition: all .4s ease-in-out;
}
.homeGalleryContent {
  padding: 0 0 50px;
  margin-top: 40px;
}
.homeGalleryContentItem {
  width: 100%;
  padding: 0 154px;
  display: none;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.homeGalleryContentItem.actived {
  display: block;
  opacity: 1;
}
.homeGalleryContentItemVideo {
  padding: 0;
}

.homeGallery-area {
  width: 100%;
}
.homeGallery-item {
  width: 33.33%;
  padding: 4px;
}
.homeGallery-item.loading {
  visibility: 0;
}
.homeGallery-loadmore-area {
  padding-top: 70px;
  display: none;
}
.homeGallery-loadmore-btn {
  width: 200px;
  margin: 45px auto 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.homeGallery-loadmore-btn::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: -45px;
  left: 50%;
  background-color: #ffffff;
}

@media (max-width: 1600px) {
  .homeGalleryInner {
    padding: 40px 0 120px;
  }
  .homeGalleryNavList ul li {
    margin-right: 40px;
    font-size: 22px;
    line-height: 27px;
  }

  .homeGallery-loadmore-area {
    padding-top: 60px;
  }
}
@media (max-width: 1366px) {
  .homeGalleryInner {
    padding: 40px 0 120px;
  }
  .homeGalleryNavArea {
    padding: 0 104px 0 0;
  }
  .homeGalleryNavList ul li {
    margin-right: 40px;
    font-size: 22px;
    line-height: 27px;
  }
  .homeGalleryContentItem {
    padding: 0 104px;
  }
  .homeGalleryContentItemVideo {
    padding: 0;
  }

  .homeGallery-loadmore-area {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .homeGalleryInner {
    /*padding: 40px 0 100px;*/
    padding: 40px 0 0;
  }
  .homeGalleryNavArea {
    padding: 0 36px 0 0;
  }
  .homeGalleryTitle {
    max-width: 180px;
  }
  .homeGalleryNavList {
    flex: 1;
    text-align: right;
    position: relative;
    padding-left: 16%;
  }
  .homeGalleryNavList select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url('../../images/icon-select.png');
    background-position: 100% 60%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #93979A;
    width: 100%;
  }
  .homeGalleryNavList select option {
    background-color: #5F6569;
    color: #ffffff;
  }
  .homeGalleryNavList select:focus {
    outline: none;
  }
  .homeGalleryContent {
    /*padding: 0 0 50px;*/
    padding: 0 0 30px;
    margin-top: 20px;
  }
  .homeGalleryContentItem {
    padding: 0 36px;
  }
  .homeGalleryContentItem.homeGalleryContentItemFullWidth {
    padding: 0;
  }
  .homeGallery-item {
    width: 100%;
    padding: 5px 0;
  }

  .homeGallery-loadmore-area {
    padding-top: 40px;
  }
}

/****** PANORAMA *******/
.sectionPanoramic {
  width: 100%;
}
.panoramaWrapperCover {
  position: relative;
  width: 100%;
  height: 600px;
}
.panoramaWrapper {
	width: 100%;
  height: 100%;
  position: relative;
}
.panoramaWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panoramaNav {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 2;
  padding: 0 30px;
}
.panoramaNavBottom {
  position: relative;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background-color: #5F6569;
  z-index: 2;
  padding: 0 30px;
  display: none;
}
.panoramaNavInner {
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pano-daynight {
  width: 25%;
}
.pano-daynight ul {
}
.pano-daynight ul li {
	display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  font-size: 24px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  opacity: .5;
}
.pano-daynight ul li:last-child {
  margin-right: 0;
}
.pano-daynight ul li.actived {
	opacity: 1;
}
.pano-daynight ul li div {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  transform: translateY(10px);
}

.divPano-tab {
  width: 25%;
  text-align: right;
}
.divPano-tab ul li {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
  font-size: 24px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  opacity: .5;
}
.divPano-tab ul li:last-child {
  margin-right: 0;
}
.divPano-tab ul li.actived {
  opacity: 1;
}

.pano-compass-area {
  height: 100%;
  flex: 1;
  text-align: center;
  justify-content: center;
}
.pano-compass {
  position: relative;
  width: 300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.pano-compass ul li {
  display: inline-block;
  margin: 0 30px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  opacity: .5;
}
.pano-compass ul li.actived {
  opacity: 1;
}
.pano-compass-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  transform: translateX(-8px);
}
.panorama-view {
  height: 600px;
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {
  .pano-daynight ul li {
    margin-right: 35px;
    font-size: 22px;
    line-height: 50px;
  }
  .pano-daynight ul li div {
    width: 28px;
    margin-right: 6px;
    transform: translateY(10px);
  }
  .divPano-tab ul li {
    margin-right: 35px;
    font-size: 22px;
    line-height: 50px;
  }
  .pano-compass ul li {
    margin: 0 30px;
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .panoramaWrapperCover {
    height: 450px;
  }
  .panoramaNavBottom {
    display: block;
  }
  .panoramaNav .pano-daynight,
  .panoramaNav .divPano-tab {
    display: none;
  }
  .pano-daynight {
    width: 100px;
  }
  .pano-daynight ul li {
    margin-right: 25px;
  }
  .pano-daynight ul li div {
    width: 22px;
    margin-right: 0px;
    transform: translateY(4px);
  }
  .divPano-tab {
    flex: 1;
  }
  .divPano-tab ul li {
    margin-right: 25px;
    font-size: 24px;
    line-height: 50px;
  }
  .pano-compass ul li {
    margin: 0 30px;
    font-size: 18px;
    line-height: 50px;
  }
  .panorama-view {
    height: 400px;
  }
}

/****** 360 *******/
.homeGallery-360-content {
  width: 100%;
  display: flex;
  color: #ffffff;
}
.homeGallery-360-content-left {
  flex: 1;
  padding-left: 72px;
  display: flex;
  align-items: center;
}
.homeGallery-360-content-right {
  width: 67%;
}
.homeGalleryContentItemVideo .homeGallery-360-content-left {
  padding-left: 226px; /*154 +72*/
}
.homeGalleryContent-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.homeGallery-360-content-left-list {
  margin-top: 50px;
  border-left: 7px solid #ffffff;
  padding-left: 20px;
}
.homeGallery-360-content-left-list > ul > li {
  padding: 10px;
  font-size: 24px;
  line-height: 24px;
  opacity: .5;
  cursor: pointer;
}
.homeGallery-360-content-left-list > ul > li:hover,
.homeGallery-360-content-left-list > ul > li.actived {
  opacity: 1;
}
.homeGallery-360-content-left-list > ul > li div {
  font-weight: 700;
}

.matterportCover {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.matterportInner {
  width: 98%;
  max-width: 1080px;
}
.matterport-wrapper {
  /* anything or nothing, it doesn't matter */
  width: 100%;
  /* only need if other rulesets give this padding */
  padding: 0;
}
.matterport-aspect-padder {
  height: 0;
  /* last padding dimension is (100 * height / width) of item to be scaled */
  padding: 0 0 56.25%;
  position: relative;
  /* only need next 2 rules if other rulesets change these */
  margin: 0;
  width: auto;
}
.matterport-fixed-aspect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* for demo */
  border: 0;
  background: white;
}
.matterport-fixed-aspect iframe {
  width: 100%;
  height: 100%;
  background-color: #5F6569;
}

.homeGallery-360-content-mobile-list {
  display: none;
}

@media (max-width: 1600px) {
  .homeGallery-360-content-left {
    padding-left: 20px;
  }
  .homeGalleryContentItemVideo .homeGallery-360-content-left {
    padding-left: 174px; /*154 +20*/
  }
}
@media (max-width: 1366px) {
  .homeGalleryContentItemVideo .homeGallery-360-content-left {
    padding-left: 124px; /*104 +20*/
  }
}
@media (max-width: 767px) {
  .homeGallery-360-content {
    flex-direction: column-reverse;
  }
  .homeGallery-360-content-left {
    display: none;
  }
  .homeGallery-360-content-right {
    width: 100%;
  }
  .matterportInner {
    width: 100%;
  }
  .homeGallery-360-content-mobile-list {
    display: none;
    width: 100%;
    padding: 0 36px;
    height: 50px;
    background-color: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
  }
  .homeGallery-360-content-mobile-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url('../../images/icon-select.png');
    background-position: 100% 60%;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    border: none;
    width: 100%;
  }
  .homeGallery-360-content-mobile-list select option {
    background-color: #5F6569;
    color: #ffffff;
  }
  .homeGallery-360-content-mobile-list select:focus {
    outline: none;
  }
}

/******** Video *********/
.homeGalleryVideo-content-left {
  padding-right: 90px;
  color: #ffffff;
}
.homeGalleryVideoNumber {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgba(255, 255, 255, .25);
}
.homeGalleryVideoNumber div {
  font-size: 100px;
  color: #ffffff;
  display: inline-block;
}
.homeGalleryVideo-title {
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.homeGalleryVideo-detail {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 20px;
}
.homeVideoControl {
  width: 100%;
  height: 80px;
  font-size: 0;
  margin-top: 15px;
  transform: translateX(-24px);
}
.homeVideoControl-btn {
  width: 80px;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.homeVideoControl-btn:hover {
  opacity: .8;
}
.homeVideoControl-btn.disabled {
  opacity: .3;
}
.homeVideoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.homeVideoItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeGalleryVideoArea .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.homeGalleryVideoArea .owl-carousel.owl-drag .owl-item {
  transform: scale(.85);
  transition: all .4s ease-in-out;
}
.homeGalleryVideoArea .owl-carousel.owl-drag .owl-item.active {
  transform: scale(1);
}

.homeVideoThumb {
  position: relative;
  width: 100%;
  display: block;
}
.homeVideoThumb-play {
  position: absolute;
  width: 87px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.homeGalleryVideOwlCaptionArea {
  display: none;
}
.homeVideoControlMobile {
  display: none;
}
.homeGalleryVideo-mobile-detail {
  display: none;
}

@media (max-width: 1600px) {
  .homeGalleryVideo-content-left {
    padding-right: 70px;
  }
}
@media (max-width: 1366px) {
  .homeGalleryVideo-content-left {
    padding-right: 70px;
  }
  .homeGalleryVideoNumber {
    font-size: 28px;
    line-height: 38px;
  }
  .homeGalleryVideoNumber div {
    font-size: 90px;
  }
  .homeGalleryVideo-title {
    font-size: 38px;
    line-height: 38px;
    margin-top: 15px;
  }
  .homeGalleryVideo-detail {
    font-size: 22px;
    line-height: 28px;
    margin-top: 15px;
  }
  .homeVideoControl {
    height: 70px;
    margin-top: 10px;
    transform: translateX(-24px);
  }
  .homeVideoControl-btn {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .homeGalleryVideoArea {
    position: relative;
    padding-bottom: 20px;
  }
  .homeGalleryVideoArea .owl-carousel .owl-stage {
    padding-left: 45px !important;
  }
  .homeGalleryVideoArea .owl-carousel.owl-drag .owl-item {
    transform: scale(1);
  }
  .homeGalleryVideo-mobile-detail {
    display: block;
    margin-top: 110px;
  }
  .homeGalleryVideo-title {
    font-size: 30px;
  }
  .homeGalleryVideo-detail {
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
  }
  .homeGalleryVideOwlCaptionArea {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 45px;
  }
  .homeGalleryVideOwlCaptionAreaSetTop {
    visibility: hidden;
  }
  .homeVideoControlMobile {
    display: block;
  }
  .homeGalleryVideoNumber {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 20px;
    z-index: 5;
  }
  .homeGalleryVideoNumber div {
    display: inline-block;
    font-size: 80px;
    padding: 20px 5px 20px 0;
  }
  .homeVideoControl {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 45px;
    width: 120px;
    height: auto;
    font-size: 0;
    margin-top: 0;
    transform: translateX(15px);
    text-align: right;
  }
  .homeVideoControl-btn {
    width: 28px;
    margin: 0 15px;
  }
}

/******* PLAN *********/
.homePlan {
  width: 100%;
  background-color: #F8F8F8;
}
.homePlanInner {
  width: 100%;
  position: relative;
  color: #434A4F;
}
.homePlanTabNav {
  position: absolute;
  top: 80px;
  right: 154px;
  width: auto;
  z-index: 2;
}
.homePlanTabNav > ul {
  font-size: 0;
}
.homePlanTabNav > ul > li {
  display: inline-block;
  width: 212px;
  height: 60px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #434A4F;
  background-color: #ffffff;
  border: 1px solid #434A4F;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.homePlanTabNav > ul > li:hover {
  background-color: #ECECED;
}
.homePlanTabNav > ul > li.actived {
  color: #ffffff;
  background-color: #434A4F;
}
.homePlanTabNav > ul > li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.homePlanContent {
  padding: 40px 0 110px;
}
.homePlanTitle {
}
.homePlanTabContent {
  padding: 0 154px;
}
.homePlanTabContentItem {
  width: 100%;
  display: none;
}
.homePlanTabContentItem.actived {
  display: block;
}
.homePlanTabContentItemInner {
  display: flex;
}
.homePlanTabContentItemInner-left {
  width: 17.1%;
}
.homePlanTabContentItemInner-right {
  flex: 1;
  padding-left: 5%;
}
.homePlanTabContentItem-title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
.homePlanTabContentItem-plan-nav {
  width: 100%;
  max-width: 220px;
  position: relative;
  padding-top: 7px;
}
.planContentItemUnit .homePlanTabContentItem-plan-nav {
  max-width: unset;
}
.homePlanTabContentItem-plan-nav::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #434A4F;
}
.homePlanTabContentItem-plan-nav > ul > li {
  padding: 10px 22px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ECECED;
  border-top: none;
  color: #434A4F;
  transition: all .2s ease-in-out;
  position: relative;
}
.homePlanTabContentItem-plan-nav > ul > li:hover {
  background-color: #ECECED;
}
.homePlanTabContentItem-plan-nav > ul > li.actived {
  color: #ffffff;
  background-color: #5F6569;
  border-color: #5F6569;
}
.homePlanTabContentItemInner-floor-name {
  margin-top: 65px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}
.homePlanTabContentItemInner-floor-name .floornum {
  font-weight: 500;
  display: inline-block;
}
.homePlanTabContentItemInner-floor-img {
  width: 100%;
  margin-top: 20px;
}
.homePlanTabContentItemInner-remark-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
.homePlanTabContentItemInner-floor-remark {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15px;
}
.homePlanTabContentItemInner-floor-remark-left {
  text-align: left;
}
.homePlanTabContentItemInner-floor-remark-right {
  text-align: right;
}
.planContentItemUnit .homePlanTabContentItemInner-right {
  text-align: center;
}
.homePlanTabContentItemInner-unit-img {
  width: 66.67%;
  margin: 0 auto;
}
.homePlanTabContentItemInner-unit-remark {
  text-align: center;
}
.planContentItemUnit .homePlanTabContentItemInner-floor-name {
  margin-top: 22px;
}
.homePlanTabContentItemInner-unit-button {
  margin-top: 30px;
}
.homePlanTabContentItemInner-unit-button .btn-theme {
  margin: 0 20px;
}

.homeCompareUnit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
  background-color: #F8F8F8;
}
.homeCompareUnitInner {
  padding: 40px 0 40px;
}
.homeCompareUnitBack.homeSectionTitle {
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 300;
  cursor: pointer;
}
.homeCompareUnitBack.homeSectionTitle-dash::before {
  width: 40px;
  height: 1px;
  left: 98px;
}
.homeCompareUnitContent {
  padding: 0 154px;
  margin-top: 10px;
  display: flex;
}
.homeCompareUnitBox {
  width: 50%;
}
.homeCompareUnitBoxTop {
  padding: 5px 0 10px;
}
.homeCompareUnitBox:first-child .homeCompareUnitBoxTop {
  border-right: 1px solid rgba(112, 112, 112, .24);
}
.homeCompareUnitBoxTopInner {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.homeCompareUnit-choose {
  color: #434A4F;
  opacity: .75;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
.homeCompareUnit-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url('../../images/icon-select-dark.png');
  background-position: 100% 60%;
  background-repeat: no-repeat;
  color: #434A4F;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid rgba(67.74,79, .5);
  width: 100%;
}
.homeCompareUnit-select select option {
  background-color: #F8F8F8;
  color: #434A4F;
}
.homeCompareUnit-select select:focus {
  outline: none;
}
.homeCompareUnit-img {
  width: 100%;
  margin-top: 20px;
}
.homeCompareUnit-remark {
  margin-top: 10px;
}
.homeCompareUnit-name.homePlanTabContentItemInner-floor-name {
  margin-top: 25px;
}
.homeCompareUnitBoxBottom {
  margin-top: 20px;
  text-align: center;
}

.showplan-floorzoom,
.showplan-unitzoom {
  display: none;
}
.showplan-floorzoom.actived,
.showplan-unitzoom.actived {
  display: inline-block;
}
.fancyboxplan .fancybox-bg {
  background: #ffffff;
}
.fancyboxplan .fancybox-image{
  width: 70%;
  height: auto;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
}
.fancyboxplan .fancybox-remark {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #434a4f;
  font-family: 'DBHeavent', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}

@media (max-width: 1600px) {
  .homePlanTabContentItemInner-left {
    width: 21.5%;
  }
  .homePlanTabContentItemInner-right {
    padding-left: 5%;
  }
  .homePlanTabNav > ul > li {
    width: 200px;
    height: 52px;
    font-size: 26px;
    line-height: 26px;
  }

  .homeCompareUnitBack.homeSectionTitle {
    font-size: 26px;
  }
}
@media (max-width: 1366px) {
  .homePlanTabNav {
    top: 76px;
    right: 104px;
  }
  .homePlanTabContent {
    padding: 0 104px;
  }
  .homePlanTabContentItemInner-left {
    width: 24.5%;
  }
  .homePlanTabContentItemInner-right {
    padding-left: 5%;
  }
  .homePlanTabNav > ul > li {
    width: 180px;
    height: 48px;
    font-size: 24px;
    line-height: 24px;
  }
  .homePlanTabContentItemInner-floor-name {
    margin-top: 65px;
    font-size: 38px;
    line-height: 46px;
  }
  .homePlanTabContentItemInner-unit-button {
    margin-top: 25px;
  }
  .homePlanTabContentItemInner-unit-button .btn-theme {
    margin: 0 15px;
  }
  
  .homeCompareUnitBack.homeSectionTitle {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .homeCompareUnitBack.homeSectionTitle-dash::before {
    width: 36px;
    left: 58px;
  }
  .homeCompareUnitContent {
    padding: 0 104px;
    margin-top: 0px;
  }
  .homeCompareUnit-name.homePlanTabContentItemInner-floor-name {
    margin-top: 20px;
  }
  .homeCompareUnitBoxBottom {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .homePlanContent {
    padding: 40px 0 40px;
  }
  .homePlanTabContent {
    padding: 0 36px;
  }
  .homePlanTabContentItem {
    display: block;
    padding: 20px 0 80px;
  }
  .homePlanTabContentItemInner {
    display: block;
  }
  .homePlanTabContentItemInner-left {
    width: 100%;
    padding-top: 40px;
  }
  .homePlanTabContentItemInner-right {
    width: 100%;
    padding-left: 0;
  }
  .homeCompareUnit-choose {
    opacity: 1;
    font-size: 15px;
    line-height: 18px;
  }
  .homeCompareUnit-select select { 
    font-weight: 400;
  }
  .homePlanTabContentItemInner-floor-name {
    margin-top: 25px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }
  .homePlanTabContentItemInner-floor-img {
    margin-top: 10px;
  }
  .homePlanTabContentItemInner-remark-text {
    font-size: 16px;
    line-height: 20px;
  }
  .homePlanTabContentItemInner-floor-remark {
    display: block;
    margin-top: 10px;
  }
  .homePlanTabContentItemInner-floor-remark-left {
    text-align: center;
  }
  .homePlanTabContentItemInner-floor-remark-right {
    text-align: center;
    margin-top: 10px;
  }
  .homePlanTabContentItemInner-unit-img {
    width: 100%;
    margin-top: 10px;
  }
  .homePlanTabContentItemInner-unit-remark {
    text-align: center;
  }
  .planContentItemUnit .homePlanTabContentItemInner-floor-name {
    margin-top: 25px;
  }
  .homePlanTabContentItemInner-unit-button {
    margin-top: 10px;
  }
  .homePlanTabContentItemInner-unit-button .btn-theme {
    margin: 0;
  }

  .fancyboxplan .fancybox-remark {
    position: absolute;
    bottom: 30%;
    width: 90%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
}


/******* LOCATION ********/
.homeLocation {
  width: 100%;
  background-color: #5F6569;
  color: #ffffff;
}
.homeLocationInner {
  width: 100%;
  padding: 40px 0 120px;
}
.homeLocationContent {
  width: 100%;
  padding: 0 154px;
  display: flex;
  position: relative;
}
.homeLocationContent-left {
  width: 35.2%;
  padding-left: 9%;
  display: flex;
  align-items: center;
}
.homeLocationContent-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeLocationContent-item {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 25px;
}
.homeLocationContent-item-title {
  font-size: 40px;
  font-weight: 700;
}


@media (max-width: 1600px) {
  .homeLocationContent-left {
    width: 35.2%;
    padding-left: 5%;
  }
  .homeLocationContent-item {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .homeLocationContent-item-title {
    font-size: 38px;
  }
}
@media (max-width: 1366px) {
  .homeLocationContent {
    padding: 0 104px;
  }
  .homeLocationContent-left {
    width: 35.2%;
    padding-left: 4%;
  }
  .homeLocationContent-item {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .homeLocationContent-item-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .homeLocationInner {
    padding: 40px 0 60px;
  }
  .homeLocationContent {
    padding: 0;
    flex-direction: column-reverse;
  }
  .homeLocationContent-left {
    width: 100%;
    padding: 0 50px;
    margin-top: 30px;
  }
  .homeLocationContent-right {
    width: 100%;
    margin-top: 25px;
    padding: 0 20px;
  }
  .homeLocationContent-item {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .homeLocationContent-item-title {
    font-size: 30px;
  }
}