@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
.full.service {
  padding-top: 30px;
}

@media (min-width: 992px) {
  #tth-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  #tth-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 30px;
  }
}

.service_group .box_header h2 {
  font: 800 1.8666666667rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 15px;
  position: relative;
}
.service_group .box_header h2:before, .service_group .box_header h2:after {
  content: "";
  position: absolute;
  left: 0;
}
.service_group .box_header h2:before {
  background: #015f9f;
  width: 55px;
  height: 1px;
  bottom: 0;
}
.service_group .box_header h2:after {
  background: #015f9f;
  border-radius: 4px;
  width: 22px;
  height: 1px;
  bottom: -4px;
}

.box .box-title {
  font: 800 1.3333333333rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 15px;
  position: relative;
}
.box .box-title:before, .box .box-title:after {
  content: "";
  position: absolute;
  left: 0;
}
.box .box-title:before {
  background: #015f9f;
  width: 55px;
  height: 1px;
  bottom: 0;
}
.box .box-title:after {
  background: #015f9f;
  border-radius: 4px;
  width: 22px;
  height: 1px;
  bottom: -4px;
}

.list_service .row {
  background: #fff;
}
.list_service .row h1 {
  display: inline-block;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #f20000;
  background: #ddd;
  padding: 5px 20px;
  padding-right: 5px;
  position: relative;
  z-index: 0;
}
.list_service .row h1:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 0 0 15px 0;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) skew(-15deg, 0);
      -ms-transform: translateY(-50%) skew(-15deg, 0);
          transform: translateY(-50%) skew(-15deg, 0);
  z-index: -1;
}
.list_service .row .list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.box_service_ot {
  background: #f9f9f9;
  border: 1px solid #f4f4f4;
  padding: 20px;
}
.box_service_ot label.title {
  font: 600 1.2rem/150% "Nunito", sans-serif;
  color: #000;
  margin-bottom: 10px;
}
.box_service_ot label.title:before, .box_service_ot label.title:after {
  background: #000;
}
.box_service_ot .list_item_service .row_item .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .box_service_ot .list_item_service .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .box_service_ot .list_item_service .row_item .col_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.box_service_ot .list_item_service .row_item .col_item .item .info {
  background: transparent;
  padding: 10px 0 0;
}
.box_service_ot .list_item_service .row_item .col_item .item .info h3 {
  padding-bottom: 0;
}
.box_service_ot .list_item_service .row_item .col_item .item .info h3 a {
  font: 300 1rem/150% "Nunito", sans-serif;
  color: #000;
}
.box_service_ot .list_item_service .row_item .col_item .item .info .short {
  display: none;
}
.box_service_ot .list_item_service .row_item .col_item + .col_item {
  border-top: 1px solid #eaeaea;
}

#item_detail > h1 {
  font: 800 1.8666666667rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 15px;
  position: relative;
}
#item_detail > h1:before, #item_detail > h1:after {
  content: "";
  position: absolute;
  left: 0;
}
#item_detail > h1:before {
  background: #015f9f;
  width: 55px;
  height: 1px;
  bottom: 0;
}
#item_detail > h1:after {
  background: #015f9f;
  border-radius: 4px;
  width: 22px;
  height: 1px;
  bottom: -4px;
}
#item_detail .date {
  font: 300 0.8rem/150% "Nunito", sans-serif;
  color: #9b9b9b;
  padding-bottom: 5px;
}
#item_detail .date i {
  color: #007528;
}
#item_detail .date span a {
  padding-left: 5px;
  font-size: 0.8rem;
  color: #1486d8;
}
#item_detail > .item-short {
  font-weight: bold;
}
#item_detail > .item-content {
  font: 300 1rem/150% "Nunito", sans-serif;
  color: #393939;
  padding-bottom: 20px;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#item_detail .btn_call {
  font: 300 1rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #015f9f;
  min-width: 244px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#item_detail .btn_call i {
  font-size: 1.2rem;
  color: #eadc28;
}
#item_detail .tool-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font: 600 0.9333333333rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#item_detail .tool-share ul li a {
  display: block;
}
#item_detail .tool-share ul li a i {
  color: #605657;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#item_detail .tool-share ul li a i:before {
  font-size: 1.6rem;
}
#item_detail .tool-share ul li.zalo-share-button {
  background: url(../../images/zalo-icon2.png) center center no-repeat;
  background-size: 21px 21px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 23px;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}

.list_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 0;
}
.list_tag .title_tag {
  font-size: 0.9333333333rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}
.list_tag .title_tag i {
  padding-right: 5px;
}
.list_tag > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4px;
}
.list_tag > ul li a {
  display: inline-block;
  font-size: 0.9333333333rem;
  text-transform: uppercase;
  color: #121212;
  background: #d7d7d7;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 8px 4px;
}

#other {
  background: #f5f5f5;
  width: 100vw;
  padding: 30px 0 10px;
  margin-left: calc(-50vw + 50%);
}

.list_other {
  width: 100%;
}
.list_other .list_other-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_other .list_other-title span {
  font: 800 1.8666666667rem/150% "Nunito", sans-serif;
  text-transform: uppercase;
  color: #015f9f;
  margin-bottom: 15px;
  position: relative;
}
.list_other .list_other-title span:before, .list_other .list_other-title span:after {
  content: "";
  position: absolute;
  left: 0;
}
.list_other .list_other-title span:before {
  background: #015f9f;
  width: 55px;
  height: 1px;
  bottom: 0;
}
.list_other .list_other-title span:after {
  background: #015f9f;
  border-radius: 4px;
  width: 22px;
  height: 1px;
  bottom: -4px;
}
.list_other .list_other-title .slide-control {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_other .list_other-title .slide-control .btn-arrow {
  font-size: 1.6rem;
  color: #289916;
  opacity: 0.8;
}
.list_other .list_other-title .slide-control .btn-arrow + .btn-arrow {
  padding-left: 5px;
}
.list_other .list_other-title .slide-control .btn-arrow:hover, .list_other .list_other-title .slide-control .btn-arrow:focus {
  opacity: 1;
}
.list_other .list_item {
  width: 100%;
}
.list_other .list_item .row_item .col_item .item .info {
  background: transparent;
  padding: 10px 0 0;
}
.list_other .list_item .row_item .col_item .item .info h3 {
  padding: 0;
}
.list_other .list_item .row_item .col_item .item .info h3 a {
  font: 300 1rem/150% "Nunito", sans-serif;
  color: #000;
}
.list_other .list_item .row_item .slick-list .slick-slide .col_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.list_other .list_item .row_item .row_empty {
  width: 100%;
  text-align: center;
}
.list_other .list_item .row_item .slick-arrow {
  width: unset;
  height: unset;
}
.list_other .list_item .row_item .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 4rem;
  font-weight: 300;
  color: #000;
}
.list_other .list_item .row_item .slick-arrow.slick-prev:before {
  content: "";
}
.list_other .list_item .row_item .slick-arrow.slick-next:before {
  content: "";
}

.paginate {
  margin-top: -12px;
}
/*# sourceMappingURL=service.css.map */