.content-page {
  min-height: 400px;
}

.content-page ul,
.content-page ol {
  padding-left: 25px;
  margin-bottom: 15px
}

.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  font-weight: bold
}

.btn-style-three {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 8px 8px 26px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--mainColor)
}

@media (max-width: 1025px) {
  .btn-style-three {
    padding: 5px 5px 5px 15px
  }
}

.btn-style-three:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: #000
}

.btn-style-three:hover:before {
  top: 0%
}

.btn-style-three:hover i {
  background-color: var(--mainColor)
}

.btn-style-three i {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 15px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background-color: #000
}

@media (max-width: 1025px) {
  .btn-style-three i {
    width: 40px;
    height: 40px;
    line-height: 40px
  }
}

.btn-style-three i svg {
  display: inline-block;
  max-width: 100%;
  height: auto
}

.btn-style-three .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block
}

.btn-style-three .btn-wrap .text-one {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%)
}

.btn-style-three .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.btn-style-three:hover .btn-wrap .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.btn-style-three:hover .btn-wrap .text-two {
  color: #fff
}

.btn-style-three:hover:before {
  top: -40%
}

.page-he-thong {
  margin-bottom: 30px;
  color: var(--textColor)
}

.page-he-thong .option-chos {
  background: #FFF4F1;
  border-radius: 10px;
  padding: 10px
}

.page-he-thong .option-chos.option-chos1 {
  border-radius: 10px 10px 0px 0px;
  padding-bottom: 0px
}

.page-he-thong .option-chos#option-chos {
  border-radius: 0px 0px 10px 10px;
  padding-top: 1px
}

.page-he-thong .option-chos .group-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.page-he-thong .option-chos .group-option .group-city,
.page-he-thong .option-chos .group-option .group-district {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (max-width: 1199px) {

  .page-he-thong .option-chos .group-option .group-city,
  .page-he-thong .option-chos .group-option .group-district {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.page-he-thong .option-chos .group-option .group-city .title,
.page-he-thong .option-chos .group-option .group-district .title {
  margin-bottom: 10px;
  display: block;
  color: var(--textColor)
}

.page-he-thong .option-chos .group-option .group-city select,
.page-he-thong .option-chos .group-option .group-district select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px 5px 12px;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: 1px solid var(--mainColor);
  outline: none !important;
  border-radius: 10px
}

.page-he-thong .option-chos .group-option .group-city select option,
.page-he-thong .option-chos .group-option .group-district select option {
  background-color: #fff;
  color: #000
}

.page-he-thong .option-chos .group-option .group-city select#city,
.page-he-thong .option-chos .group-option .group-district select#city {
  background-color: var(--mainColor) !important;
  color: #fff;
  background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/ico-select_1.png?1775525156190)
}

.page-he-thong .option-chos .group-option .group-city select#district,
.page-he-thong .option-chos .group-option .group-district select#district {
  background-color: #fff;
  color: #000;
  background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/ico-select_2.png?1775525156190)
}

.page-he-thong .option-chos .info-store {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 10px
}

@media (max-width: 991px) {
  .page-he-thong .option-chos .info-store {
    height: auto;
    max-height: 220px;
    padding-right: 10px
  }
}

.page-he-thong .option-chos .info-store::-webkit-scrollbar {
  width: 5px;
  background-color: var(--mainColor)
}

.page-he-thong .option-chos .info-store::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: var(--mainColor)
}

.page-he-thong .option-chos .info-store::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5
}

.page-he-thong .option-chos .info-store .store-list {
  padding: 5px 10px;
  line-height: 24px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff
}

.page-he-thong .option-chos .info-store .store-list .name-cuahang {
  color: var(--mainColor);
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  font-family: "Raleway", sans-serif
}

.page-he-thong .option-chos .info-store .store-list .store-name {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center
}

.page-he-thong .option-chos .info-store .store-list .store-name b {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #949494;
  border-radius: 50%;
  margin-right: 10px;
  padding: 5px;
  margin-right: 10px
}

.page-he-thong .option-chos .info-store .store-list .store-name b path {
  fill: var(--mainColor)
}

.page-he-thong .option-chos .info-store .store-list .store-phone {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  align-items: center
}

.page-he-thong .option-chos .info-store .store-list .store-phone b {
  min-width: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #949494;
  border-radius: 50%;
  margin-right: 10px;
  padding: 5px
}

.page-he-thong .option-chos .info-store .store-list .store-phone b path {
  fill: var(--mainColor)
}

.page-he-thong .option-chos .info-store .store-list .store-phone .phone-url {
  margin-right: 15px;
  color: var(--mainColor)
}

.page-he-thong .option-chos .info-store .store-list .store-phone .phone-url:hover {
  color: var(--subColor)
}

.page-he-thong .option-chos .info-store .store-list .store-url {
  background: var(--mainColor);
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff
}

.page-he-thong .option-chos .info-store .store-list .store-url svg path {
  fill: #fff;
  stroke: #fff
}

.page-he-thong .option-chos .info-store .store-list .store-url b {
  margin-right: 10px
}

.page-he-thong .option-chos .info-store .store-list .store-url:hover {
  background: var(--subColor)
}

.page-he-thong .option-chos .info-store .store-list:hover,
.page-he-thong .option-chos .info-store .store-list.active {
  border: 1px solid var(--mainColor)
}

.page-he-thong .wrapcontact {
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  border-radius: 10px
}

@media (max-width: 767px) {
  .page-he-thong .wrapcontact {
    height: auto
  }
}

.page-he-thong .wrapcontact iframe {
  width: 100% !important;
  height: 100vh !important;
  border: none !important
}

