@charset "UTF-8";

.slick-slider:not(:hover) .slick-arrow {
  opacity: 0 !important;
  transition: all 0.3s ease;
}

.box-architec {
  background: #f3faf6;
  padding: 3.8rem 0 0.8rem;
}
.why-us:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000059;
  top: 0;
}

section.why-us .ctnr {
  position: relative;
}


.list-services > .row {
  --gutter: 15px;
}

.hedding-architec h1 {
  text-align: center;
  color: #fff;
  font-weight: 100;
  font-size: 45px;
  margin-bottom: 40px;
}

.images-architec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

.icon-services-architec {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.icon-services-architec:hover {
  transform: translateY(-10px);
}

.content-services-architec .title-architec,
.content-services-architec h2 {
  color: #183030;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-family-ttl);
  margin-bottom: 11px;
}


.content-services-architec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desc-architec {
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.desc-architec p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

/*  */

.c-ttl01 {
  color: #183030;
  margin-bottom: 20px;
}

.c-ttl01__sub {
  font-size: 29px;
  display: inline-flex;
  gap: 6px;
  text-transform: uppercase;
  margin-bottom: 11px;
}


.c-ttl01__sub .icon svg {
  width: 15px;
  height: 15px;
}

.c-ttl01__sub .icon svg path {
  fill: #183030;
}

.c-ttl01__ttl {
  display: block;
  line-height: 1.2;
  font-family: "Noto Sans", sans-serif;
  width: 85%;
  margin: 0 auto;
  font-size: 21px;
  text-transform: uppercase;
}


.c-ttl01--center {
  text-align: center;
}

.c-ttl02 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-family-ttl);
}

.box-content-banner__ttl {
  font-size: 7.4rem;
  font-weight: 600;
  font-family: var(--font-family-ttl);
  line-height: 1.1;
  color: white;
  margin-bottom: 15px;
}

.box-content-banner__brief {
  color: white;
}

.box-content-banner__wbtn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.box-content-banner__wbtn .btn-common01 {
  background: #2252a1;
  border-color: #2252a1;
}

.box-content-banner__wbtn .btn-common01.btn-white {
  background: transparent;
  color: #2252a1;
  border-color: #2252a1;
  background: #fff;
}

.box-content-banner__wbtn .btn-common01.btn-white:hover {
  background: #2252a1;
  border-color: #2252a1;
  color: #fff;
}

.btn-common01 {
  border-radius: 5px;
  background-color: #2252a1;
  fill: #183030;
  color: #ffffff;
  border-style: solid;
  border-color: #183030;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #eee;
}

.btn-common01:hover {
  background-color: #2252a1;
  color: #ffffff;
  border-color: #2252a1;
}

.btn-common01__icon {
  line-height: 1;
}

.btn-common01__icon svg {
  height: 14px;
  width: 15px;
  margin-top: 5px;
}

.home-about {
  padding: 3rem 0 3rem;
}


.home-about > .ctnr > .row {
  --gutter: 24px;
}

.home-about__img-ralative {
  position: relative;
}

.home-about__img-child {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.home-about__img-child::before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.home-about__img-child:hover:before {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}

.home-about__img-child img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-about__img-child:nth-child(2) {
  border: 8px solid white;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}

.home-about .c-ttl01 {
  margin-bottom: 0;
}

.home-about__desc {
  color: #526354;
  margin-bottom: 38px;
}

.home-about__desc h2 {
  font-size: 5.4rem;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  font-family: var(--font-family-ttl);
  color: #183030;
  margin-bottom: 10px;
}

.home-about__desc ul li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #183030;
}

.home-about__desc ul li::before {
  content: "\F058";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f9b524;
  top: 0;
  position: absolute;
  left: 0;
}

.home-about__list {
  margin-bottom: 37px;
}

.home-about__list li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #183030;
}

.home-about__list li::before {
  content: "\F058";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f9b524;
  top: 0;
  position: absolute;
  left: 0;
}

