/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS FOR MOBILE HERE.   ***************/

@media only screen and (max-width: 849px) {
    .product-short-info {
        text-align: center;
    }

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

    .go-to-tab {
        font-size: 11px;
    }

    .product-heading span {
        font-size: 22px;
    }

    .fuli-tab .tab {
        font-size: 16px;
    }

    .about-us-section .col-image {
      flex: 0 0 100%;
    max-width: 100%;
  }

  .product-heading .col-inner h2 {
    font-size: 24px;
  }


  .about-us-section .col-content {
    background-color: white !important;
    position: initial;
    margin-top: 15px;
  }

  .about-us-section .col-content .col-inner {
    padding: 15px;
  }

  .col-content .col-inner h2 {
    margin: 0 0 40px;
    color: #212529;
    font-weight: 500;
    text-transform: uppercase;
        font-size: 18px;
    line-height: 1.72;
    margin-bottom: 15px;
  }

  .col-content .col-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #737373;
  }

  .product-section .product-category-slide {
    padding: 30px 10px 10px 10px !important;
  }

  .tu-van-mobile p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
  }



  .tu-van-mobile h5 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: unset;
    letter-spacing: 0 !important;
  }

  .tu-van-mobile a {
    color: #fdb812;
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
  }

  .from_the_blog_excerpt {
    display: none;
  }

  .featured-news .post-title {
    font-size: 18px;
    line-height: 25px;
  }

  .featured-news .post-meta {
    text-align: left;

  }

  .featured-news .box-text-inner {
    text-align: left;
    padding-left:10px;
    padding-right:10px;
  }

  .featured-news .post-meta {
    font-size: 16px;
    line-height: 34px;
  }

  .product-heading {
    padding-top: 35px;
  }



}

/*************** ADD CUSTOM CSS FOR DESKTOP HERE.   ***************/
@media only screen and (min-width: 849px) {

  .featured-news .post-meta {
    font-size: 16px;
    line-height: 34px;
  }

  .featured-news .post-title {
    font-size: 25px;
    line-height: 35px;
  }


    .go-to-tab {
        font-size: 22px;
    }

    .product-heading span {
        font-size: 40px;
    }

    .fuli-tab .tab {
        font-size: 22px;
    }

    .fuli-button a {
        border: 1px solid #000000;
    padding: 10px 60px 10px 60px;
    }

    .product-attributes-col p {
        font-size: 15px;
      }

      .about-us-section .col-image {
        flex: 0 0 calc(50% + 30px);
        max-width: calc(50% + 30px);
    }

    .about-us-section .col-content .col-inner {
      position: absolute;
        top: 30px;
        right: 0;
        flex: 0 0 calc(50% + 30px);
        max-width: calc(50% + 30px);
        height: calc(100% - 90px);
        background: #fff;
        padding: 60px;
        box-shadow: 0px 3px 30px rgba(0,0,0,.05);
    }

    .about-us-section .col-content {
      background-color: red !important;
      position: initial;
    }

    .col-content .col-inner h2 {
      margin: 0 0 40px;
      font-size: 40px;
      line-height: 1.2;
      color: #212529;
      font-weight: 500;
      text-transform: uppercase;
    }

    .col-content .col-inner p {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 49px;
      color: #737373;
    }

    .product-heading .col-inner h2 {
      font-size: 40px;
    }

    .product-section .product-category-slide {
      padding: 20px 60px !important;
    }


}

.product-short-info .product-title {
    font-size: 20px;
}

.product-short-info .product-slogan {
    font-size: 36px;
    margin-bottom: 40px;
}

.product-short-info .product-attribute {
    font-size: 16px;
    font-weight: 500;
}

.section-title b {
height: 0px !important;
}

.product-heading span {
    
    text-transform: uppercase;
    font-weight: 700;
}

.custom-product-section-fuli .product-section .large-2 {
    max-width: 100%;
    flex-basis: 100%;
    display: none;
}