@media (max-width: 767px) {
  .page-he-thong .wrapcontact iframe {
    height: 400px !important
  }
}

.page-he-thong .pagebody {
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  border-radius: 10px
}

@media (max-width: 767px) {
  .page-he-thong .pagebody {
    height: auto
  }
}

.page-he-thong .pagebody iframe {
  width: 100% !important;
  height: 100vh !important;
  border: none !important
}

@media (max-width: 767px) {
  .page-he-thong .pagebody iframe {
    height: 400px !important
  }
}

@media (max-width: 991px) {
  .page-he-thong .col-left {
    margin-bottom: 30px
  }
}

.page-he-thong .form-control {
  height: 35px;
  border: 1px solid var(--mainColor);
  width: 100%;
  min-height: 35px;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 0px
}

.page-he-thong .col-6 {
  margin-bottom: 30px
}

.hethong-info {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #FFF4F1;
  border-radius: 10px
}

@media (min-width: 767px) and (max-width: 992px) {
  .hethong-info {
    padding: 15px
  }
}

.hethong-info .item {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex
}

@media (max-width: 767px) {
  .hethong-info .item {
    justify-content: left;
    margin-bottom: 15px
  }
}

.hethong-info .item .thump {
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 100%;
  background-size: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}

.hethong-info .item .thump img {
  max-height: 55px
}

@media (min-width: 767px) and (max-width: 992px) {
  .hethong-info .item .thump {
    width: 45px;
    height: 45px
  }

  .hethong-info .item .thump img {
    max-height: 45px
  }
}

.hethong-info .item span {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400
}

.page-faq .content-page {
  background: #fff;
}

@media (max-width: 992px) {
  .page-faq .content-page {
    padding-left: 0px
  }
}

.page-faq .product-fpt-with-stick-tab {
  margin-bottom: 35px
}

.page-faq .faq-title {
  color: var(--textColor);
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px
}

@media (max-width: 1025px) {
  .page-faq .faq-title {
    font-size: 3rem;
    line-height: 36px
  }
}

@media (max-width: 767px) {
  .page-faq .faq-title {
    font-size: 2rem;
    line-height: 32px
  }
}

.page-faq .faq {
  list-style: none;
  padding-left: 0px
}

.page-faq .faq ul,
.page-faq .faq ol {
  list-style: initial !important
}

.page-faq .faq li {
  background-color: #efefef;
  border-radius: 40px;
  margin-bottom: 20px
}

.page-faq .faq li:last-child {
  margin-bottom: 0px
}

.page-faq .faq li h4 {
  font-size: 16px;
  position: relative;
  padding-right: 10px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 15px;
  border-radius: 40px;
  padding-right: 50px
}

.page-faq .faq li h4 .icon_nex {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
  background: var(--mainColor);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.page-faq .faq li h4 .icon_nex svg {
  width: 16px;
  height: 16px
}

.page-faq .faq li .content-faq {
  padding: 15px
}

.page-faq .faq li:hover h4 {
  color: #fff;
  background-color: var(--mainColor)
}

.page-faq .faq li:hover .icon_nex {
  background: #000
}

.page-faq .faq li.active {
  background-color: #efefef
}

.page-faq .faq li.active .icon_nex {
  background: #000;
  transform: translate(0%, -50%) rotate(90deg)
}

.page-faq .faq li.active h4 {
  color: #fff;
  background-color: var(--mainColor)
}

.page-faq .box_right_faq {
  margin-bottom: 30px
}

@media (min-width: 767px) {
  .page-faq .box_right_faq {
    position: sticky;
    top: 90px
  }
}

.page-faq .box_right_faq .section-title-about {
  text-align: left;
  margin-bottom: -5px
}

.page-faq .box_right_faq .section-title-about .sub_title {
  font-size: 1.4rem;
  color: var(--mainColor);
  position: relative;
  font-weight: 700;
  display: flex;
  gap: 15px;
  align-items: center;
  text-transform: uppercase;
  padding-left: 60px
}

.page-faq .box_right_faq .section-title-about .sub_title::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 12px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--mainColor)
}

.page-faq .box_right_faq .section-title-about h2 {
  color: var(--textColor);
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
  .page-faq .box_right_faq .section-title-about h2 {
    font-size: 3rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .page-faq .box_right_faq .section-title-about h2 {
    font-size: 2rem;
    line-height: 36px
  }
}

.page-faq .box_right_faq .desc {
  color: var(--textColor);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 30px
}

@media (max-width: 1025px) {
  .page-faq .box_right_faq .desc {
    margin-bottom: 15px;
    font-size: 1.4rem
  }
}

.page-faq .box_right_faq .desc p {
  margin-bottom: 5px
}

@-webkit-keyframes circleanima {
  0% {
    opacity: 0.1
  }

  40% {
    opacity: 0.5
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }

  @keyframes circleanima {
    0% {
      opacity: 0.1
    }

    40% {
      opacity: 0.4
    }

    100% {
      width: 200%;
      height: 200%;
      opacity: 0
    }
  }
}

.page_about .section_about_1 {
  position: relative;
  display: block;
  text-align: center
}

@media (max-width: 992px) {
  .page_about .section_about_1 {
    margin-bottom: 40px
  }
}

.page_about .section_about_1 .box-content {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px
}

@media (max-width: 991px) {
  .page_about .section_about_1 .box-content {
    max-width: 100%
  }
}

.page_about .section_about_1 .title_about {
  font-size: 3rem;
  font-family: "Raleway", sans-serif;
  color: var(--subColor);
  position: relative;
  background-color: #fff;
  z-index: 1;
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px
}

@media (max-width: 1025px) {
  .page_about .section_about_1 .title_about {
    font-size: 2.4rem
  }
}

@media (max-width: 767px) {
  .page_about .section_about_1 .title_about {
    font-size: 1.8rem
  }
}

.page_about .section_about_1 .content_about {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  color: var(--mainColor);
  font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
  .page_about .section_about_1 .content_about {
    font-size: 2.8rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .page_about .section_about_1 .content_about {
    font-size: 2rem;
    line-height: 36px
  }
}

@media (max-width: 767px) {
  .page_about .section_about_1 .key_item {
    display: block;
    margin-bottom: 10px
  }
}

.page_about .section_about_1 .key_item .fs-24 {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase
}

@media (max-width: 1025px) {
  .page_about .section_about_1 .key_item .fs-24 {
    font-size: 1.6rem
  }
}

.page_about .section_about_1 .key_item .number_count {
  font-size: 1.6rem;
  font-weight: 400
}

@media (max-width: 1025px) {
  .page_about .section_about_1 .key_item .number_count {
    font-size: 1.4rem
  }
}

.page_about .section_about_1 .key_item .number_count .fs-40 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--mainColor);
  line-height: 1
}

