/**css tuy chinh rieng cho tung trang**/
/*giới thiệu*/
.get-title .section-title h1.title {
  color: var(--main-color-one);
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 16px;
}
.get-title .section-title > h4.title {
  text-align: center;
  font-size: 16px;
  color: var(--paragraph-color);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}
.about_us .single-icon-box-04 .content h3.title {
  color: var(--main-color-one);
  text-align: center;
  font-weight: 600;
  font-size: 32px;
}
.about_us .single-icon-box-04 .content p {
  text-align: center;
  font-size: 16px;
  color: var(--main-color-one);
  font-weight: 400;
  margin-top: 30px;
}
/*tam nhin*/
.tam_nhin .single-icon-box-04 {
  border: 4px solid var(--main-color-two);
  padding: 38px 22px;
  margin-bottom:55px;
  position:relative;
}
.tam_nhin .single-icon-box-04 .content a {
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 0;
  color: var(--main-color-one);
  font-size: 32px;
  font-weight: 600;
}
.tam_nhin .single-icon-box-04 .content p {
  color: var(--paragraph-color);
  text-align: justify;
  margin-top: 16px;
}
.tam_nhin .single-icon-box-04 .content > p:before {
  position:absolute;
  content:"";
  top: -20px;
  height:40px;
  background-color:#fff;
  padding:0 32px;
  left: 32px;
  transform: rotateY(180deg) rotateX(180deg);
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  background-image: url(/assets/tenant/uploads/media-uploader/khoinguyen/4e1cc589-9565-492b-a655-aff95a4e826c-11728893540.png);
}
.tam_nhin .single-icon-box-04 .content > p:after {
  position:absolute;
  content:"";
  bottom: -20px;
  height:40px;
  background-color:#fff;
  padding:0 32px;
  right: 32px;
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  background-image: url(/assets/tenant/uploads/media-uploader/khoinguyen/4e1cc589-9565-492b-a655-aff95a4e826c-11728893540.png);
}
/*giá trị cốt lõi*/
.call-to-action-area .offer-item-wrap {
  padding:0;
}
/*liên hệ*/
.contact-inner-area .title {
  text-align:center;
}
.contact-inner-area .form {
  background-image: url(/assets/tenant/uploads/media-uploader/khoinguyen/pikaso-embed-11728282481.png);
  background-size: cover;
  background-position: right center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  padding: 3% 10%;
}
.contact-inner-area .title .content-area .section-title h4.title {
  white-space: nowrap;
    letter-spacing: 0;
    color: var(--main-color-one);
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 42px;
    text-align: center;
}

.call-to-action-area {
  background-image: url(/assets/tenant/uploads/media-uploader/khoinguyen/fff1731573130.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.call-to-action-area .section-title h3.title {
  white-space: nowrap;
  letter-spacing: 0;
  color: var(--main-color-one);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 42px;
  text-align: center;
}
.call-to-action-area .offer-single-item {
  display:flex;
  margin-bottom:15px;
  padding:0 !important;
}
.call-to-action-area .offer-single-item .content h4.title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: var(--main-color-one);
  margin-bottom: 12px;
  cursor:default;
}
.call-to-action-area .offer-single-item .content h4.title a {
  pointer-events: none;
}
.call-to-action-area .offer-single-item .icon > i {
  font-size: 60px;
  margin-right: 24px;
  color: var(--main-color-two);
}
.call-to-action-area .offer-single-item .content > p {
  font-size: 16px;
  color: var(--paragraph-color);
  font-weight: 400;
  margin-bottom: 20px;
  text-align:justify;
}
@media only screen and (max-width: 991px) {
  
}

@media only screen and (max-width: 767px) {
  .tam_nhin .single-icon-box-04 .content a h3.title {
    font-size: 24px;
  }
  .contact-inner-area .title .content-area .section-title h4.title {
    font-size: 24px;
  }
}

@media only screen and (max-width:430px) {

}