@font-face {
  font-family: 'db_helvethaica_x';
  src: url('../static/fonts/db_helvethaica_x-webfont.eot');
  src: url('../static/fonts/db_helvethaica_x-webfont.eot?#iefix') format('embedded-opentype'), url('../static/fonts/db_helvethaica_x-webfont.woff') format('woff'), url('../static/fonts/db_helvethaica_x-webfont.ttf') format('truetype'), url('db_helvethaica_x-webfont.svg#db_helvethaica_x') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica_x_med';
  src: url('../static/fonts/db_helvethaica_x_med-webfont.eot');
  src: url('../static/fonts/db_helvethaica_x_med-webfont.eot?#iefix') format('embedded-opentype'), url('../static/fonts/db_helvethaica_x_med-webfont.woff') format('woff'), url('../static/fonts/db_helvethaica_x_med-webfont.ttf') format('truetype'), url('db_helvethaica_x_med-webfont.svg#db_helvethaica_x_med') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'db_helvethaica_x_li';
  src: url('../static/fonts/db_helvethaica_x_li-webfont.eot');
  src: url('../static/fonts/db_helvethaica_x_li-webfont.eot?#iefix') format('embedded-opentype'), url('../static/fonts/db_helvethaica_x_li-webfont.woff') format('woff'), url('../static/fonts/db_helvethaica_x_li-webfont.ttf') format('truetype'), url('db_helvethaica_x_li-webfont.svg#db_helvethaica_x_li') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStdBlack';
  src: url('../static/fonts/AvenirLTStdBlack.eot');
  src: url('../static/fonts/AvenirLTStdBlack.eot') format('embedded-opentype'), url('../static/fonts/AvenirLTStdBlack.woff') format('woff'), url('../static/fonts/AvenirLTStdBlack.woff2') format('woff'), url('../static/fonts/AvenirLTStdBlack.ttf') format('truetype'), url('../static/fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
}

input,
button,
select,
optgroup,
textarea {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-family: Century Gothic;
  font-weight: normal;
}

input:lang(th),
button:lang(th),
select:lang(th),
optgroup:lang(th),
textarea:lang(th) {
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-family: db_helvethaica_x;
  font-weight: normal;
}

nav {
  min-height: 50px;
}

a {
  transition: all ease 0.2s;
}

.padding-lng-right {
  padding-right: 16px !important;
}

.navbar-brand img {
  width: 136px;
}

.navbar-nav>li>a {
  color: #000;
}

.navbar-nav>li>a:hover {
  color: #f7ba01;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #000;
}

.section-head {
  font-family: 'db_helvethaica_x_li';
  width: 100%;
  background-color: #fff;
  color: #000;
  transition: all 0.5s ease;
  z-index: 10;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-size: 20px;
}

.section-head a {
  color: #fff;
}

.box-logo {
  width: 136px;
}

.box-logo img {
  max-width: 100%;
  max-height: 21px;
  object-fit: contain;
  object-position: left;
}

.box-logo .logo-light {
  display: none;
}

.box-logo .logo-dark {
  display: block;
}

.head-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: url(/static/img/skin/shadow-head.png) repeat-x top center;
  display: none;
}