@media (max-width: 1025px) {
  .page_about .section_about_1 .key_item .number_count .fs-40 {
    font-size: 2.6rem
  }
}

.page_about .section_about_2 {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 992px) {
  .page_about .section_about_2 {
    padding: 40px 0
  }
}

.page_about .section_about_2 ul {
  list-style: inherit;
  padding-left: 25px;
  margin-bottom: 10px
}

.page_about .section_about_2 .img_about {
  overflow: hidden
}

.page_about .section_about_2 .img_about img {
  border-radius: 20px
}

@media (min-width: 767px) {
  .page_about .section_about_2 .row {
    align-items: center
  }
}

.page_about .section_about_2 .title_about {
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  color: var(--mainColor);
  font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
  .page_about .section_about_2 .title_about {
    font-size: 2.8rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .page_about .section_about_2 .title_about {
    font-size: 2rem;
    line-height: 36px
  }
}

.page_about .section_about_2 .content_about {
  font-size: 16px;
  font-weight: 400
}

.page_about .section_about_3 {
  background-color: #fff
}

@media (max-width: 992px) {
  .page_about .section_about_3 {
    padding: 40px 0
  }
}

.page_about .section_about_3 .img_about {
  overflow: hidden
}

.page_about .section_about_3 .img_about img {
  border-radius: 20px
}

@media (min-width: 767px) {
  .page_about .section_about_3 .row {
    align-items: center
  }
}

.page_about .section_about_3 .title_about {
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  color: var(--mainColor);
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
  display: block
}

@media (max-width: 1025px) {
  .page_about .section_about_3 .title_about {
    font-size: 2.8rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .page_about .section_about_3 .title_about {
    font-size: 2rem;
    line-height: 36px
  }
}

.page_about .section_about_3 .item_img {
  position: relative
}

.page_about .section_about_3 .item_img img {
  width: 100%;
  border-radius: 20px
}

.page_about .section_about_3 .item_img {
  height: 100%;
  position: relative
}

.page_about .section_about_3 .item_img img {
  position: absolute;
  width: 100%;
  height: calc(100% - 1.5rem);
  left: 0;
  top: 0;
  object-fit: cover
}

.page_about .section_about_3 .item_img {
  margin-bottom: 1.5rem
}

.page_about .section_about_3 .item_img img {
  position: static;
  width: 100%;
  height: auto
}

.page_about .section_about_3 .item_value {
  position: relative;
  padding-bottom: 95%;
  background: #f8f8f8;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px
}

.page_about .section_about_3 .item_value .value_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column
}

.page_about .section_about_3 .item_value .value_inner .num {
  color: var(--textColor);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold
}

.page_about .section_about_3 .item_value .value_inner h3 {
  color: var(--mainColor);
  padding-bottom: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin-bottom: 1.5rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.page_about .section_about_3 .item_value .value_inner h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #666666;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.page_about .section_about_3 .item_value .value_inner .description {
  min-height: 126px
}

.page_about .section_about_3 .item_value .value_inner .icon_img {
  position: absolute;
  right: 2rem;
  top: 2rem
}

.page_about .section_about_3 .item_value .value_inner .icon_img img {
  height: 70px;
  width: auto
}

.page_about .section_about_3 .item_value:hover {
  background: var(--subColor);
  color: #FFFFFF;
  box-shadow: 7px 7px 25px 0 rgba(15, 20, 91, 0.3)
}

.page_about .section_about_3 .item_value:hover .num {
  color: #FFFFFF
}

.page_about .section_about_3 .item_value:hover h3 {
  color: #e17126
}

.page_about .section_about_3 .item_value:hover h3:before {
  background: #FFFFFF
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page_about .section_about_3 .item_value .value_inner h3 {
    margin-bottom: 1rem;
    padding-bottom: 1rem
  }

  .page_about .section_about_3 .item_value .value_inner .icon_img img {
    height: 50px
  }
}

@media (max-width: 767px) {
  .page_about .section_about_3 .item_value {
    padding-bottom: 0
  }

  .page_about .section_about_3 .item_value .value_inner {
    position: static
  }

  .page_about .section_about_3 .item_value .value_inner .icon_img {
    top: 1rem;
    right: 1rem
  }

  .page_about .section_about_3 .item_value .value_inner .icon_img img {
    height: 60px
  }

  .page_about .section_about_3 .item_value .value_inner .description {
    min-height: unset
  }
}

.page_about .section_about_3 .fs-60 {
  font-size: 60px
}

.page_about .section_about_3 .fs-50 {
  font-size: 50px
}

.page_about .section_about_3 .fs-40 {
  font-size: 40px
}

.page_about .section_about_3 .fs-30 {
  font-size: 30px
}

.page_about .section_about_3 .fs-26 {
  font-size: 26px
}

.page_about .section_about_3 .fs-24 {
  font-size: 24px
}

.page_about .section_about_3 .fs-20 {
  font-size: 20px
}

.page_about .section_about_3 .fs-18 {
  font-size: 18px
}

.page_about .section_about_3 .fs-16 {
  font-size: 16px
}

.page_about .section_about_3 .fs-13 {
  font-size: 13px
}

@media (min-width: 768px) and (max-width: 1199px) {
  .page_about .section_about_3 .fs-60 {
    font-size: 40px
  }

  .page_about .section_about_3 .fs-40 {
    font-size: 25px
  }

  .page_about .section_about_3 .fs-30 {
    font-size: 20px
  }

  .page_about .section_about_3 .fs-26 {
    font-size: 19px
  }

  .page_about .section_about_3 .fs-24 {
    font-size: 18px
  }

  .page_about .section_about_3 .fs-20 {
    font-size: 17px
  }

  .page_about .section_about_3 .fs-18 {
    font-size: 16px
  }

  .page_about .section_about_3 .fs-16 {
    font-size: 12px
  }
}

@media (max-width: 767px) {
  .page_about .section_about_3 .fs-60 {
    font-size: 30px
  }

  .page_about .section_about_3 .fs-50 {
    font-size: 28px
  }

  .page_about .section_about_3 .fs-40 {
    font-size: 25px
  }

  .page_about .section_about_3 .fs-30 {
    font-size: 22px
  }

  .page_about .section_about_3 .fs-26 {
    font-size: 20px
  }

  .page_about .section_about_3 .fs-24 {
    font-size: 18px
  }

  .page_about .section_about_3 .fs-20 {
    font-size: 16px
  }

  .page_about .section_about_3 .fs-18 {
    font-size: 15px
  }

  .page_about .section_about_3 .fs-16 {
    font-size: 14px
  }

  .page_about .section_about_3 .fs-13 {
    font-size: 12px
  }
}

.section-index {
  padding: 60px 0
}

@media (max-width: 767px) {
  .section-index {
    padding: 40px 0
  }
}

.section_team {
  background-color: none !important;
  position: relative;
  overflow: hidden
}

.section_team .section-title-team {
  text-align: left;
  margin-bottom: -5px
}

.section_team .section-title-team .sub_title {
  font-size: 1.4rem;
  color: var(--mainColor);
  position: relative;
  font-weight: 700;
  display: flex;
  gap: 15px;
  align-items: center;
  text-transform: uppercase;
  padding-left: 60px
}

.section_team .section-title-team .sub_title::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 12px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--mainColor)
}

