@charset "UTF-8";
/*Add font ================================*/
/* --------------------------------------*/
.full.service {
  margin: 2rem 0;
}
@media (min-width: 992px) {
  .full.service {
    margin: 4rem 0;
  }
}

#tth-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.list_service {
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 29px;
}
.list_service ul li {
  margin-bottom: 10px;
}
.list_service ul li a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #161616;
  display: block;
  background-color: #f5f5f5;
  padding: 15px 26px 15px 22px;
  position: relative;
}
@media (max-width: 980px) {
  .list_service ul li a {
    padding: 10px 15px 10px 15px;
  }
}
.list_service ul li a:hover, .list_service ul li a.current {
  color: #FFF;
  background: #2f80f0;
}
.list_service ul li a:hover:before, .list_service ul li a.current:before {
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.list_service ul li a:hover:after, .list_service ul li a.current:after {
  display: block;
}
.list_service ul li a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media (max-width: 980px) {
  .list_service ul li a:after {
    right: 10px;
  }
}

.about_us {
  background: #FFF;
  border-radius: 5px;
  padding: 21px 0px 27px;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .about_us {
    padding: 20px 10px;
  }
}
.about_us .title {
  font-size: 20px;
  color: #313131;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 34px;
}
@media (max-width: 980px) {
  .about_us .title {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.about_us .title:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #2f80f0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.about_us .banner_item {
  position: relative;
  padding-left: 63px;
  margin-bottom: 29px;
}
@media (max-width: 980px) {
  .about_us .banner_item {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}
.about_us .banner_item:last-child {
  margin-bottom: 0;
}
.about_us .banner_item p {
  font-size: 14px;
  color: #434343;
  font-weight: 300;
  padding: 0;
}
.about_us .banner_item p:first-child {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 980px) {
  .about_us .banner_item p:first-child {
    width: 30px;
  }
}
.about_us .banner_item p:nth-child(2) {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #343434;
  padding-bottom: 0px;
}
@media (max-width: 980px) {
  .about_us .banner_item p:nth-child(2) {
    padding-bottom: 0;
  }
}

.service .service_group_nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 2rem;
  border: 0;
}
.service .service_group_nav a {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #262626;
  text-transform: uppercase;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #e4e4e4;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 7px 10px;
  margin: 5px 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .service .service_group_nav a {
    font-size: 14px;
    padding: 3px 15px;
  }
}
@media (min-width: 992px) {
  .service .service_group_nav a {
    font-size: 14px;
    padding: 3px 20px;
  }
}
.service .service_group_nav a span {
  display: block;
  padding: 5px 0;
}
.service .service_group_nav a:hover, .service .service_group_nav a.active {
  color: #262626;
  background: #e0bc2d;
  border: 1px solid #f9f2d5;
}

.box_header {
  text-align: center;
}
.box_header h2 {
  color: #303030;
  font-size: 38px;
  font-family: "Arimo-Medium";
}

.tab-service .service_group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 2rem;
  border: 0;
}
.tab-service .service_group a {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #262626;
  text-transform: uppercase;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background: #e4e4e4;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 7px 10px;
  margin: 5px 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tab-service .service_group a {
    font-size: 14px;
    padding: 3px 15px;
  }
}
@media (min-width: 992px) {
  .tab-service .service_group a {
    font-size: 14px;
    padding: 3px 20px;
  }
}
.tab-service .service_group a span {
  display: block;
  padding: 5px 0;
}
.tab-service .service_group a:hover, .tab-service .service_group a.active {
  color: #262626;
  background: #e0bc2d;
  border: 1px solid #f9f2d5;
}

.box .box-title h1.title {
  font: 500 1.4666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #252525;
  background: #e1e1e1;
  border-left: 3px solid #f24a1b;
  min-width: 350px;
  max-width: 100%;
  display: inline-block;
  padding: 10px 20px;
}

.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%;
}