.line-hr {
  margin-top: 15px;
  height: 20px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.line-max {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.hr-call a {
  position: relative;
  top: 2px;
}

.hr-call span {
  font-family: 'AvenirLTStdBlack';
  line-height: 0.8;
  font-size: 1rem;
  margin-left: 5px;
}

.hr-callMobile {
  display: none;
}

.hr-compare .tex-compare {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #f7ba01;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

.hr-compare .tex-compare span {
  position: relative;
  top: -2px;
  font-family: 'AvenirLTStdBlack';
  font-size: 11px;
  color: #fff;
}

.hr-listpp a {
  background-color: #000;
  color: #fff;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.hr-listpp a:hover {
  background-color: #f7ba01 !important;
  color: #fff !important;
}

.navbar-nav>li.hr-listpp>a {
  color: #fff;
}

.navbar-nav>li.hr-listpp>a:focus {
  background-color: #000;
  color: #fff;
}

.navbar-left:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  transition: all 0.5s ease;
  display: none;
}

.navbar-toggle {
  cursor: pointer;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: transparent;
  cursor: pointer;
}

.ham-tablet.navbar-toggle {
  display: none;
  border: none;
  border-left: 1px solid rgba(253, 253, 253, 0.2);
  border-radius: 0;
  padding: 6px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ham-tablet.navbar-toggle .icon-bar {
  background-color: #fff;
}

.headdark .section-head {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}

.headdark .section-head a {
  color: #fff;
}

.headdark .head-shadow {
  display: block;
}

.headdark .box-logo .logo-light {
  display: block;
}

.headdark .box-logo .logo-dark {
  display: block;
}

.headdark .line-hr {
  background-color: rgba(253, 253, 253, 0.2);
}

.headdark .navbar-nav>li>a {
  color: #fff;
}

.headdark .navbar-nav>li .dropdown-menu a {
  color: #000;
}

.headdark .line-max {
  border-left: 1px solid rgba(253, 253, 253, 0.2);
}

.headdark .navbar-nav>li>a:hover {
  color: #f7ba01;
}

.navbar-nav>li.hr-listpp>a {
  min-height: 50px;
}

.headdark .navbar-default .navbar-nav>.open>a,
.headdark .navbar-default .navbar-nav>.open>a:focus,
.headdark .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #fff;
}

.headdark .section-head.scrl-down {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.headdark .section-head.scrl-down .box-logo .logo-light {
  display: block;
}

.headdark .section-head.scrl-down .box-logo .logo-dark {
  display: block;
}

.headdark .section-head.scrl-down .navbar-nav>li>a {
  color: #000;
}

.headdark .section-head.scrl-down .navbar-nav>.open>a {
  background-color: transparent;
  color: #000;
}

.headdark .section-head.scrl-down .navbar-nav>li.hr-listpp>a {
  color: #fff;
}

.headdark .section-head.scrl-down .line-hr {
  background-color: rgba(0, 0, 0, 0.2);
}

.headdark .section-head.scrl-down .hr-compare .tex-compare span {
  color: #fff;
}

.headdark .section-head.scrl-down .ham-tablet.navbar-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.headdark .section-head.scrl-down .ham-tablet.navbar-toggle .icon-bar {
  background-color: #000;
}

.headdark .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.headdark .dropdown-menu {
  font-size: 20px;
  border-radius: 0;
  margin-top: 0;
  border: 1px solid #e2e2e2;
}

.headdark .dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #000;
  background-color: #f5f5f5;
  outline: none;
  box-shadow: none;
}

.hr-callMobile {
  display: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .headdark .section-head {
    background-color: #000 !important;
  }
  .box-logo img {
    max-height: 16px;
  }
  .masthead {
    height: 100vh;
  }
  .collapse.show {
    /* // max-height: none;
       // position: fixed;
       // top: 45px;
       // height: 100%;
       // width: 100%;
       // margin-left: -15px;
       // background-color: rgb(0, 0, 0);
       // border-top: 2px solid white; */
  }
  .hr-callMobile {
    position: absolute;
    right: 55px;
    top: 11px;
    font-size: 1rem;
    display: block;
  }
  .headdark .section-head.scrl-down .navbar-nav>li>a {
    color: white;
  }
  body {
    overflow-x: hidden;
  }
  .headdark .navbar-nav .dropdown-menu {
    background: black;
    border: 0;
    color: white;
  }
  .headdark .navbar-nav .dropdown-item {
    color: white;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    cursor: pointer;
  }
}

.nav-link {
  font-size: 0.9rem;
  font-family: Century Gothic, db_helvethaica_x;
}

.nav-link:lang(th) {
  font-size: 1.25rem;
  font-family: db_helvethaica_x;
}

::-moz-selection {
  /* Code for Firefox */
  background: #e2e1dc;
}

::selection {
  background: #e2e1dc;
}

#mainNav .ion-ios-arrow-down {
  text-align: left;
  position: absolute;
  right: 16px;
  left: 10px;
  top: 10px;
  padding-left: 30px;
}


/* FOOTER */
footer {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #151515 !important;
}
.footer-navigation {
  padding-top: 40px;
}
.footer-navigation .list-inline a {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  line-height: 1;
}
.footer-navigation .list-inline a:hover i {
  color: #f7ba01;
}
.footer-navigation .list-unstyled {
  font-family: 'db_helvethaica_x';
  font-size: 20px;
  line-height: 20px;
}
.footer-navigation .list-unstyled li {
  margin-bottom: 5px;
}
.footer-navigation .list-unstyled a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all ease 0.2s;
  cursor: pointer;
}
.footer-navigation .list-unstyled a:hover {
  text-decoration: none;
}
.footer-navigation .container-fluid {
  padding: 0 60px;
}
.footer-navigation .dropdown-toggle {
  font-family: db_helvethaica_x;
  font-size: 18px;
  background-color: #646971;
  color: white;
  border: none;
  border-radius: 0;
  height: 30px;
  line-height: 1rem;
}
.footer-navigation .btn-secondary:not([disabled]):not(.disabled):active, .footer-navigation .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: black;
  background-color: none;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-navigation .btn-secondary:not([disabled]):not(.disabled):active, .footer-navigation .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: #646971;
  color: white;
  border-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
  line-height: 1rem;
}
.footer-navigation .btn-secondary:focus, .btn-secondary.focus {
  webkit-box-shadow: none;
  box-shadow: none;
}
.footer-navigation .dropdown-menu.show {
  border: 0;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  min-width: 100%;
  background-color: #646971;
  color: white;
}
.footer-navigation .dropdown-item {
  background-color: #646971;
  color: white;
}
.footer-navigation a.tel {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all ease 0.2s;
  cursor: pointer;
  font-family: 'AvenirLTStdBlack', 'db_helvethaica_x';
}
.footer-navigation a.tel:hover {
  text-decoration: none;
  color: #f7ba01;
}
#footer a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all ease 0.2s;
  cursor: pointer;
}
#footer .ft-line {
  float: left;
  height: 15px;
  width: 1px;
  background-color: white;
  margin: 5px 15px 0;
}
#footer .section-footer {
  line-height: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-family: 'db_helvethaica_x';
  font-size: 20px;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
}
#footer .footleft-call a {
  font-family: 'AvenirLTStdBlack';
}
#footer .footleft-social {
  width: 100%;
  height: 20px;
}
#footer .footleft-social a {
  line-height: 20px;
}
#footer .footleft-social ul {
  margin-left: 10px;
}
#footer .footleft-social li {
  margin: 3px 0 0;
  line-height: 20px;
}
#footer .footleft-social li a {
  float: left;
  padding: 0 10px;
}
#footer .footleft-social li a svg {
  height: 13px;
  fill: white;
}
#footer .footleft-social li a:hover svg {
  fill: #f7ba01;
}
#footer .footleft-social li a svg, #footer .footleft-social li a img {
  height: 13px;
}
#footer .footleft-social li a:hover svg {
  fill: #f7ba01;
}
#footer .footleft-social a:hover i {
  color: #f7ba01;
}
#footer .box-foot-right {
  float: right;
  text-align: left;
}
#footer .box-foot-right ul {
  float: left;
  margin: 0;
}
#footer .box-foot-right li {
  float: left;
  line-height: 20px;
}
#footer .footinsearch {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
}
#footer .footinsearch-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
#footer .footinsearch-close a svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-right: 10px;
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
footer a {
  color: white !important;
}
footer #footer {
  background-color: #000;
}