.sec-service {
  background: #f3faf6;
  padding: 5rem 0 4rem;
}

.sec-service .c-ttl01 {
  margin-bottom: 4.1rem;
}


.service-grid {
  margin-bottom: 25px;
}

.service-grid > .row {
  gap: 32px 0;
}

.service-grid__item:hover .service-grid__icon {
  transform: rotate(360deg);
}

.service-grid__item:hover .service-grid__img img {
  transform: scale(1.1);
}

.service-grid__wrap {
  background: white;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-grid__ct {
  padding: 16px;
}

.service-grid__icon {
  margin-bottom: 8px;
  transition: all 0.6s ease;
}

.service-grid__icon svg,
.service-grid__icon img {
  width: 38px;
  height: 38px;
}

.service-grid__ttl {
  margin-bottom: 3px;
  color: #183030;
}

.service-grid__ttl span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 20px;
}

.service-grid__brief {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-grid__img {
  position: relative;
  overflow: hidden;
}

.service-grid__img .service-grid__icon {
  position: absolute;
  left: 11px;
  top: 9px;
  transition: all 0.3s ease;
  padding: 5px;
}

.why-us {
  background-color: #183030;
  color: white;
  padding: 2rem 0 0rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}


.why-us > .ctnr > .row {
  gap: 44px 0;
}

.why-us .c-ttl01 {
  color: white;
  margin-bottom: 20px;
}

.why-us .c-ttl01 .icon svg path {
  fill: white;
}

.why-us__block {
  --gutter: 30px;
}

.why-us__list-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7EFE233;
}

.why-us__list-item:hover .why-us__list-icon {
  transform: rotate(360deg);
}

.why-us__list-icon {
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}

.why-us__list-icon svg,
.why-us__list-icon img {
  width: 28px;
  height: 28px;
}

.why-us__list-icon svg path {
  fill: #2252a1;
}

.why-us__list-ttl,
.why-us__list h3 {
  color: white;
  margin-bottom: 7px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-family-ttl);
}

.service-grid__item {
    padding-bottom: 20px;
}
.item-book-one .images img {
    width: 265px;
}

.item-book-one .images {
    text-align: center;
    display: flex;
    justify-content: center;
}

.list-giaycn {
    margin-top: 50px;
}

.why-us__img {
  position: absolute;
  bottom: 0;
}

.why-us__img::before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.why-us__img:hover:before {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}

.why-us__img img {
  /* border-radius: 24px; */
}

.sec-project {
  padding: 5rem 0;
  background: #f3faf6;
}


.sec-project .c-ttl01 {
  margin-bottom: 4.9rem;
}


.sec-project .project-grid {
  margin-bottom: 5.9rem;
}

.team-item {
  position: relative;
  padding: 25px 15px 0;
}

.inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 120px;
  width: 100%;
  background-color: #f4f5f8;
  content: "";
  transition: all 400ms ease;
}
.team-current-theme5 .inner-box .info-box {
  position: relative;
  padding: 0 15px;
  margin-bottom: 25px;
}.team-current-theme5 .inner-box .info-box .team-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.team-current-theme5 .team-title {
  color: #24201fe3;
  font-size: 21px;
}
.team-current-theme5 .inner-box .info-box .team-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #c7c6c6;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1em;
  transition: all 400ms ease;
}
.team-current-theme5 .inner-box .info-box .share-icon {
  position: absolute;
  right: 20px;
  bottom: -45px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #0f0f0f;
  background-color: #ffaa17;
  transition: all 300ms ease;
  z-index: 1;
}
.team-current-theme5 .inner-box .info-box .social-links {
  position: absolute;
  right: 20px;
  top: 100%;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffaa17;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
.team-current-theme5 .inner-box .info-box .social-links a {
  position: relative;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  color: #0f0f0f;
  transition: all 300ms ease;
}
.team-current-theme5 .inner-box .image-box {
  position: relative;
}
.team-current-theme5 .inner-box:hover:before {
  background: linear-gradient(90deg,rgba(34, 82, 161, 1) 0%, rgba(55, 101, 173, 1) 50%, rgba(108, 142, 196, 1) 100%);
}
.team-current-theme5 .inner-box:hover .info-box .team-title a {
  color: #fff;
}
.team-current-theme5 .inner-box:hover .info-box .social-links {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 992px) {
  .sec-project .project-grid {
    margin-bottom: 3rem;
  }
}

.project-grid__row {
  --gutter: 13px;
  gap: 30px 0;
}

.project-grid__item {
  position: relative;
}

.project-grid__item:hover .project-grid__ct {
  opacity: 1;
}

.project-grid__item:hover .project-grid__img::after {
  opacity: 0.64;
}

.project-grid__item:hover .project-grid__img img {
  transform: scale(1.1);
}

.project-grid__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.project-grid__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #183030;
  opacity: 0;
}