#gallery_slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#gallery_slider .slick-list {
  padding: 0 !important;
}
#gallery_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gallery_slider .item {
  background: #fafafa;
  width: 100%;
  display: block;
  padding-top: 47%;
  position: relative;
}
#gallery_slider .item img {
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#gallery_slider_thumb {
  background: #f4f4f4;
}
#gallery_slider_thumb .row_item {
  padding: 10px 35px;
}
#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
#gallery_slider_thumb .slick-arrow {
  background: rgba(41, 41, 41, 0.02);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f7b521;
  top: 50%;
  z-index: 99;
}
#gallery_slider_thumb .slick-arrow:before {
  color: #f7b521;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 8px;
  bottom: 2px;
}
#gallery_slider_thumb .slick-arrow.slick-prev {
  left: 0;
}
#gallery_slider_thumb .slick-arrow.slick-prev:before {
  content: "‹";
}
#gallery_slider_thumb .slick-arrow.slick-next {
  right: 0;
}
#gallery_slider_thumb .slick-arrow.slick-next:before {
  content: "›";
}
#gallery_slider_thumb a {
  width: 100%;
  display: block;
  padding: 0 4px;
}
#gallery_slider_thumb a .item {
  display: block;
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
#gallery_slider_thumb a .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail > .group {
  color: #006ece;
  padding: 10px 0;
}
#item_detail > .group a {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #006ece;
}
#item_detail > h1 {
  font-family: "Arimo-SemiBold";
  font-size: 38px;
  text-transform: uppercase;
  color: #2b2a2a;
}
#item_detail .date {
  padding: 10px 0 0;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Arimo-Regular";
}
#item_detail > .item-short {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #939393;
  padding-bottom: 10px;
}
#item_detail > .item-content {
  font-family: "Arimo-Regular";
  font-size: 16px;
  color: #5f5f5f;
  text-align: justify;
  padding: 10px 0;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content p {
  line-height: 1.6;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.box_r .box_service_advice {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  text-align: center;
  color: #fff;
  background: #ed1c24;
  padding: 30px;
}
.box_r .box_service_advice.sticky {
  position: fixed;
  top: 0;
}
.box_r .box_service_advice .title {
  text-transform: none;
  text-align: center;
  padding: 0;
  margin-bottom: 7px;
}
.box_r .box_service_advice .title:before {
  content: unset;
}
.box_r .box_service_advice .title h4 {
  font: 900 1.6rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 7px;
  position: relative;
}
.box_r .box_service_advice .title h4:before, .box_r .box_service_advice .title h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_r .box_service_advice .title h4:before {
  background: #fff;
  width: 116px;
  height: 1px;
  bottom: 0;
}
.box_r .box_service_advice .title h4:after {
  background: #fff;
  border-radius: 4px;
  width: 36px;
  height: 3px;
  bottom: -1px;
}
.box_r .box_service_advice .title p {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  max-width: 250px;
  margin: auto;
}
.box_r .box_service_advice .title p.note1 {
  display: none;
}
.box_r .box_service_advice .row {
  margin: 0;
}
.box_r .box_service_advice .row .fcol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.box_r .box_service_advice .row .fcol input {
  border-radius: 25px;
}
.box_r .box_service_advice .row .fcol .btn-send {
  font: 700 0.9333333333rem/150% "Arial", sans-serif;
  color: #ed1c24;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 4px rgba(149, 149, 149, 0.2);
          box-shadow: 0 0 0 4px rgba(149, 149, 149, 0.2);
  padding: 6px 14px;
}
.box_r .box_service_advice .row .fcol .btn-send i {
  padding-left: 10px;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.box_r .box_service_advice .row .fcol .btn-send:hover, .box_r .box_service_advice .row .fcol .btn-send:focus {
  color: #fff;
  background: #ed1c24;
}
.box_r .box_service_advice .row .fcol .btn-send:hover i, .box_r .box_service_advice .row .fcol .btn-send:focus i {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

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