#navagation {
  z-index: 30 !important;
}
#navagation .form-group {
  color: #646971;
  max-width: 150px;
}
#navagation .box-pflink {
  font-size: 20px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #646971;
  padding-left: 0;
}
#navagation .box-pflink h4 {
  font-size: 0.85rem;
  font-family: 'Century Gothic';
  margin-bottom: 20px;
  color: #646971;
}
#navagation .pflink {
  float: left;
  margin-right: 40px;
  min-width: 150px;
}
#navagation .pflink-4 {
  margin-right: 0px;
}
#navagation .pflink-5 {
  width: 250px;
  margin-right: 60px;
}
#navagation .pflink-5 span {
  font-family: 'Century Gothic';
}
#navagation .pflink-unit {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#navagation .pflink-unit > span {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#navagation .pflink-unit .bootstrap-select {
  width: 100% !important;
}
#navagation a {
  font-size: 0.85rem;
  font-family: 'Century Gothic';
}
#navagation .ion-ios-arrow-down {
  text-align: left;
  position: absolute;
  right: 16px;
  top: 9px;
}
#navagation {
  background-image: url(../static/img/skin/building_footer.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
#navagation:lang(th) .box-pflink h4 {
  font-size: 1.3rem;
  font-family: 'db_helvethaica_x_med';
  margin-bottom: 20px;
  padding-left: 0;
}
#navagation:lang(th) .pflink-5 span {
  font-family: 'db_helvethaica_x';
}
#navagation:lang(th) a {
  font-size: 1.25rem;
  font-family: 'db_helvethaica_x';
}
#navagation:lang(th) .ion-ios-arrow-down {
  text-align: left;
  position: absolute;
  right: 16px;
  top: 8px;
}
#footer a, #footer p, #footer span {
  font-family: Century Gothic, db_helvethaica_x !important;
  font-size: 0.75rem;
}
#footer i {
  font-size: 1.25rem;
}
#footer a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all ease 0.2s;
  cursor: pointer;
}
#footer a:lang(th), #footer span:lang(th) {
  font-family: db_helvethaica_x !important;
  font-size: 1rem;
}
#footer .ft-line {
  float: left;
  height: 15px;
  width: 1px;
  background-color: white;
  margin: 5px 15px 0;
}
#footer .section-footer {
  line-height: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-family: 'db_helvethaica_x';
  font-size: 20px;
  z-index: 2;
  padding-left: 60px;
  padding-right: 60px;
}
#footer .footleft-call a {
  font-family: 'AvenirLTStdBlack';
}
#footer .footleft-social {
  width: 100%;
  height: 20px;
}
#footer .footleft-social a {
  line-height: 20px;
}
#footer .footleft-social ul {
  margin-left: 10px;
}
#footer .footleft-social li {
  margin: 3px 0 0;
  line-height: 20px;
}
#footer .footleft-social li a {
  float: left;
  padding: 0 10px;
}
#footer .footleft-social li a svg {
  height: 13px;
  fill: white;
}
#footer .footleft-social li a:hover svg {
  fill: #f7ba01;
}
#footer .footleft-social li a svg, #footer .footleft-social li a img {
  height: 13px;
}
#footer .footleft-social li a:hover svg {
  fill: #f7ba01;
}
#footer .footleft-social a:hover i {
  color: #f7ba01;
}
#footer .box-foot-right {
  float: right;
  text-align: left;
}
#footer .box-foot-right ul {
  float: left;
  margin: 0;
}
#footer .box-foot-right li {
  float: left;
  line-height: 20px;
}
#footer .footinsearch {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
}
#footer .footinsearch-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
#footer .footinsearch-close a svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin-right: 10px;
}
.gm-style-cc {
  display: none !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mobileShow {
  display: none;
}
@media screen and (max-width: 767px) {
  #navagation .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobileShow {
    display: block;
  }
}

.cls-modal-body-termandcon{
  font-family: Century Gothic, db_helvethaica_x;
  font-size: 0.65rem;
}
.modal a {
  text-decoration: none !important;
  color: black;
}

.footer-modal-header:lang(th) {
  font-family: db_helvethaica_x;
  font-size: 1.25rem;
}

.footer-modal-container {
  font-family: Century Gothic, db_helvethaica_x;
  font-size: 0.65rem;
}

.btn-see-all:lang(th) {
  font-family: 'db_helvethaica_x';
  font-size: 1.3rem;
}

.btn-see-all {
  background-color: black !important;
  font-size: 0.9rem;
  font-family: 'Century Gothic', 'db_helvethaica_x';
  font-weight: normal;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-minwidth {
  min-width: 200px;
}