.section_team .section-title-team h2 {
  color: var(--textColor);
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
  .section_team .section-title-team h2 {
    font-size: 3rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .section_team .section-title-team h2 {
    font-size: 2rem;
    line-height: 36px
  }
}

.section_team .desc {
  color: var(--textColor);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px
}

@media (max-width: 1025px) {
  .section_team .desc {
    margin-bottom: 15px;
    font-size: 1.4rem
  }
}

.section_team .box_see_team {
  margin-top: 25px;
  display: block;
  text-align: center
}

.section_team .img_top_pos {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0.1%;
  right: -2%
}

@media (max-width: 1025px) {
  .section_team .img_top_pos {
    max-width: 60px
  }
}

.section_team .img_top_pos img {
  max-width: 100%;
  height: auto
}

.section_team .img_bot_pos {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 7%;
  left: 2%
}

@media (max-width: 1025px) {
  .section_team .img_bot_pos {
    max-width: 60px;
    bottom: 5px
  }
}

.section_team .jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.section_team .spin {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.section_team .swiper-container {
  position: relative
}

.section_team .swiper-container .swiper-pagination-bullets {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px
}

.section_team .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  font-size: 0;
  opacity: 1
}

.section_team .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all .2s;
  background: var(--mainColor)
}

.section_team .swiper-container .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  right: 8px;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translate(32px, -50%);
  -ms-transform: translate(32px, -50%);
  transform: translate(32px, -50%);
  margin-top: 0px;
  background-color: var(--mainColor);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px
}

@media (max-width: 1199px) {
  .section_team .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px
  }
}

@media (max-width: 1025px) {
  .section_team .swiper-container .swiper-button-next {
    width: 36px;
    height: 36px
  }
}

.section_team .swiper-container .swiper-button-next svg {
  width: 100%;
  height: 100%
}

.section_team .swiper-container .swiper-button-next svg path {
  stroke: #fff
}

.section_team .swiper-container .swiper-button-next:after {
  display: none
}

.section_team .swiper-container .swiper-button-next:hover {
  background-color: var(--subColor)
}

@media (max-width: 767px) {
  .section_team .swiper-container .swiper-button-next {
    display: none
  }
}

.section_team .swiper-container .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
  left: 8px;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translate(-32px, -50%) rotate(180deg);
  -ms-transform: translate(-32px, -50%) rotate(180deg);
  transform: translate(-32px, -50%) rotate(180deg);
  margin-top: 0px;
  background-color: var(--mainColor);
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  width: 60px;
  height: 60px
}

@media (max-width: 1199px) {
  .section_team .swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px
  }
}

@media (max-width: 1025px) {
  .section_team .swiper-container .swiper-button-prev {
    width: 36px;
    height: 36px
  }
}

.section_team .swiper-container .swiper-button-prev svg {
  width: 100%;
  height: 100%
}

.section_team .swiper-container .swiper-button-prev svg path {
  stroke: #fff
}

