.all_gioithieu_index h1,
.all_gioithieu_index h2,
.all_gioithieu_index h3,
.all_gioithieu_index h4 {
  display: block;
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}
.all_gioithieu_index h5,
.all_gioithieu_index h6 {
  margin-bottom: 20px;
  color: #242424;
  font-weight: 600;
  line-height: 1.4;
}
.all_gioithieu_index strong {
  font-weight: 600;
}
.all_gioithieu_index a {
  color: #242424;
}
.all_gioithieu_index {
  line-height: 1.8;
  color: #777777;
  text-align: justify;
}
.all_gioithieu_index p,
.all_gioithieu_index ul li {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px;
  font-weight: 300;
}
.all_gioithieu_index img {
  margin-bottom: 10px;
}
.all_gioithieu_index ul {
  list-style: disc;
  margin-left: 20px;
}
.all_gioithieu_index figure p{text-align: center !important;}
.all_gioithieu_index figure{text-align: center !important;}
.all_gioithieu_index figcaption p{text-align: center !important;}
.all_gioithieu_index figcaption{text-align: center !important;}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
.all_banner {
  position: relative;
  margin-bottom: 20px;
}
.all_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.title_csbh {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* --------------------------------------------------- */
.boxSearch {
  position: relative;
  margin-right: 20px;
}
#searchButton {
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
}
.boxSearch i {
  transition: all 0.35s ease-in-out;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.nut_tim i {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.searchBox {
  display: none;
  position: absolute;
  width: 320px;
  right: 0;
  z-index: 9;
  top: 145%;
}
.searchBox .search-form {
  width: 100%;
  display: flex;
}
.language ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.language ul li:nth-child(1) {
  position: relative;
  padding-right: 10px;
}
.language ul li:nth-child(1)::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  right: 0;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
}
.language ul li.active a {
  color: #fff;
  font-weight: 600;
}
.content-box {
  min-height: calc(60vh - 8rem * 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 100%; */
  text-align: left;
  padding-left: 11%;
  z-index: 2;
}
.heading-cpt {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 40px 0;
  margin-bottom: 40px !important;
}
.heading-cpt .title-box {
  grid-area: -1 / 1;
}
.heading-cpt .title {
  opacity: 0;
  animation: headline 1s ease forwards;
  /* animation-delay:2s; */
  text-transform: uppercase;
  line-height: var(--smaller-line-height);
  color: #fff;
  text-align: left;
}
.heading-medium {
  font-size: var(--lv3-size);
}
.m-none {
  margin: 0;
}
.mb-md {
  margin-bottom: var(--gap-small);
}
.content-cpt {
  align-self: flex-start;
  opacity: 0;
  animation: content 1s ease 0.3s forwards;
  color: #fff;
  font-size: 16px;
}
.link-cpt {
  align-self: flex-start;
  opacity: 0;
  animation: btn 1s ease 0.5s forwards;
  color: #fff;
  font-size: 17px;
}
.link-cpt:hover {
  color: hsl(200.47deg 100% 50%);
}
.link-cpt .title {
  text-transform: capitalize;
}

@keyframes btn {
  0% {
    opacity: 0;
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes content {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes headline {
  0% {
    opacity: 0;
    transform: translateX(-2rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.banner-full-image-cpt {
  position: relative;
}
/* .banner-full-image-cpt::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 19%);
    z-index: 1;
} */
.banner-full-image-cpt img {
  /* max-height: 500px; */
  object-fit: cover;
}
/* .slideshow .owl-item .heading-cpt .title{
    animation: headline 1s ease forwards;
    animation-delay: 2s;
} */
.heading-cpt {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.mb-sm {
  margin-bottom: 1rem;
}
.relative {
  position: relative;
}
.heading-cpt.center .text-overlay {
  margin-left: unset;
  text-align: center;
}
.heading-cpt .text-overlay {
  font-size: clamp(5rem, 3.8857rem + 2.8571vw, 6rem);
  font-weight: 800;
  line-height: 1;
  color: hsl(0deg 0% 85% / 30%);
}
.heading-cpt .title-box,
.heading-cpt .text-overlay {
  grid-area: -1 / 1;
}
.uppercase {
  text-transform: uppercase;
}
.heading-cpt.center .title-box {
  justify-self: center;
}
.heading-cpt.center .title-box .title {
  color: #000;
}
.heading-cpt .title-box.special {
  margin-top: 0;
  padding-left: 1rem;
  border-left: 4px solid hsl(200.47deg 100% 50%);
}
.heading-medium {
  font-size: var(--lv3-size);
}
.heading-cpt .title-box.special .title {
  line-height: 1;
  font-weight: 500;
  color: #000;
}
.heading-cpt .caption {
  letter-spacing: 3px;
  line-height: 1.2;
  margin-top: 5px;
}
.t-wrap {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.t-center {
  text-align: center;
}
.content_ncs {
  color: hsl(0, 0%, 20%);
  font-weight: 300;
}
.counters-list {
  gap: calc(var(--gap-items) * 2);
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.counter-cpt .number-box {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  line-height: 1;
}
.counter-cpt .number-content {
  margin-top: 0;
  margin-left: 13px;
}
.counter-cpt .number-content,
.counter-cpt .number-overlay {
  grid-area: -1 / 1;
}
.counter-cpt .number {
  font-size: 3rem;
  font-weight: 600;
}
.c-primary {
  color: hsl(200.47deg 100% 50%);
}
.t-small {
  font-size: var(--small-size);
}
.counter-cpt .number-overlay {
  font-size: clamp(6rem, 7.5146rem + 1.2945vw, 0rem);
  font-weight: 800;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px hsl(0deg 0% 0% / 13%);
}
.counter-cpt .caption {
  font-weight: 600;
  font-size: 15px;
}
.bg-placeholder {
  /* background-color: hsl(0, 0%, 96%); */
}
.all_giaiphap_post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.site-gap {
  margin: 0 var(--site-gap);
}
.post-item.overlay {
  position: relative;
  overflow: hidden;
}
.post-item.overlay img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
a.bg-overlay {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.post-item.overlay .bg-overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    hsl(0deg 0% 0% / 40%),
    hsl(0deg 0% 0% / 20%)
  );
}
.post-item.overlay .content {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
  transform: translate(0, 100%);
  background-color: hsl(0deg 0% 0% / 60%);
  transition: all 0.4s;
}
.post-item.overlay .content .title.heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  transform: translateY(-100%);
  transition: transform 0.4s;
  color: #fff;
  font-size: var(--lv1-size);
}
.post-item.overlay .content .title.heading a {
  color: #fff;
}
.post-item.overlay .content .title.heading a:hover {
  color: hsl(200.47deg 100% 50%);
}
.truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-3 {
  -webkit-line-clamp: 3;
}
.des_giaiphap {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
.post-item.overlay .content .icon i {
  font-weight: 400;
}
.post-item.overlay .content a:hover {
  color: hsl(200.47deg 100% 50%);
}
.ani-rotate.post-item:hover img {
  transform: scale(1.2) rotate(5deg);
}
.post-item.overlay:hover .content {
  transform: translate(0, 0);
}
.post-item.overlay:hover .content .title {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  padding: 0;
  transform: translateY(0);
  margin-bottom: 20px;
}
.all_duan_post .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0.5rem;
  background-color: hsl(0deg 0% 90%);
  transition: all 0.4s;
  border-radius: 0;
}
.all_duan_post .owl-theme .owl-dots .owl-dot.active span,
.all_duan_post .owl-theme .owl-dots .owl-dot:hover span {
  background: hsl(200.47deg 100% 50%);
}
.all_duan_post .post-item img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.all_duan_post .post-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.all_duan_post .post-item {
  background-color: hsl(0, 0%, 100%);
  box-shadow: inset 0 0 3px 0 #dedede;
}
.all_duan_post .post-item .content {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.all_duan_post .post-item .content .title.heading a {
  -webkit-line-clamp: 2;
  color: #000;
  font-size: 20px;
}
.all_duan_post .link.c-primary {
  font-size: 16px;
}

.all_gioithieu_index {
  /* display: grid; */
  /* grid-template-columns: repeat(2, 1fr); */
  /* grid-gap: clamp(2rem, 0.7438rem + 2.9557vw, 5rem); */
  /* align-items: center; */
  /* padding: 30px 0; */
}
.all_gioithieu_index .heading-cpt .title {
  color: #000;
  font-size: 27px;
  font-weight: 600;
}
.all_gioithieu_index .content-cpt {
  color: #000;
}
.btn_gioithieu {
  display: inline-flex;
  align-items: center;
  padding: clamp(0.6rem, 0.3892rem + 0.2853vw, 0.8rem)
    clamp(1.2rem, 0.3566rem + 1.1412vw, 2rem);
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all var(--trans-time);
  background: hsl(200.47deg 100% 50%);
  color: hsl(0, 0%, 100%);
}
.mr-sm {
  margin-right: 1rem;
}
.btn_gioithieu .icon {
  font-size: 14px;
}
.all_gioithieu_index .bg-fill {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  width: 85%;
  height: 75%;
  bottom: 0;
  right: 0;
  padding-right: 7%;
  padding-bottom: 4%;
  background: hsl(200.47deg 100% 50%);
}
.all_gioithieu_index .bg-fill .icon-box {
  width: clamp(10rem, 7.9064rem + 4.9261vw, 15rem);
  height: clamp(10rem, 7.9064rem + 4.9261vw, 15rem);
  color: var(--white-clr);
  opacity: 0.3;
}
.all_gioithieu_index .bg-fill .icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.all_gioithieu_index .bg-fill .icon i {
  font-size: 150px;
}
.all_gioithieu_index .image-box-cpt {
  margin-right: 16%;
  margin-bottom: 14%;
  z-index: 1;
  position: relative;
}
.all_gioithieu_index.left-image .bg-fill {
  align-items: flex-end;
  justify-content: flex-start;
  left: 0;
  padding-left: 7%;
  padding-right: 0;
}
.all_gioithieu_index.left-image .bg-fill .icon {
  justify-content: flex-start;
}
.all_gioithieu_index.left-image .image-box-cpt {
  margin-left: 16%;
  margin-right: 0;
  margin-bottom: 14%;
  z-index: 1;
  position: relative;
}
.slider-posts .nav-slide {
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 10px;
}
.slide-arrow {
  display: flex;
  gap: clamp(0.5rem, -1.0678rem + 2.1186vw, 3rem);
  align-items: center;
  justify-content: space-between;
  width: max-content;
  height: 40px;
  padding: 1rem;
  background: hsl(200.47deg 100% 50%);
  color: #fff;
  transition: all 0.4s;
}
.slider-posts_headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-posts.slide-list .post-item .box-ratio {
  display: inline-block;
  width: 100%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
}
.list-posts.slide-list .post-item .box-ratio img {
  transition: all 0.4s;
  width: 100%;
}
.list-posts.slide-list .post-item {
  background-color: #fff;
  box-shadow: inset 0 0 3px 0 #dedede;
}
.post-item .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.post-item .content .title.heading {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.35;
  min-height: 65px;
  font-weight: 600;
}
.post-item .content .title.heading a {
  -webkit-line-clamp: 2;
  color: #000;
}
.post-item .content .link:hover {
  color: hsl(200.47deg 100% 50%);
}
.title_footer {
  margin-bottom: 15px;
  /* text-align: center; */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
}
.branch-info-cpt .item.link {
  margin-right: 2rem;
  align-items: center;
  line-height: 1.3;
}
.branch-info-cpt .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
/* .branch-info-cpt .link.phone span,.branch-info-cpt .item i {
    color: hsl(200.47deg 100% 50%);
} */
.branch-info-cpt .item span,
.mota_footer {
  line-height: 1.6;
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 300;
}
.menu-footer li {
  max-width: max-content;
  padding: 0;
  margin-bottom: 0.5rem;
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.menu-footer li a {
  color: hsl(200.47deg 100% 50%);
}
.menu-footer li a span {
  line-height: 2;
  color: hsl(0, 0%, 80%);
  font-size: 16px;
}
.fa-long-arrow-alt-right,
.fa-long-arrow-alt-left {
  font-weight: 400;
}
.footer_logo_img {
  margin-bottom: 20px;
}
.footer_logo_img img {
  max-width: 80px;
  filter: invert(100%) sepia(0%) saturate(7492%) hue-rotate(167deg)
    brightness(220%) contrast(100%);
}
.branch-info-cpt .title {
  color: hsl(0, 0%, 80%);
  font-weight: 600;
  font-size: 17px;
}

.all_gioithieu .content-cpt {
  line-height: 1.6;
  color: #000;
  margin-left: clamp(0rem, -3.3498rem + 7.8818vw, 8rem);
  margin-right: clamp(0rem, -3.3498rem + 7.8818vw, 8rem);
}
.hero-images-content-blk {
  padding: 50px 0;
  background: url(../images/Background-gioithieu.png) no-repeat;
  background-size: cover;
}
.fx-layout.fx-grid {
  flex-wrap: wrap;
}
.fx-column-gap {
  gap: 20px;
}
.fx-layout {
  display: flex;
}
.fx-layout.fx-column-gap .fx-item {
  --fx-gap-items: var(--gap-items);
}
.fx-layout.fx-column-mobile-2 .fx-item {
  --columns-mobile: calc(100% / 2 - var(--fx-gap-items));
}
.fx-layout.fx-column-change-3 .fx-item {
  --default-columns-change: 3;
}
.all_gioithieu .hero-images-content-blk .image-item {
  background-color: hsl(0, 0%, 20%);
}
.all_gioithieu .hero-images-content-blk .image-item .image-box-cpt {
  opacity: 0.7;
}
.all_gioithieu .box-ratio .img {
  transition: all 0.4s;
  width: 100%;
}
.hero-images-content-blk .image-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.3rem;
  color: hsl(0, 0%, 100%);
}
.hero-images-content-blk .image-item .content h2 {
  font-weight: 600;
}
.hero-images-content-blk .image-item .content p {
  font-weight: 600;
  font-size: 18px;
}
.line-content-blk .wrapper {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(49%, (var(--mobile-wrap) - 100vw) * 1000, 100%), 1fr)
  );
  align-items: center;
}
.line-content-blk .content-col p:not(:last-child) {
  padding-bottom: 2rem;
}
.line-content-blk .content-col p {
  position: relative;
  padding-left: clamp(3rem, 0.8916rem + 2.8531vw, 5rem);
  border-left: 2px solid hsl(200.47deg 100% 50%);
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 16px;
}
.line-content-blk .content-col p::before,
.line-content-blk .content-col p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transform: translate(calc(-50% - 1px), 0);
}
.line-content-blk .content-col p::before {
  background-color: hsl(0deg 100% 46% / 25%);
}
.line-content-blk .content-col p::after {
  top: 3px;
  height: 14px;
  width: 14px;
  background-color: hsl(200.47deg 100% 50%);
}
.line-content-blk {
  padding: 36px 0;
}
.line-content-blk.on-right .content-col {
  grid-area: -1;
}
.line-content-blk.on-right .content-col p::before,
.line-content-blk.on-right .content-col p::after {
  left: unset;
  transform: translate(calc(50% + 1px), 0);
  right: 0;
}
.line-content-blk.on-right .content-col p {
  padding-left: unset;
  border-left: unset;
  padding-right: clamp(3rem, 0.8916rem + 2.8531vw, 5rem);
  border-right: 2px solid hsl(200.47deg 100% 50%);
  text-align: right;
}
.heading-content-blk {
  padding: 72px 0;
}
.cards-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.card-icon-cpt {
  color: hsl(0, 0%, 20%);
  background-color: #fff;
  border-top: 2px solid hsl(200.47deg 100% 50%);
  box-shadow: 0 0 3px 0 #dedede;
  padding: clamp(1rem, -0.4759rem + 1.9971vw, 2.4rem);
  transition: all 0.4s;
}
.card-icon-cpt .icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}
.card-icon-cpt .icon-box img {
  filter: contrast(0);
}
.card-icon-cpt .icon-box::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #adadad;
  bottom: 0;
  position: absolute;
  right: 0;
}
.card-icon-cpt .title {
  font-size: 25px;
  font-weight: 600;
}
.cards-icon-blk {
  padding-bottom: 50px;
}
.creative-content-blk {
  padding: 50px 0;
}
.creative-content-blk .content-box-gt {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(35%, (var(--mobile-wrap) - 100vw) * 1000, 100%), 1fr)
  );
  grid-gap: 20px;
  align-items: center;
}
.creative-content-blk .paragraph {
  justify-self: flex-end;
  max-width: 85%;
  text-align: right;
}
.creative-content-blk .large-text {
  padding-left: 20px;
  border-left: 4px solid;
  max-width: min-content;
  font-size: 40px;
  font-weight: 600;
}
.creative-content-blk .paragraph div:nth-child(1) {
  font-size: 22px;
  font-weight: 600;
  width: 80%;
  margin: auto;
  margin-right: 0;
  margin-bottom: 15px;
}
.creative-content-blk .paragraph div:nth-child(2) {
  font-size: 16px;
  font-weight: 300;
}
.gallery-blk .fx-layout {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  flex-wrap: wrap;
}
.image-box-cpt.gallery.fx-item {
  --fx-gap-items: 20px;
  --default-columns: 3;
  flex-shrink: 0;
  flex-basis: clamp(
    clamp(
      (100% - (var(--default-columns) - 1) * var(--fx-gap-items)) /
        var(--default-columns),
      (var(--breakpoint) - 100vw) * 1000,
      (100% - (var(--default-columns-change) - 1) * var(--fx-gap-items)) /
        var(--default-columns-change)
    ),
    (var(--breakpoint-change) - 100vw) * 1000,
    var(--columns-mobile)
  );
}
.image-box-cpt.gallery.fx-item:nth-child(n + 4) {
  --default-columns: 4;
}
.gallery-blk {
  padding: 36px;
}
.tabs_post_news .nav-link {
  background: transparent;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  border: none;
}
.tabs_post_news .nav-link.active,
.tabs_post_news .show > .nav-link {
  border-radius: 0;
  color: hsl(200.47deg 100% 50%);
  background: transparent;
}
.tabs_post_news .nav-link.active img,
.tabs_post_news .show > .nav-link img{
  filter: invert(46%) sepia(83%) saturate(2143%) hue-rotate(173deg) brightness(101%) contrast(108%);
}
.icon_down {
  font-weight: 400;
}
.title_contact {
  font-weight: 600;
  font-size: 30px;
  margin: 20px 0;
}
.top-contact .branch-info-cpt .item span {
  color: #000;
}
.top-contact .branch-info-cpt .link.phone span {
  color: #000;
}
.top-contact .branch-info-cpt .title {
  color: #000;
}
.contact-form-blk .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background: linear-gradient(90deg, transparent 42%, var(--white-clr) 42%);
}
.contact-form-blk .col-form {
  padding: 60px 40px;
  background-color: var(--white-clr);
  padding-top: 0;
padding-left: 0;
}
.all_input_from_submit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}
.contact-form-blk .heading-cpt .title,
.contact-form-blk .content-cpt {
  color: #000;
}
.contact-form-blk {
  padding-top: 50px;
}
.btn-contact {
  width: 100%;
  background: hsl(200.47deg 100% 50%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.contact-form-blk.right-image .col-form {
  grid-column: 1 / 2;
  grid-row: 1;
}
.contact-form-blk.right-image .wrapper {
  background: linear-gradient(-90deg, transparent 42%, var(--white-clr) 42%);
  grid-template-columns: 0.8fr 1fr;
}
.contact-form-blk.right-image {
  padding-bottom: 30px;
}
.search_lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all_ncs_gioithieu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#background-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 76, 93, 0.8);
  z-index: 0;
}
.branch-info-cpt {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
}
/* CPNHAPMOI */
.giaiphap_index {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
  padding: 0 0;
}
.giaiphap {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/v-line.png);
  background-position: center right;
  background-repeat: no-repeat;
}
.giaiphap_index .giaiphap:last-child{background-image: none;}
.giaiphap_index a:last-child .giaiphap {
  background-image: none;
}
.all_giaiphap_index {
  background: #fff;
}
.name_giaiphap {
  color: #000;
  text-align: center;
}
.all_portfolio_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  justify-items: center;
}
.fixwidth_portfolio {
  background-color: #fff;
  /* background-image: linear-gradient(180deg, #F4F5F9 0%, #F4F5F900 100%); */
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e5f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0.5rem 1rem 1rem 0rem;
}
.all_portfolio_index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #e0e5f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0 20px;
}
.portfolio img {
  height: 46px !important;
  object-fit: contain;
}
.title_portfolio_list {
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 20px;
}
.all_portfolio_list .portfolio_list:last-child .all_portfolio_index {
  border: none;
}
.all_duan_index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  /* padding-top: 15px; */
}
.duan_index {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f4f5f9 0%, #f4f5f900 100%);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e5f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 32px;
  text-align: center;
}
.name_duan {
  font-weight: 600;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-size: 18px;
}
.all_name_duan {
  padding: 0rem 0rem 1rem 0rem;
  background-image: url(../images/orange-link.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.img_duan_index {
  /* margin-bottom: 20px; */
  filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.4));
  border-radius: 5px;
  position: relative;
  transition: all 0.3s linear;
}
.img_duan_index:before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  z-index: 1;
}
.img_duan_index img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
  border-radius: 5px;
}
.img_duan_index:hover {
  transform: scale(0.9);
}
.xemthem_duan {
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c7cbda;
  padding: 7px 0;
  border-radius: 4px;
  transition: all 0.3s;
}
.xemthem_duan:hover {
  border-color: hsl(200.47deg 100% 50%);
  color: hsl(200.47deg 100% 50%);
}
.name_gioithieu_congty {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  /* margin-bottom: 20px; */
}
.mota_gioithieu_congty {
  font-size: 23px;
}
.all_noidung_gioithieu_congty {
  padding: 5.5rem 5rem 5% 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  font-size: 16px;
}
.all_name_mota_gioithieu {
  /* padding-bottom: 10%; */
}
.noidung_gioithieu_congty .noidung {
  margin-bottom: 30px;
}
.xemthem_gioithieu i {
  font-weight: 300;
}
.xemthem_gioithieu {
  width: fit-content;
  background: hsl(200.47deg 100% 50%);
  color: #fff;
  padding: 5px 24px;
  border-radius: 3px;
  text-transform: capitalize;
  margin-top: 40px;
}
.title_duan_index {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.all_sanpham_index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.sanpham_index {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e5f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  background: #fff;
}
.img_sanpham_index img {
  width: 100%;
  transition: all 0.3s linear;
  border-radius: 5px;
  position: relative;
}
.img_sanpham_index {
  position: relative;
  /* overflow: hidden; */
  filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.4));
  border-radius: 5px;
}
.img_sanpham_index::before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s linear;
}
.sanpham_index .img_sanpham_index:hover img,
.sanpham_index .img_sanpham_index:hover::before {
  transform: scale(0.95);
}
.sanpham_index .img_sanpham_index:hover .modal_sanpham {
  transform: scale(0.8);
}
.modal_sanpham {
  font-size: 12px;
  color: #5c5e66;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c7cbda;
  padding: 6px 8px 5px 8px;
  width: fit-content;
  transition: all 0.3s;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.3s linear;
}
.modal_sanpham:hover {
  color: hsl(200.47deg 100% 50%);
  border-color: hsl(200.47deg 100% 50%);
}
.name_sanpham {
  color: #4d4d4d;
  margin: 20px 0;
  font-size: 14px;
}
.name_sanpham:hover {
  color: hsl(200.47deg 100% 50%);
}
.all_thongso_sanpham {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 0px 0px;
  color: #767676;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.xemthem_sanpham {
  text-transform: capitalize;
}
.xemthem_sanpham i {
  font-weight: 400;
  margin-left: 5px;
}
.header-height.header_menu {
  position: relative;
  background: hsl(200.47deg 100% 50%);
}
.header-height.header_menu:hover {
  background: hsl(200.47deg 100% 50%);
}
.banner_sanpham {
  height: 650px;
}
.banner_sanpham .fixwidth {
  height: 100%;
}
.all_banner_sanpham {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  height: 100%;
}
.name_banner_sanpham {
  color: #ffa11b;
  font-size: 1.25rem;
  font-weight: 500;
}
.banner_sanpham1 .all_bread {
  height: auto;
}
.banner_sanpham1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mota_banner_sanpham {
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  margin: 20px 0;
}
.noidung_banner_sanpham {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.xemthem_banner_sp {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffa11b 0%, #00a8ff 100%);
  padding: 8px 40px;
  width: fit-content;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  margin-top: 40px;
  transition: all 0.3s;
}
.xemthem_banner_sp:hover {
  transform: scale(0.9);
}
.all_features_sanpham {
  padding: 40px 0;
}
.title_features_sanpham span {
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 8px;
}
.title_features_sanpham {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.title_features_sanpham span::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #00a8ff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.all_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 90%;
  margin: auto;
}
.features {
  background: #f4f5f8;
  padding-top: 25px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all_content_icon_features {
  padding: 0 80px 48px 24px;
}
.name_features {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 16px;
}
.mota_features {
  color: #5c5e66;
  line-height: 1.6;
  font-size: 15px;
}
.img_features img {
  width: 100%;
}
.all_sanpham_post {
  padding-bottom: 20px;
  background: #f4f5f8;
}
.all_mota_sanpham_post {
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}
.noidung_mota_sanpham {
  font-size: 15px;
  line-height: 1.6;
}
.gt_GoTo ul {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  flex-wrap: wrap;
}
.gt_GoTo ul li:first-child span {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.gt_GoTo ul li a {
  color: #5c5e66;
  font-size: 16px;
}
.gt_GoTo ul li:first-child {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.gt_GoTo ul li {
  border: 1px solid #5c5e66;
  border-radius: 5px;
  padding: 4px 10px;
  /* margin: 0 8px; */
}
.title_sanpham_list {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  color: #00a8ff;
}
.all_sanpham_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.sanpham_post {
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.noidung_img_sanpham_post {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.noidung_sanpham_post {
  width: calc(100% - 33% - 10px);
}
.img_sanpham_post {
  width: 33%;
  text-align: center;
  filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.4));
  border-radius: 10px;
  position: relative;
  height: fit-content;
}
.img_sanpham_post img {
  border-radius: 10px;
  width: 100%;
}
.modal_sanpham_post {
  border: 1px solid #5c5e66;
  border-radius: 4px;
  padding: 3px 14px;
  text-decoration: none;
  display: inline-block;
  color: #5c5e66;
  transition: all 0.3s linear;
}
.modal_sanpham_post:hover {
  border-color: hsl(200.47deg 100% 50%);
  color: hsl(200.47deg 100% 50%);
}
.name_sanpham_post {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  padding-top: 16px;
}
.mota_sanpham_post ul {
  list-style: disc;
  margin-left: 20px;
}
.mota_sanpham_post {
  font-size: 14px;
  color: #5c5e66;
  margin-top: 5px;
}
.gt_Specs {
  border-bottom: 1px dashed #c7cbda;
  border-top: 1px dashed #c7cbda;
  margin: 0 12px;
  padding: 16px 0 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.gt_Specs .gt_SCont_L img,
.gt_Specs .gt_SCont_R img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}
.gt_Specs .gt_SCont_L span,
.gt_Specs .gt_SCont_R span {
  line-height: 24px;
  color: #5c5e66;
  display: inline-block;
  max-width: 226px;
  font-size: 0.875rem;
}
.gt_Specs .gt_SCont_L li,
.gt_Specs .gt_SCont_R li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
.gt_Links a {
  color: #000000;
  display: inline-block;
  margin-right: 25px;
}
.gt_Links a:hover {
  color: hsl(200.47deg 100% 50%);
}
.gt_Links {
  padding: 16px 0;
}
.product_meta {
  margin: 20px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.sku_wrapper {
  margin-right: 20px;
}
.posted_in .detail-label {
  font-weight: 600;
}
.posted_in .detail-content a {
  color: #ffa11b;
}
.desc-pro-detail ul {
  list-style: disc;
  padding-left: 20px;
}
.desc-pro-detail {
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
}
.desc-pro-detail table{
  width: 100%;
  border-color: #e0e5f9;
  margin-bottom: 10px;
}
.desc-pro-detail td{
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.all_noidung_sanphamtuongtu {
  background: #f4f5f8;
  padding-top: 32px;
}
.product_detail {
  /* max-width: 1160px; */
  margin: auto;
  background: #fff;
  padding: 0 32px 16px 32px;
}
.label_title_product {
  border-bottom: 1px solid #e0e5f9;
  padding-bottom: 12px;
  padding-top: 12px;
  color: #444444;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 16px;
}
.content-tabs-pro-detail {
  list-style: disc;
  padding-left: 20px;
}

.content-tabs-pro-detail table tr:nth-child(odd) td {
  /* background: #F4F5F8 !important; */
}
.content-tabs-pro-detail table {
  width: 100%;
  border-color: #e0e5f9;
}
.content-tabs-pro-detail table td {
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.all_sanpham_tuongtu {
  padding: 40px 0;
}
.all_nhungconso_gtct {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  border-radius: 4px;
}
.nhungconso {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #e0e5f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1.25rem 1rem 1rem 2.25rem;
  text-align: center;
  border-radius: 4px;
}
.number_nhungconso {
  color: #00a8ff;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number_nhungconso span:nth-child(2) {
  font-size: 18px;
  /* margin-left: 5px; */
}
.title_nhungconso {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.nhungconso:last-child {
  border-right-width: 1px;
}
.all_mota_developer-center {
  text-align: center;
}
.title_developer-center {
  color: #000000;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.mota_developer-center {
  font-size: 18px;
  padding: 0 4rem;
  margin-bottom: 60px;
}
.developer_center_index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.developer_center {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e0e5f9;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 10px 0px 0px;
  padding: 0rem 20px 30px 20px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.giaiphap_images{text-align: center;}
.giaiphap_images img {
  width: 60%;
}
.wrap_developer_center {
  padding: 60px 0 !important;
}
.name_developer_center {
  padding-top: 50px;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  background-image: url("../images/line-orange.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 104px;
}
.motangan_developer_center {
  color: #767676;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.mota_developer_center {
  color: #767676;
  font-size: 14px;
  margin-top: 20px;
}
.mota_developer_center ul {
  display: flex;
  grid-gap: 10px;
  list-style: disc;
  margin-left: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}
.developer_center_xemthem {
  font-size: 16px;
  color: #00a8ff;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00a8ff;
  padding: 5px 48px 5px 48px;
  width: fit-content;
  margin: auto;
  text-transform: capitalize;
  margin-top: 25px;
  transition: all 0.3s;
  border-radius: 4px;
}
.developer_center_xemthem:hover {
  background: #00a8ff;
  color: #fff;
}
.title_why_chosse {
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin: 20px 0;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.all_why_chosse {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 20px;
}
.why_chosse {
  background: #fff;
  padding: 1rem 2.5rem 2rem 2.5rem;
  border-radius: 6px;
}
.why_chosse .infobox-content {
  padding-left: 15px;
}
.why_chosse .infobox-content .title {
  color: #0d152e;
  font-size: 20px;
  font-weight: 600;
  padding-left: 60px;
  height: 66px;
  /* line-height: 1.6; */
  border-bottom: 1px solid #c7cbda;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.noidung_why_chosse {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.6;
}
.all_mxh ul {
  display: flex;
  align-items: center;
}
.all_mxh ul li {
  margin: 0 5px;
}
/* ul.all_list_item li a {
    color: #D9D9D9;
    transition: color 0.3s;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 5px;
    display: inline-block;
} */
ul.all_list_item li span {
  color: #d9d9d9;
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 5px;
  display: inline-block;
}
ul.all_list_item li span:hover{
  color: #00a8ff;
}
.all_hotline_email_footer {
  margin-bottom: 0.5rem;
}
.all_content_gioithieu {
  /*padding-bottom: 50px;*/}
.name_gioithieu {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.mota_gioithieu {
  text-align: center;
  /*margin-bottom: 25px;*/
  line-height: 1.6;
}
.img_gioithieu img {
  width: 100%;
}
.all_giatricotloi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.giatricotloi {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e8e8ff;
  margin: auto;
  padding: 16px 16px 0rem 16px;
  border-radius: 10px;
  background-image: url("../images/research-line.png");
  background-position: 0px 14px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.noidung_giatricotloi ul {
  list-style: disc;
  margin-left: 24px;
  line-height: 1.6;
}
.noidung_giatricotloi {
  font-weight: 300;
}
.all_Capabilities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.Capabilities {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(71, 77.00000000000007, 255, 0.1);
  padding: 32px 32px 16px 32px;
  border-radius: 6px;
}
.eael-infobox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.eael-infobox .infobox-icon {
  width: 20%;
}
.eael-infobox .infobox-content {
  width: 100%;
}
.eael-infobox .infobox-content .title_Capabilities {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.eael-infobox .infobox-content .noidung_Capabilities {
  font-weight: 300;
  line-height: 1.8;
}
.eael-infobox .infobox-content .noidung_Capabilities ul {
  list-style: disc;
  margin-left: 20px;
}
.title_Capabilities {
  margin-bottom: 20px;
}
.all_button_slide {
  position: absolute;
  bottom: 0;
  transform: translateX(-18%);
  left: 50%;
  width: fit-content;
  height: fit-content;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* grid-gap: 10px; */
  flex-wrap: wrap;
}
.button_slide {
  display: flex;
  flex-direction: column;
  /* grid-gap: 10px; */
  width: 120px;
  height: 120px;
  background: hsl(200.47deg 100% 50% / 64%);
  /* border-radius: 50%; */
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
  padding: 28px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.name_button_slide {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}
.img_button_slide img {
  width: 25px !important;
  filter: brightness(2.5);
  transition: all 500ms ease;
}
.button_slide:hover .img_button_slide img {
  transform: rotateY(180deg);
}
.all_gioithieu_cty {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  align-items: center;
}
.name_gt_ct {
  color: #000;
  font-size: 35px;
  line-height: 1.6;
  font-weight: 600;
}
.mota_gt_cty {
  color: #202020a3;
  letter-spacing: 0.1px;
  margin-top: 20px;
}
.background_banner .fixwidth {
  position: absolute;
  top: 50%;
  max-width: 1260px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.img_bg_banner img {
  width: 100%;
}
.name_contact {
  margin-bottom: 15px;
  /* text-align: center; */
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.duan_post {
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  background: #ffffff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  position: relative;
}
.img_duan img {
  width: 100%;
  border-radius: 10px;
}
.img_sanpham_post:before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  z-index: 1;
}
.duan_post::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 40px;
  background: hsl(200.47deg 100% 50%);
  left: -5px;
}
.box-ratio {
  position: relative;
}
.box-ratio::before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  z-index: 1;
}
.box-ratio img {
  width: 100%;
  filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.4));
  border-radius: 10px;
}
.frm_timkiem {
  position: relative;
  width: 70%;
  margin: auto;
}
.title_button_slide {
  width: 100%;
  text-align: right;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 10px #000;
}
.text_slide {
  width: fit-content;
  text-align: center;
  color: #fff;
  font-size: 18px;
  /* margin-bottom: 20px; */
  background: #f00;
  padding: 5px 15px;
  filter: drop-shadow(0px 0px 10px #f00);
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  /* right: 4%; */
  text-align: center;
}
.icon_duan {
  width: 20% !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.3s linear;
  max-width: 50px;
  min-width: 40px;
}

.img_sanpham_post .icon_duan {
  min-width: 50px;
}
.img_duan .icon_duan,
.img_duan_index .icon_duan {
  min-width: 40px;
}
.grid-posts article.item {
  position: relative;
  transition: all 0.3s ease;
}
.grid-posts article.item > a {
  position: relative;
}
.grid-posts article.item .cover {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
}
.grid-posts article.item .cover::before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  z-index: 1;
}
.grid-posts article.item > a .cover {
  border-radius: 8px;
  overflow: hidden;
  transform: translateZ(0);
}
.grid-posts article.item > a .cover img {
  width: 100%;
}
.grid-posts article.item .cover-content {
  padding-top: 20px;
}
.grid-posts article.item .cover-content .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 10px;
  grid-gap: 0.3125rem;
  gap: 0.3125rem;
}
.grid-posts article.item .cover-content .meta .terms a {
  border-radius: 15px;
  display: block;
  color: #2554a6;
  padding: 0 12px;
  transition: 0.3s;
  font-weight: 600;
}
.grid-posts article.item .cover-content .h6 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.grid-posts article.item .cover-content .excerpt {
  opacity: 0.9;
  margin-top: 0;
  color: #010000;
  font-size: 0.9375rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.grid-posts article.item .cover-content .view-detail::before {
  content: attr(data-glyph);
  font-family: "Font Awesome 5 Pro";
  order: 1;
  transform: rotate(-45deg);
  transition: 0.3s;
  font-size: 14px;
}
.grid-posts article.item .cover-content .view-detail {
  display: inline-flex;
  gap: 0.625rem;
  transition: 0.3s;
  color: #ff4328;
  font-weight: 300;
  font-size: 14px;
  align-items: center;
  margin-top: 10px;
}
.grid-posts article.item .cover-content .view-detail:hover::before {
  transform: rotate(0deg);
}
.grid-posts article.item .cover-content .h6 a:hover {
  color: #2554a6;
}
.user_online::before {
  content: "THỐNG KÊ TRUY CẬP";
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  display: block;
  /* margin-top: 15px; */
}
.user_online ul {
  border: 1px solid #ebebeb;
  margin-top: 5px;
}
.user_online ul li {
  padding-right: 0;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  display: flex;
}
.user_online ul li label {
  width: 68% !important;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
  background-position: left center !important;
  padding: 3px 10px;
  color: #fff;
  padding-left: 20px;
  margin-left: 3px;
}
.user_online ul li:first-child label {
  background: url(../images/AYZT5M9.png) no-repeat;
}
.box_number {
  display: inline-block;
  width: 30%;
  text-align: center;
}
.user_online ul li .box_number b {
  color: #ffffff;
  font-weight: 400;
  border: none !important;
}
.user_online ul li:nth-child(2) label {
  background: url(../images/UbIIG4n.png) no-repeat;
}
.user_online ul li:nth-child(3) label {
  background: url(../images/UbIIG4n.png) no-repeat;
}
.user_online ul li:nth-child(4) label {
  background: url(../images/UbIIG4n.png) no-repeat;
}
.user_online ul li:last-child label {
  background: url(../images/f8oIs54.png) no-repeat;
}
.eael-infobox .infobox-content .noidung_Capabilities * {
  text-align: justify !important;
}
.tet_left img,
.tet_right img {
  width: 100%;
  height: auto;
}
.tet_left,
.tet_right {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 266px;
  pointer-events: none;
}
.tet_right {
  left: auto;
  right: 0;
  width: 181px;
}

.firework {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  pointer-events: none;
}
.firework canvas {
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  cursor: crosshair;
  display: block;
  z-index: 99;
  pointer-events: none;
}
.tet_bottom {
  position: fixed;
  bottom: 0;
  left: 80px;
  z-index: 99;
  width: 320px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .tet_left,
  .tet_right,
  .tet_bottom {
    display: none !important;
  }
}
.title_footer img{
  width: 100%;
  height: 4px !important;
}
.select_orderby {
  box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
  border: 1px solid #ddd;
  padding: 8px 19px 8px 10px;
  font-weight: 300;
}
.all_select_orderby {
  text-align: right;
}
.prdctfltr_title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.prolist_cb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.prdctfltr_checkboxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.icon_prolist_cb i {
  font-size: 20px;
  color: #16a4fb;
}
.icon_prolist_cb .far.fa-square {
  font-weight: 300;
}
.all_prdctfltr{
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
}
.list_all_prdctfltr .all_prdctfltr:last-child{
  border-bottom: none;
}
.img_villa img {
  width: 100%;
  aspect-ratio: 12/7;
  object-position: center;
  object-fit: cover;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
  border-radius: 4px;
}
.img_villa {
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.img_villa::before{
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 10px;
  z-index: 1;
}
.villa:hover .img_villa img{
  transform: scale(1.1);
}
.all_mota {
  font-size: 19px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.name_villa {
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
  line-height: 1.6;
}
.xemthem_villa {
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.xemthem_villa span {
  border-radius: 3rem;
  border-width: 1px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.danhmuc_chitiet_sp {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}
.all_orderby_bread_title{
  display: grid;grid-template-columns: repeat(2,1fr); grid-gap:10px;
}
.devvn_buy_now {
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a60101), to(#f50000));
  text-decoration: none;
  border-bottom: 0!important;
  max-width: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 5px;
}
.devvn_buy_now:hover{color: #fff;}
.devvn_buy_now span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  margin: 2px 0 0;
}
.btn_boloc_mobile i {
  font-weight: 300;
}
.btn_boloc_mobile {
  background: transparent;
  border: none;
  color: #000;
  font-weight: 600;
  display: none;
}
.all_box_doitac {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}
.img_doitac img {
  width: 100%;
  height: 65px !important;
  object-fit: contain;
  background: #fff;
}
.img_doitac {
  padding: 15px;
  background: #fff;
  position: relative;
}
.doitac{position: relative;}
.doitac::before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #CCCCCC;
  opacity: 0.5;
}
.doitac::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #CCCCCC;
  opacity: 0.5;
}
.wrap_doitac {
  padding: 30px 0 60px 0;
}
.all_col_doitac{position: relative;}
.control-doitac {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid hsl(200.47deg 100% 50% / 84%);
  border-radius: 100%;
  z-index: 99;
  position: absolute;
  width: 42px;
  height: 42px;
  color: hsl(200.47deg 100% 50% / 84%);
}
.next-doitac {
  right: 0px;
}
.prev-doitac {
  left: 0px;
}
.tabs_post_news .nav-item:first-child .all_name_chungmalt_two{
  text-align: left;
}
.tabs_post_news .nav-item:last-child .all_name_chungmalt_two{
  text-align: right;
}
.all_name_chungmalt_two{position: relative;}
.all_name_chungmalt_two::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #8E8E8E;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  box-shadow: 0 0 1px #ffffff;
}
.tabs_post_news .nav-item:first-child .all_name_chungmalt_two::after{left: 10px;}
.tabs_post_news .nav-item:last-child .all_name_chungmalt_two::after{    
  left: auto;
  right: 0;
}
.nav-pills.tabs_post_news{
  padding-bottom: 15px;
  margin-bottom: 15px ;
  border-bottom: 1px solid #007bff;
}
.tabs_post_news .nav-link.active .all_name_chungmalt_two::after,
.tabs_post_news .show > .nav-link .all_name_chungmalt_two::after{
  box-shadow: 0px 0px 4px 4px rgba(39, 166, 59, 0.3019607843);
  background: #00a8ff;
}
.all_content_all_chungmalt {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 4px;
  margin-top: 40px;
  padding: 15px 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: center;
}
.name_content_all_chungmalt {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  color: #00a8ff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mota_content_all_chungmalt {
  font-size: 14px;
  line-height: 1.6;
}
.mota_content_all_chungmalt ul li::before{
  display: inline-block;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: #00a8ff;
  margin-right: 5px;
  font-weight: 700;
}
.mota_content_all_chungmalt ul li{
  margin-bottom: 10px;
}
.links-button.viewmore-button {
  font-size: 14px;
  color: #ffffff;
  background: #00a8ff;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  z-index: 1;
  font-weight: 500;
  line-height: 14px;
  transition: all 0.3s, background-color 0.1s;
  position: relative;
  flex-direction: row-reverse;
  box-shadow: 0 4px 0px rgba(39, 166, 59, 0.2);
  border-radius: 30px;
  text-transform: uppercase;
  padding: 5px;
}
.viewmore-button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  background-color: #ffffff;
  transition: 0.5s;
  opacity: 0;
  border-radius: 30px;
  z-index: -1;
}
.viewmore-button::after {
  content: attr(data-glyph-after);
  font-family: "Font Awesome 5 Pro";
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #00a8ff;
  border-radius: 100%;
}
.viewmore.viewmore-button span{
  padding: 0 25px 0 15px;
}
.viewmore.viewmore-button:hover::before {
  width: 100%;
  opacity: 1;
}
.viewmore.viewmore-button:hover span{
  color: #00a8ff;
}
.content_gp {
  padding: 20px 0;
  text-align: center;
}
