.hoiet_service {
  padding: 100px 0;
}
.hoiet_service .hoiet_service_left{
 margin-right: 150px;
}
.hoiet_service_title h2 {
  font-size: 16px;
  display: inline-block;
  margin: auto;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  color: var(--color-primary);
}
.hoiet_service_title h3 {
  font-size: 36px;
  line-height: 1;
}
.hoiet_service_title p {
  width: 100%;
  padding: 20px 0px 10px 0px;
  margin-top: 10px;
}

.hoiet_service_btns .btn {
  display: inline-block;
  padding: 15px 30px;
  margin: 30px 0 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--color-primary);
  transition: 1s;
  border-radius: var(--button-radius);
}
.hoiet_service_btns .btn:hover {
  background: var(--btn-hover, --color-second);
}

.hoiet_service_img img {
  width: 100%;
}

.hoiet_service_right .em-service-title h3 {
  margin-bottom: 5px;
  font-size: 22px;
}

.hoiet_service_right .em-service-icon {
  margin: 0 20px 20px;
  width: 100px;
  padding: 28px;
  background: #cce5f6;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.hoiet_service_right {
   background: rgb(247 247 247);
   padding: 50px 80px;
}
.hoiet_service_right .text_box {
  border: 1px #ddd solid;
  box-shadow: 0px 0px 4px #cacaca;
  text-align: center;
  padding: 30px 60px;
  background: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.hoiet_service_right .text_box  .em-service-desc p{
  
}
.hoiet_service_right .text_box:hover .em-service-icon {
  background-color: var(--color-primary);
}

.hoiet_service_right .text_box:hover .em-service-icon img {
  filter: brightness(0) invert(1);
}



@media (min-width: 768px) and (max-width: 991px) {

  .hoiet_service_title.text-left p {
    margin: 0;
  }
  .hoiet_service_btns .btn {
    padding: 12px 25px;
  }
}

@media (max-width: 767px) {
  .hoiet_service_title h2 {
    font-size: 15px;
  }



  .hoiet_service p {
    font-size: 14px;
  }

  .hoiet_service_left .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 30px;
  }

  .hoiet_service_right .em-service-title h3 {
    font-size: 20px;
  }

  .hoiet_service_right .em-service-icon {
    width: 70px;
    padding: 15px;
  }
}

@media screen and (max-width: 1281px) {
  .hoiet_service_title h3 {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .hoiet_service_title h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .hoiet_service_title h3 {font-size: 26px;}
  .hoiet_service {padding: 30px 0;}
  .hoiet_service_right .text_box {width: 100%;}
  .hoiet_service .hoiet_service_left {margin-right: 0;}
}
@media screen and (max-width: 768px) {
  .hoiet_service_title h3 {font-size: 24px;}
  .hoiet_service_right {padding: 20px;}
}
@media screen and (max-width: 480px) {
  .hoiet_service_title h3 {font-size: 22px;}
}