  /*--------------------------------------------------------------
  # Util
  --------------------------------------------------------------*/
  .card{
    border: none;
  }

  .card-title{
    font-size: 19px;
    font-weight: 600;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .card-body{
    padding: 20px 0;
  }

  .card-text{
    font-size: 14px;
  }

  .flex-container {
    display: flex;
    justify-content: center;
  }
  .flex-container span{
    display: inline-block;
    width: 100%;
  }

  .text-graditnt{
    font-family: "Noto Sans Thai", sans-serif;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  
  .section-bg-left{
    background-image: url('../images/bg/section-bg-2.png');
    min-height: 450px;
    padding-bottom: 110px;
  }

  @media (max-width: 767px){
    .section-bg-left{
        padding-bottom: 50px;
    }
  }

  .align-self-center{
    margin: 0 auto;
    width: 300px;
  }

  .right{
    text-align: right;
  }

  .middle{
    vertical-align: middle;
  }

  .white{
    color: #f6f6f6;
  }

  .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /*--------------------------------------------------------------
  # Hero Banner
  --------------------------------------------------------------*/
  .pheader-about {
    background-image: url('../images/banner/about-banner.png');
}
.pheader-project{
    background-image: url('../images/banner/project-banner.png');
}

.pheader-download{
    background-image: url('../images/banner/download-banner.png');
}

.pheader-contact{
    background-image: url('../images/banner/contact-banner.png');
}
/*--------------------------------------------------------------
  # Homepage
  --------------------------------------------------------------*/


  /* Index  */
  .benefits-desc-classic h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-s2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color:#49331E;
    content: ""; /* This is necessary for the pseudo element to work. */ 
  display: block; /* This will put the pseudo element on its own line. */
  width: 50%; /* Change this to whatever width you want. */
  padding-top: 20px; /* This creates some space between the element and the border. */
  border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */

}

.banner-home {
    background-image: url('../images/banner/home-banner-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 270px 0;
}
.banner-home h2 {
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -5px;

}

.banner-home h3 {
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 57px;
    margin-top: -27px;

}


.banner-home p {
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -20px;
}


@media (min-width: 768px) and (max-width: 991px) {
.banner-home{
    padding: 150px 0;
}    
.banner-home h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.banner-home h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 33px;
  }

.banner-home p {
  font-size: 20px;
  line-height: 25px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
    .banner-home{
        padding: 150px 0;
    } 
.banner-home h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
}

.banner-home h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 33px;
  }

.banner-home p {
  font-size: 18px;
  line-height: 22px;
}
}

@media (max-width: 600px) {
    .banner-home{
        padding: 150px 0;
    } 
}

@media (max-width: 480px) {
    .banner-home{
        padding: 100px 0;
    } 

    .banner-home h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
      }
      
      .banner-home h3 {
          font-size: 18px;
          font-weight: 500;
          line-height: 22px;
        }
      
      .banner-home p {
        font-size: 12px;
        line-height: 18px;
      }
}




  .flex-container .count-number {
    margin: 10px;
    text-align: center;
    font-size: 19px;
    width:30%;
  }

  .number{
    font-size: 80px;
    font-weight: 700;
    line-height: 70px;
  }


  /*Project */
  .image-gallery .gallery-icon {
    position: relative;
  }
  .image-gallery .gallery-icon .overlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
  }
  .image-gallery .gallery-icon .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #000;
    color: #fff;
  }
  .image-gallery .gallery-icon .overlay i:before {
    font-size: 22px;
  }
  .image-gallery .gallery-icon .overlay i:hover {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
  }
  .image-gallery .gallery-icon:hover .overlay {
    opacity: 1;
    visibility: visible;
  }

  .gallery-columns .gallery-item {
    padding: 20px;
  }

  .image-gallery .odd-item{
    margin-top: 40px;
  }
  
  @media (max-width: 600px) { 
    .image-gallery .gallery.gallery-columns .gallery-item {
      max-width: 50%;
    }

    .image-gallery .odd-item{
        margin-top: 0px;
      }
    
    }
      
  .gallery-columns .gallery-item {
    max-width: 20%;
  }

  .gallery-columns .gallery-item {
    float: left;
}

@media (max-width: 1200px){
   
    .gallery-columns .gallery-item {
      max-width: 50%;
    }

    .image-gallery .odd-item{
        margin-top: 0px;
      }
  }

  @media (max-width: 992px){

    .gallery-columns .gallery-item {
      max-width: 50%;
    }
    .image-gallery .odd-item{
        margin-top: 0px;
      }
   
  }

  @media (max-width: 767px){
   
    .gallery-columns .gallery-item {
      max-width: 50%;
    }
    .image-gallery .odd-item{
        margin-top: 0px;
      }
}


.view-all-project{
    padding: 20px 0 100px 0;
}

@media (max-width: 767px){
    .view-all-project{
        padding: 50px;
    }
}