.section_team .swiper-container .swiper-button-prev:after {
  display: none
}

.section_team .swiper-container .swiper-button-prev:hover {
  background-color: var(--subColor)
}

@media (max-width: 767px) {
  .section_team .swiper-container .swiper-button-prev {
    display: none
  }
}

@media (max-width: 767px) {

  .section_team .swiper-container .swiper-button-next,
  .section_team .swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px
  }

  .section_team .swiper-container .swiper-button-next:after,
  .section_team .swiper-container .swiper-button-prev:after {
    font-size: 1.2rem
  }
}

.section_team .swiper-container .swiper-button-lock {
  display: none !important
}

.section_team .swiper-container .swiper-button-disabled {
  opacity: 0.35
}

.section_team .swiper-container:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.section_team .swiper-container:hover .swiper-button-next.swiper-button-disabled {
  opacity: 0.35
}

.section_team .swiper-container:hover .swiper-button-prev {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.section_team .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35
}

.section_team .swiper-container:hover .swiper-button-prev.swiper-button-lock {
  display: none
}

@media (max-width: 768px) {
  .section_team .swiper-container .swiper-button-next {
    right: 10px;
    display: block
  }

  .section_team .swiper-container .swiper-button-prev {
    left: 10px;
    display: block
  }
}

.section_team .team-card {
  position: relative
}

.section_team .team-card .team-img img {
  height: 442px;
  -o-object-fit: cover;
  object-fit: cover
}

.section_team .team-card .team-card-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  top: 325px;
  background: rgba(23, 23, 23, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0px;
  padding: 18px 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 575px) {
  .section_team .team-card .team-card-content {
    padding: 18px 20px
  }
}

.section_team .team-card .team-card-content .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
  width: 100%;
  text-align: start
}

.section_team .team-card .team-card-content .media .media-body {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.section_team .team-card .team-card-content .icon-btn {
  border: 0;
  background: var(--mainColor)
}

.section_team .team-card .team-card-content .icon-btn img {
  -webkit-filter: brightness(99) invert(0);
  filter: brightness(99) invert(0);
  -webkit-transition: 0.4s;
  transition: 0.4s
}

.section_team .team-card .team-card-content .icon-btn:hover {
  background: #fff
}

.section_team .team-card .team-card-content .icon-btn:hover img {
  -webkit-filter: none;
  filter: none
}

@media (max-width: 575px) {
  .section_team .team-card .team-card-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 338px
  }
}

.section_team .team-card .box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px
}

.section_team .team-card .box-title a {
  color: #fff
}

.section_team .team-card .box-title a:hover {
  color: var(--mainColor)
}

.section_team .team-card .team-desig {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -0.4em;
  display: block;
  color: #fff
}

.section_team .team-card .th-social {
  z-index: 1;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: auto;
  opacity: 0;
  visibility: hidden
}

.section_team .team-card .th-social a {
  display: inline-flex;
  text-align: center;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(189, 189, 189, 0.5);
  margin: 0;
  background: transparent;
  justify-content: center;
  align-items: center
}

.section_team .team-card .th-social a svg {
  width: 14px;
  height: 14px
}

.section_team .team-card .th-social a svg path {
  fill: #fff
}

.section_team .team-card .th-social a:hover {
  color: #fff;
  background: var(--mainColor)
}

.section_team .team-card:hover .team-card-content {
  top: 24px;
  padding: 24px 25px
}

@media (max-width: 575px) {
  .section_team .team-card:hover .team-card-content {
    top: 15px;
    padding: 20px
  }
}

.section_team .team-card:hover .th-social {
  opacity: 1;
  visibility: visible
}

.section_team .team-card.style6 {
  border-radius: 30px;
  overflow: hidden
}

.section_team .team-card.style6 .team-card-content {
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 16px;
  -ms-flex-line-pack: end;
  align-content: end;
  top: 320px
}

.section_team .team-card.style6 .team-card-content .media {
  margin-bottom: -25px;
  -ms-flex-item-align: self-end;
  align-self: self-end;
  -webkit-transition: 0.4s;
  transition: 0.4s
}

.section_team .team-card.style6 .team-card-content .th-social {
  margin-top: 0
}

.section_team .team-card.style6:hover .team-card-content {
  inset: 0;
  padding: 40px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 0)), to(rgba(23, 23, 23, 0.9)));
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.9) 100%);
  top: 0;
  -ms-flex-line-pack: end;
  align-content: end
}

.section_team .team-card.style6:hover .team-card-content .media {
  margin-bottom: 0
}

.section_team .team-card.style6:hover .th-social {
  margin-top: 30px
}

@media (max-width: 575px) {
  .section_team .team-card.style6 .team-card-content {
    top: 330px
  }
}

.section_team .icon-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: transparent;
  text-align: center;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  vertical-align: -20px
}

.section_team .th-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px
}

.section_team .th-social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
  border-radius: 50%
}

.section_brands {
  position: relative;
}

.section_brands .row {
  align-items: center
}

.section_brands .section-title-brand {
  text-align: left;
  margin-bottom: -5px
}

.section_brands .section-title-brand .sub_title {
  font-size: 1.4rem;
  color: var(--mainColor);
  position: relative;
  font-weight: 700;
  display: flex;
  gap: 15px;
  align-items: center;
  text-transform: uppercase;
  padding-left: 60px
}

.section_brands .section-title-brand .sub_title::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 12px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--mainColor)
}

.section_brands .section-title-brand h2 {
  color: var(--textColor);
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
  .section_brands .section-title-brand h2 {
    font-size: 3rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .section_brands .section-title-brand h2 {
    font-size: 2rem;
    line-height: 36px
  }
}

.section_brands .desc {
  color: var(--textColor);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px
}

@media (max-width: 1025px) {
  .section_brands .desc {
    margin-bottom: 15px;
    font-size: 1.4rem
  }
}

.section_brands ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}

