@charset "UTF-8";

.box-key-location {
  background-color: #A69F88;
  color: #22372B;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
}

.box-key-location .title {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'Montserrat';
}

.box-key-location ul {
  margin-top: 15px;
}

.box-key-location ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
}

.box-key-location ul li .heading {
  flex: 0 0 50px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 700;
  font-family: 'Montserrat';
}

.box-key-location ul li .content {
  margin-left: 10px;
  font-size: 11px;
  text-align: left;
}

.box-key-location ul li .content p {
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

.sec-h3 .col-lg-8 {
  flex: 0 0 auto;
  max-width: calc(100% - 283px);
}

.sec-h3 .col-lg-4 {
  flex: 0 0 283px;
  max-width: 283px;
}

.sec-h3 .maps-desc img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec-h3 .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-h3 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sec-h3 .maps-desc .street-location-2 {
    margin-top: 15px;
  }
}

.sticky-cta {
  right: 10px;
  bottom: 10px;
  left: auto;
  top: auto;
}

.sticky-cta .container {
  width: 100%;
}

.sticky-cta .inner {
  bottom: 0;
  right: 5px;
  top: auto;
  transform: none;
}

#footer .logo-footer {
  padding-left: 0;
}

#contact .bl.loaded,
#contact .br.loaded {
  animation-name: showUp;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

.sec-h3--wide .container {
  max-width: 1088px;
}

.wgallery.active .custom-nav2 {
  pointer-events: none;
}

/* .group-icons {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 200px;
  height: 100px;
  border: 1px solid white;
}
.group-icons__inner {
  position: relative;
  width: 100%;
  height: 100%;
} */

.address-item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.address-item .address-item__text {
  display: block;
  color: #C97D31;
  font-size: 6px;
  line-height: 6px;
  margin-top: 16px;
  transition: all .5s ease-in-out;
}

.address-item .custom-icon-address {
  width: 17px;
  left: 10px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all .5s ease-in-out;
}

.address-item .custom-icon-address.hover {
  opacity: 0;
}

.address-item:hover .custom-icon-address.default {
  opacity: 0;
}

.address-item:hover .custom-icon-address.hover {
  opacity: 1;
}

.address-item:hover .address-item__text {
  color: white;
}

.address-item.item-1 {
  left: 275px;
  top: 97px;
}

.address-item.item-2 {
  top: 131px;
  left: 333px;
}

.address-item.item-3 {
  top: 140px;
  left: 287px;
}

.address-item.item-4 {
  top: 157px;
  left: 387px;
}

.address-item.item-5 {
  top: 168px;
  left: 316px;
}

.address-item.item-6 {
  top: 305px;
  left: 438px;
}

.market-item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.market-item .market-item__text {
  display: block;
  color: #A79F88;
  font-size: 6px;
  line-height: 6px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 34px;
  transition: all .5s ease-in-out;
}

.market-item .custom-icon-market {
  width: 28px;
  left: 5px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all .5s ease-in-out;
}

.market-item .custom-icon-market.hover {
  opacity: 0;
}

.market-item:hover .custom-icon-market.default {
  opacity: 0;
}

.market-item:hover .custom-icon-market.hover {
  opacity: 1;
}

.market-item:hover .market-item__text {
  color: white;
}

.market-item.item-1 {
  left: 350px;
  top: 175px;
}

.market-item.item-2 {
  left: 385px;
  top: 228px;
}

.ship-item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.ship-item .ship-item__text {
  display: block;
  color: #F0EFEF;
  font-size: 6px;
  line-height: 6px;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  width: 34px;
  transition: all .5s ease-in-out;
}

.ship-item .custom-icon-ship {
  width: 20px;
  left: 10px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all .5s ease-in-out;
}

.ship-item .custom-icon-ship.hover {
  opacity: 0;
}

.ship-item:hover .custom-icon-ship.default {
  opacity: 0;
}

.ship-item:hover .custom-icon-ship.hover {
  opacity: 1;
}

.ship-item:hover .ship-item__text {
  color: white;
}

.ship-item.item-1 {
  left: 243px;
  top: 175px;
}

.red-cross-item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 40px;
  cursor: pointer;
}

