/** HOME ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .slider {
  overflow: hidden;
}
.gv_banner_block .slider .owl-carousel .owl-nav {
  margin-top: 0;
  padding: 0;
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 86px;
  width: 30px;
  border: 0;
  background: var(--primary-Color);
  margin: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 767px) {
  .gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] {
    height: 60px;
  }
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] i {
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-prev i {
  background-image: url("../images/svg/icb-prev.svg");
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-next i {
  background-image: url("../images/svg/icb-next.svg");
}
.gv_banner_block .slider .banner-item > a {
  display: block;
  width: 100%;
  position: relative;
}
.gv_banner_block .slider .banner-item > a img {
  width: 100%;
  height: auto;
}

/** Commit */
.gv_section_commit {
  position: relative;
  background: #e9e9e9;
  padding: 50px 0;
  overflow: hidden;
}
.gv_section_commit .head_section {
  margin-bottom: 24px;
}
.gv_section_commit .box {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
}
.gv_section_commit .box > .row {
  margin: 0;
  align-items: stretch;
}
.gv_section_commit .box > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
  min-height: 100%;
  border-right: 1px solid #cfcfcf;
}
.gv_section_commit .box > .row > [class*=col-]:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .gv_section_commit .box > .row > [class*=col-]:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .gv_section_commit .box > .row > [class*=col-] {
    border-right: 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .gv_section_commit .box > .row > [class*=col-]:last-child {
    border-bottom: 0;
  }
}
.gv_section_commit .box .commit-item .inner {
  padding: 40px 32px;
}
.gv_section_commit .box .commit-item .inner h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--second-Color);
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 16px;
}
.gv_section_commit .box .commit-item .inner h4::after {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  background: var(--second-Color);
  left: 0;
  bottom: 0;
}
.gv_section_commit .box .commit-item .inner .desc {
  font-size: 15px;
  line-height: 1.7;
}
.gv_section_commit .box .commit-item .inner .desc *:last-child {
  margin-bottom: 0;
}