@media (max-width: 767px) {
  .section_brands ul {
    margin-right: -7.5px;
    margin-left: -7.5px
  }
}

.section_brands ul li {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .section_brands ul li {
    padding-right: 7.5px;
    padding-left: 7.5px;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 15px
  }
}

.section_brands .img_brand {
  padding-bottom: 50%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 3px solid var(--mainColor)
}

@media (max-width: 767px) {
  .section_brands .img_brand {
    border: 2px solid var(--mainColor)
  }
}

.section_brands .img_brand img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3px;
  transition: all .3s ease
}

@media (max-width: 767px) {
  .section_brands .img_brand img {
    padding: 2px
  }
}

.section_brands .img_brand:hover {
  border: 3px solid var(--subColor)
}

@media (max-width: 767px) {
  .section_brands .img_brand:hover {
    border: 2px solid var(--subColor)
  }
}

.section_brands .img_brand:hover img {
  transform: scale(1.1)
}

.section_form {
  position: relative;
  background-color: #000;
  background-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/bg_form.png?1775525156190);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.section_form .row {
  align-items: center
}

.section_form .box_info_form {
  background-color: var(--mainColor);
  border-radius: 20px;
  padding: 30px
}

@media (max-width: 992px) {
  .section_form .box_info_form {
    padding: 15px
  }
}

@media (max-width: 767px) {
  .section_form .box_info_form {
    margin-bottom: 25px
  }
}

.section_form .box_info_form .item_contact {
  text-align: center;
  margin-bottom: 25px
}

@media (max-width: 767px) {
  .section_form .box_info_form .item_contact.item_contact_mob {
    margin-bottom: 0px
  }
}

.section_form .box_info_form .item_contact .icon_contact {
  display: block;
  margin-bottom: 10px
}

.section_form .box_info_form .item_contact .icon_contact svg {
  width: 40px;
  height: 40px
}

.section_form .box_info_form .item_contact .icon_contact svg path {
  fill: #fff
}

.section_form .box_info_form .item_contact .content_contact h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px
}

@media (max-width: 992px) {
  .section_form .box_info_form .item_contact .content_contact h3 {
    font-size: 16px
  }
}

.section_form .box_info_form .item_contact .content_contact a {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  z-index: 2;
  position: relative
}

.section_form .box_info_form .item_contact .content_contact a:hover,
.section_form .box_info_form .item_contact .content_contact a:focus {
  color: #fff
}

@media (max-width: 1025px) {
  .section_form .box_info_form .item_contact .content_contact a {
    font-size: 2.4rem
  }
}

@media (max-width: 992px) {
  .section_form .box_info_form .item_contact .content_contact a {
    font-size: 2rem
  }
}

@media (max-width: 767px) {
  .section_form .box_info_form .item_contact .content_contact a {
    font-size: 1.8rem
  }
}

.section_form .box_form_contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px
}

@media (max-width: 767px) {
  .section_form .box_form_contact {
    padding: 15px
  }
}

.section_form .section-title-form {
  text-align: left;
  margin-bottom: -5px
}

.section_form .section-title-form .sub_title {
  font-size: 1.4rem;
  color: var(--mainColor);
  position: relative;
  font-weight: 700;
  display: flex;
  gap: 15px;
  align-items: center;
  text-transform: uppercase;
  padding-left: 60px
}

.section_form .section-title-form .sub_title::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 12px;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed var(--mainColor)
}

.section_form .section-title-form h2 {
  color: var(--textColor);
  font-size: 4rem;
  font-weight: 800;
  line-height: 56px;
  z-index: 2;
  position: relative;
  font-family: "Raleway", sans-serif
}

@media (max-width: 1025px) {
  .section_form .section-title-form h2 {
    font-size: 3rem;
    line-height: 48px
  }
}

@media (max-width: 767px) {
  .section_form .section-title-form h2 {
    font-size: 2rem;
    line-height: 36px
  }
}

.section_form .desc {
  color: var(--textColor);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 20px
}

@media (max-width: 1025px) {
  .section_form .desc {
    margin-bottom: 15px;
    font-size: 1.4rem
  }
}

.section_form .group_contact input,
.section_form .group_contact textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background: none;
  border-radius: 50px;
  color: var(--textColor);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
  border: none;
  -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -moz-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -ms-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  -o-box-shadow: 0 0 13px rgba(154, 154, 154, 0.13);
  box-shadow: 0 0 13px rgba(154, 154, 154, 0.13)
}

@media (max-width: 767px) {

  .section_form .group_contact input,
  .section_form .group_contact textarea {
    height: 50px
  }
}

.section_form .group_contact textarea {
  height: auto;
  border-radius: 25px
}

.section_form .group_contact .btn-lienhe {
  background: var(--mainColor);
  color: #fff;
  border: initial;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  display: flex;
  align-items: center
}

.section_form .group_contact .btn-lienhe svg {
  width: 18px;
  height: 18px;
  margin-left: 3px
}

.section_form .group_contact .btn-lienhe:hover {
  background: var(--subColor)
}

.section_form .box_see_form {
  margin-top: 25px;
  display: block;
  text-align: center
}

.section_form .box_see_form button {
  border: none
}

.section_form .img_contact_form {
  display: block;
  margin-bottom: -30px;
  text-align: center
}

@media (max-width: 992px) {
  .section_form .img_contact_form {
    margin-bottom: -15px
  }
}

@media (max-width: 767px) {
  .section_form .img_contact_form {
    display: none
  }
}