.red-cross-item .red-cross-item__text {
  display: block;
  color: #A79F88;
  font-size: 6px;
  line-height: 6px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  transition: all .5s ease-in-out;
}

.red-cross-item .custom-icon-red-cross {
  width: 12px;
  left: 16px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all .5s ease-in-out;
}

.red-cross-item .custom-icon-red-cross.hover {
  opacity: 0;
}

.red-cross-item:hover .custom-icon-red-cross.default {
  opacity: 0;
}

.red-cross-item:hover .custom-icon-red-cross.hover {
  opacity: 1;
}

.red-cross-item:hover .red-cross-item__text {
  color: white;
}

.red-cross-item.item-1 {
  left: 450px;
  top: 250px;
}


.building-item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 80px;
  cursor: pointer;
}

.building-item .building-item__text {
  display: block;
  color: #A79F88;
  font-size: 6px;
  line-height: 6px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  transition: all .5s ease-in-out;
}

.building-item .custom-icon-building {
  width: 80px;
  left: 16px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all .5s ease-in-out;
}

.building-item .custom-icon-building.hover {
  opacity: 0;
}

.building-item:hover .custom-icon-building.default {
  opacity: 0;
}

.building-item:hover .custom-icon-building.hover {
  opacity: 1;
}

.building-item:hover .building-item__text {
  color: white;
}

.building-item.item-1 {
  left: 406px;
  top: 100px;
}

.ball-item {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 50px;
  cursor: pointer;
}

.ball-item .ball-item__text {
  display: block;
  color: #A79F88;
  font-size: 6px;
  line-height: 6px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 45px;
  transition: all .5s ease-in-out;
}

.ball-item .custom-icon-ball {
  width: 13px;
  left: 18px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all .5s ease-in-out;
}

.ball-item .custom-icon-ball.hover {
  opacity: 0;
}

.ball-item:hover .custom-icon-ball.default {
  opacity: 0;
}

.ball-item:hover .custom-icon-ball.hover {
  opacity: 1;
}

.ball-item:hover .ball-item__text {
  color: white;
}

.ball-item.item-1 {
  left: 548px;
  top: 137px;
}

#location .d-mobile {
  display: block
}

#location .d-desktop {
  display: none
}

.marker-item {
  display: none
}

.marker-item .market-item__text {
  font-weight: 400;
}

.marker-item:hover .hover {
  transform: scale(1.3)
}

.marker-item:hover .custom-icon-building.hover {
  transform: scale(1.1)
}

.ml-auto {
  margin-left: auto
}

@media screen and (max-width:767px) {
  .divmaps {
    height: auto;
  }

  .divmaps .inner {
    position: static;
    transform: none;
    height: auto;
  }

  .divmaps .map {
    height: auto;
    max-width: 100%;
  }

  #introduce .efch-1,
  #introduce .efch-2,
  #overall .efch-1,
  #overall .efch-2,
  #news .list-item-mb .title,
  #news .list-item-mb .desc {
    padding-right: 40px;
  }

  .page-blog-detail .entry-content p,
  .page-blog-detail .entry-content h1 {
    padding-right: 40px;
  }
}

@-webkit-keyframes showUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (min-width:768px) {
  #contact .entry-head {
    max-width: 600px;
  }

  .sec-banner {
    height: calc(100vh);
  }

  .sec-banner>.img-banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  #phone-sticky {
    display: none;
  }

  .list-news .item .desc {
    min-height: 60px;
  }

  #location .d-mobile {
    display: none
  }

  #location .d-desktop {
    display: block
  }

  .marker-item {
    display: block
  }

  #footer .row-1 .widget {
    min-height: 93px;
  }

  #contact .entry-head {
    max-width: 600px;
  }

  .sec-banner {
    height: calc(100vh);
  }

  .sec-banner>.img-banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  #phone-sticky {
    display: none;
  }

  .list-news .item .desc {
    min-height: 60px;
  }
}