/*--------------------------------------------------------------
  # About Us
  --------------------------------------------------------------*/

  .running-number{
    color:#C59C66 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
  }

  .running-number-right{
    color:#C59C66 !important;
    font-size: 16px;
    font-weight: 600;

  }

  .about-box .ot-heading {
    position: relative;
  }


  .about-box .ot-heading > span {
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 6px;
    text-align: right;
    letter-spacing: 0.5px;
  }
  .about-box .ot-heading h2 {
    margin-bottom: 0;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 19px;
    font-weight: 600;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
   
  }

  .about-box .ot-heading .main-heading{
    text-align: right;
  }

  .about-box .ot-description{
    text-align: right;
  }

  .about-box-right .ot-heading h2 {
    margin-bottom: 0;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 19px;
    font-weight: 600;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
   
  }

  .about-box-right .ot-heading {
    position: relative;
  }

  .space-top{
    margin-top: 95px;
  }


  .about-photo{
    min-height: 250px;
    position: relative;
    text-align: center;
  }


  @media (max-width: 992px){
    .running-number{
        text-align: left;
    }
      .about-box .ot-heading .main-heading{
        text-align: left;
      }
    
      .about-box .ot-description{
        text-align: left;
      }
      .space-top{
        margin-top: 0px;
      }
}

@media (max-width: 767px){
    .running-number{
        text-align: left;
    }
    .about-box .ot-heading .main-heading{
        text-align: left;
      }
    
      .about-box .ot-description{
        text-align: left;
      }

      .space-top{
        margin-top: 0px;
      }
}

/*--------------------------------------------------------------
  # Project
  --------------------------------------------------------------*/
.project-box{
    
    margin-bottom: 2cqi;
}

.project-box p{
    font-size: 14px;
    line-height: 16px;
    padding: 25px 0;
}

.project-box img {
    filter: #49331E; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.8;
  }
  
  /* Disable grayscale on hover */
  .project-box img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
  }

  .zoom-img {
    width: 100%;
    height: 300px;
    overflow: clip;
  }
  
  .zoom-img img {
    width: 100%;
    transition: all .3s ease;
  }
  
  .zoom-img img:hover {
    transform: scale(1.2);
  }

  .simple-slide {
    padding-top: 20px;
    padding-bottom: 42px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 60px;
    margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot {
    position: relative;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
    margin: 0;
    background: #49331E;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #49331E;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #49331E;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
@media (max-width: 992px){ 
    .services-single .widget_nav_menu {
      padding-bottom: 40px;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
      margin-bottom: 0;
      margin-top: 30px;
    }
}

.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #49331E;
    background-color: #fff;
    border-radius: 25px;
    border: none;
    margin: 0;
    width: 50px;
    height: 50px;
}
.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
    border: none;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    color: #9f9e9e;
    background-color: #fff;
}
.owl-nav i:before {
    font-size: 18px;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-prev{
    left: 30px;
}
.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.project-head{
    color: #C59C66;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.project-content{
    padding: 20px;
}
.project-content .ot-heading h2 {
    margin-bottom: 0;
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 21px;
    font-weight: 700;
    background: #AF7A48;
    background: linear-gradient(to right, #AF7A48 0%, #231D16 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
   
  }

/*--------------------------------------------------------------
  # Download
  --------------------------------------------------------------*/

  .download-box{
    background: rgb(175,122,72);
    background: linear-gradient(36deg, rgba(175,122,72,1) 0%, rgba(35,29,22,1) 100%);
    width: 190px;
    height: 190px;
    border-radius: 30px;
    color:#F6F6F6;
    font-size: 12px;
    text-align: center;
   

  }

  .download-box div{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    padding-top: 50px;
  }
  .download-box img{
    width: 58px;
  }

  .download-box p{
    width: 100%;
    color: #f6f6f6;
  }

  .download-title{
    font-size: 19px;
    color: #49331E;
    font-weight: 700;
    padding: 10px 0;
  }

  .p-2{
    padding: 0 1rem !important;
  }


   /* Responsive */
   @media (max-width: 1199px) {
    .download-box{
        width: 150px;
        height: 150px;
        border-radius: 25px;
        color:#F6F6F6;
        font-size: 11px;
    }

    .download-box img{
        width: 45px;
    }

    .download-box div{
        padding-top: 40px;
    }

    .download-title{
        font-size: 16px;
    }
    
  }
  @media (max-width: 1440px) {
    .octf-btn-cta .btn-cta-header {
      display: none;
    }
  }
  @media (max-width: 1265px) {
    .octf-btn-cta .contact-header {
      display: none;
    }
  }


  @media (max-width: 782px) {
    .admin-bar .site-header,
  .admin-bar .site-header-vertical,
  .admin-bar .is-stuck {
      top: 46px;
    }

    .download-box{
        width: 120px;
        height: 120px;
        border-radius: 15px;
        color:#F6F6F6;
        font-size: 11px;
    }

    .download-box img{
        width: 35px;
    }

    .download-box div{
        padding-top: 30px;
    }

    .download-title{
        font-size: 14px;
    }

  }
  @media (max-width: 600px) {
    .admin-bar .is-stuck,
  .admin-bar .site-header-vertical {
      top: 0;
    }

    .download-box{
        width: 100px;
        height: 100px;
        border-radius: 15px;
        color:#F6F6F6;
        font-size: 11px;
    }

    .download-box img{
        width: 35px;
    }

    .download-box div{
        padding-top: 20px;
    }

    .download-title{
        font-size: 12px;
    }
  }


/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact-map{
    padding-top: 140px;
  }
  .map {
    height: 522px;
  }
  .map iframe {
      width: 100%;
      height: 522px;
      filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
  }

  .contact-content .list-item-text{
    font-size: 14px !important;
  }

  .contact-content .footer-list-item span.list-item-text {
    width: 100%;
  }


@media (max-width: 992px){
    .contact-map{
        padding-top: 80px;
      }
}