.section_form .img_contact_form img {
  max-width: 190px;
  margin: 0 auto
}

.page-dich-vu .property-card-wrap10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden
}

.page-dich-vu .property-card-wrap10 .property-card8 {
  width: 50%
}

@media (max-width: 992px) {
  .page-dich-vu .property-card-wrap10 {
    padding: 0px 10px
  }

  .page-dich-vu .property-card-wrap10 .property-card8 {
    width: 100%
  }
}

@media (max-width: 767px) {
  .page-dich-vu .property-card-wrap10 {
    gap: 25px
  }
}

.page-dich-vu .property-card8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.page-dich-vu .property-card8 .property-card-thumb {
  width: 50%;
  overflow: hidden;
  height: 100%
}

.page-dich-vu .property-card8 .property-card-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 767px) {
  .page-dich-vu .property-card8 .property-card-thumb {
    width: 100%;
    height: auto
  }
}

.page-dich-vu .property-card8 .property-card-details {
  width: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative
}

.page-dich-vu .property-card8 .property-card-details .bg_pos {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  max-width: 300px
}

.page-dich-vu .property-card8 .property-card-details .bg_pos img {
  height: 100%
}

@media (min-width: 992px) {

  .page-dich-vu .index_car3 .bg_pos,
  .page-dich-vu .index_car4 .bg_pos {
    right: 0px;
    left: 0px;
    transform: scaleX(-1)
  }
}

.page-dich-vu .property-card8 .property-card-details {
  padding: 20px
}

@media (max-width: 992px) {
  .page-dich-vu .property-card8 .property-card-details {
    padding: 15px
  }
}

@media (max-width: 767px) {
  .page-dich-vu .property-card8 .property-card-details {
    width: 100%
  }
}

.page-dich-vu .property-card8 .property-card-details:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 30px;
  height: 60px;
  border-right: solid 30px #000;
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s
}

@media (max-width: 767px) {
  .page-dich-vu .property-card8 .property-card-details:after {
    display: none
  }
}

.page-dich-vu .property-card8 .property-card-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 2
}

.page-dich-vu .property-card8 .property-card-title a {
  color: #fff
}

.page-dich-vu .property-card8 .box-icon {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  z-index: 2
}

.page-dich-vu .property-card8 .property-card-text {
  margin-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
  color: #b3b3b3
}

.page-dich-vu .property-card8:hover .property-card-title a:hover {
  color: var(--mainColor)
}

.page-dich-vu .button-more {
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 40px;
  padding: 3px 10px;
  margin: 5px 0px 0px;
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  background-color: #fff
}

.page-dich-vu .button-more svg {
  margin-left: 5px;
  width: 13px;
  height: 13px;
  vertical-align: -1px
}

.page-dich-vu .button-more svg path {
  fill: #000;
  transition: all 0.3s ease-in-out
}

.page-dich-vu .button-more:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff
}

.page-dich-vu .button-more:hover svg path {
  fill: #fff
}

