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

/*************** ADD CUSTOM CSS HERE.   ***************/

.wrap-top-list .col-inner {
    counter-reset: div-counter;
  }
  .brand-text {
    text-align: center;
  }
  
  .brand-text h3 {
    font-size: 37px;
    color: #b11f1f;
    margin-bottom: 20px;
    line-height: 18px;
  }
  
  .brand-text p {
    color: #000000;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 23px;
  }
  .heading_001 span.section-title-main {
      background: -webkit-linear-gradient(#fbc700, #ffe892, #fbc700);
      -webkit-background-clip: text;
      -webkit-text-fill-color: #fff0;
      font-size: 40px;
  }
  
  .heading_001 .section-title.section-title-normal {
      border: navajowhite;
  }
  .row.item-nha-cai::before {
    content: counter(div-counter);
    position: absolute;
    color: #fff;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: #fff0; */
    left: 0;
    display: block;
    width: 60px;
    height: 100px;
    line-height: 77px;
    font-size: 33px;
    text-align: center;
    z-index: 1;
    font-weight: 700;
    top: -44px;
  }
  .row.item-nha-cai .img {
    width: 120px !important;
    margin-left: 50px;
    height: 120px;
    border-radius: 10px;
  }
  .row.item-nha-cai .col {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 10px;
    border-right: 2px solid red;
    min-height: 150px;
  }
  .row.item-nha-cai::after {
    background-image: url(/wp-content/themes/flatsome-child/images/icon_top.png);
    position: absolute;
    top: -35px;
    display: block;
    width: 60px;
    height: 90px;
    background-size: contain;
    content: " ";
    background-repeat: no-repeat;
    left: 0;
  }
  .item-nha-cai .icon-box p {
        /* background: -webkit-linear-gradient(#d54d4d, #ff9f9f, #d54d4d); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: #fff0; */
        font-weight: bold;
        line-height: 40px;
        text-decoration: underline !important;
        font-size: 20px;
        letter-spacing: 0.01rem;
  }
  .title_star p {
    color: #00fcff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 9px;
  }
 
  .btn_001 {
    width: 185px;
    background-image: url(images/bg_btn_1.png);
    background-repeat: no-repeat;
    border: none !important;
    height: 48px;
    text-align: left;
    background-size: 100% 100%;
  }
  .row.item-nha-cai {
    counter-increment: div-counter;
    position: relative;
    border: 2px solid red;
    border-radius: 20px;
    margin-bottom: 50px;
  }
  .row.item-nha-cai .col:last-child {
    border-right: none;
  }
  .btn_002 span,
  .btn_001 span {
    opacity: 0;
  }
  
  .btn_002{
    width: 185px;
    background-color: transparent !important;
    background-image: url(images/bg_btn_2.png);
    background-repeat: no-repeat;
    border: none !important;
    height: 48px;
    text-align: left;
    background-size: 100% 100%;
  }
  .btn_002:hover,
  .btn_001:hover {
    background-color: transparent !important;
  }
  @media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row.item-nha-cai {
      width: 90%;
    }
  
    .row.item-nha-cai .img {
      margin-left: 7px;
    }
  
    .brand-text h3 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 0px;
    }
  
    .row.item-nha-cai .col {
      border-bottom: 2px solid red;
      margin-bottom: 0;
    }
  
    .brand-text p {
      font-size: 15px;
      margin-bottom: 0;
    }
    .item-nha-cai .icon-box p {
      margin-bottom: 0;
      line-height: 29px;
     }
    .row.item-nha-cai .col:last-child {
      border: none;
    }
    .row.item-nha-cai .col:nth-child(3) {
      border-bottom: none;
  }
  .row.item-nha-cai .col:nth-child(2) {
      border-right: none;
  }
    .heading_001 span.section-title-main{
      font-size: 22px;
    }
    .heading_001{
      margin-bottom:0;
    }
  }
  