@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Regular.otf);
  font-weight: normal; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-ExtraBold.otf);
  font-weight: 900; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Bold.otf);
  font-weight: bold; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Medium.otf);
  font-weight: 500; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Italic.otf);
  font-style: italic; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Light.otf);
  font-weight: 300; }

@font-face {
  font-family: "Blacker";
  src: url(../fonts/blacker/Blacker-Display-Light-trial.ttf);
  src: url(../fonts/blacker/Blacker-Display-Light-trial.ttf)  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal; }

@font-face {
  font-family: "Blacker-Regular";
  src: url(../fonts/blacker/Blacker-Display-Regular-trial.ttf);
  src: url(../fonts/blacker/Blacker-Display-Regular-trial.ttf)  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal; }
@font-face {
  font-family: "Blacker";
  src: url(../fonts/blacker/Blacker-Text-Bold-trial.ttf);
  src: url(../fonts/blacker/Blacker-Text-Bold-trial.ttf)  format('truetype'); /* Safari, Android, iOS */
  font-weight: 700; }

@font-face {
  font-family: "Blacker-Italic";
  src: url(../fonts/blacker/Blacker-Display-Light-Italic-trial.ttf);
  src: url(../fonts/blacker/Blacker-Display-Light-Italic-trial.ttf)  format('truetype'); /* Safari, Android, iOS */
  font-weight: normal; }

.font1 {
  font-family: "Roboto", sans-serif; }

.font2 {
  font-family: "Cera", sans-serif; }

.font3 {
  font-family: "DINRoundOT Medium", sans-serif; }

.font4 {
  font-family: "DINRoundOT Bold", sans-serif; }

.ff-5 {
  font-family: "Blacker", sans-serif;
  font-weight: normal; }

.ff-6 {
  font-family: 'Playfair Display', serif; }

.ff-7 {
  font-family: 'Playfair Display', serif; }

.tRes_140:before {
  padding-top: 140% !important; }

/* 
SELECT - INPUT
--------------------------------------------------------------------------
*/
/*--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*------------------------------------*/
html {
  min-height: 100%; }

body {
  min-height: 100%; }

#wrapper {
  min-height: 100%; }

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