.project-grid__img::before {
  content: "";
  padding-top: calc((280 / 387) * 100%);
  display: block;
}

.project-grid__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}

.project-grid__ct {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  color: white;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}

.project-grid__ttl {
  color: white;
  text-align: center;
}

.star-rating {
  /* float: right; */
  /* overflow: hidden; */
  height: 15px;
  position: relative;
  line-height: 0.9;
  font-size: 15px;
  width: 100px;
  overflow: visible;
}

.star-rating::before {
  content: "\F005\F005\F005\F005\F005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 1px;
  left: 0;
  position: absolute;
  padding-top: 1.5rem;
}

.star-rating span::before {
  content: "\F005\F005\F005\F005\F005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f9b524;
  top: 0;
  position: absolute;
  left: 0;
}

.sec-review {
  padding: 5rem 0;
}

.sec-review .c-ttl01 {
  margin-bottom: 4.9rem;
}



.customers-review__row {
  gap: 30px 0;
}

.customers-item {
  background: #2252a1;
  padding: 4rem 3.2rem;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.customers-item__info {
  align-items: start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.customers-item__info-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  position: relative;
  overflow: hidden;
}

.customers-item__info-img::before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.customers-item__info-img:hover:before {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}

.customers-item__info-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customers-item__info-ct {
  width: calc(100% - 66px);
  color: #fff;
}

.customers-item__info-name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.customers-item__brief {
  margin-bottom: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #fff;
}

.customers-item__flex {
  margin-top: auto;
  align-items: center;
}

.customers-item__icon img {
  width: 32px;
  height: 32px;
}

/* main.is-page-service {
  background: #f3faf6;
} */

.service-column > .row {
  gap: 20px 0;
}

.service-column__item {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.service-column__item::before {
  content: "";
  border: 1px solid #dfe2e2;
  border-radius: 24px;
  background: white;
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: calc(100% - 120px);
  z-index: -1;
}

.service-column__item:hover .service-column__icon {
  transform: rotate(360deg);
}

.service-column__img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  overflow: hidden;
}

.service-column__img::before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.service-column__img:hover:before {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}

.service-column__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-column__img:after {
  content: "";
  padding-top: calc((151 / 270) * 100%);
  display: block;
}

.service-column__icon {
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}

.service-column__icon svg,
.service-column__icon img {
  width: 40px;
  height: 40px;
}

.service-column__icon svg path {
  fill: #2252a1;
}

.service-column__ttl,
.service-column h3 {
  color: #183030;
  margin-bottom: 7px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-family-ttl);
}

.service-column__ttl > a,
.service-column h3 > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
}

.service-column__ct {
  padding-top: 24px;
}

.service-column__brief {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #526354;
}