.custom-product-section-fuli .woocommerce-product-attributes {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.custom-product-section-fuli .product-section .large-10 {
    max-width: 100%;
    flex-basis: 100%;
    background-color: white;
}

.custom-product-section-fuli .product-section .large-2 .mt {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.fuli-tab .tab {
    text-align: center;
    min-width: 49%;
    flex-basis: 49%;
    background-color: white;
}

.section-go-to-link {
    position: sticky;
    top: 0;
    z-index: 999999;
}

.go-to-tab {
    border-bottom: 1px solid transparent;
    text-align: center;
    padding: 50px 0 !important;
    line-height: 70px;
    height: 70px;
    background-color: white;
}

.go-to-tab a {
    color: #222;
    font-weight: 400;
    transition: .3s ease-in-out;
}

  .fuli-button a:hover {
    color: #000000 !important;
    background-color: #fdb812bf;
    border: 1px solid #fdb812;
    transition: .3s ease-in-out;
  }

  .go-to-tab a:hover {
    color: #fdb812;
    transition: .3s ease-in-out;
  }

  .nav-line-bottom > li > a:before {
    background-color: #fdb812bf !important;
  }

  .fuli-form-title {
    font-size: 18px;
    font-weight: 500;
    color: black;
  }

  .fuli-form-title span {
    color: #e30000;
  }

  .trang-thiet-bi {
    height: 50px;
  }

  .chi-tiet-thiet-bi {
    height: 50px;
  }

  .thiet-bi-be-tong {
    height: 50px;
  }

  .equipment {
    height: 50px !important;
  }

  .ho-ten {
    height: 50px !important;
  }

  .dien-thoai {
    height: 50px !important;
  }

  .email {
    height: 50px !important;
  }

  .tru-so-cong-ty {
    height: 50px !important;
  }

  .submit-btn {
    width: 99%;
    height: 50px;
    background-color: #fdb812 !important;
    border: 0 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: black !important;
    position: absolute;
  }

  .fuli-product-thumbnail img {
    min-width: 100%;
  }


  
  /*************** ABOUT US SECTION ***************/



.about-us-section .col-image .col-inner {
    padding-left: 30px;
    padding-bottom: 30px;
    position: relative;
}

.about-us-section .col-image .col-inner:before {
  content: '';
  background: #5cc1ad;
  width: 170px;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-us-section .col-image .col-inner a {
  position: relative;
}

.about-us-section .col-image .col-inner img {
  vertical-align: middle;
    border-style: none;
}





.col-content .col-inner h4 {
  font-weight: 400;
  font-size: 18px;
  color: #298c79;
  line-height: 1.5;
  text-transform: uppercase;
}





.col-content p a {
  width: 134.84px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fdb812;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}

.product-heading .col-inner {
  text-align: center;
}

.product-heading .col-inner h4 {
  font-weight: 600;
  font-size: 18px;
  color: #298c79;
  line-height: 1.5;
  text-transform: uppercase;
}

.product-heading .col-inner h2 {
  margin: 0 0 40px;
  line-height: 1.2;
  color: #212529;
  font-weight: 500;
  text-transform: uppercase;
}

.product-section .product-featured {
  text-align: center;
  background: #fdb812bf;
  padding: 20px 30px !important;
  border: 1px solid #fdb812;
  transition: all .2s ease-in-out;
}

/* .product-section .product-featured:hover {
  box-shadow: 0px 1px 7px 0px rgba(0,0,0,.5);
} */

.product-section .product-featured p {
  font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.product-section .product-featured p a {
  color: #fdb812;
  display: inline-block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #fff;
  transition: all .4s ease-in-out;
}

.product-section .product-featured p a:hover {
  background: 0 0;
  color: #fff;
}

.product-section .product-category-slide {
  background: white;
}

.product-section .product-category-slide .slider .flickity-prev-next-button {
  box-shadow: none;
  opacity: 1;
}

.product-section .product-category-slide .flickity-viewport {
  line-height: 200px;
  text-align: center;
}

.product-section .product-category-slide .flickity-slider .col {
  padding: 12px;
  margin: 0px;
  position: absolute;
}

.product-section .product-category-slide .col-inner .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0 !important;
}

.product-section .product-category-slide .flickity-slider .box-text {
  padding: 0px !important;
}

.product-section .product-category-slide .flickity-slider .box-image {
  height: 115px !important;
}

.product-slider-home {
  background: white;
}

.product-section .product-category-slide .flickity-slider .box-image img {
  vertical-align: top;
}

.home-service-box h5 {
  text-transform: uppercase;
    font-size: 18px;
    color: #298c79;
    font-weight: 500;
    letter-spacing: 0 !important;
}

.home-service-box h6 {
  line-height: 1.72;
    font-size: 16px;
    text-align-last: center;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: 0 !important;
}

.hot-video-title .section-title .section-title-main {
  font-weight: 400;
    font-size: 18px;
    color: #fdb812;
    line-height: 1.5;
    text-transform: uppercase;
}

.hot-video-title .section-title-normal {
  border-bottom: 0 !important;
  margin-bottom: 0;
}

.hot-video-description-col h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #f5f5f5;
  text-transform: uppercase;
}

.hot-video-description-col p {
  color: #9d9d9d;
    font-size: 16px;
}

.hot-video-description-col .section-title-container {
    margin-bottom: 0;
}

.video-section .video-hot-slider .slider .flickity-prev-next-button {
  box-shadow: none;
  opacity: 1;
}

.video-section .video-hot-slider .slider .previous {
  left: -50px;
}

.video-section .video-hot-slider .slider .next {
  right: -50px;
}

.video-section svg {
  background-color: #fdb812;
  border: 0 !important
}

.featured-news .box-vertical .box-text {
  vertical-align: top !important;
  padding-top: 20px !important
}

.featured-news .post-title {
  margin-top: 0;
    font-weight: 700;
   
    text-align: left;
    color: #000;
}

.featured-news .from_the_blog_excerpt {
  font-size: 18px;
    color: #737373;
}

.featured-news button {
  margin-top: 1px !important;
    color: #fdb812;
}

.featured-news .post-meta {
  
    color: #9d9d9d;
}

.normal-news .post-title {
  font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.normal-news .post-meta {
  font-size: 16px;
    line-height: 34px;
    color: #9d9d9d;
}

.normal-news button {
  margin-top: 1px !important;
    color: #298c79;
	font-weight: 400;
	font-size: small;
}

.normal-news .is-divider {
  display: none;
}

.featured-news .is-divider {
  display: none;
}