.s-slide-13 .slick-list::before {
    padding-bottom: calc(36% + 3px);
}
/* .s-slide-13 .slick-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(159 4 4 / 10%), transparent);
} */
.s-slide-13 .slick-arrow {
    background-color: rgb(203, 1, 2, 50%);
}
.s-slide-13 .slick-arrow:hover {
    background-color: rgb(203, 1, 2, 80%);
}
.s-slide-13 .slick-arrow::before, .s-slide-13 .slick-arrow:hover::before {
    color: #fff;
}
.s-slide-13 .slick-prev {
    left: 10px;
}
.s-slide-13 .slick-next {
    right: 10px;
}
.s-gioithieu {
    padding: 50px 0;
    position: relative;
}
.s-gioithieu::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 73%;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
}
.s-gioithieu::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 27%;
    right: 0;
    top: 0;
    background-color: #5daf3e;
    z-index: -1;
}
.s-gioithieu .title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px
}
.s-gioithieu .title span {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    color: #d40001;
    letter-spacing: -1px
}
.s-gioithieu .desc {
    line-height: 1.6;
    color: #000;
    margin-bottom: 30px;
    text-align: justify
}
.s-gioithieu .ht-ratio--75 {
    border-radius: 15px;
    box-shadow: 10px 10px 1px #f5f5f5;
}
.s-sanpham {
    padding: 20px 0;
}
.s-dichvu {
    background-color: #f5f5f5;
    padding: 50px 0 20px;
}
.s-tintuc {
    padding: 50px 0 10px;
}
.s-tintuc .slick-slider {
    z-index: 1;
}
.s-tintuc .slick-slider .slick-list {
    margin: 0 25px;
}
.s-tintuc .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 3) - 20px);
    float: left;
}
.s-tintuc .slick-slider .item:nth-child(n+4) {
    display: none
}
.s-tintuc .slick-slider .item.slick-slide:nth-child(n+4) {
    display: block;
}
.s-tintuc .slick-slider .item {
    margin: 0 10px;
}
.s-tintuc .b-card-39 {
    height: 100%;
    margin-bottom: 0;
}
/* BEGIN s-home-3 */
.s-home-3{
  position: relative;
  padding: 50px 0;
}
.s-home-3 .s_content{
  display: flex;
}
.s-home-3 .s_content .s_lbox{
  width: 50%;
  margin-right: 20px;
}
.s-home-3 .s_content .s_rbox{
  width: calc(50% - 20px);
}
.s-home-3 .s_content .s_rbox > ul {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.s-home-3 .s_content .s_rbox ul > li{
  width: 50%;
}
.s-home-3 .s_content .s_rbox ul > li .b-card-5 {
  margin: 0 10px 10px 0;
}
.s-home-3 .s_content .s_rbox .b-card-5 .b_content{
  padding: 10px;
}
.s-home-3 .s_content .s_rbox .b-card-5 .b_title {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.s-home-3 .s_content .s_rbox .b-card-5 .b_overlay .icon {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.s-home-3 .c-modal-box {
            max-width: 70%;
            width: 70%;
        }
        .s-home-3 .c-modal-box iframe {
            display: block;
            height: 520px;
        }

/* END s-home-3 */

/* BEGIN b-card-5 */
.b-card-5 {
  display: block;
}
.b-card-5 .ht-ratio--55::before{
  padding-bottom: 55%;
}
.b-card-5 .b_content{
  padding: 20px;
  background: #f2f2f2;
  border-bottom: 2px solid #d40001;
}
.b-card-5 .b_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125em;
  text-transform: uppercase;
  transition: 0.3s color ease-in-out;
}
.b-card-5:hover .b_title {
  color: #d40001;
}
.b-card-5:hover .b_overlay{
  opacity: 0.7;
}
.b-card-5 .b_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}
.b-card-5 .b_overlay .icon{
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
/* END b-card-5 */



@media (max-width: 1250px) {
            .s-home-3 .c-modal-box {
                max-width: 90%;
                width: 90%;
            }
        }

@media(max-width: 991px){
  .s-home-3 .s_content {
    flex-direction: column;
  }
  .s-home-3 .s_content .s_lbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .s-home-3 .s_content .s_rbox{
    width: 100%;
  }
  .s-gioithieu .ht-ratio--75 {
    margin-top: 20px;
  }
  .s-gioithieu::before {
    width: 100%;
  }
  .s-gioithieu::after {
    display: none
  }
}
@media(max-width: 767px){
    .s-gioithieu .title span {
        font-size: 30px
    }
}
@media (max-width: 575px) {
    .s-gioithieu {
        padding: 30px 0;
    }
    .s-gioithieu .title span {
        font-size: 25px
    }
    .s-gioithieu .desc {
        margin-bottom: 15px;
    }
    .s-sanpham {
        padding: 10px 0;
    }
    .s-tintuc {
        padding: 30px 0 0;
    }
    .b-card-5 .b_title {
        font-size: 15px;

    }
    .b-card-5 .b_content {
        padding: 10px 15px;
    }
    .s-home-3 {
        padding: 30px 0;
    }
}
@media(max-width: 479px){
  .s-home-3 .s_content .s_lbox {
    margin-bottom: 15px;
  }
  .b-card-5 .b_content {
    padding: 15px;
  }
  .s-home-3 .s_content .s_rbox .b-card-5 .b_title {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
  .s-home-3 .s_content .s_rbox .b-card-5 .b_content {
    padding: 15px;
  }
  .s-home-3 .s_content .s_rbox ul > li {
    width: 100%;
  }
  .s-home-3 .s_content .s_rbox ul > li .b-card-5 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .s-home-3 .c-modal-box iframe {
                height: auto;
            }
  .b-card-5 .b_overlay .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .b-card-5 .b_title {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
    .s-gioithieu .title span {
        font-size: 20px
    }
    .s-slide-13 .slick-next {
        right: 2px;
    }
    .s-slide-13 .slick-prev {
        left: 2px;
    }
    .s-slide-13 .slick-arrow {
        width: 20px;
        height: 20px;
        font-size: 5px
    }
    .s-tintuc .slick-slider .slick-list {
        margin: 0 10px;
    }
    .s-tintuc .slick-slider .item {
        margin-bottom: 0 5px;
    }
    .s-home-3 .c-modal-box {
        min-width: auto;
    }
}