@media screen and (min-width:1024px) {
  .divmaps {
    height: 520px;
  }

  #footer .logo-footer {
    margin-bottom: 0;
  }

  #footer .row-1 {
    padding-bottom: 50px;
  }

  #footer .row-1 .widget {
    min-height: 65px;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;

  }

  #footer .row-1 .efch-1,
  #footer .row-1 .efch-3 {
    justify-content: flex-start;
  }

  #footer [class^='col-'] {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #footer .logo-footer>img {
    max-height: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .wg-recaptcha {
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .wg-recaptcha .g-recaptcha {
    left: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .wg-recaptcha .g-recaptcha {
    left: 0;
    transform: translateX(-24%) translateY(-50%) scale(0.52);
  }
}

#checkboxes-error {
  display: block;
  font-size: 11px;
  color: #f00;
}

#name-error,
#form_email-error,
#phone-error {
  display: none !important;
}

label.radio {
  padding-left: 15px;
}

label.radio input {
  display: inline !important;
  visibility: hidden;
  float: left;
}

@media screen and (max-width: 767px) {
  #project label {
    text-indent: -1em;
    padding-left: 30px;
  }
}

.ilang-vi .wg-recaptcha {
  float: right;
}

@media screen and (max-width: 767px) {

  .ilang-vi .wg-recaptcha {
    float: none;
  }
}

.form-group .help-block {
  position: relative;
  clear: both;
}

@media screen and (min-width: 768px) {
  .tab-menu {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sec-banner .divtext {
    top: 60%;
  }
}


.entry-content img {
  height: auto;
  margin-left: auto;
  margin-right: auto;

}

.sticky-cta #fb-root {
  display: block;
  height: 36px;
  position: relative;
}

.sticky-cta #fb-root .fb_dialog {
  background-color: transparent !important;
  position: static !important;
}

.sticky-cta #fb-root .fb_dialog_advanced {
  position: static !important;
}

.sticky-cta #fb-root .fb_dialog_content iframe {
  position: absolute !important;
  margin: 0 !important;
  bottom: auto !important;
  -webkit-transform: scale(0.58);
  -ms-transform: scale(0.58);
  transform: scale(0.58);
  right: -12px !important;
  top: -15px !important;
}

.sticky-cta #fb-root .fb_dialog_content iframe svg {
  fill: #a69f88;
}


/* custom-css 20201112 */
.visible-sm {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

  .visible-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sec-banner .divtext {
    top: auto;
    transform: none;
    bottom: 10%;
  }

  .sec-banner .divtext img {
    max-width: 100%;
  }
}

/* re-style heading homepage */

[class*="sec-h"] h1,
[class*="sec-h"] h2 {
  font-weight: 400;
}

/* style menu horizontal */
/* @media screen and (max-width: 767px) and (orientation: landscape) {
  #header .wrap-mainmenu.loaded {
    z-index: 10;
    overflow: auto;
  }

  #header .wrap-mainmenu.loaded ul.myMenu {
    padding-top: 20px;
    padding-bottom: 50px;
    position: absolute;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #header .wrap-mainmenu.loaded ul.myMenu li {
    flex: 0 0 100%;
  }
} */

/* Custom 17 Dec */
/* .sec-h2 .tab-content-2 .left-center .img {
  background-position: 10% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec-h2 .contentmobile .thumbnail {
    height: 230px;
    background-size: cover;
    background-position: center;
  }
  .sec-h2 .contentmobile .thumbnail.left-center {
    background-position: 10% 50%;
  }
} */

/* from 768 */
@media screen and (min-width: 415px) and (max-width: 768px) {
  .sec-h2 .tab-content-2 .d-ipad{
    display: block;
  }
  .sec-h2 .tab-content-2 .d-laptop,
  .sec-h2 .tab-content-2 .d-full{
    display: none;
  }
}
/* from 1360 */
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .sec-h2 .tab-content-2 .d-laptop{
    display: block;
  }
  .sec-h2 .tab-content-2 .d-ipad,
  .sec-h2 .tab-content-2 .d-full{
    display: none;
  }
}
/* from 1920 */
@media screen and (min-width: 1361px) and (max-width: 1919px){
  .sec-h2 .tab-content-2 .d-full{
    display: block;
  }
  .sec-h2 .tab-content-2 .d-ipad,
  .sec-h2 .tab-content-2 .d-laptop{
    display: none;
  }
  
}
