
.item_post_dichvu {
  position: relative;
  margin-bottom: 30px;
}
.item_post_dichvu .item_post_img img {
  aspect-ratio: 400/456;
  transition: .3s all;
  z-index: -1;
  position: relative;
}
.item_post_content {
}
.item_post_dichvu .item_post_content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.item_post_dichvu .item_post_img::before {
  content: "";
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #9A282E 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_post_dichvu a {
  border-radius: 40px;
  overflow: hidden;
  display: flex;
}
.icon-logo-dv {
  position: absolute;
  top: 28px;
  left: 28px;
}
.item_post_dichvu:hover .morepost{
  color: #fff;
}
.item_post_dichvu:hover .morepost img{
  filter: brightness(0) invert(1);
}
.item_post_dichvu:hover .item_post_img img {
  transform: scale(1.05);

}
/*single dich vu*/
.main-dichvu-content {
  background-color: #F5F5F5;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.main-dichvu-content .left {
  padding: 24px 40px 24px 24px;
}
.singledichvu-title {
  font-size: 32px;
  font-weight: 700;
}
.main-dichvu-content .wp-post-image {
  aspect-ratio: 738/480;
  object-fit: cover;
  width: 100%;
}
/**/
.main-dv-loiich .banner {
  margin: 0 auto;
  display: block;
}


.item-dv-loiich h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #EF4A53;
  margin-bottom: 10px;
}
.item-dv-loiich {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 30px 0;
}
.item-dv-loiich .text {
  flex: 1;
  padding-left: 10px;
}
@media only screen and (min-width: 990px) {
  .main-dv-loiich .row {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .main-dv-loiich .col-md:nth-child(2n+1) {
    padding-right: 102px;
    text-align: right;
  }
  .main-dv-loiich  .col-md:nth-child(2n) {
    padding-left:120px
  }

  .main-dv-loiich .col-md:nth-child(2n) .item-dv-loiich::before {
    content: "";
    background-image: url(images/icon-loiich.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    display: block;
    margin-right: 10px;
    margin-top: 22px;
  }
  .main-dv-loiich .col-md:nth-child(2n+1) .item-dv-loiich::after {
    content: "";
    background-image: url(images/icon-loiich.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    display: block;
    margin-left: 10px;
    margin-top: 22px;
    order: 3;
  }
  .main-dv-loiich .col-md:nth-child(2n+1) .item-dv-loiich img {
    order: 2;
  }
  .main-dv-loiich .col-md:nth-child(2n+1) .item-dv-loiich .text {
    padding-left: 0;
    padding-right: 10px;
  }
  /**/
  .main-dv-loiich .col-md:nth-child(1) {
    right: -25px;
    position: relative;
  }
  .main-dv-loiich .col-md:nth-child(1) .item-dv-loiich::after {
    position: absolute;
    right: -50px;
    top: 0;
  }

  .main-dv-loiich .col-md:nth-child(2) {
    position: relative;
    left: -25px;
  }
  .main-dv-loiich .col-md:nth-child(2) .item-dv-loiich::before {
    position: absolute;
    left: -34px;
    top: 0;
  }

  .main-dv-loiich .col-md:nth-child(5) {
    right: -10px;
    position: relative;
  }
  .main-dv-loiich .col-md:nth-child(5) .item-dv-loiich::after {
    position: absolute;
    right: -50px;
    top: 0;
  }

  .main-dv-loiich .col-md:nth-child(6) {
    position: relative;
    left: -25px;
  }
  .main-dv-loiich .col-md:nth-child(6) .item-dv-loiich::before {
    position: absolute;
    left: -34px;
    top: 0;
  }
}
/**/
.item-dv-quy_trinh {
  margin-bottom: 30px;
}
.info-quytrinh {
  background-color: #E84115;
  padding: 20px;
  aspect-ratio: 360/243;
  border-radius: 24px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  width: 90%;
  margin: -50px auto 0;
}
.info-quytrinh h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.info-quytrinh p {
  color: ;
  color: rgba(255, 255, 255, 0.80);
}
.info-quytrinh .num {
  color: #E84115;
  font-size: 20px;
  background-color: #fff;
  font-weight: 800;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.info-quytrinh .head img {
  filter: brightness(0) invert(1);
}
.item-dv-quy_trinh .banner {
  border-radius: 24px;
}
/**/
.btn-times.close-popup {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #D7D7D7;
  color: #fff;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}

#popup_dat_lich h3{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
#popup_dat_lich .wpcf7-form-control.wpcf7-text,
#popup_dat_lich .wpcf7-form-control.wpcf7-select,
#popup_dat_lich .wpcf7-form-control.wpcf7-tel{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #FAFAFA;
  box-shadow: 0 2px 3px -1px rgba(80, 14, 18, 0.16);
  margin-bottom: 20px;
  height: 47px;
}
#popup_dat_lich .wpcf7-form-control.wpcf7-submit {
  max-width: 260px;
  margin: 0 auto;
  background-color: #E84115;
  color: #fff;
  font-weight: 700;
  border: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .main-dichvu-content .left {
    padding: 20px 10px;
  }
  .singledichvu-title {
    font-size: 22px;
  }
  .item-dv-loiich {
    margin: 10px 0;
  }
  .main-dv-loiich .banner {
    display: none;
  }
  #popup_dat_lich h3 {
    font-size: 20px;
  }
}