.contact-map {
  height: 100%;
  line-height: 1;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 300px;
}
.banner-pages .slick-list.draggable {
  position: relative;
  z-index: 99999;
}
.form-contacts {
  background: #2252a11a;
  padding: 40px;
}
.home-about__desc h3 {
    font-family: "Noto Sans", sans-serif;
    font-size: 35px;
    color: #303030;
    line-height: 1.2;
    margin-bottom: 20px;
}
.item-sevicess {
    background: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.item-sevicess:before {
    content: "";
    background: url(../images/icon-lines-6.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item-sevicess:hover {
      position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #ffaa17;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/pattern-shape-1.png);
    box-shadow: 0 10px 30px rgb(0 0 0 / .07);
    transition: all 300ms linear;
}

.item-sevicess:hover .content-services-architec h2 {
    color: #fff;
}
   @keyframes floatUpDown {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(-20px); }
      100% { transform: translateY(0); }
    }
.item-sevicess:hover .content-services-architec p {color: #fff;}
.service-grid__icon img {
    width: 35px;
    height: 35px !important;
    object-fit: cover;
}

.service-grid__icon {background: #fff;width: unset;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.service-grid__img img {
    height: 216px;
}
.btn-common01__icon svg path {
    fill: #fff;
}
ul.why-us__list {
  padding-bottom: 35px;
}
.team-current-theme5 .inner-box:hover .info-box .team-title {
  color: #fff;
}
.ourteam {
  background: url(../images/icon-lines-17.png);
  padding: 20px 0px;
}
section.why-us span.c-ttl01__sub-txt {
  color: #fff;
  -webkit-text-fill-color: unset;
}
.ourteam span.c-ttl01__sub-txt {
  margin-left: 0px;
}
.image-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/nv2.jpg);
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-us{
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .list-item-blog-news .splide__track {
    margin-left: 0px !important;
    margin-top: 25px !important;
}
.ov-hidden-item {
  margin-bottom: 0;
}
.why-us__img {
  display: none;
}

  .box-architec {
    padding: 2.8rem 0 0.7rem;
  }
}

@media screen and (max-width: 768px) {
  .box-architec {
    padding: 0rem 0;
  }
}
@media screen and (max-width: 992px) {
  .content-services-architec .title-architec,
  .content-services-architec h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .content-services-architec .title-architec,
  .content-services-architec h2 {
    font-size: 18px;
    min-height: unset;
  }
}
@media screen and (max-width: 992px) {
  .c-ttl01__sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .c-ttl01__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .home-about {
    padding: 10px 0 20px
  }
}
@media screen and (max-width: 992px) {
  .home-about__desc h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 992px) {
  .sec-service .c-ttl01 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .why-us {
    padding: 3.4rem 0;
  }
}
@media screen and (max-width: 992px) {
  .why-us__list-ttl,
  .why-us__list h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .why-us__list-ttl,
  .why-us__list h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .sec-project {
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 992px) {
  .sec-project .c-ttl01 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .sec-review {
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 992px) {
  .sec-review .c-ttl01 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .customers-item {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 992px) {
  .service-column__ttl,
  .service-column h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .service-column__ttl,
  .service-column h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 992px) {
  .item-sevicess {
}
  section.banner-pages{
        height: auto !important;
  }
  .sec-service {
    padding: 3rem 0;
}

  .form-contacts {
    padding: 24px;
  }
}

.form-contacts__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  font-family: var(--font-family-ttl);
  color: #183030;
}
.box-content-banner h2 {
  color: #fff;
  font-weight: 400;
  font-family: "Gilda Display", serif;
  font-size: 46px;
  line-height: 1;
  text-shadow: 2px 3px black;
}
section.chungnhan {
    background: #f4faf6;
    padding: 30px 0px 0px;
}
.team-member {
    padding: 5px;
    text-align: center;
    background: #2252a1bf;
    width: 100%;
}

h3.member-name {
    font-size: 17px;
    color: #fff;
}

.item-book-one a {
    display: inline-block;
    position: relative;
}

.item-book-one {
    padding-bottom: 38px;
}

p.member-position {
    color: #ffffff;
}
.box-content-banner {
  color: #fff;
}
.form-contacts__brief {
  margin-bottom: 20px;
}

.form-contacts form input,
.form-contacts form textarea {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 12px 16px;
  height: 40px;
  border: 1px solid #dfe2e2;
  border-radius: 4px;
  width: 100%;
}

.form-contacts form input:not(:last-child),
.form-contacts form textarea:not(:last-child) {
  margin-bottom: 20px;
}

.form-contacts form textarea {
  height: 120px;
  resize: none;
}

.form-contacts form .btn-common01 {
  padding: 7px 27px;
}
span.c-ttl01__sub-txt {
  position: relative;
  background: linear-gradient(90deg,rgba(34, 82, 161, 1) 0%, rgba(55, 101, 173, 1) 50%, rgba(108, 142, 196, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* span.c-ttl01__sub-txt:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 100%;
  margin-right: 5px;
  width: 37px;
  height: 10px;
  background-image: url(../images/before.png);
}
 */
.home-about span.c-ttl01__sub-txt {
  /* margin-left: 42px; */
  background: linear-gradient(90deg,rgba(34, 82, 161, 1) 0%, rgba(55, 101, 173, 1) 50%, rgba(108, 142, 196, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* span.c-ttl01__sub-txt:after{
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 37px;
  height: 10px;
  background-image: url(../images/before.png);
} */
section.blog-news {
    padding: 40px 0px 20px;
    background: url( ../images/bg-shape-1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.list-item-blog-news .splide__track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}


.splide__track {
    position: relative;
    display: block;
    /* margin-left: 3rem; */
    /* width: 30%; */
    margin-top: 30px;
}

.splide__slide {
    position: relative;
}

.news-img {
    position: relative;
}

a.news-cat.shadow-sm {
    margin-left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    font-size: 13px;
    letter-spacing: .135rem;
    background-color: #fff;
    color: #144121;
    width: 3rem;
    z-index: 1;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 700;
}

.news-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ffffffd9;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    padding: .5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
    border-top: 1px solid #000;
}

.news-content.shadow-sm {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
    font-size: 19px;
}

h3.news-title {
    line-height: unset;
}

a.velora-hedding {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

figure.image-hover.image-hover-overlay img {
    display: block;
    width: 100%;
    height: 230px;
}

a.news-link svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

a.news-link {
    display: inline-flex;
    align-items: center;
    color: #b07f23;
}

.comment-view {
    padding-top: 10px;
}

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
}

.splide__track button svg {
    width: 20px;
    height: 20px;
    fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    right: 0;
    opacity: 0;
}
.team-current-theme5 .inner-box .image-box img {
  position: relative;
  z-index: 9;
}
button.slick-prev-blogs.slick-arrow svg path {
    fill: #fff;
    stroke: #fff;
}

.splide__track button svg path {
    stroke: #fff;
    fill: #fff;
}

button.slick-next-blogs.slick-arrow {
    -ms-flex-align: center;
    position: absolute;
    align-items: center;
    background: #144121;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    left: 35px;
    opacity: 0;
}
.box-content-banner__wbtn .btn-common01:focus {
  outline: none;
  color: #fff;
}
button.slick-next-blogs.slick-arrow svg {
    transform: rotate(180deg);
}
.faq-item {
  padding: 14px;
  background: #ffffff70;
  border-radius: 5px;
  margin-top: 10px;
}

li.why-us__list-item .faq-item {
  display: none;
}

li.why-us__list-item.active .faq-item {
  display: block;
}
.faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-title svg {
  width: 27px;
  height: 27px;
}

.icon-faq {
  width: 30px;
}
.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
    opacity: 1;
}

.hover-effect:hover {
    transform: translateY(-.5rem);
}


a.velora-hedding h2 {
    font-size: 18px;
    color: #222;
}
.clm.aos-init.ov-hidden-item {
  padding: 20px 10px;
}

@media screen and (max-width: 992px) {
  .row-slider-list-services.slick-initialized.slick-slider {
    margin-bottom: 0px;
  }
}
.ourteam .container {margin: 0 auto;background-color: white;border-radius: 20px;padding: 22px;/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */}
.ourteam .header {
  text-align: center;
  margin-bottom: 14px;
}
.ourteam .company-name {
  font-size: 28px;
  font-weight: bold;
  color: #2563eb;
  margin-bottom: 0px;
  letter-spacing: 2px;
}
.ourteam .subtitle {
  font-size: 30px;
  color: #1f2937;
  font-weight: 600;
}
.ourteam .time-weather {
  border-radius: 15px;
  padding: 16px;
  margin: 5px 0 0px;
}
.ourteam .current-time {
  font-size: 19px;
  color: #374151;
  margin-bottom: 20px;
  text-align: center;
}
.ourteam .time-display {
  font-size: 39px;
  font-weight: bold;
  color: #1f2937;
  margin: 0 10px;
}
.ourteam .timezone {
  font-size: 20px;
  color: #6b7280;
  margin-left: 15px;
}
.ourteam .world-times {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.ourteam .time-zone {
  background-color: #e5e7eb;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.ourteam .city-name {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.ourteam .city-time {
  font-size: 24px;
  font-weight: bold;
  color: #1f2937;
}
.ourteam .contact-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 20px;
}
.ourteam .contact-item {
  display: flex;
  align-items: center;
  background-color: #f8fafc;
  border-radius: 15px;
  padding: 12px 25px;
}
.ourteam .contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 40px;
  color: white;
}
.ourteam .time-zone:nth-child(1) {
  background: Blue;
  color:#fff;
  
}
.ourteam .time-zone:nth-child(2) {
  background: Red;
}

.ourteam .time-zone:nth-child(3) {
  background:Violet ;
}


.ourteam .time-zone:nth-child(4) {
  background:#FFFF00 ;
}
.ourteam .time-zone:nth-child(5) {
  background:Orange ;
}
.ourteam .time-zone:nth-child(6) {
  background:#008000 ;
}

.ourteam .time-zone:nth-child(1) .city-name {
  color: #fff;
}

.ourteam .time-zone:nth-child(1) .city-time {
  color: #fff;
}
.ourteam .time-zone:nth-child(2) .city-name {
  color: #fff;
}

.ourteam .time-zone:nth-child(2) .city-time {
  color: #fff;
}
.ourteam .time-zone:nth-child(6) .city-name {
  color: #fff;
}

.ourteam .time-zone:nth-child(6) .city-time {
  color: #fff;
}


.ourteam .whatsapp-icon {
  background-color: #25d366;
}
.ourteam .zalo-icon {
  background-color: #005aff;
}
.ourteam .contact-info {
  flex: 1;
  flex-direction: column;
  text-align: left !important;
  justify-content: left;
  align-items: start;
  margin-bottom: 0px;
}
.ourteam .contact-label {
  font-size: 17px;
  font-weight: 600;
  color: #374151;
}
.ourteam .contact-number {
  font-size: 16px;
  font-weight: bold;
  color: #2563eb;
}
.ourteam .weather-info {
  display: inline;
  color: #6b7280;
  margin-left: 15px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .ourteam .world-times {
    grid-template-columns: repeat(3, 1fr);
 }
}
@media (max-width: 768px) {
  .ourteam .contact-item {
    padding: 12px 12px;
    flex-direction: column;
}

.ourteam .hotline-icon {
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.ourteam .contact-info {
    align-items: center;
}
  .ourteam .container {
    padding: 30px;
 }
  .ourteam .company-name {
    font-size: 36px;
 }
  .ourteam .subtitle {
    font-size: 28px;
 }
  .ourteam .contact-section {
    grid-template-columns: 1fr;
    gap: 7px;
 }
  .ourteam .world-times {
    grid-template-columns: repeat(2, 1fr);
 }
}
