*,
::before,
::after,
:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*! autoprefixer: ignore next */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

*,
*:focus {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button,
input,
optgroup,
select,
textarea {
  margin: 0; }

body input,
body textarea {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text; }

body {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  margin: 0;
  color: #152534; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px; } }

.container {
  max-width: 1300px;
  width: 100%;
  padding: 0 15px; }
  @media screen and (min-width: 1000px) {
    .container {
      max-width: 1300px; } }

ul > li {
  list-style: none; }

a,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer; }

.hidden-xs {
  display: block; }
  @media screen and (max-width: 767px) {
    .hidden-xs {
      display: none; } }

.visible-xs {
  display: none; }
  @media screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

.section-content {
  background-color: #152534;
  padding-top: 97px; }
  @media screen and (max-width: 991px) {
    .section-content {
      padding-top: 65px; } }

.head {
  font-size: 45px; }
  @media screen and (max-width: 767px) {
    .head {
      font-size: 30px; } }

.subhead {
  font-weight: thin;
  font-size: 37px; }
  @media screen and (max-width: 767px) {
    .subhead {
      font-size: 27px; } }

.texthead {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .texthead {
      font-size: 15px; } }

.txtdthead {
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .txtdthead {
      font-size: 20px; } }

.text {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .text {
      font-size: 13px; } }

.blue {
  color: #152534 !important; }

.gray {
  color: #ccd7e3 !important; }

.white {
  color: #FFF !important; }

.gold {
  color: #cdae82 !important; }

.lblue {
  color: #0384fc !important; }

p {
  margin-bottom: 0; }

h2.subhead {
  text-align: center;
  margin-bottom: 35px; }

.site-keyword {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0; }

.text-head {
  padding-top: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.bolder {
  font-weight: bolder; }

.wrapline {
  display: inline-block; }

.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

img.wd100 {
  width: 100%; }

default-btn-style, .btn-main {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  max-width: 200px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.btn-main {
  font-family: 'Kanit', sans-serif;
  font-size: 22px;
  width: 240px;
  height: 60px;
  color: #152534;
  padding: 17px 5px;
  border: none;
  background-color: #ccd7e3;
  line-height: 1.4; }
  .btn-main[disabled] {
    background: rgba(204, 215, 227, 0.5);
    color: #c0cad5;
    pointer-events: none; }
  .btn-main:hover, .btn-main:focus, .btn-main:active {
    color: #FFF;
    background-color: #152534;
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.4); }

.btn-link {
  cursor: pointer;
  color: #152534;
  text-decoration: none;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .btn-link {
      font-size: 16px; } }
  .btn-link:hover, .btn-link:active, .btn-link:focus {
    color: #2381d6;
    text-decoration: none; }

.with-icon {
  position: relative; }
  .with-icon:before {
    content: '';
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .with-icon span {
    padding-left: 50px;
    padding-top: 8px;
    margin-bottom: 25px;
    display: block; }
  .with-icon.icon-phone:before {
    background-image: url(../img/icon/phone.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }
  .with-icon.icon-clock:before {
    background-image: url(../img/icon/clock.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }
  .with-icon.icon-mail:before {
    background-image: url(../img/icon/enverlop.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }
  .with-icon.icon-facebook {
    font-size: 0; }
    .with-icon.icon-facebook:before {
      background-image: url(../img/icon/facebook.jpg);
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain; }
  .with-icon.icon-googleplus {
    font-size: 0; }
    .with-icon.icon-googleplus:before {
      background-image: url(../img/icon/google-plus.jpg);
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain; }
  .with-icon.icon-ig {
    font-size: 0; }
    .with-icon.icon-ig:before {
      background-image: url(../img/icon/ig.jpg);
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain; }
  .with-icon.icon-youtube {
    font-size: 0; }
    .with-icon.icon-youtube:before {
      background-image: url(../img/icon/youtube.jpg);
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain; }
  .with-icon.icon-c:before {
    background-image: url(../img/icon/c.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }

.fieldbox {
  width: 100%;
  height: 40px;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  border: none;
  border-bottom: 1px solid #bcbec0;
  background: transparent;
  outline: 0;
  text-align: left;
  -webkit-appearance: none;
  padding: 0; }
  .fieldbox.white {
    color: #FFF; }

ul.slick-dots {
  position: absolute;
  width: auto;
  top: 0;
  right: 5px;
  text-align: center;
  height: 30px; }
  @media screen and (max-width: 767px) {
    ul.slick-dots {
      right: 5px; } }

.slick-dots li {
  width: 40px;
  height: 13px; }

ul.slick-dots li {
  display: inline-block;
  margin-left: 0; }

ul.slick-dots li button {
  font-size: 0;
  background: #acc2d4;
  width: 35px;
  height: 13px;
  display: block;
  border: thin solid #FFF;
  margin: 0 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: 0; }

ul.slick-dots li button:before {
  color: transparent; }

ul.slick-dots li.slick-active button {
  background: #152534 !important; }

ul.slick-dots li.slick-active button:before {
  color: transparent; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.tabmenu li + li {
  margin-left: 0; }

.tabmenu a,
.tabmenu a:focus,
.tabmenu a:hover {
  color: #000; }

.tabmenu {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 15px 0; }

.tabmenu li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #bcbec0;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 10px 0; }
  .tabmenu li a {
    display: block;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      .tabmenu li a {
        padding: 5px; } }
  @media screen and (max-width: 767px) {
    .tabmenu li {
      height: 70px;
      padding: 5px; } }
  .tabmenu li:hover, .tabmenu li.active {
    background-color: #cdae82; }
    .tabmenu li:hover a, .tabmenu li.active a {
      color: #FFF; }

.tabmenu li:last-child {
  border-right: none; }

@media screen and (max-width: 991px) {
  .block-item {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .block-item {
    padding-bottom: 25px; } }

.block-item .figure-frame {
  display: block;
  border: 1px solid #cdae82;
  overflow: hidden; }
  .block-item .figure-frame img {
    -webkit-transition: all .5s;
    transition: all .5s; }

.block-item .text-detail {
  padding-top: 30px; }
  .block-item .text-detail .txthd a {
    font-size: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #000;
    display: block; }
    @media screen and (max-width: 767px) {
      .block-item .text-detail .txthd a {
        font-size: 25px; } }
    .block-item .text-detail .txthd a:hover, .block-item .text-detail .txthd a:active, .block-item .text-detail .txthd a:focus {
      color: #675741;
      text-decoration: none; }
  .block-item .text-detail .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px; }
  .block-item .text-detail .icon-map {
    position: relative; }
    .block-item .text-detail .icon-map:before {
      content: '';
      width: 40px;
      height: 40px;
      background-image: url(../img/icon/map.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      top: -20px;
      left: 0; }
    .block-item .text-detail .icon-map span {
      padding-left: 50px;
      padding-top: 8px; }

.block-item:hover .figure-frame img, .block-item:active .figure-frame img, .block-item:focus .figure-frame img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02); }

.block-item:hover .txthd a, .block-item:active .txthd a, .block-item:focus .txthd a {
  color: #675741; }

@media screen and (max-width: 991px) {
  .block-item-fluid {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .block-item-fluid {
    padding-bottom: 25px; } }

.block-item-fluid .figure-frame {
  display: block;
  border: 1px solid #cdae82;
  overflow: hidden; }
  .block-item-fluid .figure-frame img {
    -webkit-transition: all .5s;
    transition: all .5s; }

.block-item-fluid .text-detail {
  padding: 40px 30px 55px;
  background: #152534;
  display: block;
  height: 300px;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .block-item-fluid .text-detail span {
    display: block; }
  .block-item-fluid .text-detail .txthd {
    color: #fff;
    font-weight: 100;
    font-size: 35px;
    padding-bottom: 15px;
    line-height: 1.3;
    /*! autoprefixer: ignore next */
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; }
    @media screen and (max-width: 767px) {
      .block-item-fluid .text-detail .txthd {
        font-size: 25px; } }
    .block-item-fluid .text-detail .txthd:hover, .block-item-fluid .text-detail .txthd:active, .block-item-fluid .text-detail .txthd:focus {
      color: #fff;
      text-decoration: none; }
  .block-item-fluid .text-detail .dt1 {
    color: #fff; }

.block-item-fluid:hover .figure-frame img, .block-item-fluid:active .figure-frame img, .block-item-fluid:focus .figure-frame img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03); }

.block-item-fluid:hover .text-detail, .block-item-fluid:active .text-detail, .block-item-fluid:focus .text-detail {
  background: #1c3348; }

@media screen and (max-width: 991px) {
  .block-item-hd {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .block-item-hd {
    padding-bottom: 25px; } }

.block-item-hd .figure-frame {
  display: block;
  border: 1px solid #cdae82;
  overflow: hidden; }
  .block-item-hd .figure-frame img {
    -webkit-transition: all .5s;
    transition: all .5s; }

.block-item-hd .text-detail {
  padding-top: 40px;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .block-item-hd .text-detail span {
    display: block; }
  .block-item-hd .text-detail .txtdate {
    font-size: 16px;
    color: #cdae82; }
  .block-item-hd .text-detail .txthd {
    color: #fff;
    font-weight: 100;
    font-size: 35px;
    padding-bottom: 15px;
    line-height: 1.3;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media screen and (max-width: 767px) {
      .block-item-hd .text-detail .txthd {
        font-size: 25px; } }
    .block-item-hd .text-detail .txthd:hover, .block-item-hd .text-detail .txthd:active, .block-item-hd .text-detail .txthd:focus {
      color: #fff;
      text-decoration: none; }

.block-item-hd:hover .figure-frame img, .block-item-hd:active .figure-frame img, .block-item-hd:focus .figure-frame img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02); }

.block-item-hd:hover .text-detail, .block-item-hd:active .text-detail, .block-item-hd:focus .text-detail {
  padding-top: 35px; }
  .block-item-hd:hover .text-detail .txthd, .block-item-hd:active .text-detail .txthd, .block-item-hd:focus .text-detail .txthd {
    color: #ffd59b; }

a.overlayfigure {
  display: block; }

.overlayfigure {
  position: relative;
  text-align: center; }
  .overlayfigure:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .overlayfigure.play-btn::after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/icon/play.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }
  .overlayfigure.pano-btn:after {
    content: '';
    background-image: url(../img/icon/360.png);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain; }
  .overlayfigure .elmtxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.progress-head {
  font-size: 14px;
  padding-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .progress-head {
      padding-top: 40px; } }

.progresswrap {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .progresswrap {
      margin-bottom: 20px; } }
  .progresswrap .progress {
    height: 6px; }
  .progresswrap .progress-bar {
    background-color: #cdae82;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0; }
  .progresswrap .progress-label {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: -45px;
    left: 20%;
    background-color: rgba(21, 37, 52, 0.94);
    width: 65px;
    text-align: center;
    -webkit-transform: translateX(-98%);
        -ms-transform: translateX(-98%);
            transform: translateX(-98%);
    color: white;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 7px 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
    .progresswrap .progress-label:before {
      -webkit-transition: border-top-color .2s;
      transition: border-top-color .2s;
      position: absolute;
      bottom: -10px;
      left: -webkit-calc(50% - 10px);
      left: calc(50% - 10px);
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid;
      border-top-color: rgba(21, 37, 52, 0.94); }

.errortext {
  font-size: 13px;
  color: red; }

.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  overflow: hidden;
  display: none;
  padding: 0 20px; }
  .search-overlay .closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .search-overlay .closebtn:hover, .search-overlay .closebtn:active, .search-overlay .closebtn:focus {
      opacity: 1; }
  .search-overlay .closebtn:before,
  .search-overlay .closebtn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff; }
  .search-overlay .closebtn:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .search-overlay .closebtn:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .search-overlay .searchinput {
    position: relative;
    top: 50%;
    border-left: 0; }

.background-gray {
  background-color: #e7e8e9; }

.background-blue {
  background-color: #152534; }
  .background-blue .btn-main:hover, .background-blue .btn-main:active, .background-blue .btn-main:focus {
    background: #ffffff;
    color: #cdae82; }

.background-white {
  background-color: #FFF; }

.background-gray {
  background-color: #ccd7e3; }

.section-header-js.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .section-header-js.active .navbar-brand {
      width: 90px; } }

.header {
  width: 100%;
  z-index: 99990;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden; }
  .header .container {
    max-width: 1700px; }
    @media screen and (max-width: 991px) {
      .header .container {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .header .container {
        padding: 0 15px; } }

.header-main {
  background: #152534;
  -webkit-box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding: 12px 0; }
  @media screen and (max-width: 767px) {
    .header-main {
      height: auto; } }
  .header-main .header-main-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-main .hamburger-icon {
    display: none;
    width: 35px;
    height: 32px;
    position: relative;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .header-main .hamburger-icon {
        display: block; } }
    .header-main .hamburger-icon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #cdae82;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      @media screen and (min-width: 768px) {
        .header-main .hamburger-icon span {
          background: #cdae82; } }
      .header-main .hamburger-icon span:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 9px;
        left: 0; }
      .header-main .hamburger-icon span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      .header-main .hamburger-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 9px;
        left: 0; }
    .header-main .hamburger-icon.collapsed {
      display: none; }
      @media screen and (max-width: 767px) {
        .header-main .hamburger-icon.collapsed {
          display: block; } }
      .header-main .hamburger-icon.collapsed span {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
        .header-main .hamburger-icon.collapsed span:nth-child(1) {
          top: 0;
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center; }
        .header-main .hamburger-icon.collapsed span:nth-child(2) {
          width: 100%;
          opacity: 1;
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center;
          top: 13px; }
        .header-main .hamburger-icon.collapsed span:nth-child(3) {
          top: 26px;
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center; }
  .header-main .menu-right {
    margin: auto;
    margin-right: 0; }
  .header-main .navbar-brand {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 70px;
    padding: 0;
    margin: 0 auto;
    margin-left: 0; }
    @media screen and (min-width: 992px) {
      .header-main .navbar-brand {
        width: 130px; } }
  .header-main .navbar-expand-sm {
    -webkit-border-radius: 0;
            border-radius: 0;
    top: 1px;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent; }
  .header-main .navbar-expand-sm .navbar-nav .dropdown-menu:before {
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: absolute;
    left: 26%;
    top: -8px; }
    @media screen and (max-width: 992px) {
      .header-main .navbar-expand-sm .navbar-nav .dropdown-menu:before {
        content: none; } }
  @media screen and (max-width: 767px) {
    .header-main .navbar-nav {
      padding-top: 20px; } }
  .header-main .collapse.navbar-collapse {
    background: transparent; }
  .header-main .navbar {
    padding: 0; }
  .header-main .nav-item {
    border-bottom: none; }
    .header-main .nav-item a:after {
      content: none; }
  .header-main .dropdown-item {
    padding: 0.5rem 1.5rem; }
  .header-main.collapse .nav-link {
    padding: 0; }
  .header-main .nav-link {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #cdae82;
    padding: 10px 25px;
    font-size: 18px; }
    @media screen and (max-width: 991px) {
      .header-main .nav-link {
        padding: 10px 3px; } }
    .header-main .nav-link a {
      cursor: pointer; }
  .header-main .submenu a {
    color: #cdae82;
    padding: 10px 25px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .header-main .submenu a:hover, .header-main .submenu a:active, .header-main .submenu a:focus {
      color: #ffd59b; }
  .header-main label {
    display: none; }
  .header-main .navbar-light .navbar-nav .nav-link:focus, .header-main .navbar-light .navbar-nav .nav-link:hover {
    background: #17366f;
    color: #FFF; }
  .header-main .nav-item.dropdown.show {
    background: #17366f; }
    .header-main .nav-item.dropdown.show a.nav-link.dropdown-toggle {
      color: #FFF; }
  .header-main .navbar .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: white; }
  .header-main .fieldbox {
    padding-right: 40px; }
    .header-main .fieldbox::-webkit-input-placeholder {
      color: #cdae82; }
    .header-main .fieldbox::-moz-placeholder {
      color: #cdae82; }
    .header-main .fieldbox:-ms-input-placeholder {
      color: #cdae82; }
    .header-main .fieldbox::placeholder {
      color: #cdae82; }
    .header-main .fieldbox::-webkit-input-placeholder {
      /* Edge */
      color: #cdae82; }
    .header-main .fieldbox:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #cdae82; }
  .header-main input[type=submit] {
    border: 0;
    background-color: inherit;
    font-size: 20px;
    border-bottom: 1px solid #f37a1f;
    display: block;
    border: none;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer; }
  .header-main #searchsubmit {
    color: #f37a1f;
    font-size: 0 !important; }
    @media screen and (min-width: 768px) {
      .header-main #searchsubmit {
        width: 50px; } }

.searchform {
  position: relative;
  border-left: 1px solid #cdae82;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .searchform {
      border-left: none; } }
  .searchform:hover, .searchform:active, .searchform:focus {
    -webkit-filter: contrast(1.8);
            filter: contrast(1.8); }
  .searchform:after {
    content: '';
    width: 37px;
    height: 37px;
    background-image: url(../img/icon/search.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 28px;
    position: absolute;
    right: 0;
    color: #f48334;
    top: 0; }
    @media screen and (min-width: 768px) {
      .searchform:after {
        top: -8px; } }

.header-sub-1 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 60px; }
  @media screen and (max-width: 767px) {
    .header-sub-1 {
      overflow: hidden;
      height: 45px; } }
  @media screen and (max-width: 767px) {
    .header-sub-1 .menu-right-inner {
      padding: 0;
      overflow-y: auto;
      float: none; } }
  @media screen and (max-width: 767px) {
    .header-sub-1 .container {
      padding: 0; } }
  .header-sub-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right; }
    @media screen and (max-width: 767px) {
      .header-sub-1 ul li {
        white-space: nowrap; } }
    .header-sub-1 ul a {
      padding: 20px 15px;
      padding-bottom: 15px;
      display: block;
      color: #fff;
      font-size: 16px;
      -webkit-transition: all .5s;
      transition: all .5s; }
      @media screen and (max-width: 767px) {
        .header-sub-1 ul a {
          padding: 10px 15px;
          padding-top: 14px; } }
      .header-sub-1 ul a:hover, .header-sub-1 ul a:active, .header-sub-1 ul a:focus {
        color: #ffd59b;
        text-decoration: none; }

.header-overlay {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
  position: fixed;
  width: 100%;
  height: 150%;
  visibility: hidden;
  opacity: 0;
  z-index: 20; }
  .header-overlay.show {
    visibility: visible;
    opacity: 1; }

.footer {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 40px 0; } }
  .footer .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    border-bottom: 1px solid #bcbec0; }
    @media screen and (max-width: 1000px) {
      .footer .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer .footer-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 991px) {
      .footer .footer-top-left {
        padding-bottom: 25px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-top-left {
        border: none; } }
    .footer .footer-top-left .footerhead {
      font-size: 25px; }
    .footer .footer-top-left .image {
      padding-right: 13px; }
      .footer .footer-top-left .image img {
        min-width: 80px; }
    .footer .footer-top-left .btn-link {
      -webkit-transition: all .5s;
      transition: all .5s; }
      .footer .footer-top-left .btn-link:hover, .footer .footer-top-left .btn-link:active, .footer .footer-top-left .btn-link:focus {
        color: #cdae82; }
    @media screen and (max-width: 767px) {
      .footer .footer-top-left .with-icon:before {
        width: 20px;
        height: 20px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-top-left .with-icon span {
        padding-left: 30px;
        padding-top: 0;
        margin-bottom: 5px; } }
  .footer .footer-top-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 15px; }
    .footer .footer-top-center .image {
      margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .footer .footer-top-center {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }
    @media screen and (max-width: 767px) {
      .footer .footer-top-center {
        border: none; } }
  .footer .footer-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 15px; }
    @media screen and (max-width: 991px) {
      .footer .footer-top-right {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        padding: 0;
        left: -6px;
        position: relative; } }
    .footer .footer-top-right .with-icon {
      display: block;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .footer .footer-top-right .with-icon:hover, .footer .footer-top-right .with-icon:active, .footer .footer-top-right .with-icon:focus {
        -webkit-filter: contrast(1.35);
                filter: contrast(1.35); }
    .footer .footer-top-right ul {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      padding-bottom: 10px;
      margin: 0 auto;
      margin-right: 0; }
      @media screen and (max-width: 991px) {
        .footer .footer-top-right ul {
          padding: 20px 0;
          margin: 0 auto; } }
    .footer .footer-top-right li {
      width: 35px;
      height: 35px;
      margin-left: 15px; }
  .footer .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px; }
    @media screen and (max-width: 991px) {
      .footer .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer .footer-bottom span {
      margin-bottom: 0; }
    .footer .footer-bottom ul {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .footer .footer-bottom li:first-child {
      padding-right: 30px;
      border-right: 1px solid; }
    .footer .footer-bottom li:last-child {
      padding-left: 30px; }
    .footer .footer-bottom .btn-link {
      font-size: 16px; }
    @media screen and (max-width: 767px) {
      .footer .footer-bottom .with-icon:before {
        width: 20px;
        height: 20px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-bottom .with-icon span {
        padding-left: 30px;
        padding-top: 0;
        margin-bottom: 5px; } }
  @media screen and (max-width: 991px) {
    .footer .footer-bottom-left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 10px; } }
  .footer .footer-bottom-left ul {
    margin: 0; }
  .footer .footer-bottom-left .btn-link {
    -webkit-transition: all .5s;
    transition: all .5s; }
    .footer .footer-bottom-left .btn-link:hover, .footer .footer-bottom-left .btn-link:active, .footer .footer-bottom-left .btn-link:focus {
      color: #cdae82; }
  .footer .with-icon span {
    font-size: 16px; }

.section-search {
  padding: 40px 0; }

.searchwrap {
  margin-bottom: 25px; }
  .searchwrap .search-1 {
    text-align: right;
    padding-right: 40px; }
    @media screen and (max-width: 991px) {
      .searchwrap .search-1 {
        padding-right: 10px; } }
    @media screen and (max-width: 767px) {
      .searchwrap .search-1 {
        text-align: left;
        padding-right: 0;
        padding-bottom: 15px; } }
  .searchwrap .search-2 {
    border-left: 1px solid #bcbec0; }
    @media screen and (min-width: 992px) {
      .searchwrap .search-2 {
        padding: 10px 30px;
        padding-right: 0;
        border-left: 1px solid #bcbec0; } }
    @media screen and (max-width: 991px) {
      .searchwrap .search-2 {
        padding-right: 10px; } }
    @media screen and (max-width: 768px) {
      .searchwrap .search-2 {
        border-left: none; } }
  .searchwrap .fieldbox {
    padding-right: 80px; }

.serchbx-btn {
  position: relative; }
  .serchbx-btn .search-inner-btn {
    font-size: 0; }
    .serchbx-btn .search-inner-btn:after {
      content: '';
      position: absolute;
      width: 32px;
      height: 32px;
      top: -5px; }
  .serchbx-btn .icon-location:after {
    background-image: url(../img/icon/location.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 37px; }
    @media screen and (min-width: 768px) {
      .serchbx-btn .icon-location:after {
        right: 65px; } }
  .serchbx-btn .icon-mic:after {
    background-image: url(../img/icon/mic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0; }
    @media screen and (min-width: 768px) {
      .serchbx-btn .icon-mic:after {
        right: 15px; } }

.section-all-project {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .section-all-project {
      padding: 40px 0; } }

.section-blog {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .section-blog {
      padding: 40px 0; } }

.section-all-promotion {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .section-all-promotion {
      padding: 40px 0; } }

.btn-wrapper {
  margin-top: 50px; }