input, button, textarea, select {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

p {
  margin: 0 0 20px; }

img {
  max-width: 100%; }

ul.decimal {
  list-style: decimal; }

ul.decimal-zero {
  list-style: decimal-leading-zero; }

ul.latin {
  list-style: lower-latin; }

ul.latin-upper {
  list-style: upper-alpha; }

ul.circle {
  list-style: circle; }

ul.inherit {
  list-style: inherit; }

.modal-open {
  overflow: hidden; }

body.showModal {
  overflow: hidden; }
  body.showModal #wrapper {
    overflow: hidden; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content img.lazy-hidden {
  background: url(../images/loading.gif) no-repeat center center !important;
  background-size: 40px !important;
  min-height: 50px; }

.entry-content blockquote {
  border-left: 3px solid #a96b11;
  padding-left: 20px; }

select {
  line-height: inherit !important; }

.meta {
  font-size: 14px;
  color: #B2B2B2;
  line-height: 20px; }
  .meta i {
    display: inline-block;
    margin-right: 2px; }
  .meta.inline {
    vertical-align: bottom; }
    .meta.inline > * {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      .meta.inline > *:not(:last-child) {
        margin-right: 7px;
        padding-right: 10px; }
        .meta.inline > *:not(:last-child):after {
          content: "";
          width: 1px;
          height: 14px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 0;
          background-color: #B2B2B2; }
  .meta.inline2 {
    vertical-align: bottom; }
    .meta.inline2 > * {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      .meta.inline2 > *:not(:last-child) {
        margin-right: 7px;
        padding-right: 10px; }

.zoomimg {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.full {
  display: block !important;
  width: auto; }

button.full, .input.full {
  width: 100%; }

.bl {
  position: absolute;
  left: 0;
  bottom: 0; }

.br {
  position: absolute;
  right: 0;
  bottom: 0; }

.tl {
  position: absolute;
  left: 0;
  top: 0; }

.tr {
  position: absolute;
  right: 0;
  top: 0; }

@-webkit-keyframes loading {
  from {
    opacity: 0.6; }
  to {
    opacity: 0.4; } }

@keyframes loading {
  from {
    opacity: 0.6; }
  to {
    opacity: 0.4; } }

[class*="container"] {
  position: relative;
  z-index: 1; }
  [class*="container"].full {
    width: auto;
    max-width: 1920px; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.wrapVideoBg {
  min-height: 200px;
  position: relative;
  overflow: hidden !important; }
  .wrapVideoBg iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none; }
  .wrapVideoBg video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100% !important;
    height: 100%  !important;
    top: 0;
    left: 0; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .wrapVideoBg video {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.single_item_video {
  position: relative;
  min-height: 200px; }
  .single_item_video > .btnvideo {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff; }
    .single_item_video > .btnvideo:before {
      background-color: rgba(0, 0, 0, 0.2);
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .single_item_video > .btnvideo > i {
      width: 70px;
      font-size: 70px;
      line-height: 70px;
      text-align: center;
      height: 70px;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      z-index: 3; }
    .single_item_video > .btnvideo > img {
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      width: 100% !important;
      height: 100%  !important;
      top: 0;
      left: 0; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .single_item_video > .btnvideo > img {
          height: 100%;
          max-width: none;
          min-width: 100%;
          min-height: 100%;
          z-index: 1;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .single_item_video > .btnvideo:hover {
      color: #a96b11; }
  .single_item_video > .video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .single_item_video > .video iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: none; }
  .single_item_video.active > .video,
  .single_item_video.active > iframe {
    z-index: 4; }

button.btn, input.btn {
  line-height: normal !important; }

[class*="section"],
[class*="sec"] {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.sec-t {
  padding-top: 70px; }

.sec-b {
  padding-bottom: 70px; }

.sec-tb {
  padding: 70px 0; }

@media only screen and (max-width: 767px) {
  .sec-t {
    padding-top: 30px; }
  .sec-b {
    padding-bottom: 30px; }
  .sec-tb {
    padding: 30px 0; } }

.section {
  padding: 70px 0; }
  .section-t {
    padding-top: 70px; }
  .section-b {
    padding-bottom: 70px; }

[class*="s-o-"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000; }

.s-o-1:before, .o-1:before {
  opacity: 0.1; }

.s-o-2:before, .o-2:before {
  opacity: 0.2; }

.s-o-3:before, .o-3:before {
  opacity: 0.3; }

.s-o-4:before, .o-4:before {
  opacity: 0.4; }

.s-o-5:before, .o-5:before {
  opacity: 0.5; }

.s-o-6:before, .o-6:before {
  opacity: 0.6; }

.s-o-7:before, .o-7:before {
  opacity: 0.7; }

.s-o-8:before, .o-8:before {
  opacity: 0.8; }

.s-o-9:before, .o-9:before {
  opacity: 0.9; }

.uppercase {
  text-transform: uppercase; }

/* For PowerPC People who have Internet Explorer for Mac... */
[class*="tRes"] {
  position: relative;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  [class*="tRes"]:before {
    content: "";
    padding-top: 100%;
    display: block;
    position: relative;
    z-index: 2; }
  [class*="tRes"] > img, [class*="tRes"] > video {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100% !important;
    height: 100%  !important;
    top: 0;
    left: 0; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      [class*="tRes"] > img, [class*="tRes"] > video {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  [class*="tRes"] > video {
    z-index: 3; }
  [class*="tRes"] > iframe {
    display: block;
    border: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3; }

.tRes_16_9:before {
  padding-top: 56.25%; }

.tRes_4_3:before {
  padding-top: 75%; }

.tRes_2_1:before {
  padding-top: 50%; }

.tRes_1_2:before {
  padding-top: 200%; }

.tRes_30:before {
  padding-top: 30%; }

.tRes_31:before {
  padding-top: 31%; }

.tRes_32:before {
  padding-top: 32%; }

.tRes_33:before {
  padding-top: 33%; }

.tRes_34:before {
  padding-top: 34%; }

.tRes_35:before {
  padding-top: 35%; }

.tRes_36:before {
  padding-top: 36%; }

.tRes_37:before {
  padding-top: 37%; }

.tRes_38:before {
  padding-top: 38%; }

.tRes_39:before {
  padding-top: 39%; }

.tRes_40:before {
  padding-top: 40%; }

.tRes_41:before {
  padding-top: 41%; }

.tRes_42:before {
  padding-top: 42%; }

.tRes_43:before {
  padding-top: 43%; }

.tRes_44:before {
  padding-top: 44%; }

.tRes_45:before {
  padding-top: 45%; }

.tRes_46:before {
  padding-top: 46%; }

.tRes_47:before {
  padding-top: 47%; }

.tRes_48:before {
  padding-top: 48%; }

.tRes_49:before {
  padding-top: 49%; }

.tRes_50:before {
  padding-top: 50%; }

.tRes_51:before {
  padding-top: 51%; }

.tRes_52:before {
  padding-top: 52%; }

.tRes_53:before {
  padding-top: 53%; }

.tRes_54:before {
  padding-top: 54%; }

.tRes_55:before {
  padding-top: 55%; }

.tRes_56:before {
  padding-top: 56%; }

.tRes_57:before {
  padding-top: 57%; }

.tRes_58:before {
  padding-top: 58%; }

.tRes_59:before {
  padding-top: 59%; }

.tRes_60:before {
  padding-top: 60%; }

.tRes_61:before {
  padding-top: 61%; }

.tRes_62:before {
  padding-top: 62%; }

.tRes_63:before {
  padding-top: 63%; }

.tRes_64:before {
  padding-top: 64%; }

.tRes_65:before {
  padding-top: 65%; }

.tRes_66:before {
  padding-top: 66%; }

.tRes_67:before {
  padding-top: 67%; }

.tRes_68:before {
  padding-top: 68%; }

.tRes_69:before {
  padding-top: 69%; }

.tRes_70:before {
  padding-top: 70%; }

.tRes_71:before {
  padding-top: 71%; }

.tRes_72:before {
  padding-top: 72%; }

.tRes_73:before {
  padding-top: 73%; }

.tRes_74:before {
  padding-top: 74%; }

.tRes_75:before {
  padding-top: 75%; }

.tRes_76:before {
  padding-top: 76%; }

.tRes_77:before {
  padding-top: 77%; }

.tRes_78:before {
  padding-top: 78%; }

.tRes_79:before {
  padding-top: 79%; }

.tRes_80:before {
  padding-top: 80%; }

.tRes_81:before {
  padding-top: 81%; }

.tRes_82:before {
  padding-top: 82%; }

.tRes_83:before {
  padding-top: 83%; }

.tRes_84:before {
  padding-top: 84%; }

.tRes_85:before {
  padding-top: 85%; }

.tRes_86:before {
  padding-top: 86%; }

.tRes_87:before {
  padding-top: 87%; }

.tRes_88:before {
  padding-top: 88%; }

.tRes_89:before {
  padding-top: 89%; }

.tRes_90:before {
  padding-top: 90%; }

.tRes_91:before {
  padding-top: 91%; }

.tRes_92:before {
  padding-top: 92%; }

.tRes_93:before {
  padding-top: 93%; }

.tRes_94:before {
  padding-top: 94%; }

.tRes_95:before {
  padding-top: 95%; }

.tRes_96:before {
  padding-top: 96%; }

.tRes_97:before {
  padding-top: 97%; }

.tRes_98:before {
  padding-top: 98%; }

.tRes_99:before {
  padding-top: 99%; }
.tRes_115:before {
  padding-top: 115%; }

.darken-20 {
  background-color: #4c3008; }

.lighten-20 {
  background-color: #eba135; }

.darken-30 {
  background-color: #1e1303; }

.lighten-30 {
  background-color: #efb664; }

.darken-40 {
  background-color: black; }

.lighten-40 {
  background-color: #f4cc92; }

.darken-50 {
  background-color: black; }

.lighten-50 {
  background-color: #f9e2c0; }

.darken-60 {
  background-color: black; }

.lighten-60 {
  background-color: #fdf7ef; }

.darken-70 {
  background-color: black; }

.lighten-70 {
  background-color: white; }

.darken-80 {
  background-color: black; }

.lighten-80 {
  background-color: white; }

.darken-90 {
  background-color: black; }

.lighten-90 {
  background-color: white; }

.darken-100 {
  background-color: black; }

.lighten-100 {
  background-color: white; }

.list-thumb-contain [class*="tRes"] img {
  -o-object-fit: contain;
  object-fit: contain; }

a, .tss, [class*="tRes"]:before, [class*="tRes"] > img, [class*="tRes"] > video, .single_video .btnvideo, #header, #header .container, #header #logo img, .owl-visible.owl-carousel .owl-item, .owl-visible.owl-carousel .owl-item .text, .owl-carousel .owl-nav > *, .owl-carousel .owl-dots > .owl-dot span, .btn[class*='arrow']:before, ul.page-numbers .page-numbers, .myModal, .col-content, #header .wrap-menu-header, .divsocial .item, .readmore a i, .sec-team-slide .item, ul.menu-category, ul.menu-category ul, .list-media .img, .list-property .item:before, .list-cs .divtext:before, .list-awards .title, .list-milestone .title, .menu-category-slide .item span:after, .sec-project .reg1, .sec-news-pc .item, .sec-news-pc .item .title, .btn-line:before, .btn-line:after, .branded-project .item-hover .divtext, .branded-project .item-hover-2 .btn-line, .sec-cta .item {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

figure {
  margin-bottom: 30px;
  max-width: 100%; }
  figure > img {
    display: block; }
  figure figcaption {
    color: #9B9B9B;
    display: block;
    font-size: 12px;
    padding: 5px 15px 0;
    font-style: italic; }

.alignright {
  float: right;
  margin: 0 0 30px 30px; }

.alignleft {
  float: left;
  margin: 0 30px 30px 0; }

.aligncenter {
  margin: 0 auto 20px;
  display: block; }

.label-30 > .item > .title {
  width: 30px; }

.label-40 > .item > .title {
  width: 40px; }

.label-50 > .item > .title {
  width: 50px; }

.label-60 > .item > .title {
  width: 60px; }

.label-70 > .item > .title {
  width: 70px; }

.label-80 > .item > .title {
  width: 80px; }

.label-90 > .item > .title {
  width: 90px; }

.label-100 > .item > .title {
  width: 100px; }

.label-110 > .item > .title {
  width: 110px; }

.label-120 > .item > .title {
  width: 120px; }

.label-130 > .item > .title {
  width: 130px; }

.label-140 > .item > .title {
  width: 140px; }

.label-150 > .item > .title {
  width: 150px; }

.label-160 > .item > .title {
  width: 160px; }

.label-170 > .item > .title {
  width: 170px; }

.label-180 > .item > .title {
  width: 180px; }

.label-190 > .item > .title {
  width: 190px; }

.label-200 > .item > .title {
  width: 200px; }

.label-210 > .item > .title {
  width: 210px; }

.label-220 > .item > .title {
  width: 220px; }

.label-230 > .item > .title {
  width: 230px; }

.label-240 > .item > .title {
  width: 240px; }

.label-250 > .item > .title {
  width: 250px; }

.label-260 > .item > .title {
  width: 260px; }

.label-270 > .item > .title {
  width: 270px; }

.label-280 > .item > .title {
  width: 280px; }

.label-290 > .item > .title {
  width: 290px; }

.label-300 > .item > .title {
  width: 300px; }

input[type="checkbox"] {
  width: auto !important;
  height: auto !important; }

@media only screen and (min-width: 768px) {
  .smb {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .spc {
    display: none !important; } }

.owl-carousel:not(.multi) .item {
  margin: 0 !important; }

#map {
  height: 500px; }

select.select2-single {
  width: 100%;
  opacity: 0; }
  select.select2-single.select2-hidden-accessible {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

.display-table {
  display: table;
  width: 100%; }
  .display-table .table-cell {
    display: table-cell;
    vertical-align: middle; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.reverse.row, .end.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (min-width: 992px) {
  .reverse-lg.row, .end-lg.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 768px) {
  .reverse-md.row, .end-md.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 576px) {
  .reverse-sm.row, .end-sm.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

.row.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media only screen and (min-width: 992px) {
  .row.center-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 768px) {
  .row.center-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (min-width: 576px) {
  .row.center-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.row.list-item > [class*="col-"] {
  margin-bottom: 30px; }

.row.list-item-10 > [class*="col-"] {
  margin-bottom: 10px; }

.row.list-item-15 > [class*="col-"] {
  margin-bottom: 15px; }

.row.list-item-20 > [class*="col-"] {
  margin-bottom: 20px; }

.row.list-item-30 > [class*="col-"] {
  margin-bottom: 30px; }

.row.list-item-40 > [class*="col-"] {
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .row.list-item-mb > [class*="col-"] {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px; }
    .row > [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; } }

@media only screen and (max-width: 575px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; } }

.hidden {
  display: none !important; }
  @media only screen and (min-width: 992px) {
    .hidden-lg {
      display: none !important; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
      display: none !important; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
      display: none !important; } }
  @media only screen and (max-width: 575px) {
    .hidden-xs {
      display: none !important; } }
  @media only screen and (min-width: 768px) {
    .hidden-pc {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .hidden-mb {
      display: none !important; } }

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block; }

[class^="icon-"].ix:before, [class^="icon-"].iy:before, [class*=" icon-"].ix:before, [class*=" icon-"].iy:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

[class^="icon-"].it:before, [class*=" icon-"].it:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

[class^="icon-"].ib:before, [class*=" icon-"].ib:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fullwidth > * {
  width: auto;
  max-width: inherit;
  padding: 0; }

.single_video:before {
  background-color: rgba(0, 0, 0, 0.1); }

.single_video .btnvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #fff;
  z-index: 3;
  cursor: pointer; }
  .single_video .btnvideo i {
    font-size: 50px;
    display: block; }

.single_video:hover .btnvideo {
  color: #a96b11; }

.single_video.active .btnvideo {
  opacity: 0;
  visibility: hidden; }

.require {
  color: #ED1C24; }

.toggleAutoHeight .wtgh {
  overflow: hidden;
  position: relative; }
  .toggleAutoHeight .wtgh:after {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.15));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.15));
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.15));
    margin: 0px !important; }

.toggleAutoHeight .showmore {
  cursor: pointer;
  display: inline-block;
  margin-top: 20px; }
  .toggleAutoHeight .showmore:hover {
    color: #a96b11; }

.toggleAutoHeight.active .wtgh {
  overflow: hidden;
  position: relative; }
  .toggleAutoHeight.active .wtgh:after {
    opacity: 0; }

.toggleAutoHeight.active .showmore i:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.i-db-x {
  overflow: hidden; }
  .i-db-x i {
    float: left; }
    .i-db-x i:first-child {
      margin-right: -10px; }

.i-db-y {
  display: inline-block; }
  .i-db-y i {
    display: block; }
    .i-db-y i:first-child {
      margin-bottom: -10px; }

.item-group {
  display: table;
  width: 100%;
  text-align: left; }
  .item-group-addon {
    white-space: nowrap;
    vertical-align: top;
    display: table-cell;
    width: 50px;
    height: 100%; }
    .item-group-addon.center {
      vertical-align: middle; }
    .item-group-addon.bottom {
      vertical-align: bottom; }
  .item-group-content {
    display: table-cell;
    position: relative;
    height: 100%; }
    .item-group-content.center {
      vertical-align: middle; }
    .item-group-content.bottom {
      vertical-align: bottom; }
  .item-group.space-10 .item-group-content:first-child {
    padding-right: 10px; }
  .item-group.space-10 .item-group-content:last-child {
    padding-left: 10px; }
  .item-group.space-20 .item-group-content:first-child {
    padding-right: 20px; }
  .item-group.space-20 .item-group-content:last-child {
    padding-left: 20px; }
  .item-group.space-30 .item-group-content:first-child {
    padding-right: 30px; }
  .item-group.space-30 .item-group-content:last-child {
    padding-left: 30px; }

.line-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.line-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.line-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.line-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.line-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

@media only screen and (max-width: 991px) {
  .show-992 {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .hide-991 {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .show-767 {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hide-767 {
    display: none !important; }
  .show-768 {
    display: none !important; } }

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  line-height: 42px;
  font-size: 32px;
  cursor: pointer;
  color: #fff; }
  .menu-btn i {
    display: block;
    line-height: normal; }
  .menu-btn:hover {
    color: #a96b11; }
  .menu-btn.show {
    display: block; }
  .menu-btn.x span {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    right: 5px;
    top: calc(50% - 1px);
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  .menu-btn.x:before, .menu-btn.x:after {
    position: absolute;
    height: 2px;
    background-color: #fff;
    left: 5px;
    right: 5px;
    content: "";
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  .menu-btn.x:before {
    top: 10px; }
  .menu-btn.x:after {
    bottom: 10px; }
  .menu-btn.overlay {
    position: fixed;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.06);
    z-index: 10000;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .menu-btn.active.x span {
    background: none !important; }
  .menu-btn.active.x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px; }
  .menu-btn.active.x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px; }

@media only screen and (min-width: 1200px) {
  ul.menu-top-header {
    margin: 0;
    list-style: none;
    padding: 0;
    float: none;
    text-align: center; }
    ul.menu-top-header > li {
      position: relative;
      margin-left: 10px;
      margin-right: 0;
      display: inline-block; }
      ul.menu-top-header > li > a {
        display: block;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        position: relative;
        font-weight: 500;
        font-size: 12px;
        color: #a96b11;
        padding: 0 5px;
        text-transform: uppercase; } }
      @media only screen and (min-width: 1200px) and (min-width: 1200px) {
        ul.menu-top-header > li > a {
          line-height: 90px; } }
      @media only screen and (min-width: 1200px) and (min-width: 992px) and (max-width: 1199px) {
        ul.menu-top-header > li > a {
          line-height: 60px; } }
      @media only screen and (min-width: 1200px) and (min-width: 768px) and (max-width: 991px) {
        ul.menu-top-header > li > a {
          line-height: 60px; } }
      @media only screen and (min-width: 1200px) and (max-width: 767px) {
        ul.menu-top-header > li > a {
          line-height: 60px; } }

@media only screen and (min-width: 1200px) {
      ul.menu-top-header > li .showsubmenu {
        position: absolute;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 5px;
        display: none !important; }
      ul.menu-top-header > li > .wrapul, ul.menu-top-header > li > ul {
        left: 0;
        margin: 30px 0 0;
        width: 230px; }
      ul.menu-top-header > li .wrapul, ul.menu-top-header > li > ul {
        position: absolute;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        list-style: none;
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
        background-color: #fff; }
        ul.menu-top-header > li .wrapul ul, ul.menu-top-header > li > ul ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        ul.menu-top-header > li .wrapul li, ul.menu-top-header > li > ul li {
          display: block;
          position: relative; }
          ul.menu-top-header > li .wrapul li + li, ul.menu-top-header > li > ul li + li {
            border-top: 1px solid #f1f1f1; }
          ul.menu-top-header > li .wrapul li[class*="children"] > a, ul.menu-top-header > li > ul li[class*="children"] > a {
            padding-right: 25px; }
            ul.menu-top-header > li .wrapul li[class*="children"] > a:after, ul.menu-top-header > li > ul li[class*="children"] > a:after {
              font-family: 'icomoon' !important;
              content: "\e901";
              position: absolute;
              right: 15px;
              font-size: 12px;
              line-height: normal;
              position: absolute;
              top: 50%;
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); }
          ul.menu-top-header > li .wrapul li a, ul.menu-top-header > li > ul li a {
            display: block;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            width: 230px;
            color: #000;
            line-height: 30px;
            padding: 10px;
            text-transform: uppercase; }
          ul.menu-top-header > li .wrapul li .wrapul, ul.menu-top-header > li > ul li .wrapul {
            left: 90%;
            top: 0;
            margin: 0 0 0 30px;
            overflow: hidden;
            width: 0; }
          ul.menu-top-header > li .wrapul li:hover, ul.menu-top-header > li > ul li:hover {
            z-index: 100; }
            ul.menu-top-header > li .wrapul li:hover > a, ul.menu-top-header > li > ul li:hover > a {
              color: #a96b11;
              padding-left: 20px; }
            ul.menu-top-header > li .wrapul li:hover > .wrapul, ul.menu-top-header > li .wrapul li:hover > ul, ul.menu-top-header > li > ul li:hover > .wrapul, ul.menu-top-header > li > ul li:hover > ul {
              margin: 0;
              overflow: visible;
              width: 230px;
              opacity: 1;
              visibility: visible; }
          ul.menu-top-header > li .wrapul li[class*="current"] > a, ul.menu-top-header > li .wrapul li.active > a, ul.menu-top-header > li > ul li[class*="current"] > a, ul.menu-top-header > li > ul li.active > a {
            color: #a96b11; }
      ul.menu-top-header > li:hover > .wrapul {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
      ul.menu-top-header > li[class*="current"] > a, ul.menu-top-header > li.active > a {
        font-weight: 700; } }

.wrap-menu-header .menu-head {
  display: none; }

.wrap-menu-pc .menu-btn {
  position: absolute;
  top: -78px;
  right: 28px; }

.wrap-menu-pc ul.menu {
  margin: 0;
  background-color: #fff;
  list-style: none;
  padding: 0; }
  .wrap-menu-pc ul.menu li {
    position: relative;
    border-bottom: 1px solid #979797; }
    .wrap-menu-pc ul.menu li a {
      display: block;
      text-transform: uppercase;
      line-height: 30px;
      font-size: 17px;
      font-weight: 700;
      padding: 10px 0; }
    .wrap-menu-pc ul.menu li:hover > a, .wrap-menu-pc ul.menu li[class*="current"] > a {
      color: #a96b11; }
    .wrap-menu-pc ul.menu li ul {
      list-style-type: disc;
      margin: 0 0 0 35px; }
      .wrap-menu-pc ul.menu li ul li a {
        font-size: 14px; }

.wrap-menu-mb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: auto;
  float: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999   !important;
  max-width: 100%;
  overflow: hidden;
  background-color: #a96b11;
  width: 100%;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  left: 0;
  right: auto; }
  .wrap-menu-mb .menu-head {
    position: relative;
    padding: 0 15px;
    z-index: 100;
    display: table;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff; }
    .wrap-menu-mb .menu-head .logo {
      position: absolute !important;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 15px;
      height: 100%; }
      .wrap-menu-mb .menu-head .logo img {
        display: block;
        max-height: 40px; }
    .wrap-menu-mb .menu-head h3 {
      margin: 0;
      font-size: 20px;
      line-height: inherit;
      position: relative;
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
      .wrap-menu-mb .menu-head h3.back {
        padding-left: 20px; }
        .wrap-menu-mb .menu-head h3.back i {
          font-size: 15px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          left: 0; }
    .wrap-menu-mb .menu-head .menu-btn {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 10px; }
      .wrap-menu-mb .menu-head .menu-btn.x:before, .wrap-menu-mb .menu-head .menu-btn.x:after {
        background-color: #333; }
  .wrap-menu-mb .inner {
    float: none !important;
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden; }
  .wrap-menu-mb ul.menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .wrap-menu-mb ul.menu a:before, .wrap-menu-mb ul.menu a:after {
      display: none !important; }
    .wrap-menu-mb ul.menu > li {
      position: relative;
      border-bottom: 1px solid #f1f1f1;
      float: none !important;
      display: block;
      margin: 0;
      padding: 0; }
      .wrap-menu-mb ul.menu > li > a {
        display: block;
        text-decoration: none;
        position: relative;
        font-weight: 700;
        font-size: 15px;
        color: #333;
        line-height: 30px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        padding-right: 0;
        text-transform: uppercase; }
      .wrap-menu-mb ul.menu > li .showsubmenu {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        width: 50px;
        display: block !important;
        height: 42px;
        text-align: center;
        border-left: 1px solid #f1f1f1;
        line-height: 42px;
        font-size: 12px;
        overflow: hidden;
        z-index: 10;
        color: #a96b11;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important; }
        .wrap-menu-mb ul.menu > li .showsubmenu:before {
          display: inline-block; }
      .wrap-menu-mb ul.menu > li:hover > a, .wrap-menu-mb ul.menu > li[class*="current"] > a, .wrap-menu-mb ul.menu > li.active > a, .wrap-menu-mb ul.menu > li.parent-showsub > a {
        color: #a96b11; }
    .wrap-menu-mb ul.menu li > ul, .wrap-menu-mb ul.menu .wrapul {
      -o-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
      -webkit-transition: all 0s ease-in-out;
      visibility: visible;
      display: none;
      position: relative !important;
      margin: 0 !important;
      padding: 0 !important;
      left: auto !important;
      width: auto !important;
      width: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1;
      border: none;
      border-top: 1px solid #f1f1f1; }
      .wrap-menu-mb ul.menu li > ul li, .wrap-menu-mb ul.menu .wrapul li {
        display: block;
        position: relative; }
        .wrap-menu-mb ul.menu li > ul li + li, .wrap-menu-mb ul.menu .wrapul li + li {
          border-top: 1px solid #f1f1f1; }
        .wrap-menu-mb ul.menu li > ul li a, .wrap-menu-mb ul.menu .wrapul li a {
          display: block;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          font-weight: 500;
          font-size: 13px;
          color: #000;
          line-height: 26px;
          padding-top: 2px;
          padding-bottom: 2px;
          padding-left: 30px;
          padding-right: 5px;
          text-transform: uppercase; }
        .wrap-menu-mb ul.menu li > ul li .showsubmenu, .wrap-menu-mb ul.menu .wrapul li .showsubmenu {
          height: 34px;
          line-height: 34px; }
        .wrap-menu-mb ul.menu li > ul li:hover > a, .wrap-menu-mb ul.menu li > ul li[class*="current"] > a, .wrap-menu-mb ul.menu li > ul li.active > a, .wrap-menu-mb ul.menu li > ul li.parent-showsub > a, .wrap-menu-mb ul.menu .wrapul li:hover > a, .wrap-menu-mb ul.menu .wrapul li[class*="current"] > a, .wrap-menu-mb ul.menu .wrapul li.active > a, .wrap-menu-mb ul.menu .wrapul li.parent-showsub > a {
          color: #a96b11; }
      .wrap-menu-mb ul.menu li > ul ul a, .wrap-menu-mb ul.menu .wrapul ul a {
        padding-left: 45px; }
      .wrap-menu-mb ul.menu li > ul ul ul a, .wrap-menu-mb ul.menu .wrapul ul ul a {
        padding-left: 60px; }
      .wrap-menu-mb ul.menu li > ul ul ul ul a, .wrap-menu-mb ul.menu .wrapul ul ul ul a {
        padding-left: 75px; }
    .wrap-menu-mb ul.menu li.parent-showsub > .showsubmenu:before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

body.showMenu {
  overflow: hidden; }
  body.showMenu #wrapper {
    overflow: hidden; }
  body.showMenu #panel {
    z-index: 999 !important; }
  body.showMenu .wrap-menu-pc {
    opacity: 1;
    visibility: visible; }
  body.showMenu [class*='wrap-menu-mb'] {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  body.showMenu .menu-btn.overlay {
    visibility: visible;
    opacity: 1;
    left: 100%; }
  body.showMenu .menu-btn.x span {
    background: none !important; }
  body.showMenu .menu-btn.x:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px; }
  body.showMenu .menu-btn.x:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 20px; }

.ef-tx-t.ef, .group-ef .ef-tx-t[class*="efch"], .group-ef-hover .ef-tx-t[class*="efch"] {
  -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
  transform: translateY(50px) scale3d(1, 1.6, 0.8); }

.ef-tx-b.ef, .group-ef .ef-tx-b[class*="efch"], .group-ef-hover .ef-tx-b[class*="efch"] {
  -webkit-transform: translateY(-50px) scale3d(1, 1.6, 0.8);
  transform: translateY(-50px) scale3d(1, 1.6, 0.8); }

.ef-th.ef, .group-ef .ef-th[class*="efch"], .group-ef-hover .ef-th[class*="efch"] {
  opacity: 1 !important; }
  .ef-th.ef:not(.loaded) img, .group-ef .ef-th:not(.loaded)[class*="efch"] img, .group-ef-hover .ef-th:not(.loaded)[class*="efch"] img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.ef-img-t.ef, .group-ef .ef-img-t[class*="efch"], .group-ef-hover .ef-img-t[class*="efch"] {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px); }

.ef-img-b.ef, .group-ef .ef-img-b[class*="efch"], .group-ef-hover .ef-img-b[class*="efch"] {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

@media only screen and (min-width: 768px) {
  .ef-tx-r.ef, .group-ef .ef-tx-r[class*="efch"], .group-ef-hover .ef-tx-r[class*="efch"] {
    -webkit-transform: translateX(-50px) scale3d(1, 1.6, 0.8);
    transform: translateX(-50px) scale3d(1, 1.6, 0.8); }
  .ef-tx-l.ef, .group-ef .ef-tx-l[class*="efch"], .group-ef-hover .ef-tx-l[class*="efch"] {
    -webkit-transform: translateX(50px) scale3d(1, 1.6, 0.8);
    transform: translateX(50px) scale3d(1, 1.6, 0.8); }
  .ef-img-l.ef, .group-ef .ef-img-l[class*="efch"], .group-ef-hover .ef-img-l[class*="efch"] {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .ef-img-r.ef, .group-ef .ef-img-r[class*="efch"], .group-ef-hover .ef-img-r[class*="efch"] {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); } }

@media only screen and (max-width: 767px) {
  .ef-tx-r.ef, .group-ef .ef-tx-r[class*="efch"], .group-ef-hover .ef-tx-r[class*="efch"] {
    -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
    transform: translateY(50px) scale3d(1, 1.6, 0.8); }
  .ef-tx-l.ef, .group-ef .ef-tx-l[class*="efch"], .group-ef-hover .ef-tx-l[class*="efch"] {
    -webkit-transform: translateY(50px) scale3d(1, 1.6, 0.8);
    transform: translateY(50px) scale3d(1, 1.6, 0.8); }
  .ef-img-l.ef, .group-ef .ef-img-l[class*="efch"], .group-ef-hover .ef-img-l[class*="efch"] {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .ef-img-r.ef, .group-ef .ef-img-r[class*="efch"], .group-ef-hover .ef-img-r[class*="efch"] {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); } }

.ef {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  transition: all 1s cubic-bezier(0, 0.15, 0, 1); }

.group-ef [class*="efch"], .group-ef-hover [class*="efch"] {
  opacity: 0;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.15, 0, 1);
  transition: all 1s cubic-bezier(0, 0.15, 0, 1); }

.group-ef.loaded .efch-1, .loaded.group-ef-hover .efch-1 {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.group-ef.loaded .efch-2, .loaded.group-ef-hover .efch-2 {
  -webkit-transition-delay: 0.05s !important;
  -o-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important; }

.group-ef.loaded .efch-3, .loaded.group-ef-hover .efch-3 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important; }

.group-ef.loaded .efch-4, .loaded.group-ef-hover .efch-4 {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important; }

.group-ef.loaded .efch-5, .loaded.group-ef-hover .efch-5 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }

.group-ef.loaded .efch-6, .loaded.group-ef-hover .efch-6 {
  -webkit-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important; }

.group-ef.loaded .efch-7, .loaded.group-ef-hover .efch-7 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important; }

.group-ef.loaded .efch-8, .loaded.group-ef-hover .efch-8 {
  -webkit-transition-delay: 0.35s !important;
  -o-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important; }

.group-ef.loaded .efch-9, .loaded.group-ef-hover .efch-9 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }

.group-ef.loaded .efch-10, .loaded.group-ef-hover .efch-10 {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important; }

.group-ef.loaded .efch-11, .loaded.group-ef-hover .efch-11 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important; }

.group-ef.loaded .efch-12, .loaded.group-ef-hover .efch-12 {
  -webkit-transition-delay: 0.55s !important;
  -o-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important; }

.group-ef.loaded .efch-13, .loaded.group-ef-hover .efch-13 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }

.group-ef.loaded .efch-14, .loaded.group-ef-hover .efch-14 {
  -webkit-transition-delay: 0.65s !important;
  -o-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important; }

.group-ef.loaded .efch-15, .loaded.group-ef-hover .efch-15 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important; }

.group-ef.loaded .efch-16, .loaded.group-ef-hover .efch-16 {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important; }

.group-ef.loaded .efch-17, .loaded.group-ef-hover .efch-17 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important; }

.group-ef.loaded .efch-18, .loaded.group-ef-hover .efch-18 {
  -webkit-transition-delay: 0.85s !important;
  -o-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important; }

.group-ef.loaded .efch-19, .loaded.group-ef-hover .efch-19 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important; }

.group-ef.loaded .efch-20, .loaded.group-ef-hover .efch-20 {
  -webkit-transition-delay: 0.95s !important;
  -o-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important; }

.group-ef.loaded .efch-21, .loaded.group-ef-hover .efch-21 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important; }

.group-ef.loaded .efch-22, .loaded.group-ef-hover .efch-22 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important; }

.group-ef.loaded .efch-23, .loaded.group-ef-hover .efch-23 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important; }

.group-ef.loaded .efch-24, .loaded.group-ef-hover .efch-24 {
  -webkit-transition-delay: 1.15s !important;
  -o-transition-delay: 1.15s !important;
  transition-delay: 1.15s !important; }

.group-ef.loaded .efch-25, .loaded.group-ef-hover .efch-25 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important; }

.group-ef.loaded .efch-26, .loaded.group-ef-hover .efch-26 {
  -webkit-transition-delay: 1.25s !important;
  -o-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important; }

.group-ef.loaded .efch-27, .loaded.group-ef-hover .efch-27 {
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important; }

.group-ef.loaded .efch-28, .loaded.group-ef-hover .efch-28 {
  -webkit-transition-delay: 1.35s !important;
  -o-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important; }

.group-ef.loaded .efch-29, .loaded.group-ef-hover .efch-29 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important; }

.group-ef-js:not(.loaded) .item {
  opacity: 0; }

.group-ef-hover:hover .efch-1 {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.group-ef-hover:hover .efch-2 {
  -webkit-transition-delay: 0.05s !important;
  -o-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important; }

.group-ef-hover:hover .efch-3 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important; }

.group-ef-hover:hover .efch-4 {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important; }

.group-ef-hover:hover .efch-5 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }

.group-ef-hover:hover .efch-6 {
  -webkit-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important; }

.group-ef-hover:hover .efch-7 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important; }

.group-ef-hover:hover .efch-8 {
  -webkit-transition-delay: 0.35s !important;
  -o-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important; }

.group-ef-hover:hover .efch-9 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }

.group-ef-hover:hover .efch-10 {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important; }

.group-ef-hover:hover .efch-11 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important; }

.group-ef-hover:hover .efch-12 {
  -webkit-transition-delay: 0.55s !important;
  -o-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important; }

.group-ef-hover:hover .efch-13 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }

.group-ef-hover:hover .efch-14 {
  -webkit-transition-delay: 0.65s !important;
  -o-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important; }

.group-ef-hover:hover .efch-15 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important; }

.group-ef-hover:hover .efch-16 {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important; }

.group-ef-hover:hover .efch-17 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important; }

.group-ef-hover:hover .efch-18 {
  -webkit-transition-delay: 0.85s !important;
  -o-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important; }

.group-ef-hover:hover .efch-19 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important; }

.group-ef-hover:hover .efch-20 {
  -webkit-transition-delay: 0.95s !important;
  -o-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important; }

.group-ef-hover:hover .efch-21 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important; }

.group-ef-hover:hover .efch-22 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important; }

.group-ef-hover:hover .efch-23 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important; }

.group-ef-hover:hover .efch-24 {
  -webkit-transition-delay: 1.15s !important;
  -o-transition-delay: 1.15s !important;
  transition-delay: 1.15s !important; }

.group-ef-hover:hover .efch-25 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important; }

.group-ef-hover:hover .efch-26 {
  -webkit-transition-delay: 1.25s !important;
  -o-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important; }

.group-ef-hover:hover .efch-27 {
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important; }

.group-ef-hover:hover .efch-28 {
  -webkit-transition-delay: 1.35s !important;
  -o-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important; }

.group-ef-hover:hover .efch-29 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important; }

.ef.loaded,
.group-ef.loaded [class*="efch"],
.loaded.group-ef-hover [class*="efch"],
.group-ef-hover:hover [class*="efch"] {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
  transform: translate(0, 0) scale3d(1, 1, 1); }

.group-ef.loaded .ef-th img, .loaded.group-ef-hover .ef-th img,
.group-ef-hover:hover .ef-th img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

@media only screen and (max-width: 1199px) {
  .group-ef-hover [class*="efch"] {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1) !important;
    transform: translate(0, 0) scale3d(1, 1, 1) !important; }
  .group-ef-hover .ef-th img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; } }

/* PROPERTY 
-------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .wrap-menu-header {
    display: none !important; }
  .menu-btn {
    display: block; } }

#header {
  z-index: 1000;
  position: relative;
  background-color: transparent; }
  #header .container {
    position: relative; }
  #header #logo {
    position: absolute !important;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #header #logo.l {
      left: 15px; }
    #header #logo.r {
      right: 15px; }
    #header #logo.c {
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    #header #logo img {
      display: block; }
  #header .wrap-menu-header {
    position: relative; }
  #header .group-header {
    position: absolute;
    right: 15px;
    height: 100%;
    display: table;
    top: 0; }
    #header .group-header > .item {
      padding-left: 15px;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
  .fixe#header {
    position: absolute;
    left: 0;
    right: 0; }
  .fixed#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0; }
  .sticky#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .stickyUp#header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .stickyDown#header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media only screen and (min-width: 1200px) {
    #header .container {
      height: 90px; }
    #header #logo {
      height: 90px; }
      #header #logo img {
        max-height: 80px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #header .container {
      height: 60px; }
    #header #logo {
      height: 60px; }
      #header #logo img {
        max-height: 55px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #header .container {
      height: 60px; }
    #header #logo {
      height: 60px; }
      #header #logo img {
        max-height: 55px; } }
  @media only screen and (max-width: 767px) {
    #header .container {
      height: 60px; }
    #header #logo {
      height: 60px; }
      #header #logo img {
        max-height: 55px; } }

@media only screen and (max-width: 767px) {
  body.showMenu #header .wrap-menu-header ul.menu {
    opacity: 1;
    visibility: visible; } }

/*End header 1*/
/*----------------------------------------------------------------------------------------------*/
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  /* No Js */
  /*
 * 	Owl Carousel - Auto Height Plugin
 */ }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-loaded.owl-carousel {
    display: block; }
  .owl-loading.owl-carousel {
    opacity: 0;
    display: block; }
  .owl-hidden.owl-carousel {
    opacity: 0; }
  .owl-refresh.owl-carousel .owl-item {
    visibility: hidden; }
  .owl-drag.owl-carousel .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-grab.owl-carousel {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-rtl.owl-carousel {
    direction: rtl; }
  .owl-rtl.owl-carousel .owl-item {
    float: right; }
  .no-js .owl-carousel {
    display: block; }
  .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .owl-carousel .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
  .owl-carousel > .item-visible:not(:first-child),
  .owl-carousel > .item:not(:first-child) {
    display: none !important; }
  .owl-carousel[class*="grid-space"] {
    margin: 0 !important; }
  .owl-flex.owl-carousel > .owl-stage-outer > .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .owl-flex.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item {
      width: 100%;
      float: none !important; }
      .owl-flex.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .item {
        height: 100%; }
  .noslide.owl-carousel .owl-stage-outer {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
    display: block; }
  .noslide.owl-carousel .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
    .noslide.owl-carousel .owl-stage .owl-item {
      position: relative;
      width: 100% !important;
      padding-right: 5px;
      padding-left: 5px; }
  .owl-visible.owl-carousel .owl-stage-outer {
    overflow: visible; }
  .owl-visible.owl-carousel .owl-item {
    opacity: 0.5; }
    .owl-visible.owl-carousel .owl-item .text {
      opacity: 0; }
    .owl-visible.owl-carousel .owl-item.active {
      opacity: 1; }
      .owl-visible.owl-carousel .owl-item.active .text {
        opacity: 1; }
  .owl-carousel .owl-item > [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; }
    .owl-carousel .owl-nav > * {
      position: absolute;
      cursor: pointer;
      text-align: center;
      width: 30px;
      height: 30px;
      -webkit-box-shadow: none;
      box-shadow: none;
      line-height: 30px;
      font-size: 22px;
      border-radius: 0;
      background-color: transparent;
      color: #a96b11;
      border: 0 solid #886d48;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      .owl-carousel .owl-nav > *:hover {
        color: #886d48; }
      .owl-carousel .owl-nav > * i {
        line-height: inherit; }
      .owl-carousel .owl-nav > *.owl-prev {
        left: 0; }
      .owl-carousel .owl-nav > *.owl-next {
        right: 0; }
  .owl-carousel .owl-dots {
    padding: 0;
    position: absolute;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
    .owl-carousel .owl-dots > .owl-dot {
      display: inline-block;
      border: none;
      background: none; }
      .owl-carousel .owl-dots > .owl-dot span {
        display: block;
        -webkit-backface-visibility: visible;
        width: 10px;
        height: 10px;
        margin: 0 6px;
        border-radius: 100%;
        background-color: #D3D3D3;
        border: none; }
      .owl-carousel .owl-dots > .owl-dot.active span, .owl-carousel .owl-dots > .owl-dot:hover span {
        background-color: #a96b11;
        border-color: #a96b11; }

.owl-per .owl-dots {
  counter-reset: slides-num; }
  .owl-per .owl-dots:after {
    content: counter(slides-num);
    display: inline-block; }

.owl-per .owl-dot {
  display: inline-block;
  opacity: 0;
  width: 0;
  overflow: hidden;
  line-height: normal;
  counter-increment: slides-num; }
  .owl-per .owl-dot span {
    display: none !important; }
  .owl-per .owl-dot:before {
    content: counter(slides-num) "/";
    display: inline-block; }
  .owl-per .owl-dot.active {
    opacity: 1;
    width: auto;
    overflow: visible; }

@media only screen and (min-width: 1200px) {
  .owl-carousel.nav-2 .owl-nav {
    left: -50px;
    right: -50px; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .owl-carousel.nav-2 .owl-nav {
    left: -30px;
    right: -30px; } }

/* SYNC OWL */
.wrap-syn-owl {
  margin-bottom: 30px; }
  .wrap-syn-owl .wrap-syn-1 {
    margin-bottom: 10px; }
  .wrap-syn-owl .wrap-syn-2 .item {
    position: relative; }
    .wrap-syn-owl .wrap-syn-2 .item:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 2px solid transparent;
      z-index: 3;
      background-color: rgba(0, 0, 0, 0.5); }
  .wrap-syn-owl .wrap-syn-2 .current .item:before {
    border-color: #a96b11;
    background-color: rgba(0, 0, 0, 0); }
  .wrap-syn-owl .divtext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    z-index: 5; }

/*----------------------------------------------------------------------------------------------*/
[class*="cttab"] .tab-menu > div {
  cursor: pointer; }

[class*="cttab"] .w-menu-over {
  overflow-x: auto;
  margin-bottom: 40px; }
  [class*="cttab"] .w-menu-over > .tab-menu {
    display: table; }
    [class*="cttab"] .w-menu-over > .tab-menu > div {
      cursor: pointer;
      vertical-align: middle;
      position: relative;
      display: table-cell;
      white-space: nowrap;
      overflow: hidden; }
      [class*="cttab"] .w-menu-over > .tab-menu > div:not(:first-child) {
        padding-left: 20px; }

[class*="cttab"] > .tab-content {
  min-height: 1px;
  position: relative; }
  [class*="cttab"] > .tab-content > div {
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    [class*="cttab"] > .tab-content > div.active {
      z-index: 5;
      opacity: 1;
      visibility: visible;
      max-height: inherit;
      position: relative; }
    [class*="cttab"] > .tab-content > div.tab-map .tab-inner {
      padding-bottom: 0 !important; }

/*----------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
.btn {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #a96b11;
  border-radius: 0;
  border: 1px solid #a96b11;
  line-height: 58px;
  height: 60px;
  padding: 0 25px;
  text-transform: uppercase; }
  .btn i {
    display: inline-block;
    line-height: inherit; }
    .btn i:first-child {
      margin-right: 5px; }
    .btn i:last-child {
      margin-left: 5px; }
  @media only screen and (min-width: 1200px) {
    .btn:hover, .btn:active {
      background-color: #b97e3f;
      border: 1px solid #b97e3f; } }
  .round.btn {
    border-radius: 100px; }
  .btn[class*='arrow']:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: "";
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #a96b11;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    font-family: 'icomoon' !important; }
  .arrowr.btn {
    padding-right: 50px; }
    .arrowr.btn:before {
      right: 6px; }
    .arrowr.lg.btn:before {
      right: 10px; }
    .arrowr.sm.btn:before {
      right: 2px; }
  .arrowl.btn {
    padding-left: 50px; }
    .arrowl.btn:before {
      left: 6px; }
    .arrowl.lg.btn:before {
      left: 10px; }
    .arrowl.sm.btn:before {
      left: 2px; }
  @media only screen and (min-width: 992px) {
    .lg.btn {
      line-height: 78px;
      height: 80px;
      font-size: 25px;
      padding: 0 45px; }
    .sm.btn {
      line-height: 48px;
      font-weight: normal !important;
      height: 50px;
      font-size: 17px;
      padding: 0 20px; } }
  .ico-r.btn {
    padding-right: 60px; }
    .ico-r.btn i {
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      right: 0;
      position: absolute;
      top: 0;
      width: 60px; }
    .ico-r.btn:hover i {
      -ms-transform: translateX(5px);
      transform: translateX(5px);
      -webkit-transform: translateX(5px); }
  .ico-l.btn {
    padding-left: 60px; }
    .ico-l.btn i {
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      left: 0;
      position: absolute;
      top: 0;
      width: 60px; }
    .ico-l.btn:hover i {
      -ms-transform: translateX(5px);
      transform: translateX(5px);
      -webkit-transform: translateX(5px); }

.input {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 13px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #a96b11;
  height: 40px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .h20.input {
    height: 20px; }
  .h30.input {
    height: 30px; }
  @media only screen and (min-width: 768px) {
    .h40.input {
      height: 40px; }
    .h50.input {
      height: 50px; } }
  .lg.input {
    font-size: 18px;
    height: 60px;
    padding-left: 35px; }
  .sm.input {
    font-size: 12px;
    height: 35px;
    padding-left: 10px; }
  .input:focus {
    border: 1px solid #a96b11; }

.input-group {
  display: inline-table;
  vertical-align: middle; }
  .input-group > input {
    display: table-cell;
    width: 100%; }
    .input-group > input:not(:first-child):not(:last-child) {
      border-radius: 0; }
    .input-group > input:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > input:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group .input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    width: 30px;
    line-height: 1;
    display: table-cell;
    padding: 0 10px;
    background-color: #eee;
    border: 1px solid #a96b11;
    border-radius: 0;
    height: 100%; }
    .input-group .input-group-addon:first-child {
      border-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .input-group .input-group-addon:first-child .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .input-group .input-group-addon:last-child {
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .input-group .input-group-addon:last-child .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .input-group .input-group-addon.none {
      border: none;
      background-color: transparent; }
      .input-group .input-group-addon.none:first-child {
        padding: 0; }
      .input-group .input-group-addon.none:last-child {
        padding: 0; }
    .input-group .input-group-addon.top {
      vertical-align: text-top; }

select {
  font-size: 13px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #a96b11;
  height: 40px;
  padding: 0 15px;
  line-height: 39px; }
  select option {
    padding: 5px; }
  select.select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    padding-right: 40px;
    background: transparent url("../images/select.png") no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 10px; }
  select.lg {
    font-size: 18px;
    height: 60px;
    padding-left: 35px; }
  select.sm {
    font-size: 12px;
    height: 35px;
    padding-left: 10px; }

/* SELECT 2
------------------------------------------------------------------------------
*/
/* SWITCH
------------------------------------------------------------------------------
*/
label.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px; }
  label.switch input {
    position: absolute !important;
    opacity: 0 !important;
    left: 0 !important; }
  label.switch > span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }
    label.switch > span:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      right: 24px;
      top: 4px;
      background-color: #E6E6E6;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out; }
  label.switch input:checked + span {
    background-color: #a96b11;
    border-color: #a96b11; }
    label.switch input:checked + span:before {
      right: 4px;
      background-color: #fff; }
  label.stext.switch {
    width: 66px; }
    label.stext.switch > span span {
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      float: left;
      width: 50%;
      text-align: center;
      text-transform: uppercase;
      font-size: 11px;
      color: #59595B;
      line-height: 28px; }
    label.stext.switch > span .on {
      text-align: right;
      opacity: 0; }
    label.stext.switch > span .off {
      text-align: left; }
    label.stext.switch > span:before {
      right: 40px; }
    label.stext.switch input:checked + span .on {
      opacity: 1;
      color: #fff; }
    label.stext.switch input:checked + span .off {
      opacity: 0; }
  label.round.switch > span {
    border-radius: 30px; }
  label.round.switch > span:before {
    border-radius: 50%; }
  label.round2.switch > span, label.round2.switch > span:before {
    border-radius: 3px; }

label.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: normal;
  margin: 0 0 5px;
  line-height: 24px; }
  label.checkbox input {
    position: absolute !important;
    opacity: 0 !important;
    left: 0 !important; }
  label.checkbox > span {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #E3E3E3;
    border-radius: 3px;
    background-color: #fff; }
    label.checkbox > span:before {
      content: "";
      width: 5px;
      height: 10px;
      border-right: 2px solid #a96b11;
      border-bottom: 2px solid #a96b11;
      border-radius: 3px;
      margin-top: -2px;
      position: absolute;
      opacity: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  label.checkbox input:checked + span {
    border-color: n; }
    label.checkbox input:checked + span:before {
      opacity: 1; }
  label.checkbox input:disabled + span {
    opacity: 0.2; }
  label.checkbox:hover > span {
    border-color: n; }

label.radio {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: normal;
  margin: 0 0 5px; }
  label.radio input {
    position: absolute !important;
    opacity: 0 !important;
    left: 0 !important; }
  label.radio > span {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #E3E3E3;
    border-radius: 100%;
    background-color: #fff; }
    label.radio > span:before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #a96b11;
      top: 50%;
      left: 50%;
      position: absolute;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
  label.radio input:checked + span {
    border-color: n; }
    label.radio input:checked + span:before {
      opacity: 1; }
  label.radio input:disabled + span {
    opacity: 0.2; }
  label.radio:hover > span {
    border-color: n; }
  label.block.radio {
    padding: 30px 0 0;
    text-align: center;
    display: block; }
    label.block.radio > span {
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      top: 0; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0; }
  .table th, .table td {
    padding: 8px;
    text-align: left;
    vertical-align: top; }

.table-responsive {
  overflow: auto; }

.table-line th, .table-line td {
  border-top: 1px solid #ddd; }

.table-border th, .table-border td {
  border: 1px solid #ddd; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

ul.page-numbers {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0; }
  ul.page-numbers li {
    display: inline-block; }
    ul.page-numbers li:not(:first-child) {
      margin-left: 1px; }
  ul.page-numbers .page-numbers {
    display: block;
    text-align: center;
    overflow: hidden;
    width: 60px;
    height: 60px;
    color: #a96b11;
    background-color: #fff;
    border-radius: 0;
    line-height: 60px; }
    ul.page-numbers .page-numbers.prev, ul.page-numbers .page-numbers.next {
      font-size: 16px; }
    ul.page-numbers .page-numbers.disable {
      opacity: 0.5; }
  ul.page-numbers span.page-numbers:not(.current) {
    background-color: transparent !important;
    border-color: transparent !important;
    color: inherit !important; }

/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/* Custom Module*/
.myModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .myModal .btnModal.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .myModal > .container {
    margin-top: 30px;
    margin-bottom: 30px; }
    .myModal > .container.middle {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: absolute;
      margin: 0 auto; }
  .myModal .contentModal {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 15px; }
    @media only screen and (min-width: 576px) {
      .myModal .contentModal {
        padding: 25px; } }
  .myModal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 8px;
    z-index: 100;
    border-radius: 100%;
    cursor: pointer; }
  .active.myModal {
    visibility: visible;
    opacity: 1;
    z-index: 9999999; }

/* End Custom Module*/
.rowlabel {
  display: block; }
  .rowlabel .item {
    overflow: hidden;
    display: block; }
    .rowlabel .item .title {
      float: left;
      margin-right: 10px;
      position: relative;
      min-height: 1px; }
    .rowlabel .item .text {
      overflow: hidden;
      display: block; }
    .rowlabel .item > p {
      margin: 0; }
  .rowlabel:not(.row) .item + .item {
    margin-top: 10px; }
  .itemline.rowlabel .item + .item {
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    margin-top: 10px; }
  .label-line.rowlabel .item {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px; }
    .label-line.rowlabel .item + .item {
      margin-top: 10px; }

@-webkit-keyframes ama-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@keyframes ama-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-webkit-keyframes ama-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }

@keyframes ama-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .2; } }

@-webkit-keyframes ama-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes ama-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

/* MODAL
------------------------------------------------------------------------------
*/
.modal {
  display: none; }

/*  Jquery Modal
------------------------------------------------------------------------------
*/
.jquery-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .jquery-modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em; }
  .jquery-modal.behind {
    background-color: transparent; }
  .jquery-modal .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left; }
  .jquery-modal .modal a.close-modal {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    background: #fff;
    right: 0;
    z-index: 10;
    text-align: center;
    color: #000;
    line-height: 40px;
    border-radius: 3px;
    font-family: 'icomoon' !important;
    text-indent: -99999em;
    cursor: pointer; }
    .jquery-modal .modal a.close-modal:before {
      content: "\e90f";
      text-indent: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }
    .jquery-modal .modal a.close-modal:hover {
      color: #a96b11; }
  .jquery-modal .modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px; }
  .jquery-modal .modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .jquery-modal .modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .jquery-modal .modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .jquery-modal .modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*  ToggleHeight
------------------------------------------------------------------------------
*/
/*  Dropdown
------------------------------------------------------------------------------
*/
/*  Comments
------------------------------------------------------------------------------
*/
/*----------------------------------------------------------------------------------------------*/
.cl1 {
  color: #a96b11; }

.cl2 {
  color: #b97e3f; }

.cl3 {
  color: #886d48; }

.cl4 {
  color: #a48e71; }

.cl5 {
  color: #656565; }

.cl6 {
  color: #E1DBCF; }

.bg1 {
  background-color: #a96b11; }

.bg2 {
  background-color: #b97e3f; }

.bg3 {
  background-color: #886d48; }

.bg4 {
  background-color: #a48e71; }

.bg5 {
  background-color: #656565; }

.bg6 {
  background-color: #E1DBCF; }

.bd1 {
  border-color: #a96b11; }

.bd2 {
  border-color: #b97e3f; }

.bd3 {
  border-color: #886d48; }

.bd4 {
  border-color: #a48e71; }

.bd5 {
  border-color: #656565; }

.bd6 {
  border-color: #E1DBCF; }

.b {
  font-weight: 700; }

.w1 {
  font-weight: 100; }

.w3 {
  font-weight: 300; }

.w4 {
  font-weight: 400; }

.w5 {
  font-weight: 500; }

.w6 {
  font-weight: 600; }

.w7 {
  font-weight: 700; }

.w9 {
  font-weight: 900; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.min40 {
  min-width: 40px; }

.min60 {
  min-width: 60px; }

.min80 {
  min-width: 80px; }

.min100 {
  min-width: 100px; }

.min120 {
  min-width: 120px; }

.min140 {
  min-width: 140px; }

.min160 {
  min-width: 160px; }

.min180 {
  min-width: 180px; }

.row-space-5 > * + * {
  margin: 5px 0 0; }

.row-space-10 > * + * {
  margin: 10px 0 0; }

.row-space-15 > * + * {
  margin: 15px 0 0; }

.row-space-20 > * + * {
  margin: 20px 0 0; }

.row-space-25 > * + * {
  margin: 25px 0 0; }

.row-space-30 > * + * {
  margin: 30px 0 0; }

.row-space-35 > * + * {
  margin: 35px 0 0; }

.row-space-40 > * + * {
  margin: 40px 0 0; }

.row-space-45 > * + * {
  margin: 45px 0 0; }

/* Margin - Padding */
.margin-0, .mg-0 {
  margin: 0 !important; }

.padding-0, .pd-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

@media only screen and (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px; }
  .mb-lg-20 {
    margin-bottom: 20px; }
  .mb-lg-30 {
    margin-bottom: 30px; }
  .mb-lg-40 {
    margin-bottom: 40px; }
  .mb-lg-50 {
    margin-bottom: 50px; } }

@media only screen and (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px; }
  .mb-md-20 {
    margin-bottom: 20px; }
  .mb-md-30 {
    margin-bottom: 30px; }
  .mb-md-40 {
    margin-bottom: 40px; }
  .mb-md-50 {
    margin-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  .mb-sm-10 {
    margin-bottom: 10px; }
  .mb-sm-20 {
    margin-bottom: 20px; }
  .mb-sm-30 {
    margin-bottom: 30px; }
  .mb-sm-40 {
    margin-bottom: 40px; }
  .mb-sm-50 {
    margin-bottom: 50px; } }

/* Custom space grid */
.grid-space-0 {
  margin-left: 0;
  margin-right: 0; }
  .grid-space-0 > [class*="col"] {
    padding-left: 0;
    padding-right: 0; }

.grid-space-2 {
  margin-left: -1px;
  margin-right: -1px; }
  .grid-space-2 > [class*="col"] {
    padding-left: 1px;
    padding-right: 1px; }

.grid-space-4 {
  margin-left: -2px;
  margin-right: -2px; }
  .grid-space-4 > [class*="col"] {
    padding-left: 2px;
    padding-right: 2px; }

@media only screen and (min-width: 768px) {
  .grid-space-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .grid-space-10 > [class*="col"] {
      padding-left: 5px;
      padding-right: 5px; }
  .grid-space-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .grid-space-16 > [class*="col"] {
      padding-left: 8px;
      padding-right: 8px; }
  .grid-space-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .grid-space-20 > [class*="col"] {
      padding-left: 10px;
      padding-right: 10px; } }

@media only screen and (min-width: 1200px) {
  .grid-space-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .grid-space-40 > [class*="col"] {
      padding-left: 20px;
      padding-right: 20px; }
  .grid-space-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .grid-space-60 > [class*="col"] {
      padding-left: 30px;
      padding-right: 30px; }
  .grid-space-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .grid-space-80 > [class*="col"] {
      padding-left: 40px;
      padding-right: 40px; }
  .grid-space-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .grid-space-120 > [class*="col"] {
      padding-left: 60px;
      padding-right: 60px; }
  .grid-space-200 {
    margin-left: -100px;
    margin-right: -100px; }
    .grid-space-200 > [class*="col"] {
      padding-left: 100px;
      padding-right: 100px; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?w8lr06#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?w8lr06") format("truetype"), url("../fonts/icomoon.woff?w8lr06") format("woff"), url("../fonts/icomoon.svg?w8lr06#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minus1:before {
  content: "\e902"; }

.icon-plus:before {
  content: "\e903"; }

.icon-t2:before {
  content: "\e96e"; }

.icon-reset:before {
  content: "\e96a"; }

.icon-location:before {
  content: "\e94c"; }

.icon-tub:before {
  content: "\e969"; }

.icon-mess:before {
  content: "\e937"; }

.icon-share2:before {
  content: "\e939"; }

.icon-phone1:before {
  content: "\e936"; }

.icon-grid:before {
  content: "\e930"; }

.icon-list:before {
  content: "\e931"; }

.icon-sort-2:before {
  content: "\e92f"; }

.icon-chart:before {
  content: "\e900"; }

.icon-user2:before {
  content: "\e968"; }

.icon-calculator:before {
  content: "\e95a"; }

.icon-calenda1:before {
  content: "\e95c"; }

.icon-copy:before {
  content: "\e95e"; }

.icon-download1:before {
  content: "\e964"; }

.icon-i360:before {
  content: "\e965"; }

.icon-instagram1:before {
  content: "\e967"; }

.icon-live-chat:before {
  content: "\e96b"; }

.icon-menu2:before {
  content: "\e96c"; }

.icon-news1:before {
  content: "\e96d"; }

.icon-pin1:before {
  content: "\e96f"; }

.icon-reply:before {
  content: "\e970"; }

.icon-success:before {
  content: "\e971"; }

.icon-menu1:before {
  content: "\e959"; }

.icon-news:before {
  content: "\e95b"; }

.icon-calenda:before {
  content: "\e954"; }

.icon-can-ho:before {
  content: "\e955"; }

.icon-chat:before {
  content: "\e956"; }

.icon-du-an:before {
  content: "\e958"; }

.icon-nha:before {
  content: "\e95f"; }

.icon-phone:before {
  content: "\e960"; }

.icon-pin:before {
  content: "\e961"; }

.icon-share1:before {
  content: "\e962"; }

.icon-zalo:before {
  content: "\e966"; }

.icon-clock:before {
  content: "\e90c"; }

.icon-view:before {
  content: "\e953"; }

.icon-sort:before {
  content: "\e90b"; }

.icon-arrow-6:before {
  content: "\e909"; }

.icon-like-1:before {
  content: "\e904"; }

.icon-like:before {
  content: "\e907"; }

.icon-folder:before {
  content: "\e952"; }

.icon-folder-3:before {
  content: "\e951"; }

.icon-folder-2:before {
  content: "\e950"; }

.icon-arrow-1:before {
  content: "\e901"; }

.icon-arrow-3:before {
  content: "\e905"; }

.icon-arrow-4:before {
  content: "\e906"; }

.icon-arrow-9:before {
  content: "\e908"; }

.icon-arrow-2:before {
  content: "\e90a"; }

.icon-arrow-5:before {
  content: "\e90d"; }

.icon-close:before {
  content: "\e90f"; }

.icon-company:before {
  content: "\e910"; }

.icon-company-2:before {
  content: "\e911"; }

.icon-date:before {
  content: "\e912"; }

.icon-date-2:before {
  content: "\e913"; }

.icon-edit:before {
  content: "\e915"; }

.icon-edit-3:before {
  content: "\e917"; }

.icon-facebook:before {
  content: "\e918"; }

.icon-flickr:before {
  content: "\e919"; }

.icon-google:before {
  content: "\e91a"; }

.icon-google-plus:before {
  content: "\e91b"; }

.icon-google-plus-2:before {
  content: "\e91c"; }

.icon-heart:before {
  content: "\e91d"; }

.icon-home:before {
  content: "\e91e"; }

.icon-home2:before {
  content: "\e91f"; }

.icon-home3:before {
  content: "\e920"; }

.icon-image:before {
  content: "\e921"; }

.icon-instagram:before {
  content: "\e922"; }

.icon-language:before {
  content: "\e923"; }

.icon-linkedin:before {
  content: "\e924"; }

.icon-lock:before {
  content: "\e925"; }

.icon-mail-1:before {
  content: "\e926"; }

.icon-mail-2:before {
  content: "\e927"; }

.icon-mail-3:before {
  content: "\e928"; }

.icon-map:before {
  content: "\e929"; }

.icon-menu:before {
  content: "\e92b"; }

.icon-minus:before {
  content: "\e92c"; }

.icon-minus-2:before {
  content: "\e92d"; }

.icon-phone-1:before {
  content: "\e932"; }

.icon-phone-2:before {
  content: "\e933"; }

.icon-phone-3:before {
  content: "\e934"; }

.icon-phone-4:before {
  content: "\e935"; }

.icon-play:before {
  content: "\e938"; }

.icon-plus-2:before {
  content: "\e93a"; }

.icon-question:before {
  content: "\e93b"; }

.icon-quote:before {
  content: "\e93c"; }

.icon-search:before {
  content: "\e93d"; }

.icon-search-2:before {
  content: "\e93e"; }

.icon-share:before {
  content: "\e93f"; }

.icon-share-2:before {
  content: "\e940"; }

.icon-skype:before {
  content: "\e941"; }

.icon-smile:before {
  content: "\e942"; }

.icon-spin:before {
  content: "\e943"; }

.icon-star:before {
  content: "\e944"; }

.icon-talk:before {
  content: "\e946"; }

.icon-tick:before {
  content: "\e947"; }

.icon-tumblr:before {
  content: "\e948"; }

.icon-twitter:before {
  content: "\e949"; }

.icon-vimeo:before {
  content: "\e94d"; }

.icon-youtube:before {
  content: "\e94e"; }

.icon-youtube-2:before {
  content: "\e94f"; }

/* EXTEND 
-------------------------------------------------*/
/* Theme - Include Mixins 
-------------------------------------------------*/
/* RESET 
-------------------------------------------------*/
body {
  color: #656565;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 1.72857143;
  background-color: #fff; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: inherit;
    padding: 0 10vw; }
    .container.vw5 {
      padding: 0 5vw; }
    .container.vw6 {
      padding: 0 6vw; }
  .page-blog-detail .entry-content {
    padding: 0 9vw; } }

.bl svg, .br svg {
  max-width: 100%; }

main {
  position: relative; }

select.select {
  background-position: 97% center;
  color: #a96b11;
  background-size: 20px; }

.section {
  padding: 0 !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #a96b11; }

h1, .h1 {
  font-size: 46px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px;
  line-height: 1.2; }

h3, .h3 {
  font-size: 32px;
  line-height: 1.2; }

h4, .h4 {
  font-size: 28px;
  line-height: 1.5; }

h5, .h5 {
  font-size: 24px;
  line-height: 1.5; }

h6, .h6 {
  font-size: 16px;
  line-height: 1.5; }

.max500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.max720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }

.max830 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto; }

.max920 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.max950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

.max1230 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }

[class*='w-p-'] svg {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .w-p-16 {
    max-width: 14%; }
  .w-p-17 {
    max-width: 15%; }
  .w-p-18 {
    max-width: 16%; }
  .w-p-19 {
    max-width: 17%; }
  .w-p-20 {
    max-width: 18%; }
  .w-p-21 {
    max-width: 19%; }
  .w-p-22 {
    max-width: 20%; }
  .w-p-23 {
    max-width: 21%; }
  .w-p-24 {
    max-width: 22%; }
  .w-p-25 {
    max-width: 23%; }
  .w-p-26 {
    max-width: 24%; }
  .w-p-27 {
    max-width: 25%; }
  .w-p-28 {
    max-width: 26%; }
  .w-p-29 {
    max-width: 27%; }
  .w-p-30 {
    max-width: 28%; } }

.title-page {
  text-transform: uppercase;
  color: #a96b11; }

textarea.input {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px; }

.entry-content ul, .entry-content ol {
  margin: 0 0 2vw 25px; }
  .entry-content ul li, .entry-content ol li {
    margin-bottom: 5px; }
  .entry-content ul ul, .entry-content ol ul {
    margin-bottom: 0; }
    .entry-content ul ul li:first-child, .entry-content ol ul li:first-child {
      margin-top: 5px; }
    .entry-content ul ul.none, .entry-content ol ul.none {
      list-style: none;
      margin: 0; }

.entry-content img {
  height: auto; }

.entry-content a:not(.btn) {
  color: #a96b11; }

.mb-15 {
  margin-bottom: 15px; }

.menu-btn {
  display: block; }

.p-c-l {
  padding-left: 120px; }

.p-c-r {
  padding-right: 120px; }

.p-c-t {
  padding-top: 150px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-c-l {
    padding-left: 60px; }
  .p-c-r {
    padding-right: 60px; } }

@media only screen and (max-width: 991px) {
  .p-c-l {
    padding-left: 15px; }
  .p-c-r {
    padding-right: 15px; } }

.vh100 {
  min-height: 250px; }

@media only screen and (min-width: 992px) {
  .col-content {
    padding-top: 60px; }
  .vh100 {
    height: 100vh; } }

@media only screen and (max-width: 991px) {
  .wrap-menu-header {
    display: none !important; } }

body.fullscreen .afterHeader {
  display: none !important; }

@media only screen and (min-width: 992px) {
  body.fullscreen:not(.fp-viewing-intro) #header {
    top: 0; }
  body.fullscreen #header {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; } }

body:not(.fullscreen) .afterHeader {
  margin-bottom: 50px; }

#map {
  height: 500px; }

#wrapper {
  position: relative;
  z-index: 1; }

/* END RESET */
#panel {
  height: 40px; }

.btn {
  min-width: 150px; }

.btn-2:not(:hover) {
  background-color: #fff;
  border-color: #a96b11;
  color: #a96b11; }

.btn-3:not(:hover) {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

ul.language {
  list-style: none;
  font-size: 12px; }
  ul.language li {
    display: inline-block;
    position: relative;
    padding-left: 12px; }
    ul.language li:not(:first-child) {
      margin-left: 10px; }
      ul.language li:not(:first-child):before {
        content: "";
        width: 2px;
        height: 10px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        background-color: #fff; }
    ul.language li a {
      display: block;
      color: #fff;
      font-weight: 600; }
      ul.language li a:hover {
        color: #b97e3f; }
    ul.language li.active a {
      color: #a96b11; }

.btnCategory {
  min-width: 150px !important; }
  .btnCategory i:first-child {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 10px; }

body.hide-menu-header #header {
  overflow: hidden; }

#header #logo .pink {
  display: block; }

#header #logo .white {
  display: none; }

@media only screen and (min-width: 992px) {
  #header .container {
    max-width: inherit;
    padding: 0 25px 0 15px; } }

#header .wrap-menu-header {
  float: right;
  height: 60px;
  margin-right: 140px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translateX(100%); }
  #header .wrap-menu-header.show {
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible; }

#header .ilang:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0; }

#header .menu-btn-pc {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #header ul.menu-top-header li a {
    font-size: 11px; } }

@media only screen and (min-width: 1200px) {
  #header .imenu {
    display: none !important; }
  #header .group-header {
    right: 50px; }
    #header .group-header > .item {
      padding-left: 0; } }

@media only screen and (max-width: 1199px) {
  #header .imenu2, #header .ilang {
    display: none !important; }
  #header .container {
    max-width: inherit; }
  #header #logo {
    width: 60px;
    height: 60px; }
  #header .wrap-menu-header {
    display: none !important; } }

.page-title {
  text-align: center;
  color: #a96b11;
  margin-bottom: 50px; }

.divsocial .item {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  margin-left: 10px;
  font-size: 16px; }
  .divsocial .item:hover {
    border-color: #a96b11; }

.fp-section {
  overflow: hidden; }

.br img, .bl img {
  display: block; }

/*linear*/
.draw-svg {
  opacity: 0; }
  .draw-svg svg {
    display: block; }
  #fullpage .loaded .draw-svg, .draw-svg.loaded, .myModal.active .draw-svg {
    opacity: 1; }
    #fullpage .loaded .draw-svg svg path,
    #fullpage .loaded .draw-svg svg polygon, .draw-svg.loaded svg path,
    .draw-svg.loaded svg polygon, .myModal.active .draw-svg svg path,
    .myModal.active .draw-svg svg polygon {
      stroke-dasharray: 0 1000;
      -webkit-animation: dash 1.5s linear forwards;
      animation: dash 1.5s linear forwards; }

@-webkit-keyframes dash {
  to {
    stroke-dasharray: 1000 0; } }

@keyframes dash {
  to {
    stroke-dasharray: 1000 0; } }

.wrap-ef {
  overflow: hidden; }

.readmore a {
  text-transform: uppercase;
  color: #a96b11;
  display: inline-block; }
  .readmore a i {
    display: inline-block; }
  .readmore a i:last-child {
    margin-left: 10px; }
  .readmore a i:first-child {
    margin-right: 10px; }
  .readmore a:hover {
    color: #886d48; }
  .readmore a:hover i:first-child {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px); }
  .readmore a:hover i:last-child {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transform: translateX(5px); }

@media only screen and (min-width: 1200px) {
  body.fullscreen .sec-intro h1 {
    font-size: 55px; } }

.sec-intro {
  overflow: hidden; }
  .sec-intro .tRes_36 {
    min-height: 300px; }
    .sec-intro .tRes_36 h1 {
      font-size: 58px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center;
      z-index: 3;
      color: #fff;
      text-transform: uppercase;
      margin: 20px 0 0; }
      .sec-intro .tRes_36 h3 {
        font-size: 38px;
        position: absolute;
        top: 30%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        text-transform: uppercase;
        margin: 20px 0 0; }
      .sec-intro .tRes_36 h1 .small {
        font-size: 18px;
        display: block; }
  .sec-intro .br, .sec-intro .bl {
    z-index: 3; }
  .sec-intro video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }
  .sec-intro .divtext {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
    .sec-intro .divtext h1 {
      color: inherit;
      font-size: 32px !important;
      letter-spacing: 10px;
      margin-bottom: 24px; }
    .sec-intro .divtext .img img {
      height: 250px; }
    .sec-intro .divtext .btn {
      line-height: 35px;
      font-size: 12px;
      height: auto;
      text-transform: inherit; }
    .sec-intro .divtext .scroll-down {
      font-size: 12px; }
      .sec-intro .divtext .scroll-down img {
        max-width: 18px; }
    @media only screen and (max-width: 767px) {
      .sec-intro .divtext .img img {
        height: 150px; } }

.sec-about-us h2 {
  letter-spacing: 8px; }

.sec-about-us .container {
  max-width: 910px;
  padding-left: 0;
  padding-right: 0; }

.sec-about-us .divtext {
  position: relative; }

.sec-about-us .readmore {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4; }

.sec-about-us .owl-carousel {
  text-align: justify; }
  .sec-about-us .owl-carousel .owl-dots {
    text-align: left;
    padding-bottom: 0; }

.sec-about-us .sec-img {
  max-width: 500px;
  margin: 0 auto; }

.sec-about-us .br {
  max-width: 25%; }

.sec-overview {
  text-align: center; }
  .sec-overview .container {
    max-width: 800px;
    padding-left: 15px;
    padding-right: 15px; }
  .sec-overview .tr {
    max-width: 25%; }

.sec-vision {
  color: #fff;
  text-align: center; }
  .sec-vision .wrap-ef {
    padding: 0 25px; }
  .sec-vision .row {
    position: relative; }
    .sec-vision .row:before {
      content: "";
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      height: 60%;
      left: -25px;
      right: -25px;
      border: 1px solid #a96b11; }
    .sec-vision .row > div:last-child {
      position: relative; }
      .sec-vision .row > div:last-child:before {
        content: "&";
        font-size: 5vw;
        font-weight: 700;
        position: absolute;
        z-index: 5; }
        @media only screen and (min-width: 768px) {
          .sec-vision .row > div:last-child:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 0;
            top: 50%; } }
        @media only screen and (max-width: 767px) {
          .sec-vision .row > div:last-child:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 0;
            left: 50%;
            display: none !important; } }
  .sec-vision .item {
    position: relative; }
    .sec-vision .item .img:before {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%); }
    .sec-vision .item .img2 {
      height: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      margin-bottom: 20px; }
      .sec-vision .item .img2 img {
        max-width: 100px; }
    .sec-vision .item .title {
      color: inherit;
      margin-bottom: 15px; }
    .sec-vision .item .desc {
      min-height: 90px; }
    @media only screen and (min-width: 992px) {
      .sec-vision .item .divtext {
        left: 0;
        right: 0;
        padding: 0 3vw 2vw;
        position: absolute;
        bottom: 0;
        z-index: 3; } }
    @media only screen and (max-width: 991px) {
      .sec-vision .item .img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        .sec-vision .item .img:before {
          min-height: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .sec-vision .item .img2 {
        height: auto; }
      .sec-vision .item .divtext {
        position: relative;
        z-index: 3;
        padding: 40px 15px; } }
  @media only screen and (max-width: 991px) {
    .sec-vision .row:after {
      font-size: 40px;
      margin-top: -10px; } }

.sec-core-values {
  text-align: center; }
  .sec-core-values .item {
    width: 330px;
    max-width: 100%;
    display: inline-block;
    font-size: 22px;
    color: #a96b11;
    margin-bottom: 40px; }
  .sec-core-values .divtext {
    position: relative;
    padding-left: 100px;
    height: 80px;
    text-align: left; }
  .sec-core-values .img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80px; }
  .sec-core-values .title {
    font-weight: 600;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: normal;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }

.teamModal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
  .teamModal .contentModal {
    height: 100%;
    padding: 0;
    border-radius: 0; }
  .teamModal .row-1 > div {
    height: 100vh; }
  .teamModal .img {
    height: 100%; }
    .teamModal .img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .teamModal .inner {
    margin: 90px 95px 0;
    background-color: #fff;
    position: relative;
    z-index: 2; }
  .teamModal .heading {
    margin-bottom: 40px;
    color: #a96b11; }
    .teamModal .heading h3 {
      text-transform: uppercase;
      margin: 0 0 10px;
      color: #a96b11; }
    .teamModal .heading p {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: normal;
      font-style: italic;
      color: #a96b11; }
  .teamModal .owl-item:not(.active) {
    opacity: 0; }
  .teamModal .btn-close {
    width: auto;
    height: auto;
    border: 1px solid #a96b11;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 12px;
    color: #a96b11; }
    .teamModal .btn-close i {
      font-size: 12px; }
    .teamModal .btn-close:after {
      content: "CLOSE";
      display: inline-block; }
    .teamModal .btn-close:hover {
      color: #886d48;
      border-color: #886d48; }
    @media only screen and (min-width: 768px) {
      .teamModal .btn-close {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: -1px; } }
    @media only screen and (max-width: 767px) {
      .teamModal .btn-close {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 10px;
        top: auto !important;
        right: auto !important;
        z-index: 9999; } }
  @media only screen and (min-width: 768px) {
    .teamModal .row-nav {
      position: absolute;
      bottom: 2.5vw;
      left: 0;
      right: 0;
      z-index: 3; } }
  .teamModal .style-nav-1 {
    margin: 0 auto; }
  .teamModal .entry-content {
    font-size: 11px; }
  .teamModal .content-mb .divtext {
    padding: 15px; }
  .teamModal .br {
    right: -20px;
    bottom: -40px; }

.sec-team .container {
  padding: 0 50px !important;
  max-width: inherit !important; }

.sec-team .divtext {
  max-width: 350px;
  text-align: justify; }

.sec-team .img-team-mb {
  max-width: 180px;
  margin: 0 auto; }
  .sec-team .img-team-mb .img img {
    display: block;
    width: 100%; }
  .sec-team .img-team-mb .g-team-sync {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 50px;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, white), color-stop(29%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 16%, rgba(255, 255, 255, 0.7) 29%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 16%, rgba(255, 255, 255, 0.7) 29%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 16%, rgba(255, 255, 255, 0.7) 29%, rgba(255, 255, 255, 0) 100%); }
    .sec-team .img-team-mb .g-team-sync .title1 {
      font-weight: 700;
      padding: 0 15px; }
    .sec-team .img-team-mb .g-team-sync .title2 {
      font-size: 12px; }

@media only screen and (max-width: 991px) {
  .sec-team .col-text {
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
    .sec-team .col-text .readmore {
      text-align: center !important; }
  .sec-team .img-team-mb .owl-carousel .owl-nav > *.owl-prev {
    left: -50px; }
  .sec-team .img-team-mb .owl-carousel .owl-nav > *.owl-next {
    right: -50px; } }

.sec-team-slide {
  position: relative;
  height: 100vh; }
  .sec-team-slide .item {
    position: absolute;
    bottom: 0; }
    .sec-team-slide .item img {
      width: 100%; }
    .sec-team-slide .item .img-1 {
      display: block; }
    .sec-team-slide .item .img-2 {
      display: none; }
    .sec-team-slide .item .btnModal {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: none;
      z-index: 3; }
    .sec-team-slide .item.active {
      z-index: 4; }
      .sec-team-slide .item.active .img-1 {
        display: none; }
      .sec-team-slide .item.active .img-2 {
        display: block; }
      .sec-team-slide .item.active .btnModal {
        display: block; }
  .sec-team-slide .item-1 {
    z-index: 3;
    right: 0;
    width: 50%; }
  .sec-team-slide .item-2 {
    z-index: 2;
    width: 45%;
    right: 35%; }
  .sec-team-slide .item-3 {
    z-index: 1;
    width: 35%;
    right: 65%; }
  .sec-team-slide .item-1 {
    z-index: 4; }
    .sec-team-slide .item-1 .img-1 {
      display: none; }
    .sec-team-slide .item-1 .img-2 {
      display: block; }
    .sec-team-slide .item-1 .btnModal {
      display: block; }
  .sec-team-slide .g-team-sync {
    position: absolute;
    bottom: 2vw;
    right: -30px;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
    @media only screen and (min-width: 1200px) {
      .sec-team-slide .g-team-sync {
        right: -80px; } }
    .sec-team-slide .g-team-sync h3 {
      font-size: 17px;
      text-transform: uppercase;
      margin: 0 0 10px;
      color: #a96b11; }
    .sec-team-slide .g-team-sync h4 {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: normal;
      font-style: italic;
      color: #a96b11; }

/* PAGE
--------------------------------------*/
.efSpanText > span {
  display: inline-block !important; }

@media only screen and (min-width: 768px) {
  .wrap-menu-category {
    display: none; }
    .wrap-menu-category .title {
      display: none !important; }
  ul.menu-category {
    list-style: none;
    margin: 0 0 20px; }
    ul.menu-category li {
      display: block;
      margin-bottom: 10px; }
      ul.menu-category li.active > a, ul.menu-category li.active > span {
        opacity: 1; }
        ul.menu-category li.active > a:before, ul.menu-category li.active > span:before {
          border-color: #a96b11; }
    ul.menu-category a, ul.menu-category span {
      display: block;
      position: relative;
      opacity: 0.4;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 40px;
      color: #a96b11;
      cursor: pointer; }
      ul.menu-category a:before, ul.menu-category span:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 3px;
        left: 0;
        border: 1px solid transparent;
        border-radius: 100%; }
      ul.menu-category a:hover, ul.menu-category span:hover {
        opacity: 0.9; }
    ul.menu-category ul {
      background-color: rgba(169, 107, 17, 0.14);
      padding: 0 10px 0 40px;
      max-height: 0;
      overflow: hidden;
      overflow: hidden; }
      ul.menu-category ul a {
        padding-left: 20px;
        text-transform: inherit;
        line-height: normal; }
        ul.menu-category ul a:before {
          border-radius: 0;
          border-left: none;
          border-bottom: none;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          width: 6px;
          height: 6px;
          top: 5px;
          left: 0; }
      ul.menu-category ul.cols-2 > li {
        float: left;
        width: 50%; }
      ul.menu-category ul.cols-3 > li {
        float: left;
        width: 33.33%; }
    ul.menu-category li.children.active ul {
      padding-top: 20px;
      padding-bottom: 10px;
      max-height: 100vh;
      margin-top: 5px; } }

@media only screen and (max-width: 767px) {
  .wrap-menu-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a96b11;
    position: relative; }
    .wrap-menu-category .title {
      display: block;
      background-color: #eee1cf;
      text-align: center;
      padding: 10px 5px; }
      .wrap-menu-category .title i {
        display: inline-block;
        margin-left: 10px; }
    .wrap-menu-category ul.menu-category {
      list-style: none;
      margin: 0;
      position: absolute;
      background-color: #fff;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      visibility: hidden;
      opacity: 0;
      margin-top: 30px;
      width: 100%;
      text-align: center;
      padding: 15px; }
      .wrap-menu-category ul.menu-category li {
        display: block; }
        .wrap-menu-category ul.menu-category li + li {
          margin-top: 10px; }
      .wrap-menu-category ul.menu-category a, .wrap-menu-category ul.menu-category span {
        display: block;
        position: relative; }
      .wrap-menu-category ul.menu-category ul {
        background-color: rgba(169, 107, 17, 0.14);
        padding: 15px 10px 10px; }
        .wrap-menu-category ul.menu-category ul a {
          text-transform: initial;
          line-height: normal; }
    .wrap-menu-category.active ul.menu-category {
      visibility: visible;
      opacity: 1;
      margin-top: 0; }
  .page-customer-service .wrap-menu-category .title {
    display: none; }
  .page-customer-service .wrap-menu-category ul.menu-category {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden; }
    .page-customer-service .wrap-menu-category ul.menu-category > li {
      background-color: #e1c8ab; }
      .page-customer-service .wrap-menu-category ul.menu-category > li > a, .page-customer-service .wrap-menu-category ul.menu-category > li > span {
        padding: 5px; }
      .page-customer-service .wrap-menu-category ul.menu-category > li + li {
        margin-top: 1px; }
      .page-customer-service .wrap-menu-category ul.menu-category > li.children > a:after, .page-customer-service .wrap-menu-category ul.menu-category > li.children > span:after {
        font-family: 'icomoon' !important;
        display: inline-block;
        content: "\e90a";
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        font-size: 11px;
        margin-left: 10px; }
    .page-customer-service .wrap-menu-category ul.menu-category ul {
      background-color: #eee1d1;
      padding: 0 10px;
      overflow: hidden;
      max-height: 0;
      margin-top: 0 !important; }
      .page-customer-service .wrap-menu-category ul.menu-category ul a {
        padding: 3px; }
    .page-customer-service .wrap-menu-category ul.menu-category li.children.active > a:after, .page-customer-service .wrap-menu-category ul.menu-category li.children.active > span:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .page-customer-service .wrap-menu-category ul.menu-category li.children.active ul {
      padding-top: 20px;
      padding-bottom: 10px;
      max-height: 300vh !important; } }

.wrap-menu-category2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a96b11;
  position: relative;
  margin-bottom: 30px;
  z-index: 20; }
  .wrap-menu-category2 .title {
    display: block;
    background-color: #eee1cf;
    text-align: center;
    padding: 10px 5px;
    cursor: pointer; }
    .wrap-menu-category2 .title i {
      display: inline-block;
      margin-left: 10px; }
  .wrap-menu-category2 ul.menu-category2 {
    list-style: none;
    margin: 0;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    padding: 15px; }
    .wrap-menu-category2 ul.menu-category2 li {
      display: block; }
      .wrap-menu-category2 ul.menu-category2 li + li {
        margin-top: 10px; }
    .wrap-menu-category2 ul.menu-category2 a, .wrap-menu-category2 ul.menu-category2 span {
      display: block;
      position: relative;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      color: #a96b11;
      cursor: pointer; }
      .wrap-menu-category2 ul.menu-category2 a:hover, .wrap-menu-category2 ul.menu-category2 span:hover {
        color: #b97e3f; }
    .wrap-menu-category2 ul.menu-category2 ul {
      background-color: rgba(169, 107, 17, 0.14);
      padding: 15px 10px 10px; }
      .wrap-menu-category2 ul.menu-category2 ul a {
        text-transform: initial;
        line-height: normal; }
  .wrap-menu-category2.active ul.menu-category2 {
    visibility: visible;
    opacity: 1;
    margin-top: 0; }

.date {
  font-size: 16px;
  color: #656565;
  position: relative;
  font-weight: 500; }

.page-top-heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 20; }
  .page-top-heading h2 {
    margin: 0; }
  .page-top-heading .back {
    color: #a96b11; }
    .page-top-heading .back i {
      display: inline-block;
      margin-right: 10px; }
    .page-top-heading .back:hover {
      color: #886d48; }
  .page-top-heading .menu-category {
    float: right; }
  @media only screen and (min-width: 768px) {
    .page-top-heading .img-title {
      max-width: 85%; } }

.list-media .item {
  margin-bottom: 30px; }
  .list-media .item:not(:first-child) {
    border-top: 1px solid #eee1cf;
    padding-top: 30px; }
  .list-media .item:hover .img {
    -webkit-box-shadow: 20px 20px 20px rgba(169, 107, 17, 0.2);
    box-shadow: 20px 20px 20px rgba(169, 107, 17, 0.2); }

.list-media .img {
  border: 1px solid #a96b11;
  display: block; }
  .list-media .img img {
    display: block; }

.list-media .divtext {
  max-width: 440px;
  text-align: justify; }
  .list-media .divtext .date {
    padding-left: 70px;
    margin-bottom: 20px;
    position: relative; }
    .list-media .divtext .date:before {
      content: "";
      width: 45px;
      height: 1px;
      left: 0;
      background-color: #656565;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  .list-media .divtext .title {
    display: block;
    color: #a96b11;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px; }
    .list-media .divtext .title:hover {
      color: #886d48; }
  .list-media .divtext .more a {
    text-transform: uppercase;
    color: #a96b11;
    display: inline-block; }
    .list-media .divtext .more a i:last-child {
      display: inline-block;
      margin-left: 10px; }
    .list-media .divtext .more a:hover {
      color: #886d48; }

@media only screen and (max-width: 767px) {
  .list-media .divtext .title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; }
  .list-media .divtext .desc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; } }

.page-newsletter {
  padding-bottom: 150px; }
  .page-newsletter .list-media .img {
    max-width: 400px;
    margin: 0 auto; }
    .page-newsletter .list-media .img img {
      display: block;
      width: 100%; }

.pd-b-svg {
  padding-bottom: 180px; }

.list-property .item {
  position: relative; }
  .list-property .item:before {
    content: "";
    border: 1px solid #a96b11;
    border-radius: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute; }
  .list-property .item:hover .img {
    -webkit-box-shadow: 10px 10px 10px rgba(169, 107, 17, 0.2);
    box-shadow: 10px 10px 10px rgba(169, 107, 17, 0.2); }

.list-property .img {
  border: 1px solid #a96b11; }

.list-property .divtext {
  position: relative;
  padding: 20px;
  z-index: 3; }
  .list-property .divtext .title {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0; }
    .list-property .divtext .title:hover {
      color: #a96b11; }
  .list-property .divtext .desc {
    margin-bottom: 10px;
    font-size: 12px; }
  .list-property .divtext .more {
    font-size: 13px; }
    .list-property .divtext .more a {
      text-transform: uppercase;
      display: inline-block; }
      .list-property .divtext .more a i:last-child {
        display: inline-block;
        margin-left: 10px; }
      .list-property .divtext .more a:hover {
        color: #a96b11; }

.list-property .dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4; }
  .list-property .dots span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block; }
    .list-property .dots span.active {
      background-color: #fff; }

.list-cs .item {
  position: relative; }

.list-cs .img {
  border-radius: 8px;
  margin-bottom: 20px; }

.list-cs .divtext {
  padding: 20px;
  z-index: 3;
  position: relative; }
  .list-cs .divtext:before {
    content: "";
    height: 1px;
    width: 50px;
    background-color: #656565;
    position: absolute;
    top: 0;
    left: 20px;
    opacity: 0.32; }
  .list-cs .divtext .title {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    color: #a96b11;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px; }
    .list-cs .divtext .title:hover {
      color: #b97e3f; }
  .list-cs .divtext .desc {
    margin-bottom: 10px;
    font-size: 12px; }

.list-career .item {
  position: relative;
  height: 100%;
  border: 1px solid #a96b11;
  padding: 24px;
  border-radius: 15px; }

.list-career .title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  color: #a96b11; }
  .list-career .title:hover {
    color: #a96b11; }

.list-career .desc {
  margin-bottom: 30px; }

.list-career .readmore {
  position: absolute;
  left: 30px;
  bottom: 20px; }

@media only screen and (max-width: 767px) {
  .list-career .item {
    padding: 15px; }
    .list-career .item .readmore {
      right: 5px;
      left: auto; } }

.style-nav-1 {
  width: 230px;
  position: relative;
  overflow: hidden; }
  .style-nav-1:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #a96b11;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
  .style-nav-1 > * {
    color: #a96b11;
    cursor: pointer;
    text-transform: uppercase;
    float: left;
    width: 50%; }
    .style-nav-1 > * i {
      display: inline-block; }
  .style-nav-1 .owl-next {
    text-align: right; }
    .style-nav-1 .owl-next:before {
      content: "Next";
      display: inline-block;
      margin-right: 20px; }
  .style-nav-1 .owl-prev:after {
    content: "BACK";
    display: inline-block;
    margin-left: 20px; }

.page-partner .container2 {
  max-width: 830px;
  margin: 0 auto;
  padding: 15px; }

.page-partner .row-nav {
  position: relative;
  margin-bottom: 50px;
  z-index: 3; }
  @media only screen and (min-width: 768px) {
    .page-partner .row-nav .style-nav-1 {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); } }

@media only screen and (max-width: 767px) {
  .page-partner .list-partner .title {
    display: none; } }

.list-partner .item + .item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee1cf; }

.list-partner .title {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  color: #a96b11;
  margin-bottom: 30px; }
  .list-partner .title:hover {
    color: #886d48; }

.list-partner .desc {
  text-align: justify; }

.section .container {
  padding-top: 70px;
  padding-bottom: 30px; }

.list-awards .item {
  position: relative;
  border: 1px solid #a96b11;
  border-radius: 15px;
  height: 100%;
  padding: 15px;
  display: block;
  height: 100%;
  background-color: #fff; }
  .list-awards .item:hover .img {
    -webkit-box-shadow: 10px 10px 10px rgba(169, 107, 17, 0.2);
    box-shadow: 10px 10px 10px rgba(169, 107, 17, 0.2); }
  .list-awards .item:hover .title {
    color: #a96b11; }

.list-awards .img {
  margin-bottom: 20px; }
  .list-awards .img:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%); }

.list-awards .title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px 20px;
  bottom: 0;
  color: #fff; }

.list-awards .desc {
  font-size: 0.85;
  margin: 0;
  color: #897a4e;
  font-weight: 500;
  text-align: justify; }

.entry-head {
  margin-bottom: 30px; }
  .entry-head .ht {
    margin: 0; }
  .entry-head .desc {
    font-size: 18px; }

.sec-milestone .container {
  padding-bottom: 70px !important; }

.list-milestone .item {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff; }
  .list-milestone .item:hover .img {
    -webkit-box-shadow: 10px 10px 10px rgba(169, 107, 17, 0.2);
    box-shadow: 10px 10px 10px rgba(169, 107, 17, 0.2); }
  .list-milestone .item:hover .title {
    color: #a96b11; }

.list-milestone .img {
  margin-bottom: 20px; }
  .list-milestone .img:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%); }

.list-milestone .title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px 20px;
  bottom: 0;
  color: #fff; }

.list-milestone .title2 {
  font-size: 22px;
  margin: 0;
  color: #897a4e;
  font-weight: 600;
  text-align: center;
  color: #a96b11; }

ul.page-numbers > li {
  position: relative; }
  ul.page-numbers > li:first-child + li:before {
    background-color: transparent; }
  ul.page-numbers > li:last-child:before {
    background-color: transparent !important; }

ul.page-numbers > li:not(:first-child):before {
  content: "";
  background-color: #897a4e;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  z-index: 2; }

ul.page-numbers .page-numbers {
  font-weight: 600;
  font-size: 18px;
  opacity: 0.5; }
  ul.page-numbers .page-numbers.current, ul.page-numbers .page-numbers:hover {
    opacity: 1; }

.single_video .btnvideo {
  background: url("../images/play.png") no-repeat;
  background-size: 100%;
  width: 6vw;
  height: 6vw; }

.single_video.active .btnvideo, .single_video.active .title {
  z-index: 0;
  visibility: hidden; }

.page-video, .page-media {
  padding-bottom: 170px; }

.wrap-syn-owl {
  padding: 0 9vw 1vw;
  position: relative;
  margin-bottom: 5vw; }
  .wrap-syn-owl:before {
    content: "";
    border: 1px solid #dbc19b;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: translateY(5vw);
    transform: translateY(5vw);
    -webkit-transform: translateY(5vw); }
  .wrap-syn-owl:after {
    -ms-transform: translateY(5vw);
    transform: translateY(5vw);
    -webkit-transform: translateY(5vw);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #f00;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), color-stop(10%, white), color-stop(90%, white), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, white 10%, white 90%, rgba(255, 255, 255, 0.1) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, white 10%, white 90%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0.1) 0%, white 10%, white 90%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 3; }
  .wrap-syn-owl .wrap-syn-1 {
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative; }
    .wrap-syn-owl .wrap-syn-1:after {
      content: "";
      height: 1px;
      background-color: #dbc19b;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute; }
    .wrap-syn-owl .wrap-syn-1 .syn-slider-1 {
      border: 1px solid #dbc19b;
      -webkit-box-shadow: 20px 20px 20px rgba(169, 107, 17, 0.2);
      box-shadow: 20px 20px 20px rgba(169, 107, 17, 0.2); }
    .wrap-syn-owl .wrap-syn-1 .title {
      position: absolute;
      z-index: 3;
      color: #fff;
      left: 50px;
      bottom: 30px;
      font-size: 3.2vw;
      font-weight: 700;
      line-height: normal; }
  .wrap-syn-owl .wrap-syn-2 .item {
    cursor: pointer; }
    .wrap-syn-owl .wrap-syn-2 .item:before {
      background: url("../images/play.png") no-repeat;
      background-size: 50px;
      background-position: center; }
  .wrap-syn-owl .wrap-syn-2 .title {
    position: absolute;
    z-index: 3;
    color: #fff;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal; }

.list-video-mb {
  margin: 0 -15px 30px; }
  .list-video-mb .item + .item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #a96b11; }
  .list-video-mb .img:before {
    background: url("../images/play.png") no-repeat;
    background-size: 50px;
    background-position: center;
    z-index: 3; }
  .list-video-mb .title {
    position: absolute;
    z-index: 4;
    color: #fff;
    left: 0;
    right: 0;
    padding: 20px 10px 10px;
    bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.01) 100%); }

.fs-18 {
  font-size: 18px; }

.fs-26 {
  font-size: 26px; }

.box-widget {
  border: 1px solid #a96b11;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .box-widget {
      padding: 40px; } }

.page-contact .box-1 h5 {
  color: #a96b11;
  text-transform: uppercase;
  margin-bottom: 10px; }

.page-contact .wrap-maps {
  margin: 0 0 40px; }

.page-contact iframe {
  height: 400px;
  width: 100%; }

::-webkit-input-placeholder {
  /* Edge */
  color: #a96b11; }

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #a96b11; }

::-ms-input-placeholder {
  color: #a96b11; }

::placeholder {
  color: #a96b11; }

.input,
.select {
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px; }

.wrap-form-contact {
  max-width: 850px;
  margin: 0 auto; }
  .wrap-form-contact h5 {
    margin-bottom: 15px; }
  .wrap-form-contact textarea.input {
    height: 210px;
    padding-top: 20px; }
  .wrap-form-contact .wrap-captcha {
    width: 580px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
  .wrap-form-contact .btn {
    width: 100%; }

.page-customer h4.title {
  position: relative;
  padding-bottom: 50px; }
  .page-customer h4.title:after {
    content: "";
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 150px;
    background-color: #a96b11; }

.accodion {
  margin-bottom: 30px; }
  .accodion-tab {
    width: 100%;
    overflow: hidden; }
    .accodion-tab > [class*="-title"] {
      display: block;
      font-weight: 500;
      cursor: pointer;
      position: relative; }
      .accodion-tab > [class*="-title"] .triangle {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 15px; }
        .accodion-tab > [class*="-title"] .triangle i {
          display: inline-block;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
    .accodion-tab > [class*="-content"] {
      max-height: 0;
      padding: 0;
      overflow: hidden;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
    .accodion-tab > input {
      position: absolute;
      opacity: 0;
      z-index: -1;
      visibility: hidden; }
      .accodion-tab > input:checked ~ [class*="-content"] {
        max-height: inherit;
        padding-top: 10px;
        padding-bottom: 10px; }
  .accodion.rotate input:checked + [class*="-title"] .triangle i {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.accodion-1 .accodion-tab {
  background-color: #ead8c5;
  margin-bottom: 30px; }
  .accodion-1 .accodion-tab > [class*="-title"] {
    padding: 2vw;
    font-weight: 600;
    color: #333333;
    margin: 0;
    background-color: #b97e3f;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase; }
    .accodion-1 .accodion-tab > [class*="-title"] img {
      position: absolute;
      -webkit-transform: translate(20px, -5px);
      -ms-transform: translate(20px, -5px);
      transform: translate(20px, -5px); }
    .accodion-1 .accodion-tab > [class*="-title"] .triangle {
      right: 3vw;
      text-align: center; }
  .accodion-1 .accodion-tab > [class*="-content"] .inner {
    padding: 30px; }

.list-contact .item {
  height: 100%;
  border: 1px solid #a96b11;
  height: 100%;
  padding: 25px;
  position: relative;
  cursor: pointer; }
  .list-contact .item .i-c {
    position: absolute;
    right: 20px;
    top: 20px; }
  .list-contact .item .title {
    color: #a96b11;
    text-transform: uppercase;
    padding-right: 30px;
    margin-bottom: 20px; }

.list-sustainable .item {
  padding-bottom: 20px;
  position: relative;
  height: 100%; }

.list-sustainable .date {
  padding-left: 70px;
  margin-bottom: 20px;
  position: relative; }
  .list-sustainable .date:before {
    content: "";
    width: 45px;
    height: 1px;
    left: 0;
    background-color: #656565;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.list-sustainable .img {
  margin-bottom: 30px;
  border: 1px solid #a96b11; }

.list-sustainable .date {
  margin-bottom: 20px; }

.list-sustainable .title {
  font-size: 16px;
  font-weight: 600;
  color: #a96b11;
  text-transform: uppercase;
  display: block;
  line-height: normal;
  margin-bottom: 20px; }

.list-sustainable .readmore {
  position: absolute;
  left: 0;
  bottom: 0; }

.headding-page {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 60px;
  max-width: 910px; }
  .headding-page h3, .headding-page h4 {
    margin-bottom: 15px; }
  .headding-page .desc {
    text-align: justify; }

.page-sustainable .headding {
  text-align: center;
  font-size: 18px;
  margin: 0 auto 60px;
  max-width: 910px; }

.menu-category-slide {
  max-width: 830px;
  padding: 0 100px;
  margin: 0 auto 30px; }
  .menu-category-slide .item {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #a96b11;
    text-align: center;
    position: relative;
    display: block; }
    .menu-category-slide .item:before {
      content: "";
      height: 25px;
      left: 0;
      background-color: #a96b11;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 2px; }
    .menu-category-slide .item span {
      display: inline-block;
      position: relative; }
      .menu-category-slide .item span:after {
        content: "";
        height: 1px;
        left: 50%;
        right: 50%;
        bottom: 0;
        background-color: #a96b11;
        position: absolute; }
    .menu-category-slide .item.active {
      font-weight: 700; }
      .menu-category-slide .item.active span:after {
        left: 0;
        right: 0; }
    .menu-category-slide .item:hover span:after {
      left: 0;
      right: 0; }
  .menu-category-slide .owl-carousel .owl-nav > *.owl-prev {
    left: -100px; }
  .menu-category-slide .owl-carousel .owl-nav > *.owl-next {
    right: -100px; }
  .menu-category-slide .owl-item:first-child .item:before {
    display: none; }

.desc {
  text-align: justify; }

#header ul.menu-top-header > li a {
  color: #fff; }
  #header ul.menu-top-header > li a:hover {
    color: #a96b11; }

#header ul.menu-top-header > li > .wrapul {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(169, 107, 17, 0.4); }
  #header ul.menu-top-header > li > .wrapul li {
    border: none !important; }
  #header ul.menu-top-header > li > .wrapul a {
    font-size: 12px;
    text-align: left;
    line-height: normal;
    padding: 0;
    padding: 6px 10px !important; }

#header ul.menu-top-header > li:hover > .wrapul {
  margin-top: -15px; }

body.fullscreen:not(.fp-viewing-intro) #header ul.menu-top-header > li a, #header.sticky ul.menu-top-header > li a {
  color: #a96b11; }
  body.fullscreen:not(.fp-viewing-intro) #header ul.menu-top-header > li a:hover, #header.sticky ul.menu-top-header > li a:hover {
    color: #886d48; }

body.fullscreen:not(.fp-viewing-intro) #header ul.menu-top-header > li > .wrapul, #header.sticky ul.menu-top-header > li > .wrapul {
  border-color: #a96b11;
  background-color: #fff; }

body.fullscreen:not(.fp-viewing-intro) #header ul.menu-top-header > li.active > a, #header.sticky ul.menu-top-header > li.active > a {
  color: #886d48; }

body.fullscreen:not(.fp-viewing-intro) .menu-btn.x span,
body.fullscreen:not(.fp-viewing-intro) .menu-btn.x:before, body.fullscreen:not(.fp-viewing-intro) .menu-btn.x:after, body.end-banner .menu-btn.x span,
body.end-banner .menu-btn.x:before, body.end-banner .menu-btn.x:after {
  background-color: #a96b11; }

body.fullscreen:not(.fp-viewing-intro) ul.language li:not(:first-child):before, body.end-banner ul.language li:not(:first-child):before {
  background-color: #a96b11; }

body.fullscreen:not(.fp-viewing-intro) ul.language li a, body.end-banner ul.language li a {
  color: #a96b11; }

body.fullscreen:not(.fp-viewing-intro) ul.language li.active a, body.end-banner ul.language li.active a {
  color: #886d48; }

@media only screen and (max-width: 991px) {
  body.fullscreen:not(.fp-viewing-intro) #header, #header.sticky {
    background-color: rgba(181, 126, 60, 0.75); }
    body.fullscreen:not(.fp-viewing-intro) #header #logo .pink, #header.sticky #logo .pink {
      display: none; }
    body.fullscreen:not(.fp-viewing-intro) #header #logo .white, #header.sticky #logo .white {
      display: block; }
  body.fullscreen:not(.fp-viewing-intro) .menu-btn.x span,
  body.fullscreen:not(.fp-viewing-intro) .menu-btn.x:before, body.fullscreen:not(.fp-viewing-intro) .menu-btn.x:after, body.end-banner .menu-btn.x span,
  body.end-banner .menu-btn.x:before, body.end-banner .menu-btn.x:after {
    background-color: #fff; } }

@media only screen and (min-width: 992px) {
  body.fullscreen:not(.fp-viewing-intro) #header, #header.sticky {
    background-color: white !important; } }

@media only screen and (max-width: 991px) {
  body.fullscreen:not(.fp-viewing-intro) #header #logo .pink, #header.sticky #logo .pink {
    display: none; }
  body.fullscreen:not(.fp-viewing-intro) #header #logo .white, #header.sticky #logo .white {
    display: block; }
  body.fullscreen:not(.fp-viewing-intro) .menu-btn.x span,
  body.fullscreen:not(.fp-viewing-intro) .menu-btn.x:before, body.fullscreen:not(.fp-viewing-intro) .menu-btn.x:after, body.end-banner .menu-btn.x span,
  body.end-banner .menu-btn.x:before, body.end-banner .menu-btn.x:after {
    background-color: #fff; } }

@media only screen and (min-width: 992px) {
  #header #logo {
    width: 220px;
    height: auto;
    z-index: 10;
    top: 10px;
    left: 40px; }
    #header #logo img {
      max-height: 100%;
      max-width: 100%;
      height: auto; } }

.page-ir {
  padding-bottom: 220px; }
  .page-ir .content {
    max-width: 880px;
    margin: 0 auto; }
  .page-ir .box {
    border: 1px solid #a96b11;
    color: #a96b11;
    font-weight: 500;
    font-size: 10px;
    padding: 15px;
    text-transform: uppercase;
    height: 100%; }
    .page-ir .box .inner {
      padding: 10px; }
    .page-ir .box .item {
      overflow: hidden;
      display: block; }
      .page-ir .box .item + .item {
        border-top: 1px solid #efefef;
        margin-top: 10px;
        padding-top: 10px; }
    .page-ir .box .t-34 {
      float: right;
      min-width: 165px; }
    .page-ir .box .t-1 {
      font-size: 13px;
      font-weight: 700;
      display: block;
      margin-bottom: 20px; }
    .page-ir .box .t-2 {
      font-size: 10px;
      float: left;
      line-height: 24px; }
    .page-ir .box .t-3 {
      font-size: 18px;
      font-weight: 700;
      display: block; }
    .page-ir .box .t-5 {
      font-size: 15px;
      font-weight: 700;
      display: block; }
    .page-ir .box .readmore {
      font-size: 14px;
      text-align: right;
      padding-top: 20px; }
    .page-ir .box-2 .item {
      padding-left: 80px;
      padding-right: 70px;
      position: relative;
      line-height: normal;
      padding-top: 0 !important;
      margin: 0 !important;
      border: none  !important; }
      .page-ir .box-2 .item:nth-child(3) .t-7 {
        border: none; }
    .page-ir .box-2 .t-6 {
      font-size: 14px;
      width: 60px;
      opacity: 0.45;
      font-weight: 500;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0; }
    .page-ir .box-2 .t-7 {
      font-size: 38px;
      font-weight: 700;
      display: block;
      border-right: 2px solid #dadada; }
    .page-ir .box-2 .t-8 {
      float: right;
      width: 30px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 0; }
      .page-ir .box-2 .t-8 img {
        display: block; }
    .page-ir .box-4 .t-5 {
      position: relative; }
      .page-ir .box-4 .t-5 i {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0; }

.page-newsletter .list-media {
  max-width: 950px;
  margin: 0 auto; }

.sec-awards .container {
  padding-bottom: 150px !important; }

@media only screen and (min-width: 1200px) {
  .page-property .container {
    padding: 0 12vw; } }

.page-work {
  font-size: 15px; }
  .page-work .box-name {
    position: relative;
    margin-bottom: 40px; }
    .page-work .box-name .img {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 0;
      max-width: 100px; }
    .page-work .box-name h4 {
      font-size: 28px;
      text-align: center;
      padding-bottom: 15px;
      margin-bottom: 15px; }
  .page-work .box-desc {
    border-top: 2px solid #a96b11;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    padding: 15px;
    margin-bottom: 30px;
    color: #656565; }
    .page-work .box-desc .showmore {
      font-weight: 500;
      color: #a96b11; }
      .page-work .box-desc .showmore:hover {
        color: #886d48; }
    @media only screen and (min-width: 1200px) {
      .page-work .box-desc {
        padding: 40px; } }

.page-apply {
  font-size: 15px; }
  .page-apply .box-name {
    position: relative;
    margin-bottom: 40px; }
    .page-apply .box-name h4 {
      border-bottom: 1px solid rgba(169, 107, 17, 0.4);
      padding-bottom: 15px;
      margin-bottom: 15px; }
  .page-apply .box-2 {
    max-width: 900px; }
  .page-apply .box-desc {
    border: 1px solid #a96b11;
    padding: 15px;
    margin-bottom: 30px;
    color: #747474; }
    .page-apply .box-desc .showmore {
      font-weight: 500;
      color: #a96b11; }
      .page-apply .box-desc .showmore:hover {
        color: #886d48; }
    @media only screen and (min-width: 1200px) {
      .page-apply .box-desc {
        padding: 35px; } }
  @media only screen and (max-width: 767px) {
    .page-apply h4.mg-0 {
      margin-bottom: 15px !important; } }

.accodion-4 .accodion-tab {
  margin-bottom: 10px; }
  .accodion-4 .accodion-tab > [class*="-title"] {
    padding: 0 0 0 40px;
    margin: 0; }
    .accodion-4 .accodion-tab > [class*="-title"] h5 {
      text-transform: inherit;
      margin: 0; }
    .accodion-4 .accodion-tab > [class*="-title"] .triangle {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #ffdcaa;
      left: 0;
      right: auto;
      border: 1px solid #a96b11; }
      .accodion-4 .accodion-tab > [class*="-title"] .triangle:before {
        content: "";
        height: 12px;
        width: 12px;
        background-color: #a96b11;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        opacity: 0;
        border-radius: 100%; }
  .accodion-4 .accodion-tab > [class*="-content"] .inner {
    padding: 0 0 0 40px; }
  .accodion-4 .accodion-tab input:checked + [class*="-title"] .triangle:before {
    opacity: 1; }

.custom-file-input {
  border: 1px solid #a96b11;
  border-radius: 50px;
  padding: 0 30px 0 70px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  height: 50px;
  color: #a96b11;
  display: inline-block; }
  .custom-file-input::before {
    content: '';
    display: inline-block;
    background: url("../images/folder.png");
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 30px;
    width: 24px;
    height: 24px; }
  .custom-file-input > span {
    display: inline-block;
    max-width: 240px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    position: relative; }
  .custom-file-input .t1 {
    display: inline-block;
    opacity: 0; }
  .custom-file-input .t2 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0; }
  .custom-file-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
    .custom-file-input input::-webkit-file-upload-button {
      visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .custom-file-input {
      height: 40px;
      border-radius: 40px;
      padding: 0 10px 0 30px;
      line-height: 40px;
      font-size: 12px; }
      .custom-file-input:before {
        left: 10px;
        width: 16px;
        height: 16px;
        background-size: 100%; } }

.page-why-choose-us .entry-content {
  padding: 0 9vw; }

.list-why {
  max-width: 710px;
  margin: 0 auto;
  margin-bottom: 100px; }
  .list-why .item {
    color: #886d48;
    position: relative;
    overflow: hidden; }
    .list-why .item + .item {
      padding-top: 50px;
      margin-top: 50px;
      border-top: 1px solid #886d48; }
  .list-why .img {
    width: 140px;
    float: left;
    margin-right: 30px; }
  .list-why .title {
    color: inherit;
    margin: 0; }
  .list-why .divtext {
    overflow: hidden; }
  .list-why .desc {
    text-align: justify; }

.back-top {
  max-width: 100%;
  width: 250px;
  margin: 20px auto;
  display: block; }

@-webkit-keyframes animate_pj {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes animate_pj {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes animate_pj_img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes animate_pj_img {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sec-project .wrap-ef {
  padding: 25px; }

.sec-project .img-logo {
  margin: 0 auto;
  max-width: 400px; }
  .sec-project .img-logo img {
    display: block;
    margin: 0 auto;
    max-height: 110px; }

.sec-project .divtext {
  position: relative; }
  .sec-project .divtext:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    right: -25px;
    bottom: -25px;
    border: 1px solid #a96b11; }

.sec-project .img {
  height: 60vh; }

.sec-project .text1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 4; }
  .sec-project .text1 .title {
    color: #fff;
    margin-bottom: 116px;
    letter-spacing: 8px; }
  .sec-project .text1 .readmore a {
    color: #fff; }
    .sec-project .text1 .readmore a:hover {
      color: #886d48; }

.sec-project .reg1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3; }
  .sec-project .reg1 div {
    width: 25%;
    height: 100%;
    background: #212E41;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }

.sec-project.loaded .reg1 div:nth-of-type(1) {
  -webkit-animation: animate_pj 0.4s forwards ease;
  animation: animate_pj 0.4s forwards ease;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sec-project.loaded .reg1 div:nth-of-type(2) {
  -webkit-animation: animate_pj ease 0.6s forwards;
  animation: animate_pj ease 0.6s forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sec-project.loaded .reg1 div:nth-of-type(3) {
  -webkit-animation: animate_pj ease 0.8s forwards;
  animation: animate_pj ease 0.8s forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sec-project.loaded .reg1 div:nth-of-type(4) {
  -webkit-animation: animate_pj ease 0.9s forwards;
  animation: animate_pj ease 0.9s forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.sec-project.loaded .reg1 div:nth-of-type(5) {
  -webkit-animation: animate_pj ease 1s forwards;
  animation: animate_pj ease 1s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.sec-news-pc {
  position: relative; }
  .sec-news-pc .item {
    position: absolute;
    top: 0;
    width: 100%; }
    .sec-news-pc .item:before {
      background-color: rgba(0, 0, 0, 0.2); }
    .sec-news-pc .item .divtext {
      position: absolute;
      z-index: 5;
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .sec-news-pc .item .divtext {
          bottom: 5px; }
          .sec-news-pc .item .divtext .title {
            font-size: 13px;
            line-height: 18px; } }
    .sec-news-pc .item .title {
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      display: block;
      font-size: 16px; }
    .sec-news-pc .item .thumb {
      display: block; }
      .sec-news-pc .item .thumb span {
        width: 10px;
        height: 10px;
        display: inline-block;
        background-color: #fff;
        border-radius: 100%;
        margin: 0 3px; }
    .sec-news-pc .item:not(.item-1) .divtext {
      opacity: 0; }
    .sec-news-pc .item .desc {
      display: none !important; }
  .sec-news-pc .item-1 {
    z-index: 3;
    width: 100%; }
  .sec-news-pc .item-2 {
    z-index: 2;
    width: 96%; }
  .sec-news-pc .item-3 {
    z-index: 1;
    width: 92%; }
  @media only screen and (min-width: 992px) {
    .sec-news-pc {
      margin: 0 100px 100px 0; }
      .sec-news-pc .item {
        right: 0; }
        .sec-news-pc .item .divtext {
          padding-right: 100px; }
        .sec-news-pc .item .title {
          max-width: 500px; }
        .sec-news-pc .item .thumb {
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 0; }
        .sec-news-pc .item:hover .title {
          color: #a96b11; }
      .sec-news-pc .item-1 {
        top: 0;
        right: 0; }
      .sec-news-pc .item-2 {
        top: 50px;
        right: -50px; }
      .sec-news-pc .item-3 {
        top: 100px;
        right: -100px; } }
  @media only screen and (max-width: 991px) {
    .sec-news-pc {
      margin: 0 0 80px 0; }
      .sec-news-pc .item {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0;
        top: auto; }
        .sec-news-pc .item .divtext {
          text-align: center; }
      .sec-news-pc .item-1 {
        bottom: 0; }
      .sec-news-pc .item-2 {
        bottom: -40px;
        width: 90%; }
      .sec-news-pc .item-3 {
        bottom: -80px;
        width: 80%; } }

@media only screen and (max-width: 767px) {
  .sec-new .divtitle {
    padding-top: 20px;
    text-align: center; } }

.sec-partners .container {
  max-width: 1100px;
  padding: 0 15px; }

.sec-partners .fp-tableCell {
  padding-top: 100px; }

.sec-partners h2.ht {
  margin-bottom: 50px; }

.sec-partners .lists {
  text-align: center; }

.sec-partners .item {
  display: block;
  height: 70px;
  vertical-align: middle; }
  .sec-partners .item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%; }
    .sec-partners .item span img {
      max-height: 100%; }

@media only screen and (max-width: 767px) {
  .sec-partners .fp-tableCell {
    vertical-align: top; } }

.sec-partners .lists-mb .item {
  width: 100%;
  height: 100px; }

.back-to-top {
  position: relative;
  z-index: 3; }
  .back-to-top a {
    width: auto;
    margin: 0; }
  .back-to-top .b1 {
    display: none; }
  @media only screen and (max-width: 767px) {
    .back-to-top {
      margin-bottom: 15px; } }

.fullscreen .back-to-top .b1 {
  display: inline-block; }

.fullscreen .back-to-top .b2 {
  display: none; }

body:not(.fullscreen) .sec-intro .tRes_36 {
  max-height: 350px; }

#videoHomeModal, #videoModal {
  background-color: rgba(0, 0, 0, 0.85); }
  #videoHomeModal .container, #videoModal .container {
    max-width: 100%;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      #videoHomeModal .container, #videoModal .container {
        width: 70%; } }
  #videoHomeModal .contentModal, #videoModal .contentModal {
    padding: 0 !important;
    border: 2px solid #a96b11;
    border-radius: 3px; }
  #videoHomeModal .btn-close, #videoModal .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 100%;
    background: #a96b11;
    color: #fff;
    line-height: 30px; }

.active.teamModal {
  z-index: 999; }

body.show-teamModal.fullscreen #header {
  background-color: transparent !important; }
  body.show-teamModal.fullscreen #header #logo .white {
    display: block !important; }
  body.show-teamModal.fullscreen #header #logo .pink {
    display: none !important; }

.thanksModal .container {
  max-width: 500px;
  padding: 15px; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.page-customer-service .wrap-menu-category {
  display: block; }

@media only screen and (min-width: 1200px) {
  .page-customer-service .entry-content {
    font-size: 22px; } }

.address-1 {
  color: #656565;
  font-weight: 500; }
  .address-1 .facebook {
    overflow: hidden; }
    .address-1 .facebook img {
      float: left;
      margin-right: 15px; }
  @media only screen and (max-width: 991px) {
    .address-1 .facebook img {
      max-width: 40px; } }

#iframe_invoice {
  border: none; }

.img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.divtext-full {
  text-align: center;
  max-width: 730px;
  padding: 50px 15px;
  margin: 0 auto;
  color: #fff;
  position: relative; }
  .divtext-full .t1 {
    font-size: 20px; }
  .divtext-full .t4 {
    font-size: 14px;
    font-family: "Blacker", sans-serif;
    text-transform: uppercase;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
  .divtext-full h1, .divtext-full h2 {
    color: inherit; }
  .divtext-full.bg {
    background-color: #82898E;
    padding: 15px;
    max-width: 460px; }
    @media only screen and (min-width: 768px) {
      .divtext-full.bg {
        padding: 50px; } }

.btn-line {
  display: inline-block;
  font-family: "Blacker", sans-serif;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: normal;
  padding: 12px 0;
  color: #fff; }
  .btn-line:before, .btn-line:after {
    height: 1px;
    background-color: #fff;
    width: 100%;
    min-width: 120px;
    max-width: 170px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    content: ""; }
  .btn-line:after {
    top: auto;
    bottom: 0; }
  .btn-line:hover {
    color: #a96b11; }
    .btn-line:hover:before, .btn-line:hover:after {
      background-color: #a96b11; }
  .btn-line.btn-bc {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 100px; }

.fs-12 {
  font-size: 12px; }

.height-full {
  height: calc(100vh - 90px); }

.inner-fullpage {
  padding-top: 90px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .height-full {
    height: calc(100vh - 60px); }
  .inner-fullpage {
    padding-top: 60px; } }

.branded-project {
  position: relative; }
  .branded-project h2.ht {
    text-align: center;
    padding: 15px;
    z-index: 10;
    margin: 0;
    font-weight: normal; }
  .branded-project .item-hover {
    font-family: "Blacker", sans-serif; }
    .branded-project .item-hover .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 45px;
      font-size: 14px;
      background-color: #8B7A4D;
      color: #fff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .branded-project .item-hover .img-bg {
      top: 45px; }
    .branded-project .item-hover .divtext {
      position: absolute;
      bottom: 70px;
      left: 0;
      right: 0;
      text-align: center; }
    .branded-project .item-hover .btn-line {
      min-width: inherit;
      display: block;
      max-width: 210px;
      width: 100%;
      margin: 0 auto; }
    @media only screen and (min-width: 1200px) {
      .branded-project .item-hover .divtext {
        bottom: 0;
        opacity: 0; }
      .branded-project .item-hover:hover .divtext {
        bottom: 70px;
        opacity: 1; } }
    @media only screen and (max-width: 575px) {
      .branded-project .item-hover {
        height: 250px !important; }
        .branded-project .item-hover .divtext {
          bottom: 20px; } }
  .branded-project .item-hover-2 {
    display: block; }
    .branded-project .item-hover-2 .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 62px;
      font-size: 14px;
      background-color: #8B7A4D;
      color: #fff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
      line-height: normal; }
      .branded-project .item-hover-2 .title .t1 {
        font-family: "Blacker", sans-serif;
        display: block;
        line-height: normal;
        font-family: "Blacker", sans-serif; }
      .branded-project .item-hover-2 .title .t2 {
        font-size: 11px; }
    .branded-project .item-hover-2 .btn-line {
      min-width: inherit;
      display: block;
      width: 100px;
      font-size: 32px;
      margin: 0 auto;
      line-height: normal;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      z-index: 3;
      opacity: 0; }
    @media only screen and (min-width: 1200px) {
      .branded-project .item-hover-2:hover .img:before {
        background-color: rgba(139, 122, 77, 0.7); }
      .branded-project .item-hover-2:hover .btn-line {
        opacity: 1; } }
  @media only screen and (min-width: 576px) {
    .branded-project h2.ht {
      position: absolute;
      top: 170px;
      text-align: center;
      font-family: "Blacker", sans-serif;
      color: #fff;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 10; }
    .branded-project .item-2 .title {
      background-color: #BAAD92; }
    .branded-project .item-3_ .title {
      background-color: #A0916D; } }

.menu-content-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .menu-content-inline li {
    position: relative; }
    .menu-content-inline li.active a, .menu-content-inline li:hover a {
      color: #E1DBCF; }
    .menu-content-inline li:not(:last-child):after {
      content: "";
      height: 14px;
      width: 2px;
      background-color: #8B7A4D;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: -1px; }
  .menu-content-inline a {
    color: #8B7A4D;
    text-transform: uppercase;
    font-family: "Blacker", sans-serif;
    font-weight: 700;
    padding: 3px 20px;
    display: block;
    line-height: normal; }

.bd-t12 {
  border-top: 12px solid #E1DBCF;
  padding-top: 30px; }

.bd-b12 {
  border-bottom: 12px solid #E1DBCF;
  padding-bottom: 10px; }

.cl7 {
  color: #8B7A4D; }

.page-title-2 {
  font-weight: normal;
  color: #8B7A4D;
  text-align: center;
  font-family: "Blacker", sans-serif; }

.fs-20 {
  font-size: 20px; }

.fs-15 {
  font-size: 15px; }

.page-branded-concept .img-large img {
  display: block;
  width: 100%; }

.page-branded-concept .box-content {
  padding: 15px;
  background-color: #E1DBCF;
  margin-bottom: 30px; }

.page-branded-concept .item {
  text-align: center; }
  .page-branded-concept .item .fs-20, .page-branded-concept .item .fs-15 {
    display: block; }
  .page-branded-concept .item .img img {
    max-width: 40px;
    max-height: 40px;
    display: inline-block; }

.page-branded-concept .row > div:not(:first-child) {
  position: relative; }
  .page-branded-concept .row > div:not(:first-child):before {
    content: "";
    background-color: #8B7A4D;
    width: 1px;
    height: 90px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0; }

@media only screen and (min-width: 1200px) {
  .page-branded-concept .box-content {
    padding: 50px; }
  .page-branded-concept .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .page-branded-concept .row > div:nth-child(5n+1):before {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-branded-concept .row > div:nth-child(3n+1):before {
    display: none; } }

@media only screen and (max-width: 767px) {
  .page-branded-concept .row > div:nth-child(2n+1):before {
    display: none; } }

.page-branded-concept .wimgs {
  margin-bottom: 20px; }
  .page-branded-concept .wimgs img {
    display: block;
    width: 100%; }

.page-branded-reasons .img-large img {
  display: block;
  width: 100%; }

.page-branded-reasons .max830 {
  margin-bottom: 40px; }
  .page-branded-reasons .max830 img {
    display: block; }

@media only screen and (min-width: 992px) {
  .page-branded-reasons .max830 > .row > div:first-child {
    position: relative; }
    .page-branded-reasons .max830 > .row > div:first-child:before {
      content: "";
      background-color: #8B7A4D;
      width: 1px;
      top: 0;
      bottom: 0;
      right: 0;
      position: absolute; }
  .page-branded-reasons .max830 .caption-img {
    position: absolute;
    margin-top: 5px; } }

.page-branded-download ::-webkit-input-placeholder {
  /* Edge */
  color: #E1DBCF; }

.page-branded-download :-ms-input-placeholder {
  /* Internet Explorer */
  color: #E1DBCF; }

.page-branded-download ::-ms-input-placeholder {
  color: #E1DBCF; }

.page-branded-download ::placeholder {
  color: #E1DBCF; }

.input-2, .select-2 {
  height: 30px;
  padding: 0 15px;
  border: 1px solid #aaa;
  font-size: 12px;
  color: #8B7A4D;
  width: 100%;
  text-transform: uppercase; }

.sec-cta:before {
  background-color: #2866B0; }

.sec-cta .item {
  text-align: center;
  color: #fff;
  position: relative;
  max-width: 400px;
  margin: 0 auto; }
  .sec-cta .item .desc {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 30px; }
  .sec-cta .item .btn {
    text-transform: inherit; }
  .sec-cta .item .img {
    height: 90px; }
  .sec-cta .item .title {
    margin-bottom: 10px;
    color: inherit; }

@media only screen and (max-width: 767px) {
  .sec-cta .item .desc {
    font-size: 35px; } }

.sec-footer {
  background-color: #b67e3d;
  color: #fff; }
  @media only screen and (min-width: 1200px) {
    .sec-footer .container {
      padding: 50px 70px 10px; } }
  @media only screen and (max-width: 1199px) {
    .sec-footer .container {
      padding-top: 30px; } }
  .sec-footer .widget {
    margin-bottom: 30px;
    position: relative; }
  .sec-footer .logo-group img {
    width: 110px; }
  .sec-footer h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: inherit;
    text-transform: inherit;
    text-transform: uppercase; }
  .sec-footer h2 {
    font-size: 18px;
    color: inherit;
    font-weight: normal; }
  .sec-footer h5 {
    color: inherit; }
  .sec-footer .notes {
    max-width: 675px; }
  .sec-footer ul.social {
    list-style: none; }
    .sec-footer ul.social li {
      display: inline-block; }
    .sec-footer ul.social a {
      display: block;
      line-height: 32px;
      width: 35px;
      height: 35px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 16px;
      text-align: center;
      border-radius: 100%;
      margin: 0 5px; }
  @media only screen and (min-width: 1200px) {
    .sec-footer .row {
      display: block;
      text-align: center; }
      .sec-footer .row > div {
        text-align: left;
        display: inline-block;
        vertical-align: top; }
      .sec-footer .row > div:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px; }
      .sec-footer .row > div:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px; }
      .sec-footer .row > div:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px; }
      .sec-footer .row > div:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px; } }
  @media only screen and (min-width: 992px) {
    .sec-footer .row > div:nth-child(4) {
      text-align: right; } }

#copyright {
  font-size: 11px;
  background-color: #836f50;
  color: #fff; }
  #copyright h6 {
    color: inherit;
    margin-bottom: 0; }
  #copyright .container {
    position: relative;
    padding: 15px;
    max-width: 1050px; }
  #copyright .back-to-top {
    right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center; }
    #copyright .back-to-top a {
      width: 40px;
      height: 40px;
      overflow: hidden;
      border: 1px solid #a18d70;
      line-height: 40px;
      font-size: 18px;
      color: #a18d70; }
      #copyright .back-to-top a:hover {
        color: #a96b11;
        border-color: #a96b11; }
  #copyright .group-right {
    padding-top: 20px; }
    #copyright .group-right img {
      max-height: 50px; }
  #copyright .h6 {
    margin-bottom: 5px;
    display: block; }
    #copyright .h6:not(:hover) {
      color: #fff; }
  @media only screen and (min-width: 992px) {
    #copyright .group-right {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 15px;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    #copyright .back-to-top {
      top: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
      #copyright .back-to-top a {
        color: #fff;
        border-color: #fff; } }

.list-media .divtext .title {
  font-size: 16px;
  line-height: 1.5; }

@media only screen and (min-width: 1200px) {
  #main {
    padding-top: 100px; }
  .grid-space-140 {
    margin-left: -40px;
    margin-right: -40px; }
    .grid-space-140 > [class*="col-"] {
      padding-left: 40px;
      padding-right: 40px; }
  .grid-space-160 {
    margin-left: -50px;
    margin-right: -50px; }
    .grid-space-160 > [class*="col-"] {
      padding-left: 50px;
      padding-right: 50px; } }

.wrap-menu-mb {
  background-color: rgba(255, 248, 220, 0.9); }
  .wrap-menu-mb .menu-head {
    background-color: transparent;
    border: none; }
    .wrap-menu-mb .menu-head .menu-btn {
      right: 15px; }
    .wrap-menu-mb .menu-head .logo {
      width: 100px;
      height: auto;
      top: 10px; }
      .wrap-menu-mb .menu-head .logo img {
        max-height: none; }
  .wrap-menu-mb ul.menu {
    margin-top: 50px;
    margin-bottom: 10px; }
    .wrap-menu-mb ul.menu li, .wrap-menu-mb ul.menu .showsubmenu, .wrap-menu-mb ul.menu ul, .wrap-menu-mb ul.menu .wrapul {
      border: none !important;
      margin-bottom: 0; }
  .wrap-menu-mb ul.language {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 70px; }
  .wrap-menu-mb ul.language li:not(:first-child):before {
    background-color: #333; }
  .wrap-menu-mb ul.language li:not(.active) a {
    color: #333; }
  .wrap-menu-mb .menu-btn.x:before, .wrap-menu-mb .menu-btn.x:after {
    background-color: #a96b11; }

@media only screen and (max-width: 1199px) {
  .wrap-syn-video .wrap-syn-2 .item:before {
    background-size: 30px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 54px; }
  h2, .h2 {
    font-size: 54px; }
  h3, .h3 {
    font-size: 32px; }
  h4, .h4 {
    font-size: 28px; }
  h5, .h5 {
    font-size: 24px; }
  h6, .h6 {
    font-size: 16px; }
  .sec-vision .item .img2 img {
    max-width: 100px; }
  .sec-core-values .item {
    width: 290px;
    font-size: 18px; } }

@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 54px; }
  h2, .h2 {
    font-size: 54px; }
  h3, .h3 {
    font-size: 32px; }
  h4, .h4 {
    font-size: 28px; }
  h5, .h5 {
    font-size: 24px; }
  h6, .h6 {
    font-size: 16px; }
  .sec-about-us .divtext {
    max-width: 500px;
    margin: 30px auto 0; }
  .sec-vision .item .img:before {
    padding-top: 50%; }
  .sec-vision .item .img2 img {
    max-width: 80px; } }

@media only screen and (min-width: 768px) {
  .sec-partners .item {
    margin: 0 20px 30px; } }

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    line-height: normal; }
  h2, .h2 {
    font-size: 26px;
    line-height: normal; }
  h3, .h3 {
    font-size: 23px;
    line-height: normal; }
  h4, .h4 {
    font-size: 20px;
    line-height: normal; }
  h5, .h5 {
    font-size: 16px;
    line-height: normal; }
  h6, .h6 {
    font-size: 14px;
    line-height: normal; }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 15px; }
  .equalHeight .equal {
    height: auto !important; }
  .draw-svg {
    bottom: -30px;
    max-width: 25%; }
  .pd-b-svg {
    padding-bottom: 100px; }
  .sec-about-us .container {
    padding-left: 12%;
    padding-right: 20%;
    padding-bottom: 100px; }
  .sec-overview .container {
    padding-bottom: 65px; }
  .sec-vision .wrap-ef, .sec-vision .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-width: inherit; }
  .sec-core-values .container {
    padding-bottom: 65px; }
  .sec-core-values .item {
    width: 210px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto 10px; }
  .sec-core-values .divtext {
    padding-left: 80px;
    height: 60px; }
  .sec-core-values .img {
    max-width: 60px; }
  .sec-team .container {
    padding-bottom: 65px; }
  .sec-team .br {
    bottom: -80px; }
  .sec-footer {
    text-align: center; }
    .sec-footer .logo-group {
      text-align: center;
      display: block;
      margin-bottom: 20px; }
      .sec-footer .logo-group img {
        width: 150px; }
  .page-top-heading .menu-category {
    padding-top: 30px;
    float: none; }
  .date {
    font-size: 12px; }
  .page-newsletter .list-media .img {
    margin-bottom: 20px; }
  .list-media .img {
    margin-bottom: 20px; }
  .list-media .divtext .date {
    padding-left: 50px;
    margin-bottom: 10px; }
  .list-media .divtext .date:before {
    width: 35px; }
  .owl-carousel .owl-nav > * {
    font-size: 14px; }
  .sec-team .container {
    padding: 50px 20px 0 !important;
    max-width: inherit !important; }
  ul.page-numbers .page-numbers {
    width: 34px;
    height: 34px;
    line-height: 34px; }
  ul.page-numbers > li:not(:first-child):before {
    width: 1px;
    height: 20px; }
  ul.page-numbers .page-numbers {
    font-size: 14px; }
  .list-partner .img {
    margin-bottom: 20px;
    max-width: 200px; }
  .list-partner .title {
    margin-bottom: 10px; }
  .list-property > div {
    margin-bottom: 30px; }
  .page-property, .page-video, .page-newsletter, .page-media, .page-contact, .page-customer, .page-ir {
    padding-bottom: 100px; }
  .style-nav-1 {
    margin: 10px auto; }
  .menu-category-slide {
    padding: 0 30px; }
    .menu-category-slide .owl-carousel .owl-nav > *.owl-prev {
      left: -30px; }
    .menu-category-slide .owl-carousel .owl-nav > *.owl-next {
      right: -30px; }
    .menu-category-slide .item {
      font-size: 16px; }
  .wrap-syn-video:after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .input,
  .select {
    height: 40px;
    font-size: 12px;
    padding: 0 15px; }
  select.select {
    background-size: 12px; }
  .btn {
    line-height: 38px;
    height: 40px;
    padding: 0 15px;
    font-size: 12px; }
  .accodion-1 .accodion-tab > [class*="-title"] {
    font-size: 16px; }
    .accodion-1 .accodion-tab > [class*="-title"] img {
      max-width: 30px;
      -webkit-transform: translate(20px, 0px);
      -ms-transform: translate(20px, 0px);
      transform: translate(20px, 0px); }
  .list-contact .item {
    padding: 15px; }
    .list-contact .item .i-c {
      max-width: 30px; }
  .sec-intro .img {
    margin-bottom: 30px; }
  .sec-intro h1 {
    font-size: 8vw; }
  .sec-intro .divtext .btn {
    border: none;
    background: url(../images/play-test.png) no-repeat center top;
    padding-top: 20px;
    background-size: 100% auto; }
  .sec-footer .container {
    padding: 70px 15px 20px; }
  .sec-footer #copyright {
    text-align: center; }
  .row > [class*="col-"] > .btn {
    min-width: inherit; }
    .page-work .box-name .img {
      max-width: 70px; }
  .headding-page {
    font-size: 14px;
    margin-bottom: 30px; }
  .page-why-choose-us .entry-content {
    padding: 0; }
  .list-why .img {
    width: 70px; }
  .accodion-1 .accodion-tab > [class*="-content"] .inner {
    padding: 15px; }
  .accodion-4 .accodion-tab > [class*="-title"] {
    padding-left: 20px; }
  .accodion-4 .accodion-tab > [class*="-title"] .triangle {
    width: 14px;
    height: 14px; }
  .accodion-4 .accodion-tab > [class*="-title"] .triangle:before {
    content: "";
    height: 6px;
    width: 6px; }
  .accodion-4 .accodion-tab > [class*="-content"] .inner {
    padding: 0; }
  .list-property .divtext .title {
    font-size: 18px; }
  .fp-viewing-teams.showModal #header {
    display: none; }
  .teamModal .heading {
    margin: 0; }
    .teamModal .heading p {
      margin-bottom: 10px; }
  .sec-team h2 {
    margin-bottom: 10px; }
  .page-sustainable .bl {
    bottom: -50px; }
  .page-ir .bl, .page-ir .br, .page-property .bl, .page-property .br, .page-work .bl, .page-work .br, .page-apply .bl, .page-apply .br, .page-why-choose-us .bl, .page-why-choose-us .br {
    bottom: -50px; }
  .sec-project .container {
    padding: 70px 0 0; }
  .sec-project .wrap-ef {
    padding: 0; }
  .sec-project .fp-tableCell {
    vertical-align: bottom; }
  .sec-project .text1 .title {
    margin-bottom: 20px; }
  .sec-project .img {
    height: 60vh; }
  .sec-project .img-logo img {
    max-width: 70%; }
  .sec-project .divtext:before {
    top: -15px;
    left: 15px;
    right: 15px;
    bottom: 50%; }
  .sec-vision .row:after {
    display: none; }
  .sec-vision .item .img2 img {
    max-height: 50px; }
  .sec-vision .item .divtext {
    padding: 15px 10px; }
  .sec-vision .item .desc {
    min-height: inherit; }
  .page-blog-detail {
    padding-bottom: 100px; } }
/* add */
.fp-scroller{
  height: 100%;
}

.border_item{
  border: solid 5px #CB9552;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.border_item.bg{
  border: solid 5px #CB9552;
  background: #CB9552;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .fp-tableCell .padding-page{
    padding: 110px 30px 30px 30px;
    width: 100%;
    height: 100%;
  }
  .sec-quote .padding-page {
    padding: 130px 50px 50px 50px;
  }
}
@media only screen and (min-width: 992px) {
  .divtext-full .row .col-lg-7{
    height: 100%;
  }
}

/* section 1 */
.sec-livein .divtext-full{
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4C4949;
}
.sec-livein .divtext-full .t1{
  font-size: 42px;
  font-family: 'Playfair Display', serif;
}
.sec-livein .divtext-full h1{
  margin-bottom: 0;
  font-size: 68px;
  color: #CB9552;
  font-family: 'Playfair Display', serif;
}
.sec-livein .divtext-full .t3{
  font-size: 42px;
}
/* section 2 */
.sec-liveonce .divtext-full{
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec-liveonce .divtext-full .t1{
  font-size: 28px;
  color: #CB9552;
  text-transform: uppercase;
  margin-top: 50px;
}
.sec-liveonce .divtext-full h1{
  margin-bottom: 0;
  font-size: 28px;
  text-transform: uppercase;
  color: #6B6C6F;
  margin-bottom: 25px;
}
.sec-liveonce .divtext-full .t3{
  font-size: 14px;
  color: #4C4949;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.sec-liveonce .divtext-full .t4{
  font-size: 14px;
  color: #CB9552;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 100%;
}
.sec-liveonce .divtext-full .t5{
  color: #4C4949;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  max-width: 100%;
}
.sec-liveonce .divtext-full .t5 span{
  color: #CB9552;
}
.img-footer{
  max-width: 100%;
}
/* section 3 */
/* .sec-page3.section .fp-tableCell{
  padding: 200px 100px 100px 100px;
} */
.sec-quote .padding-page{
  padding: 130px 35px 70px 35px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .img-footer{
    max-width: 350px;
  }
}
.sec-quote .border_item{
  border: solid 5px #CB9552;
  background: #CB9552;
  position: relative;
  height: 100%;
}
.sec-quote .divtext-full{
  width: 100%;
  max-width: 550px;
  text-align: center;
  color: #fff;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec-quote .divtext-full .t1{
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 10px;
}
.sec-quote .divtext-full .t1 span{
  font-size: 40px;
  padding: 0 5px;
  font-family: 'Montserrat';
}
.sec-quote .divtext-full .t3{
  font-style: italic;
  margin-bottom: 0;
}
/* section 4 */
.sec-aestheticlife .divtext-full{
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sec-aestheticlife .divtext-full .row{
  height: 100%;
}
.sec-aestheticlife .content-text{
  text-align: left;
  padding: 5% 3%;
  padding-right: 5px;
  padding-right: 110px;
}
.sec-aestheticlife .content-text .t1{
  color: #CB9552;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: initial;
}
.sec-aestheticlife .content-text .t2{
  color: #CB9552;
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 8px #CB9552;
}
.sec-aestheticlife .content-text .t3{
  color: #4C4949;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .sec-aestheticlife .divtext-full .row .col-lg-7{
    margin-bottom: 100px;
  }
  .sec-aestheticlife .divtext-full .sec-img {
    height: 100%;
  }
  .sec-aestheticlife .divtext-full .sec-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* section 5 */
.sec-balance .divtext-full{
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sec-balance .divtext-full .row{
  height: 100%;
}
.sec-balance .content-text{
  text-align: left;
  padding: 5% 3%;
  padding-left: 60px;
  max-width: 500px;
}
.sec-balance .content-text .t1{
  color: #CB9552;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: initial;
}
.sec-balance .content-text .t2{
  color: #CB9552;
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 8px #CB9552;
}
.sec-balance .content-text .t3{
  color: #4C4949;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .img-icon{
    position: absolute;
    top: 10%;
    left: 49%;
    max-width: 200px;
    z-index: 10;
  }
  .sec-balance .divtext-full .sec-img{
    margin-right: 100px;
    height: 100%;
  }
  .sec-balance .divtext-full .sec-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-balance .divtext-full .sec-img .img-icon img{
    position: relative;
  }
}
/* section 6 */
.sec-peaceofmind .divtext-full{
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sec-peaceofmind .divtext-full .row{
  height: 100%;
}
.sec-peaceofmind .content-text{
  text-align: left;
  padding: 5% 3%;
  padding-right: 30px;
}
.sec-peaceofmind .content-text .t1{
  color: #CB9552;
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: initial;
}
.sec-peaceofmind .content-text .t2{
  color: #CB9552;
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 8px #CB9552;
}
.sec-peaceofmind .content-text .t3{
  color: #4C4949;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.sec-peaceofmind .divtext-full .sec-img{
  height: 100%;
}
.sec-peaceofmind .divtext-full .sec-img img{
  width: 100%;
}
.sec-peaceofmind .inline-flex{
  display: inline-flex;
}
.sec-peaceofmind .link{
  background: #CB9552;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 0px;
}
.text-decs{
  text-align: justify;
}
.text-decs img{
  float: right;
  margin: 10px 0 0 10px;
}
/* section 7 */
.sec-project .divtext-full{
  max-width: 100%;
  width: 100%;
  padding: 50px 70px;
}
.sec-project .title{
  text-align: center;
  border-bottom: solid 1px #CB9552;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #CB9552;
  font-size: 28px;
}
.item-project{
  text-align: center;
  overflow: hidden;
}
.item-project p{
  color: #4C4949;
  margin-top: 15px;
  margin-bottom: 5px;
}
.hover-img img{
  transition: transform .2s; /* Animation */
}
.hover-img:hover img{
  transform: scale(1.1);
}
/* section 8 */
.sec-contact .form{
  max-width: 320px;
  margin: 0 auto;
}
.sec-contact .title{
  font-size: 28px;
  text-align: center;
  color: #CB9552;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sec-contact .divtext-full p{
  color: #4C4949;
  margin-bottom: 20px;
}
.sec-contact .divtext-full p span{
  padding: 0 10px;
  margin-left: 5px;
}
.sec-contact .input, .sec-contact .select {
  height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
  width: 100%;
  margin-bottom: 20px;
}
.sec-contact .select {
  background: transparent url(../img/select_contact.png) no-repeat;
  background-position: 97% center;
  background-size: 15px;
}
.btn_submit .btn{
  font-size: 14px;
  height: 30px;
  padding: 0px 20px;
  min-width: auto;
}
/* section 9 */
.sec-download .divtext-full.bg{
  color: #CB9552;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec-download .divtext-full .btn-line{
  color: #CB9552;
  font-size: 20px;
}
.sec-download .divtext-full p{
  font-family: "Roboto", sans-serif;
}
.sec-download .divtext-full .btn-line{
  font-family: "Blacker-Regular", sans-serif;
}
.sec-download .divtext-full .btn-line:hover:before{
  background-color: #CB9552;
}
.sec-download .divtext-full .btn-line:hover:after {
  display: none;
}
.sec-download .divtext-full .btn-line:before{
  height: 1px;
  background-color: #CB9552;
  width: 100%;
  min-width: 120px;
  max-width: 170px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 0;
  content: "";
}
.sec-download .divtext-full .btn-line:after {
  display: none;
}
.sec-download .divtext-full .t4{
  font-size: 18px;
}
/* responsive */
@media only screen and (min-width: 1600px) {
  .sec-liveonce .divtext-full .t3 {
    font-size: 14px;
    max-width: 600px;
  }
  .sec-aestheticlife .content-text .t3 {
    font-size: 14px;
  }
  .sec-balance .content-text .t3 {
    font-size: 14px;
  }
  .sec-balance .content-text {
    max-width: 640px;
  }
  .sec-peaceofmind .content-text .t3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-livein .divtext-full {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #4C4949;
  }
  .sec-livein .divtext-full .t1 {
    font-size: 28px;
  }
  .sec-livein .divtext-full h1 {
    margin-bottom: 0;
    font-size: 48px;
  }
  .sec-livein .divtext-full .t3 {
    font-size: 38px;
  }
  /*  */
  .sec-liveonce .divtext-full .t1 {
    font-size: 26px;
    line-height: 1.3;
  }
  .sec-liveonce .divtext-full h1 {
    font-size: 18px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
  }
  .sec-liveonce .divtext-full .t3 {
    font-size: 14px;
    padding: 0 20px;
  }
  .sec-liveonce .divtext-full .t4 {
    font-size: 10px;
  }
  .sec-liveonce .divtext-full .t5 {
    font-size: 8px;
    letter-spacing: 2px;
  }
  .sec-aestheticlife .divtext-full{
    padding-bottom: 0;
  }
  /*  */
  .sec-quote .divtext-full {
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    width: 100%;
  }
  .sec-quote .divtext-full .t1 {
    font-size: 20px;
  }
  .sec-quote .divtext-full .t1 span {
    font-size: 18px;
  }
  .sec-download .divtext-full.bg{
    width: 80%;
    padding: 70px 20px;
  }
  .sec-quote .divtext-full .t3{
    position: relative;
    padding-top: 20px;
    margin-top: 50px;
    font-size: 18px;
  }
  .sec-quote .divtext-full .t3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /*  */
  .show-m .border_item.bg{
    border: none;
  }
  .show-m .sec-aestheticlife .border_item.bg .content-text{
    color: #fff;
    padding: 50px 25px;
  }
  .show-m .sec-aestheticlife .border_item.bg .content-text .t1 {
    color: #fff;
  }
  .show-m .sec-aestheticlife .border_item.bg .content-text .t2 {
    color: #fff;
    font-size: 28px;
  }
  .sec-aestheticlife .content-text .t2{
    font-size: 32px;
  }
  .show-m .sec-aestheticlife .content-text {
    padding: 20px 15px;
    margin-right: 0;
  }
  /*  */
  .show-m .sec-balance .border_item.bg .content-text{
    color: #fff;
    padding: 70px 25px;
  }
  .show-m .sec-balance .border_item.bg .content-text .t1 {
    color: #fff;
  }
  .show-m .sec-balance .border_item.bg .content-text .t2 {
    color: #fff;
    font-size: 28px;
  }
  .sec-balance .content-text .t2{
    font-size: 32px;
  }
  .show-m .sec-balance .border_item.bg .sec-img{
    margin-left: 50px;
    position: relative;
    height: 67%;
  }
  .show-m .sec-balance .border_item.bg .img-icon{
    position: absolute;
    left: -45px;
    top: -50px;
    width: 150px;
    max-width: 150px;
    z-index: 10;
  }
  .show-m .sec-balance .content-text {
    padding: 20px 15px;
    max-width: 100%;
  }
  /*  */
  .show-m .sec-peaceofmind .border_item.bg .content-text{
    color: #fff;
    padding: 70px 25px;
    padding-bottom: 50px;
  }
  .show-m .sec-peaceofmind .content-text {
    padding: 20px 15px;
    margin-right: 0;
  }
  .show-m .sec-peaceofmind .border_item.bg .content-text .t1 {
    color: #fff;
  }
  .show-m .sec-peaceofmind .border_item.bg .content-text .t2 {
    color: #fff;
    font-size: 28px;
  }
  .sec-peaceofmind .content-text .t2{
    font-size: 32px;
  }
  .show-m .sec-peaceofmind .divtext-full .sec-img {
    padding-top: 0;
    margin-right: 0;
    margin-top: 0;
  }
  /*  */
  .show-m .sec-project .divtext-full {
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .show-m .sec-project .title {
    border: none;
  }
  .sec-contact .divtext-full p{
    font-size: 14px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .sec-project .title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .sec-project .tRes_60:before {
    padding-top: 85%;
  }
  .sec-contact .title {
    font-size: 24px;
  }
  .line_span{
    display: none;
  }
  .btn_submit .btn {
    height: 35px;
    width: 100%;
    max-width: 100%;
  }
  .sec-contact .form{
    padding: 0 10px;
  }
  .sec-project .owl-carousel .owl-item{
    margin-right: 0 !important;
  }
  .sec-project .owl-carousel .owl-dots {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fp-tableCell .padding-page {
    padding: 80px 20px 20px 20px;
    width: 100%;
    height: 100%;
    display: table;
  }
  .item-slider {
    padding-right: 35px;
  }
  .sec-quote .padding-page {
    padding: 120px 30px 50px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .sec-aestheticlife .content-text .t3, .sec-balance .content-text .t3, .sec-peaceofmind .content-text .t3{
    font-size: 12px;
  }
}
.show-m{
  display: block;
}
.show-dk{
  display: none;
}
@media only screen and (min-width: 768px) {
  .sec-project .divtext-full {
    width: 100%;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .sec-contact .divtext-full {
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
}
@media only screen and (min-width: 992px) {
  .show-m{
    display: none;
  }
  .show-dk{
    display: block;
  }
  .sec-aestheticlife .divtext-full .row .col-lg-7{
    margin-bottom: 4%;
  }
  .sec-aestheticlife .divtext-full .row .col-lg-7, .sec-balance .divtext-full .row .col-lg-7, .sec-peaceofmind .divtext-full .row .col-lg-7{
    margin-bottom: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
  .sec-aestheticlife .divtext-full .row .col-lg-5, .sec-balance .divtext-full .row .col-lg-5 , .sec-peaceofmind .divtext-full .row .col-lg-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sec-balance .divtext-full .row .col-lg-7{
    margin-bottom: 0;
  }
  .sec-balance .content-text {
    padding-bottom: 0;
  }
  .sec-contact .divtext-full br{
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .sec-aestheticlife .divtext-full .row .col-lg-7, .sec-balance .divtext-full .row .col-lg-7, .sec-peaceofmind .divtext-full .row .col-lg-7{
    margin-bottom: 4%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    height: 100%;
  }
  .sec-aestheticlife .divtext-full .row .col-lg-5, .sec-balance .divtext-full .row .col-lg-5 , .sec-peaceofmind .divtext-full .row .col-lg-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
@media only screen and (min-width: 1920px) {
  .sec-aestheticlife .content-text {
    text-align: left;
    padding: 5% 5%;
    margin-right: 15%;
    padding-right: 5px;
  }
  .sec-balance .content-text {
    text-align: left;
    /* padding: 10% 5%;
    padding-left: 15%; */
    max-width: 740px;
  }
  .img-icon {
    position: absolute;
    top: 10%;
    left: 47%;
    max-width: 300px;
    z-index: 10;
  }
  .sec-balance .content-text .t1 {
    font-size: 32px;
  }
  .sec-balance .content-text .t2 {
    font-size: 48px;
  }
  .sec-peaceofmind .content-text .t1 {
    font-size: 32px;
  }
  .sec-peaceofmind .content-text .t2 {
    font-size: 48px;
  }
  .sec-quote .divtext-full .t1 {
    font-size: 32px;
  }
  .sec-liveonce .divtext-full .t1 {
    font-size: 38px;
  }
  .sec-liveonce .divtext-full h1 {
    margin-bottom: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #6B6C6F;
    margin-bottom: 25px;
  }
  .sec-liveonce .divtext-full .t4 {
    font-size: 14px;
  }
  .sec-liveonce .divtext-full .t5 {
    font-size: 10px;
  }
  .sec-quote .divtext-full {
    max-width: 900px;
  }
  .sec-quote .divtext-full .t3 {
    font-size: 14px;
  }
  .sec-project .divtext-full {
    max-width: 100%;
    width: 100%;
    padding: 50px 70px;
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .sec-contact .divtext-full {
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
}
@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .sec-livein .divtext-full .t1 {
    font-size: 65px;
    line-height: 1;
  }
  .sec-livein .divtext-full h1 {
    font-size: 91px;
  }
  .sec-livein .divtext-full .t3 {
    font-size: 65px;
  }
  .sec-liveonce .divtext-full .t1 {
    font-size: 65px;
  }
  .sec-liveonce .divtext-full h1 {
    font-size: 45px;
  }
  .sec-liveonce .divtext-full .t3 {
    font-size: 21px;
    max-width: 800px;
  }
  .sec-quote .divtext-full .t1 {
    font-size: 32px;
  }
  .sec-quote .divtext-full .t3 {
    font-size: 21px;
  }
  .sec-aestheticlife .content-text .t1, .sec-balance .content-text .t1, .sec-peaceofmind .content-text .t1 {
    font-size: 45px;
  }
  .sec-aestheticlife .content-text .t2, .sec-balance .content-text .t2, .sec-peaceofmind .content-text .t2 {
    font-size: 65px;
  }
  .sec-aestheticlife .content-text .t3, .sec-balance .content-text .t3, .sec-peaceofmind .content-text .t3, .text-decs p {
    font-size: 21px;
  }
  .sec-project .title{
    font-size: 65px;
  }
  .item-project p{
    font-size: 21px;
  }
  .sec-contact .title{
    font-size: 65px;
  }
  .sec-contact .divtext-full p{
    font-size: 21px;
  }
  .sec-contact .input, .sec-contact .select{
    font-size: 21px;
    height: 45px;
  }
  .sec-download .divtext-full .t4{
    font-size: 32px;
  }
  .sec-download .divtext-full .btn-line{
    font-size: 45px;
  }
  .sec-download .divtext-full.bg{
    max-width: 1000px;
  }
  .sec-peaceofmind .content-text{
    padding-right: 115px;
  }
  .fp-tableCell .padding-page {
    padding: 120px 70px 70px 70px;
    width: 100%;
    height: 100%;
  }
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 4px solid #CB9552;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
@media only screen and (min-width: 768px) {
  .modal-content {
    max-width: 550px;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:40%; opacity:0} 
  to {top:50%; opacity:1}
}

@keyframes animatetop {
  from {top:40%; opacity:0}
  to {top:50%; opacity:1}
}

/* The Close Button */
.close {
  position: absolute;
  right: 5px;
  top: -10px;
  color: #4C4949;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #CB9552;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 30px 20px;
  background: #fff;
  color: #4C4949;
  text-align: center;
}
.modal-header h2{
  font-size: 24px;
  margin-bottom: 0;
}

/*  */
.sec-download .divtext-full .btn-line.ff-6 {
  font-family: 'Playfair Display', serif;
}
.sec-peaceofmind .content-text {
  padding-right: 35px;
}
.sec-liveonce .divtext-full h1 {
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
    .sec-aestheticlife .content-text .t3, .sec-balance .content-text .t3, .sec-peaceofmind .content-text .t3{
    font-size: 13px;
    }
}
.sec-aestheticlife .content-text, .sec-balance .content-text{
  text-align: justify;
}
@media only screen and (max-width: 991px){
  .sec-project .owl-carousel .owl-item {
    margin-right: auto !important;
  }
  .item-slider{
    padding-right: 35px;
  }
}
@media only screen and (min-width: 992px){
  .sec-aestheticlife .divtext-full .row .col-lg-5, .sec-peaceofmind .divtext-full .row .col-lg-5{
    height: 100%;
  }
  .sec-peaceofmind .content-text {
    
    height: 100%;
    max-width: 420px;
    padding-left: 50px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .sec-aestheticlife .content-text{
    height: 100%;
    max-width: 420px;
    padding-left: 50px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .sec-balance .content-text {
    height: 100%;
    max-width: 420px;
    padding-left: 80px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .text-decs{
    overflow-y: auto;
    height: 65%;
    padding-right: 15px;
  }
  .sec-aestheticlife .content-text .t3, .sec-balance .content-text .t3{
    overflow-y: auto;
    height: 65%;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .sec-aestheticlife .divtext-full .row .col-lg-7{
    padding-bottom: 70px;
  }
  .fp-tableCell .padding-page {
    padding: 130px 50px 50px 50px;
  }
  .sec-quote .padding-page{
    padding: 150px 80px 80px 80px;
  }
  .sec-peaceofmind .divtext-full .sec-img img {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-peaceofmind .divtext-full{
    padding-top: 50px;
  }
}
@media screen and (min-width: 1920px) and (min-height: 1080px){
  .fp-tableCell .padding-page {
      padding: 150px 55px 55px 55px;
  }
  .sec-aestheticlife .divtext-full .row .col-lg-7{
    padding-bottom: 100px;
  }
}
[class^="icon-"].it:before, [class*=" icon-"].it:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[class^="icon-"].at:before, [class*=" icon-"].at:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.text-decs::-webkit-scrollbar-track, .t3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #fff;
}
.text-decs::-webkit-scrollbar, .t3::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}
.text-decs::-webkit-scrollbar-thumb, .t3::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #CB9552;
}
/*  */
.sticky-cta {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 36px;
  z-index: 100;
}
.sticky-cta a {
  display: block;
  height: 36px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #AC712B;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  position: relative;
  line-height: 36px;
  font-size: 18px;
}
.sticky-cta a .icon-ic-8 {
  font-size: 12px;
}
.sticky-cta a img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.sticky-cta a:hover {
  background-color: #715735;
  color: #fff;
}
.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;
}

body:not([class*=fp-viewing]) #back-top:not(.show) {
  margin-bottom: -60px;
}

[class*=fp-viewing].fp-viewing-intro #back-top {
  margin-bottom: -60px;
}
.border_item video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-liveonce .divtext-full {
z-index: 999;
}
.sec-liveonce .video-background {
  background-size: cover;
  background-image: url('https://masterisehomes.com/documents-archive/MC-website-background.mp4');
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs {
  width: 100%;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
ul#tabs-nav li {
  display: inline-block;
  font-weight: 500;
  margin-right: 2px;
  padding: 0px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
ul#tabs-nav li i{
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 22px;
  color: #a96b11;
}
#tabs-nav li a {
  text-decoration: none;
  color: #A96B11;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
#tabs-nav li:first-child{
  padding-right: 35px;
}
#tabs-nav li:first-child:after {
  content: '';
  width: 1px;
  height: 24px;
  background: #CCCCCC;
  position: absolute;
  top: 5px;
  right: 0;
}
#tabs-nav li:last-child {
  margin-left: 35px;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a{
  border-bottom: solid 1px #A96B11;
}
.tab-content{
  margin: 30px 0 40px 0;
}
.info-tab {
  padding: 50px 30px 30px 30px;
  background-color: #FFF;
  border-top: solid 2px #A96B11;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.list-info li{
  list-style: none;
  display: inline-block;
  margin: 5px 10px;
}
.list-info li a{
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
}
.list-info li a:hover{
  border-bottom: solid 1px #A96B11;
}
.search{
  margin-bottom: 15px;
}

.search-work{
  width: 100%;
  position: relative;
}

.search-work input{
  padding: 0 10px;
  border: none;
  width: 100%;
  height: 30px;
  padding-left: 0;
  color: #656565;
  font-size: 16px;
}
.search-work input::-webkit-input-placeholder { /* Edge */
  color: #656565;
}

.search-work input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #656565;
}

.search-work input::placeholder {
  color: #656565;
}
.search-list{
  width: 100%;
  position: relative;
  padding-left: 15px;
}
.search-work button{
  position: absolute;
  top: 0px;
  right: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .search-work button{
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto !important;
    border: none;
    background: none;
    cursor: pointer;
  }
  .search-work input {
    font-size: 14px;
    padding-left: 40px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-radius: 0;
  }
  .list-career .item{
    height: auto !important;
  }
}

.search-list select{
  background: transparent url(../../../../item/arrow-down.svg) no-repeat;
  font-size: 16px;
  padding: 0 10px;
  border: none;
  width: 100%;
  height: 30px;
  padding-left: 40px;
  color: #656565;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  background-repeat: no-repeat;
}
.img-s{
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (min-width: 768px) {
  .search{
    display: flex;
    margin-bottom: 15px;
  }
  .search-work{
    width: 60%;
    position: relative;
  }
  .search-work:after{
    content: '';
    width: 1px;
    height: 24px;
    background: #CCCCCC;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .search-list{
    width: 39%;
    position: relative;
    padding-left: 15px;
  }
  .img-s{
    position: absolute;
    left: 15px;
    top: 1px;
  }
}

.list-item.list-career .item{
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-top: solid 1px #fff;
}
.list-item.list-career .item:hover{
  border-top: solid 1px #A96B11;
}
.list-item.list-career .title{
  text-transform: initial;
  margin-bottom: 0;
  font-weight: 500;
}
.location{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.location i{
  margin-right: 5px;
  font-size: 15px;
}
.list-item.list-career .readmore{
  position: relative;
  margin-bottom: 15px;
  left: initial;
  bottom: initial;
}
.filter-list{
  text-align: right;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
}
.filter-list select{
  background: transparent url(../../../../item/arrow-down.svg) no-repeat;
  font-size: 15px;
  padding: 0 10px;
  border: none;
  width: 150px;
  height: 30px;
  color: #a96b11;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  background-repeat: no-repeat;
}
.item-our{
  position: relative;
  text-align: center;
  margin: 0.5px;
}
.item-our:after{
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.info-our{
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 99;
  padding: 0 15px;
}
.info-our img{
  max-width: 40px;
}
.recruitment .info-our h3{
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0 20px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: initial;
}
.info-our p{
  font-size: 14px;
  font-weight: 400;
}
.pd-0{
  padding: 0 !important;
}
.mg-0{
  margin: 0 !important;
}
.content-value{
  text-align: center;
  margin-bottom: 20px;
  padding-top: 50px;
}
.content-value img{
  max-width: 60px;
}
.content-value h2{
  font-size: 28px;
  color: #A96B11;
  margin-bottom: 20px;
}
.item-value{
  text-align: center;
  padding: 0 30px;
}
.item-value h4{
  font-size: 20px;
  font-weight: 500;
  color: #A96B11;
  text-transform: initial;
  margin-bottom: 10px;
}
.item-value p{
  font-size: 14px;
  font-weight: 400;
}
.our-value{
  border-top: solid 2px #A96B11;
  margin-top: 80px;
  padding: 35px 30px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(black, 0.4);
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
}
.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
	
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper svg {
  width: 64px;
  height: 64px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
.slider-value .icon-arrow-4:before {
  content: "\e905";
  color: #656565;
}
.mt-80{
  margin-top: 80px;
}
.mt-30{
  margin-top: 30px;
}
.application{
  margin-bottom: 20px;
  position: relative;
}
.application img{
  font-size: 20px;
  color: #A96B11;
  position: absolute;
  top: 5px;
  left: 0;
	z-index:100;
}
.application input{
  border: none;
  height: 40px;
  border-bottom: 2px solid #cccccc;
  padding-left: 30px;
  width: 100%;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.application input[type=text]:focus {
  border-bottom: 2px solid #A96B11; 
}
.application textarea{
  height: 134px;
  width: 100%;
  border: solid 2px #cccccc;
  padding: 10px;
  font-size: 12px;
  border-radius: 0;
}
.application textarea:focus{
  border: solid 2px #A96B11;
}
.application label{
  padding-left: 30px;
  font-size: 16px;
}
.application label img{
  top: -5px;
}
.application input::-webkit-input-placeholder { /* Edge */
  color: #656565;
}

.application input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #656565;
}

.application input::placeholder {
  color: #656565;
}
.application textarea::-webkit-input-placeholder { /* Edge */
  color: #656565;
}

.application textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #656565;
}

.application textarea::placeholder {
  color: #656565;
}
.note h4{
  font-family: "Roboto", sans-serif;
  text-transform: initial;
  font-size: 16px;
  color: #656565;
  font-weight: 600;
  margin-bottom: 15px;
}
.note p{
  font-family: "Roboto", sans-serif;
  text-transform: initial;
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 0px;
}
.upload-sub{
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.upload-sub input{
  width: 154px;
  height: 45px;
  background: #A96B11;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-left: 16px;
  border: none;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.upload-sub .sub-f{position: relative;}
.upload-sub .sub-f img{
  position: absolute;
  top: 10px;
  left: 25px;
	z-index:100
}
.upload-f{
  position: relative;
}
.upload-f input[type="file"] {
  display: none;
}
.upload-f .custom-file-upload img {
  position: absolute;
  left: 25px;
  top: 10px;
}
.upload-f .custom-file-upload {
  width: 183px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #A96B11;
  color: #A96B11;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
}
body:not(.fullscreen) .sec-intro.recruitment .tRes_36 {
  max-height: 450px;
}
body:not(.fullscreen) .sec-intro.recruitment .tRes_36:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.3);
  z-index: 2;
}
.recruitment ul.page-numbers .page-numbers{
  color: #656565;
}
.box-desc{
  font-size: 16px;
}
.box-desc strong, .box-desc b{
  font-size: 24px;
}
.box-desc ul{
  margin-bottom: 15px;
}
.sec-intro.recruitment .tRes_36 h3{
  font-size: 48px;
}
.sec-intro.recruitment .tRes_36 h1{
  font-size: 64px;
}

@media screen and (max-width: 640px) {
  .sec-intro.recruitment .tRes_36 h3{
    font-size: 22px;
  }
  .sec-intro.recruitment .tRes_36 h1{
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .line{
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .line{
    width: 115%;
    height: 423px;
    border: solid 2px #A96B11;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.box-name h3{
  font-size: 28px;
}
.recruitment h3{
  font-size: 28px;
  margin-bottom: 50px;
  margin-top: 70px;
}
#target {
  display:none;
}

.Hide
{
  display:none;
}
.togglelist{
  font-size: 16px;
  width: 100%;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.togglelist img{
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 640px) {
  .togglelist{
    font-size: 14px;
  }
  .search-work input{
    font-size: 14px;
  }
}
.recruitment .list-item.list-career .title {
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recruitment .list-career .desc {
  display: none;
}







body{
font-family: 'Montserrat', sans-serif;}
   .banner-img-about img{
      width:100%;
    }
   .sec-milestone h2{
      font-size: 36px;
        color: #a96b11;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
   }
    .content-title-about{
        width: 100%;
        text-align: center;
        max-width: 855px;
        margin: 50px auto;
        z-index: 10;
    }
    .content-title-about h2{
        font-size: 36px;
        color: #a96b11;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    .content-title-about h3{
        font-size: 28px;
        color: #A96B11;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    .content-title-about h4{
        font-size: 22px;
        color: #a96b11;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }
    .content-title-about p{
        font-size: 13px;
        font-weight: 400;
        padding: 20px;
    }
    .banner-img-about-content{
        display: none;
    }
    .banner-img-about-content p{
        font-size: 13px;
        margin-bottom: 20px;
        font-weight: 400;
        color: #fff;
    }
    .sec-intro .tRes_35 h1 {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        text-transform: uppercase;
        margin: 20px 0 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    .block{
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        font-size: 16px;
    }
    .img-parallax {
        width: 100vmax;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        pointer-events: none
    }
    .banner-img-about {
        position: relative;
    }
    .content-select-about h2{
        font-size: 36px;
        color: #A96B11;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 0px;
        text-transform: uppercase;
        margin-top: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    .content-select-about h3{
        font-size: 28px;
        color: #A96B11;
        margin-bottom: 20px;
        text-transform: uppercase;
        line-height: 28px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 1.3;
        position: relative;
    }
    .content-select-about h3.ht{
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .content-select-about p{
        font-size: 13px;
        color: #656565;
        margin-bottom: 20px;
        font-weight: 400;
        text-align: justify;
    }
    .tRes_150:before {
        padding-top: 150%;
    }
    .sec-core-values-2{
        padding: 80px 0;
    }
    .sec-core-values-2 h3{
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        color: #A96B11;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .sec-core-values-2 h3.ht{
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        padding-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    .sec-core-values-2 .list {
        display: flex;
    }
    .sec-core-values-2 .item {
        flex:0 0 20%;
        padding:0 1px;
    }
    .sec-core-values-2 .item img {
        min-height: 218px;
        width: auto;
        object-fit: cover;
        vertical-align: middle
    }
    .sec-core-values-2 .item .img {
        position: relative;
    }
    .sec-core-values-2 .item .title {
      font-size: 20px;
     }
     .sec-core-values-2 .item p {
      margin-bottom: 0;
     }
     .tRes_125:before {
       padding-top: 125%;
     }
     .sec-milestone h3.ht{
        text-align: center;
        font-size: 28px;
        color: #A96B11;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
      }
      .sec-partners h2{
        text-align: center;
        font-size: 36px;
        color: #A96B11;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
      }
      .sec-partners .wrap-ef{
        overflow: initial;
      }
      .sec-partners .item {
        margin: 10px 10px;
        padding: 20px 15px;
        height: 110px;
    }
    .sec-partners .item img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .sec-partners .item:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    @media screen and (min-width: 768px) {
        .banner-img-about{
            margin-bottom: 80px;
            position: relative;
        }
        .sec-core-values-2 h2{
          font-size: 36px;
        }
    }
    .sec-core-values-2 .item .title {
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 500;
    }
    .sec-core-content {
        color:#fff;
        padding:12px;
    }
    
    .sec-core-values-2 .item .divtext{
        position: relative;
    }
    .sec-core-values-2 .item .divtext:after{
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }
    .text_outner{
        position: absolute;
        top: 54%;
        width: 100%;
        left: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .5);
    }
    .b {font-weight: bold}
    .sec-core-content .b {margin-bottom: 10px}
    .sec-partners.section{
        padding-bottom: 80px !important;
    }
    .sec-milestone .container {
       padding-bottom: 0px !important;
     }
     .sec-milestone .owl-dots{
       display: none
     }
    @media screen and (min-width: 992px) {
       .content-title-about{
           position: absolute;
           top: 0;
           left: 50%;
           transform: translateX(-50%);
        }
    }
    @media screen and (min-width: 1200px) {
      .mr-bot50{
        margin-bottom: 50px;
      }
      .sec-core-content p{
         -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
       }
      .text_outner {
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
      }
      .sec-core-values-2 .item:hover .text_outner {
         top: 5%;
        }
        .sec-core-values-2 .item:hover .sec-core-content p {
           overflow: hidden;
           text-overflow: ellipsis;
           -webkit-line-clamp: initial;
           height: auto;
           display: -webkit-box;
           -webkit-box-orient: vertical;
        }
        .sec-milestone{
           margin-bottom: 80px;
        }
    }
    @media screen and (max-width: 1180px) {
       .sec-core-values-2 .list {
            display: block
        }
        .sec-core-values-2 .item {
            width: 33.33%;
            display: inline-block;float: left;
            margin-bottom: 12px
        }
      .sec-core-values-2 .item .title {
         font-size: 17px;
      }
      .sec-core-content {
         padding: 25px;
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         width: 100%;
       }
       .text_outner {
            top: 0;
            background: rgba(0, 0, 0, .5);
            height: 100%;
        }
    }
    @media screen and (max-width: 1024px) {
      .sec-core-content {
         padding: 25px;
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         width: 100%;
       }
        .sec-core-values-2 .item img {
            vertical-align: middle;
        }
        .sec-core-values-2 .list {
            display: block
        }
        .sec-core-values-2 .item {
            width: 33.33%;
            display: inline-block;float: left;
            margin-bottom: 12px
        }
        .text_outner {
            top: 0;
            background: rgba(0, 0, 0, .5);
            height: 100%;
        }
    }
    @media screen and (max-width: 992px) {
       .sec-core-values-2 .item {
            width: 50%;
            display: inline-block;float: left;
            margin-bottom: 12px
        }
    }
    @media screen and (max-width: 767px) {
       .content-title-about h2, .content-title-about h4{
         color: #A96B11;
       }
      .sec-milestone .tab-content{
        margin-bottom: 0;
       }
      .row.list-item > [class*="col-"] {
         margin-bottom: 10px;
         margin-top: 10px;
      }
      .sec-partners.section {
         padding-bottom: 0px !important;
       }
      .sec-milestone .draw-svg{
         display: none;
       }
      .section .container {
         padding-top: 30px;
         padding-bottom: 0px;
       }
       .sec-core-values-2 h3.ht {
          margin-bottom: 0px;
        }
      .sec-intro .tRes_36 h1 {
         font-size: 36px;
       }
      .banner-img-about-content {
         padding: 20px 15px;
         position: relative;
         bottom: 0;
         left: 0;
         width: 100%;
         text-align: justify;
         max-width: 600px;
         display: block;
       }
       .content-title-about {
          position: relative;
          top: 0;
          margin-top: 30px;
       }
       .banner-img-about-content p {
          color: #000;
          line-height: 1.7;
        }
        .sec-core-values-2 .item {
            width: 100%;
        }
        .sec-core-values-2 .item img {
            width:100%;
        }
        .container.container-2 {padding-top:120px}
        .sec-core-content {
           padding: 25px;
           position: absolute;
           top: 50%;
           transform: translateY(-50%);
           width: 100%;
         }
        .sec-partners .lists-mb .item {
            padding: 10px 20px;
         }
        .content-title-about h2 {
            font-size: 26px;
        }
        .sec-milestone h2 {
          font-size: 26px;
        }
        .sec-core-values-2 h2{
          font-size: 26px;
        }
        .content-title-about h3 {
            font-size: 18px;
        }
        .sec-core-values-2 h3 {
            font-size: 18px;
        }
        .content-select-about h3 {
           font-size: 18px;
          }
          .sec-milestone h3.ht {
            font-size: 18px;
           }
           .content-title-about h3.ht {
              font-size: 18px;
            }
           .sec-partners h2{
           font-size: 26px;
           }
           .content-title-about h4{
           font-size: 18px;
           }
          .sec-core-values-2 .item .title {
            font-size: 16px;
           }
        .content-title-about p {
            text-align: justify;
        }
        .banner-img-about {
            min-height: 195px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .tRes_35:before {
            padding-top: 42%;
        }
        .content-select-about h2 {
            font-size: 26px;
        }
        .tRes_150:before {
            padding-top: 95%;
        }
        .sec-core-values-2 {
            padding: 40px 0;
        }
        .sec-milestone .container {
            padding-bottom: 0px !important;
        }
        .sec-milestone.section .container {
            padding-top: 20px;
        }
        .text_outner{
        top: 0;
       }
       .content-select-about p {
           text-align: justify;
        }
        .content-select-about h2 {
          margin-top: 20px;
         }
    }
    @media screen and (min-width: 1200px){
     .content-select-about.left{
        margin-left: 60px;
      }
      .content-select-about.right{
        margin-right: 60px;
      }
      .sec-core-values-2 .item:hover .text_outner {
        top: 0;
        background: rgba(0, 0, 0, .5);
        height: 100%;
        }
    }
    
    @media screen and (min-width: 1200px) and (max-height: 699px) {
    .text_outner {
        top: 60%;
      }
      .content-select-about.left{
        margin-left: 60px;
      }
      .content-select-about.right{
        margin-right: 60px;
      }
      .sec-core-values-2 .item:hover .text_outner {
         padding-top: 10%;
        }
        .container {
         padding: 0 5vw;
       }
    }
    
    @media screen and (min-width: 1200px) and (min-height: 700px) {
     .text_outner {
        top: 54%;
      }
      .sec-core-values-2 .item:hover .text_outner {
        padding-top: 10%;
       }
       .container {
         padding: 0 10vw;
       }
       
    }
    @media screen and (min-width: 1920px) and (min-height: 1080px) {
    .text_outner {
        top: 68%;
      }
      .sec-core-values-2 .item:hover .text_outner {
        padding-top: 45%;
       }
       .vision .container{
        max-width: 1400px;
       }
    }
@media screen and (min-width: 1024px){
  .banner-img-about img {
     padding-top: 140px;
  }
}
@media screen and (min-width: 1300px){
  .banner-img-about img {
     padding-top: 0px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body{
   font-family: 'Montserrat', sans-serif !important;
}
.list-item{
font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }
#header ul.menu-top-header > li a {
    font-family: 'Montserrat', sans-serif;
}
#header ul.menu-top-header > li a {
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 767px){
.wrap-menu-mb ul.menu > li > a {
font-family: 'Montserrat', sans-serif;
}
.wrap-menu-mb ul.menu li > ul li a, .wrap-menu-mb ul.menu .wrapul li a {
    font-family: 'Montserrat', sans-serif;
   font-weight: 600;
}
}
.fixnav-wrap { z-index: 1110; }
#main-nav .nav > li > a { padding: 20px 3px; font-size: 13px;}
#main-nav .Module-170 .nav > li > a { font-size: 12px;}
.flat-nav ul.level2 {padding-bottom: 70px;}
body.showModal {
    overflow: initial;
}
.bl.draw-svg, .br.draw-svg{
   display:none;
}
@media only screen and (max-width: 991px){
   .page-top-heading h2, .page-top-heading .h2 {
       font-size: 32px;
    }
     .widget.text-center{
         text-align: left;
     }
}
@media (min-width: 768px){
  #copyright .container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  #copyright .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  #copyright .container {
    position: relative;
    padding: 15px;
    max-width: 1090px;
  }
   ul.menu-top-header > li.children .showsubmenu {
       right: -10px;
       display: block !important;
       font-size: 10px;
    }
    ul.menu-top-header > li.children{
        margin-right: 10px
    }
    ul.menu-top-header > li {
         margin-right: 0px
     }
    .sec-footer .row > div:nth-child(4) {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 200px;
         flex: 0 0 235px;
         max-width: 235px;
    }
}
.accodion-1 .accodion-tab {
  background-color: #fff;
  margin-bottom: 30px;
}
.list-property .item:before {
  content: "";
  border: none;
  border-bottom: 3px solid #a96b11;
  border-radius: 0;
}
@media only screen and (min-width: 992px){
    body.fullscreen:not(.fp-viewing-intro) #header, #header.sticky {
         background-color: transparent !important;
     }
     body.fullscreen:not(.fp-viewing-intro) #header, #header.sticky {
          background-color: #fff !important;
          border-bottom: solid 1px #b57e3c;
    }
    #header #logo img {
         max-width: 90%;
     }
}
body:not(.fullscreen) .sec-intro .tRes_36 {
    max-height: 350px;
}
.wrap-menu-mb {
    background-color: rgba(255, 248, 220, 1);
}
@media only screen and (max-width: 1199px){
    #header #logo {
        width: 60px;
        height: 48px;
     }
}
@media only screen and (max-width: 767px){
   #header #logo img {
         max-height: 36px;
     }
     #header .container {
         height: 48px;
      }
}
@media only screen and (max-width: 640px){
   .widget.text-center{
         text-align: center;
     }
}
.menu-btn {
    width: 36px;
    height: 36px;
}
#header.sticky {
    background-color: rgba(181, 126, 60, 1);
}

body.showMenu .menu-btn.x:after {
    bottom: 18px;
}
body.showMenu .menu-btn.x:before {
    top: 17px;
}
.menu-btn.active.x:before {
    top: 15px;
}
#header ul.menu-top-header > li span{
    color: #fff;
}
body.fullscreen:not(.fp-viewing-intro) #header ul.menu-top-header > li a, #header.sticky ul.menu-top-header > li span{
    color: #a96b11;
}
.sec-footer h3 {
    white-space: nowrap;
}
.property-collection .divtext .title {
    font-weight: 700;
}
.list-property .divtext .title {
    font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    #header #logo img {
         max-height: 40px;
         margin-top: 10px;
    }
}
.pagination{
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 0;
}
.page-item{
display: inline-block;
}
.pagination .page-numbers {
    display: block;
    text-align: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #a96b11;
    background-color: #fff;
    border-radius: 0;
    line-height: 39px;
    font-size: 16px;
    border: solid 1px #a96b11;
}
.pagination .page-item:hover .page-numbers, .pagination .page-item.active .page-numbers{
background-color: #a96b11;
color: #fff;
}
    