/** About */
.gv_section_about {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .gv_section_about .container .row .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_section_about .container .row .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_section_about .head_section {
  padding-bottom: 20px;
}
.gv_section_about .desc {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}
.gv_section_about .button-x {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .gv_section_about .button-x {
    gap: 6px;
  }
}
.gv_section_about .button-x > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 20px;
  border-radius: 8px;
  background: var(--primary-Color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid var(--primary-Color);
}
.gv_section_about .button-x > a svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
.gv_section_about .button-x > a:hover {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
.gv_section_about .button-x > a.hdx-phone {
  border-color: #f80000;
  background: transparent;
  color: #f80000;
}
.gv_section_about .button-x > a.hdx-phone svg {
  fill: #f80000;
}
.gv_section_about .button-x > a.hdx-phone:hover {
  background: #f80000;
  color: #fff;
}
.gv_section_about .button-x > a.hdx-phone:hover svg {
  fill: #fff;
}
.gv_section_about .image {
  margin-bottom: 20px;
}
.gv_section_about .image img {
  width: 100%;
  height: auto;
}
.gv_section_about .owl-carousel .about-item .img {
  padding-bottom: 70%;
  display: block;
  width: 100%;
  position: relative;
  background-position: center;
}
.gv_section_about .owl-carousel .about-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/** Gallery */
.gv_section_gallery {
  position: relative;
  overflow: hidden;
  padding: 25px 0 50px;
}
.gv_section_gallery .head_section {
  padding-bottom: 24px;
}
.gv_section_gallery .head_section .title {
  color: #000;
}
.gv_section_gallery .tab-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
.gv_section_gallery .tab-menu > li {
  display: block;
}
.gv_section_gallery .tab-menu > li > a {
  line-height: 20px;
  padding: 14px 20px;
  border: 1px solid #e9e9e9;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  color: var(--primary-Color);
}
.gv_section_gallery .tab-menu > li.active > a {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_gallery .tab-data .gallery-item .image {
  margin-top: 12px;
  margin-bottom: 12px;
}
.gv_section_gallery .tab-data .gallery-item .image .img {
  padding-bottom: 70%;
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
}
.gv_section_gallery .tab-data .gallery-item .image .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_gallery .note {
  padding-top: 16px;
}
.gv_section_gallery .note p {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
}
.gv_section_gallery .note .button-x {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .gv_section_gallery .note .button-x {
    gap: 6px;
  }
}
.gv_section_gallery .note .button-x > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 20px;
  border-radius: 8px;
  background: var(--second-Color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid var(--second-Color);
}
.gv_section_gallery .note .button-x > a svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
.gv_section_gallery .note .button-x > a:hover {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
}
.gv_section_gallery .note .button-x > a.hdx-hotline {
  border-color: #f80000;
  background: transparent;
  color: #f80000;
}
.gv_section_gallery .note .button-x > a.hdx-hotline svg {
  fill: #f80000;
}
.gv_section_gallery .note .button-x > a.hdx-hotline:hover {
  background: #f80000;
  color: #fff;
}
.gv_section_gallery .note .button-x > a.hdx-hotline:hover svg {
  fill: #fff;
}
.gv_section_gallery .note .button-x > a.hdx-phone {
  border-color: var(--second-Color);
  background: transparent;
  color: var(--second-Color);
}
.gv_section_gallery .note .button-x > a.hdx-phone svg {
  fill: var(--second-Color);
}
.gv_section_gallery .note .button-x > a.hdx-phone:hover {
  background: var(--second-Color);
  color: #fff;
}
.gv_section_gallery .note .button-x > a.hdx-phone:hover svg {
  fill: #fff;
}

/** Place */
.gv_section_place {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gv_section_place .box {
  background: #fff;
  border-radius: 4px;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .gv_section_place .box {
    padding: 20px 20px;
  }
}
.gv_section_place .box > .row {
  align-items: stretch;
}
@media (min-width: 992px) {
  .gv_section_place .box > .row {
    margin: 0 -36px;
  }
}
.gv_section_place .box > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 100%;
}
@media (min-width: 992px) {
  .gv_section_place .box > .row > [class*=col-] {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.gv_section_place .box > .row > [class*=col-]:first-child::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 2px;
  background: #ddd;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.gv_section_place .box > .row > [class*=col-]:last-child::before {
  display: none;
}
.gv_section_place .box .image {
  border: 1px solid var(--second-Color);
  padding: 10px;
  margin-bottom: 20px;
}
.gv_section_place .box .image .img {
  padding-bottom: 60%;
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
}
.gv_section_place .box .image .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_place .box .head_section {
  margin-bottom: 20px;
}
.gv_section_place .box .head_section .title {
  color: var(--second-Color);
  font-size: 20px;
  line-height: 1.6;
}
.gv_section_place .box .desc {
  font-size: 16px;
  line-height: 1.8;
}
.gv_section_place .box .desc *:last-child {
  margin-bottom: 0;
}

/** Proced */
.gv_section_proced {
  position: relative;
  overflow: hidden;
  background: #e9e9e9;
  padding: 50px 0;
}
.gv_section_proced .head_section {
  padding-bottom: 24px;
}
.gv_section_proced .owl-carousel .proced-item .box {
  background: #fff;
  border-radius: 4px;
  position: relative;
  margin-top: 50px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 50px;
}
.gv_section_proced .owl-carousel .proced-item .box .number {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
}
.gv_section_proced .owl-carousel .proced-item .box .number > span {
  height: 60px;
  width: 60px;
  background: var(--primary-Color);
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}
.gv_section_proced .owl-carousel .proced-item .box .info {
  min-height: 210px;
}
.gv_section_proced .owl-carousel .proced-item .box .info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 14px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  overflow: hidden;
}
.gv_section_proced .owl-carousel .proced-item .box .info .desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 162px;
  overflow: hidden;
}
.gv_section_proced .note {
  padding-top: 24px;
}
.gv_section_proced .note p {
  text-align: center;
  font-style: italic;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 12px;
}
.gv_section_proced .note .button-x {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .gv_section_proced .note .button-x {
    gap: 6px;
  }
}
.gv_section_proced .note .button-x > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 20px;
  border-radius: 8px;
  background: var(--primary-Color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid var(--primary-Color);
}
.gv_section_proced .note .button-x > a svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
.gv_section_proced .note .button-x > a:hover {
  border-color: #f80000;
  background: #f80000;
}

/** Service */
.gv_section_service {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gv_section_service::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--primary-Color);
  opacity: 0.87;
}
.gv_section_service .container {
  position: relative;
  z-index: 5;
}
.gv_section_service .container > .row {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .gv_section_service .container > .row .col-left {
    padding-bottom: 16px;
  }
}
.gv_section_service .head_section .title {
  color: #fff;
}
.gv_section_service .desc {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
  margin-bottom: 16px;
}
.gv_section_service .button-x > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 20px;
  border-radius: 8px;
  background: #f80000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #f80000;
}
.gv_section_service .button-x > a svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
.gv_section_service .button-x > a:hover {
  border-color: #f80000;
  background: #f80000;
}
.gv_section_service .owl-carousel {
  padding-bottom: 30px;
}
.gv_section_service .owl-carousel .owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.gv_section_service .owl-carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 8px;
  background: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 20px;
}
.gv_section_service .owl-carousel .owl-dots .owl-dot.active span {
  width: 26px;
  background: orange;
}
.gv_section_service .owl-carousel .service-item .box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.gv_section_service .owl-carousel .service-item .box .img {
  padding-bottom: 100%;
  display: block;
  background-position: center;
  width: 100%;
  position: relative;
}
.gv_section_service .owl-carousel .service-item .box .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_service .owl-carousel .service-item .box .name {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
.gv_section_service .owl-carousel .service-item .box .name > a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  display: block;
}