.page-dich-vu .property-card8:nth-child(4n+3),
.page-dich-vu .property-card8:nth-child(4n+4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.page-dich-vu .property-card8:nth-child(4n+3) .property-card-details:after,
.page-dich-vu .property-card8:nth-child(4n+4) .property-card-details:after {
  left: auto;
  right: 0;
  -webkit-transform: translate(100%, -50%) rotateY(180deg);
  transform: translate(100%, -50%) rotateY(180deg)
}

@media (max-width: 992px) {

  .page-dich-vu .property-card8:nth-child(4n+2),
  .page-dich-vu .property-card8:nth-child(4n+4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .page-dich-vu .property-card8:nth-child(4n+2) .property-card-details:after,
  .page-dich-vu .property-card8:nth-child(4n+4) .property-card-details:after {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, -50%) rotateY(180deg);
    transform: translate(100%, -50%) rotateY(180deg)
  }

  .page-dich-vu .property-card8:nth-child(4n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .page-dich-vu .property-card8:nth-child(4n+3) .property-card-details:after {
    left: 0;
    right: auto;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
  }
}

@media (max-width: 575px) {
  .page-dich-vu .property-card8 {
    border-radius: 24px;
    overflow: hidden
  }
}

.page-chi-tiet-du-an .box_info_du_an {
  background-color: #ffeedb;
  padding: 30px;
  border-radius: 20px;
  display: block;
  margin-bottom: 25px
}

.page-chi-tiet-du-an .box_info_du_an h2 {
  display: block;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  color: var(--subColor);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-weight: 800
}

@media (max-width: 767px) {
  .page-chi-tiet-du-an .box_info_du_an h2 {
    font-size: 1.8rem
  }
}

.page-chi-tiet-du-an .box_info_du_an .item_tag {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: var(--subColor);
  border-radius: 50px;
  padding: 10px
}

@media (max-width: 1025px) {
  .page-chi-tiet-du-an .box_info_du_an .item_tag {
    margin-bottom: 10px
  }
}

.page-chi-tiet-du-an .box_info_du_an .item_tag:last-child {
  margin-bottom: 0px
}

.page-chi-tiet-du-an .box_info_du_an .item_tag .icon_cont {
  display: block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

.page-chi-tiet-du-an .box_info_du_an .item_tag .icon_cont img {
  width: 26px;
  height: 26px
}

.page-chi-tiet-du-an .box_info_du_an .item_tag .title_event {
  color: var(--mainColor);
  font-weight: bold
}

.page-chi-tiet-du-an .box_info_du_an .item_tag .title_event b {
  color: var(--textColor);
  display: block
}

.page-chi-tiet-du-an .box_info_du_an .item_tag:hover,
.page-chi-tiet-du-an .box_info_du_an .item_tag:focus {
  background-color: var(--mainColor)
}

.page-chi-tiet-du-an .box_info_du_an .item_tag:hover .title_event,
.page-chi-tiet-du-an .box_info_du_an .item_tag:focus .title_event {
  color: #fff
}

.page-chi-tiet-du-an .box_info_du_an .item_tag.active {
  background-color: var(--mainColor)
}

.page-chi-tiet-du-an .box_info_du_an .item_tag.active .title_event {
  color: #fff
}

.page-chi-tiet-du-an .widget_call {
  background-color: #000;
  padding: 30px;
  position: relative;
  text-align: center;
  border-radius: 20px
}

.page-chi-tiet-du-an .widget_call .play-btn {
  display: inline-block;
  position: relative;
  z-index: 1
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

.page-chi-tiet-du-an .widget_call .play-btn>span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  color: var(--mainColor);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.page-chi-tiet-du-an .widget_call .play-btn:after,
.page-chi-tiet-du-an .widget_call .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.page-chi-tiet-du-an .widget_call .play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.page-chi-tiet-du-an .widget_call .play-btn:hover:after,
.page-chi-tiet-du-an .widget_call .play-btn:hover::before,
.page-chi-tiet-du-an .widget_call .play-btn:hover span {
  color: #fff;
  background: var(--mainColor)
}

.page-chi-tiet-du-an .widget_call .call {
  font-size: 4rem;
  font-weight: 800;
  color: var(--mainColor);
  display: block;
  margin: 10px auto 10px auto
}

.page-chi-tiet-du-an .widget_call .call:hover {
  color: #fff
}

.page-chi-tiet-du-an .widget_call .view-more a {
  width: 100%
}

.page-chi-tiet-du-an .widget_call .view-more svg {
  width: 12px;
  margin-left: 5px
}

.page-chi-tiet-du-an .widget_call .view-more svg path {
  fill: #fff
}

.page-chi-tiet-du-an .widget_call .play-btn:before,
.page-chi-tiet-du-an .widget_call .play-btn:after {
  background: transparent;
  border: 1px solid #fff
}

.page-chi-tiet-du-an .widget_call .play-btn>span {
  background: var(--mainColor);
  color: #fff
}

.page-chi-tiet-du-an .widget_call .play-btn>span svg {
  width: 16px;
  height: 16px
}

.page-chi-tiet-du-an .widget_call .box-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0px;
  padding-top: 20px
}

@media (max-width: 767px) {
  .page-chi-tiet-du-an .widget_call .box-title {
    font-size: 18px
  }
}

.page-chi-tiet-du-an .widget_call .th-btn {
  margin-top: 33px
}

.page-chi-tiet-du-an .title_eveb {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  color: var(--mainColor);
  font-weight: 800;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 15px
}

.page-chi-tiet-du-an .popup-regis {
  position: fixed;
  z-index: 99999;
  top: 0 !important;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.89);
  display: none
}

.page-chi-tiet-du-an .popup-regis.active {
  display: flex
}

.page-chi-tiet-du-an .popup-regis .close-popup-video {
  background: #fff;
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer
}

.page-chi-tiet-du-an .popup-regis .close-popup-video:hover {
  opacity: 0.8
}

.page-chi-tiet-du-an .popup-regis .body-popup {
  width: 700px;
  background: #fff;
  border-radius: 10px;
  padding: 15px
}

.page-chi-tiet-du-an .popup-regis .body-popup .form-signup input,
.page-chi-tiet-du-an .popup-regis .body-popup .form-signup textarea {
  border: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  border-radius: 10px
}

.page-chi-tiet-du-an .popup-regis .body-popup .form-signup input {
  padding: 5px 20px
}

.page-chi-tiet-du-an .popup-regis .body-popup .form-signup textarea {
  padding: 10px 20px
}

.page-chi-tiet-du-an .popup-regis .body-popup .form-signup .btn-lienhe {
  background: var(--mainColor);
  color: #fff;
  border: initial;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  display: flex;
  align-items: center
}

.page-chi-tiet-du-an .popup-regis .body-popup .form-signup .btn-lienhe svg {
  width: 18px;
  height: 18px;
  margin-left: 3px
}

.page-chi-tiet-du-an .popup-regis .body-popup .form-signup .btn-lienhe:hover {
  background: var(--subColor)
}

.page-chi-tiet-du-an .popup-regis .body-popup .cta-name-pro {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 15px
}

@media (min-width: 768px) {
  .page-chi-tiet-du-an .popup-regis .body-popup .hidden-md {
    display: none !important
  }
}

@media (max-width: 767px) {
  .page-chi-tiet-du-an .popup-regis .body-popup {
    padding: 10px;
    width: 95%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-chi-tiet-du-an .left-du-an .widget_call {
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center
  }
}

.page-chi-tiet-du-an .content-page img {
  border-radius: 20px
}

.page-chi-tiet-du-an .content-page ul {
  list-style: none;
  padding-left: 0px
}

.page-chi-tiet-du-an .content-page ul li {
  margin-bottom: 5px;
  position: relative
}

.page-chi-tiet-du-an .content-page ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 10px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(//bizweb.dktcdn.net/100/601/974/themes/1047016/assets/checkmark.svg?1775525156190);
  background-color: var(--mainColor)
}

@media (min-width: 767px) {
  .page-chi-tiet-du-an .content-page ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px
  }

  .page-chi-tiet-du-an .content-page ul li {
    width: calc(50% - 10px)
  }
}

.page-chi-tiet-du-an .btn-style-three {
  border: 2px solid #fff
}

.page-chi-tiet-du-an .btn-style-three i {
  width: 36px;
  height: 36px;
  line-height: 36px
}