/** Choose */
.gv_section_choose {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.gv_section_choose .head_section {
  padding-bottom: 24px;
}
.gv_section_choose .owl-carousel .choose-item .inner {
  background: #f0f0f0;
  border-radius: 6px;
  padding: 32px 24px;
  position: relative;
}
.gv_section_choose .owl-carousel .choose-item .inner h4 {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.gv_section_choose .owl-carousel .choose-item .inner .divide {
  position: relative;
  height: 16px;
}
.gv_section_choose .owl-carousel .choose-item .inner .divide::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: var(--second-Color);
  top: 0;
}
.gv_section_choose .owl-carousel .choose-item .inner .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 125px;
}

/** Question */
.gv_section_question {
  position: relative;
  overflow: hidden;
  padding: 20px 0 50px;
}
.gv_section_question .box {
  background: #e9e9e9;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.gv_section_question .box > .row {
  align-items: center;
}
.gv_section_question .box > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_section_question .box > .row .col-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gv_section_question .box > .row .col-right {
    justify-content: flex-start;
  }
}
.gv_section_question .box .info {
  display: block;
  padding-left: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .gv_section_question .box .info {
    padding-left: 0;
    padding-top: 100px;
  }
}
.gv_section_question .box .info > span {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 767px) {
  .gv_section_question .box .info > span {
    left: 50%;
    transform: translateX(-50%);
  }
}
.gv_section_question .box .info > span img {
  width: 100%;
  height: 100%;
}
.gv_section_question .box .info h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .gv_section_question .box .info h4 {
    text-align: center;
  }
}
.gv_section_question .box .info .desc {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .gv_section_question .box .info .desc {
    text-align: center;
  }
}
.gv_section_question .box .button-x {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .gv_section_question .box .button-x {
    gap: 6px;
    align-items: center;
    align-content: center;
    flex-direction: unset;
  }
}
.gv_section_question .box .button-x > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 11px 20px;
  line-height: 20px;
  border-radius: 8px;
  background: var(--primary-Color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid var(--primary-Color);
}
.gv_section_question .box .button-x > a svg {
  height: 15px;
  width: 15px;
  fill: #fff;
}
.gv_section_question .box .button-x > a:hover {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
}
.gv_section_question .box .button-x > a.hdx-hotline {
  border-color: #f80000;
  background: transparent;
  color: #f80000;
}
.gv_section_question .box .button-x > a.hdx-hotline svg {
  fill: #f80000;
}
.gv_section_question .box .button-x > a.hdx-hotline:hover {
  background: #f80000;
  color: #fff;
}
.gv_section_question .box .button-x > a.hdx-hotline:hover svg {
  fill: #fff;
}

/** News */
.gv_section_news {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background: #f6f6f6;
}
.gv_section_news .head_section {
  margin-bottom: 24px;
}/*# sourceMappingURL=home.css.map */