:root {
  --color-fourth: #d9d9d9;
  --linear-primary: linear-gradient(to right, #bd833b, #f1d08e);
}

* {
  line-height: normal;
  font-weight: 400;
}
html {
  font-size: 16px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
p {
  margin: 0;
}
/* container-boxbox */
.boxbox {
  width: 100%;
}
/* background-color */
.bg-second {
  background-color: var(--color-second);
}
/* settings-font-size-start */
.f-12 {
  font-size: 0.75rem;
}
.f-13 {
  font-size: 0.75rem;
}
.f-14 {
  font-size: 0.875rem;
}
.f-15 {
  font-size: 0.9375rem;
}
.f-16 {
  font-size: 1rem;
}
.f-17 {
  font-size: 1.0625rem;
}
.f-18 {
  font-size: 1.125rem;
}
.f-19 {
  font-size: 1.1875rem;
}
.f-20 {
  font-size: 1.25rem;
}
.f-21 {
  font-size: 1.3125rem;
}
.f-news {
  font-size: 1.4rem;
}
.f-22 {
  font-size: 1.375rem;
}
.f-23 {
  font-size: 1.4375rem;
}
.f-24 {
  font-size: 1.5rem;
}
.f-25 {
  font-size: 1.5625rem;
}
.f-26 {
  font-size: 1.625rem;
}
.f-27 {
  font-size: 1.6875rem;
}
.f-28 {
  font-size: 1.75rem;
}
.f-32 {
  font-size: 2rem;
}
.f-36 {
  font-size: 2.25rem;
}
.f-40 {
  font-size: 2.5rem;
}
.f-48 {
  font-size: 3rem;
}
.f-96 {
  font-size: 6rem;
}
/* settings-font-size-end */
.pointer {
  cursor: pointer;
}
.trans-dot-1s {
  transition: all 0.1s ease;
}
.trans-dot-2s {
  transition: all 0.2s ease;
}
.trans-dot-3s {
  transition: all 0.3s ease-in-out !important;
}
.trans-dot-4s {
  transition: all 0.4s ease-in-out;
}
.trans-dot-5s {
  transition: all 0.5s ease-in-out;
}
/* setting limit line text start */
/* ---------------- */
/* setttings-flex-box-start */
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-ac {
  display: flex;
  align-items: center;
}
.flex-as {
  display: flex;
  align-items: start;
}
.flex-b {
  display: flex;
  justify-content: space-between;
}
.flex-c {
  display: flex;
  justify-content: center;
}
.flex-sc {
  display: flex;
  justify-self: center;
}
.flex-r-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex-c-c-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
/* setttings-flex-box-end */
.line-clamp-1 {
  @supports (-webkit-line-clamp: 1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-2 {
  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-3 {
  @supports (-webkit-line-clamp: 3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-4 {
  @supports (-webkit-line-clamp: 4) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-5 {
  @supports (-webkit-line-clamp: 5) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-6 {
  @supports (-webkit-line-clamp: 6) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-7 {
  @supports (-webkit-line-clamp: 7) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}
.line-clamp-8 {
  @supports (-webkit-line-clamp: 8) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}
/* setting limit line text end */
/* ---------------- */
/* overflow hidden and position relative */
.pos-over {
  position: relative;
  overflow: hidden;
}
/* overflow hidden */
.over {
  overflow: hidden;
}
/* setting perspective */
.pers {
  perspective: 1000px;
}
/* w-menu-active */
.w-menu,
.menu {
  transition: all 0.3s ease;
}
.w-menu-active {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.menu a span {
  font-weight: 700;
}
/* animation rotateY 3d */
.animate-rotate-3d {
  animation: rotateAnimation 3s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/* animation-shake */
.animation-shake-custom {
  -webkit-animation-name: fa-shake-custom;
  animation-name: fa-shake-custom;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(
    --fa-animation-iteration-count,
    infinite
  );
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
@keyframes fa-shake-custom {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  4% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg);
  }

  16% {
    -webkit-transform: rotate(-27deg);
    transform: rotate(-27deg);
  }

  20% {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
  }

  32% {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
  }

  36% {
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* settings-end */
/* ------------ */
/* setting-grid-start */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* setting-grid-end */

/* settings-text-transform-start */
.t-u {
  text-transform: uppercase;
}
.t-c {
  text-transform: capitalize;
}
.t-un {
  text-decoration: underline;
}
.t-u-c {
  text-decoration-color: var(--color-primary);
}
/* settings-text-transform-end */

/* settings-font-weight-start */
.f-100 {
  font-weight: 100;
}
.f-200 {
  font-weight: 200;
}
.f-300 {
  font-weight: 300;
}
.f-400 {
  font-weight: 400;
}
.f-500 {
  font-weight: 500;
}
.f-600 {
  font-weight: 600;
}
.f-700 {
  font-weight: 700;
}
.f-800 {
  font-weight: 800;
}
.f-900 {
  font-weight: 900;
}
/* settings-font-weight-end */

/* settings-color-text-start */
.color-primary {
  color: var(--color-primary);
}
.color-second {
  color: var(--color-second);
}
.color-lorem {
  color: var(--color-lorem);
}
.color-title {
  color: var(--color-title);
}
/* settings-color-text-start */

/* setting-default */

.w-h-100-c {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-start {
  text-align: start;
}
.wrap-content {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}
.o-co {
  object-fit: cover;
}
.o-ca {
  object-fit: contain;
}
.h-f {
  height: fit-content;
}
.w-h-1-1 {
  width: 100%;
  height: 100%;
}
.border-1-r {
  border: 1px solid red;
}
.border-1-b {
  border: 1px solid blue;
}
.border-1-primary {
  border: 1px solid var(--color-primary);
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.t-0-l-0 {
  top: 0;
  left: 0;
}
.t-s-0-4-4-25-b {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.b-s-4-4-10-50-b {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
.border-1-w {
  border: 1px solid #fff;
}
/* menu-start */
.logo-head {
  width: 300px;
  height: 62px;
  margin-left: 65px;
}
.has-child.active a {
  color: var(--color-second);
}
.has-child.active span {
  color: var(--color-second);
}
.menu-cover::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 24px;
  background-color: #2b98d0;
  z-index: 0;
  bottom: 0;
  right: 29px;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}
.menu-right {
  margin-right: 60px;
  display: flex;
  align-items: center;
}

.menu ul li:last-child {
  margin-right: 0;
}

.fa-shake {
  --fa-animation-duration: 2s;
}

.menu-hotline {
  display: flex;
  align-items: center;
}

.menu-call {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--color-primary);
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

p.dts-lorem {
  font-weight: 600;
  color: var(--color-lorem);
  font-size: 14px;
}

p.dts-text {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-title);
}

a.menu-contact {
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  height: fit-content;
  margin-left: 59px;
  position: relative;
}

a.menu-contact::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  bottom: 4px;
  left: 4px;
}

.menu-contact > p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-cover-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: var(--color-second);
  clip-path: polygon(50% 0%, 100% 0, 85% 100%, 0 100%, 0 0);
}

.menu-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 416px;
  height: 104px;
  display: flex;
  align-items: center;
}

.menu a.menu-cover-logo {
  width: fit-content;
  display: block;
  height: fit-content;
  margin-left: 60px;
}

.has-child > i {
  font-size: 10px;
  margin-left: 5px;
}

.has-child span {
  transition: all 0.3s ease;
}

.has-child:hover span {
  color: var(--color-second);
}

.menu-call::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(238, 93, 49, 0.3);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 50%;
}
.menu-contact:hover {
  background-color: var(--color-second);
}
/* menu-end */

/* banner-start */
.banner-custom {
  width: 100%;
  height: fit-content;
}

.banner-custom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* banner-end */

/* about-start */
.about-left {
  width: 530px;
  height: 450px;
  transition: all 0.3s ease;
}

.about-right {
  width: calc(100% - 530px - 59px);
  height: fit-content;
}

.about-text {
  margin-top: 29px;
  margin-bottom: 13px;
}
.about-button-space {
  margin-top: 59px;
}
.about-lorem {
  line-height: 25px;
}
.dts-button {
  padding: 16px 55px 14px 25px;
  width: fit-content;
  background-color: var(--color-primary);
  border-radius: 800px;
  position: relative;
  display: block;
  overflow: hidden;
}
.dts-button-other-site {
  justify-self: center;
  margin: 25px 0;
}
.dts-button::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  background-color: var(--color-second);
  transition: all 0.4s ease;
  border-radius: 800px;
  z-index: 1;
}
.dts-button-text {
  position: relative;
  z-index: 2;
}
.dts-button .dts-button-icon svg {
  transition: all 0.3s ease;
}
.dts-button:hover .dts-button-icon path {
  fill: var(--color-second);
}
.dts-button:hover .dts-button-icon svg {
  transform: rotate(45deg);
}
.dts-button:hover:before {
  right: 0;
}
.dts-button-icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 2;
}
.about-right-order {
  order: -1;
  margin-top: 69px;
}
.about {
  margin-top: 101px;
  margin-bottom: 73px;
}
.about-lorem-order {
  margin-top: 39px;
}
.about-title-box::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-title-box {
  width: 100%;
  margin-top: 17px;
  position: relative;
}
p.about-title {
  width: fit-content;
  background-color: #fff;
}
.about-title-padding {
  padding-right: 24px;
}
.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-boxes:last-child .about-left:hover {
  transform: translateY(-10px);
}
.about-boxes:first-child .about-left:hover {
  transform: translateY(10px);
}
/* about-end */

/* exp-start */
.exp-icon {
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 2;
}
.exp-icon::before {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: rgba(37, 57, 121, 0.1);
  z-index: 1;
  left: 13px;
  bottom: 0;
}
.exp-number {
  max-width: 128px;
}
.exp-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 125px;
}
.exp {
  padding-bottom: 53px;
  background-image: url("../images/exp-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* exp-end */

/* services-start */
.services-title-padding {
  padding: 0 27px;
  line-height: normal;
}
.services-image {
  width: 100%;
  height: 100%;
}
.services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-box {
  position: relative;
  width: 100%;
  max-height: 300px;
  /* margin: 0 12px; */
}
.services-box:hover img {
  scale: 1.1;
}
.services-title:hover {
  color: var(--color-primary) !important;
}
.services-cover {
  position: absolute;
  width: 100%;
  height: 40%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000 0%, transparent 100%);
}
p.services-lorem {
  margin-top: 16px;
  line-height: 22px;
}
.services {
  padding-top: 38px;
  margin-bottom: 91px;
}
.services-banner {
  background-image: url("../images/services-banner.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.services-boxes {
  margin-top: 62px;
  position: relative;
}
.services-boxes .slick-slide {
  margin: 0 12px;
}
.services-arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 29px);
}

.services-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 29px);
}
.services-title-box {
  width: 100%;
  position: relative;
}
.services-title-box::before {
  position: absolute;
  content: "";
  width: 42%;
  height: 1px;
  background-color: #fff;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.services-title-box::after {
  position: absolute;
  content: "";
  width: 42%;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
/* services-end */

/* proc-start */
.proc-title {
  line-height: 25px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.proc-icon {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background-color: var(--color-second);
  position: relative;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.proc-box:last-child .proc-arrow-top {
  display: none;
}

.proc-box:nth-child(even) .proc-arrow-top {
  top: unset;
  bottom: 8px;
  transform: rotateY(180deg) rotate(180deg);
}
.proc-icon-i {
  width: 76px;
  height: 76px;
}
.proc-icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.proc-boxes {
  margin-top: 89px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 83px;
}.proc-boxes {
    /* grid-template-columns: 1fr 1fr; */
}
.proc {
  padding-top: 33px;
  padding-bottom: 69px;
  background-image: url("../images/proc-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.proc-title-box {
  width: 100%;
  position: relative;
}
.proc-title-box::before {
  position: absolute;
  content: "";
  width: 34%;
  height: 1px;
  background-color: #fff;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.proc-title-box::after {
  position: absolute;
  content: "";
  width: 34%;
  height: 1px;
  background-color: #fff;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.proc-arrow-top {
  position: absolute;
  left: calc(100% + 23px);
  top: 8px;
}
.proc-arrow-bottom {
  position: absolute;
  left: calc(100% + 23px);
  bottom: 8px;
}
.proc-icon:hover:before {
  animation: rotate-infinite 5s linear infinite;
  border: 2px dashed var(--color-primary);
}
.proc-icon:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
@keyframes rotate-infinite {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* proc-end */

/* advise-start */
.advise-slogan {
  color: rgba(0, 0, 0, 0.3);
  margin-top: 38px;
}
.advise-button-space {
  margin-top: 90px;
}
.advise-box {
  position: relative;
}
.advise-box::before {
  width: 100%;
  height: 40%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, var(--color-second) 0%, transparent 100%);
}
.advise-price {
  margin: 9px 0;
}
.advise {
  margin-top: 37px;
  margin-bottom: 29px;
}
.advise-title:hover {
  color: var(--color-primary) !important;
}
.advise-box:hover img {
  scale: 1.2;
}
/* advise-end */

/* project-start */
.project-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.project .slick-slide > div {
  margin-bottom: 24px;
}

.project .slick-slide > div:last-child {
  margin-bottom: 0;
}
.project-box:hover .project-name {
  text-align: center;
}
.project-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.project-name:hover {
  color: var(--color-primary) !important;
}

.project-hover {
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  transition: all 0.3s ease;
}

.project-button:hover svg {
  transform: rotate(45deg);
}

.project-button svg path {
  transition: all 0.3s ease;
}

.project-button:hover svg path {
  fill: #fff;
}

.project-button svg {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.project-boxes {
  /* display: grid; */
  /* gap: 24px; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  /* margin-top: 37px; */
  position: relative;
  width: 100%;
  margin-top: 30px;
}

/* .project .swiper-slide{
  height: fit-content !important;
} */

/* .project-box-wrap {
    padding: 12px;
} */
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-button {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 9px;
  right: 9px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.project-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: left bottom;
  background-color: var(--color-primary);
  z-index: 1;
  transform: rotate(-90deg);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.project-button:hover:before {
  transform: rotate(0);
}
p.project-address {
  margin-bottom: 9px;
}

.project-box:hover .project-hover {
  height: 100%;

  align-items: center;
}
.project-box:hover .project-button {
  opacity: 1;
  visibility: visible;
}
.project-box:hover .project-address {
  font-weight: 600;
  margin-bottom: 14px;
}
.project-button-space {
  margin-top: 24px;
}
.project {
  margin: 36px 0;
}
/* project-end */

/* rate-start */
.rate-info {padding-right: 85px;}
.rate-content {
  line-height: 25px;
  margin-top: 14px;
  margin-bottom: 27px;
}
.rate .wrap-content {
  max-width: 1228px;
}
.rate-slide {
  margin-top: 36px;
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; */
}

.rate-box {
  border-radius: 20px;
  padding: 23px 28px;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px 16px;
}

.rate-customer {
  display: flex;
  align-items: center;
}

.rate-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 16px;
  min-width: 64px;
  min-height: 64px;
}

.rate-stars {
  display: flex;
  align-items: center;
}

.rate-stars > svg {
  margin-right: 10px;
}

svg.rate-quote {
  position: absolute;
  bottom: 23px;
  right: 29px;
}
.rate .slick-dots {
  top: calc(100% + 34px);
}
.rate {
  padding-bottom: 98px;
}
.rate-address {
  margin-top: 6px;
}
/* rate-end */

/* videos-start */
.videos-title {
  line-height: 50px;
}
.videos-container .slick-slide {
  margin: 12px 8px;
}
.videos {
  width: 100%;
  height: fit-content;
  position: relative;
}
.videos-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-box {
  width: 100%;
  height: 100%;
  margin: 12px 8px;
}

.videos-boxes {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px; */
  width: 50%;
}

.videos-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videos-wrap {
  margin: 0;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.item-video img {
  width: 100%;
  height: 100%;
}

.item-video {
  width: 100%;
  max-height: 600px;
}

.h-r-v {
  width: 50%;
}

.video-custom {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-self: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  align-items: center;
}

.load-video-tc {
  position: relative;
}
.videos-slide {
  width: 100%;
  position: relative;
  height: 100%;
}
.videos-slide-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-slide-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
}
.videos-slide-banner {
  width: 100%;
  height: 600px;
  position: relative;
}
.slick-current .videos-box {
  border: 1px solid #fff;
}
.videos-box:hover {
  border: 1px solid #fff;
}
.video-play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}
.videos-slide:hover .video-play {
  opacity: 1;
  visibility: visible;
}
/* videos-end */

/* blog-start */
.blog-left-title {
  line-height: 30px;
}
.blog-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-box:hover img {
  scale: 1.1;
}
.blog-left-desc {
  line-height: 25px;
  margin-top: 17px;
  margin-bottom: 28px;
}
.blog-box-title {
  line-height: 27px;
}
.blog-box-desc {
  line-height: 20px;
}
.blog-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.blog-left {
  width: 50%;
  position: relative;
}

.blog-right {
  width: calc(50% - 28px);
  max-height: 560px;
  overflow: hidden;
}

.blog-left-image {
  width: 100%;
  height: 100%;
}

.blog-cover {
  position: absolute;
  width: calc(100% - 0px);
  height: 70%;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 29px 40px;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(to top, black 0%, transparent 90%);
}

a.blog-left-view {
  display: flex;
  align-items: center;
}

.blog-left-view svg {
  transition: all 0.3s ease;
}

.blog-left-view:hover svg {
  transform: rotate(45deg);
}

.blog-left:hover img {
  scale: 1.1;
}

.blog-title-hover:hover {
  color: var(--color-primary) !important;
}

a.blog-left-view > span {
  display: block;
  margin-right: 7px;
}
.blog-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.blog-box-image {
  object-fit: cover;
  width: 240px;
  height: 266px;
}

.blog-content {
  width: calc(100% - 240px);
  padding: 25px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-au {
  display: flex;
  align-items: center;
}

p.blog-au-by {
  margin-right: 27px;
}

.blog-dots {
  padding-left: 25px;
  position: relative;
}
.blog-dots::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-title);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-view-hover span {
  transition: all 0.3s ease;
}
.blog-view-hover svg path {
  transition: all 0.3s ease;
}
.blog-view-hover:hover span {
  color: var(--color-primary) !important;
}
.blog-view-hover:hover svg path {
  fill: var(--color-primary) !important;
}
.blog-left-view:hover .blog-title {
  margin-top: 0;
}
.blog-custom {
  margin-top: 46px;
  margin-bottom: 64px;
}
.blog-custom .about-title-box {
  margin-top: 0;
}

.blog-button-space {
  margin-top: 25px;
}
/* blog-end */

/* partner-start */
.partner-box {
  width: 179px;
  height: 89px;
}

.partner-custom {
  margin-bottom: 54px;
}

.partner-slide {
  width: 100%;
  overflow: hidden;
}
.partner-slide-track {
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 76px;
}
.partner-slide-top .partner-slide-track {
  animation: infinite-autoplay-carousel 40s linear infinite;
}
.partner-slide-bottom {
  position: relative;
  height: 89px;
}
.partner-slide-bottom .partner-slide-track {
  position: absolute;
  right: 0;
  top: 0;
  animation: infinite-autoplay-carousel-reverse 40s linear infinite;
}
@keyframes infinite-autoplay-carousel-reverse {
  0% {
    transform: translateX(179px * 10);
  }
  100% {
    transform: translateX(calc(179px * 6 + 150px));
  }
}
@keyframes infinite-autoplay-carousel {
  0% {
    transform: translateX(38px);
  }
  100% {
    transform: translateX(calc(-179px * 6 - 150px));
  }
}
.partner-slide-top {
  margin-top: 36px;
  margin-bottom: 30px;
}
.blog-wrap-b {
  position: absolute;
  top: -13px;
  right: 20px;
}
.blog-block {
  width: fit-content;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: polygon(100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
  background-color: var(--color-primary);
  padding: 11px;
  padding-top: 0;
}
.blog-wrap-b::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--color-second);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: calc(100% - 1px);
  top: 0;
  z-index: 2;
}
/* partner-end */

/* footer-start */
.footer-logo {
  height: fit-content !important;
}
.footer-desc {
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 37px;
}
/* .footer-box-info,
.footer-box-info-title-f{
  line-height: 40px;
} */
.footer-box-info-f {
  line-height: 25px;
}
.footer-box-icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  margin-right: 13px;
}
.footer-box {
  margin-bottom: 24px;
}
.social a {
  width: 43px;
  height: 43px;
  display: block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-lorem);
  margin-right: 18px !important;
}
.footer-news-text {
  line-height: 30px;
  padding-left: 14px;
  position: relative;
  display: block;
  color: #fff;
  width: fit-content;
}
.footer-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 142px;
}
.footer-news-text::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 4px;
  height: 4px;
  min-width: 4px;
  min-height: 4px;
  border-radius: 50%;
  top: 12px;
  left: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.footer-news-title {
  margin-bottom: 17px;
}
.footer-news-box:first-child {
  margin-bottom: 38px;
}
#fanpage-facebook {
  margin-top: 27px;
}
.footer-news-form-desc {
  line-height: 23px;
  margin-bottom: 24px;
}
.footer-news-input {
  padding: 17px;
  width: 100%;
  outline: none;
  margin-bottom: 12px;
  color: var(--color-lorem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.footer-news-input::placeholder {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--color-lorem);
}
button.footer-news-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  outline: none;
  border: none;
  background: #fff;
}

button.footer-news-submit svg {
  margin-left: 6px;
}
.footer {
  color: #fff;
  background-image: url("../images/footer-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-copyright {
  display: flex;
  justify-self: center;
  align-self: center;
}
.footer-iframe {
  width: 100%;
  height: 350px;
}
.footer-iframe iframe {
  width: 100%;
  height: 100%;
}
.footer-news-text:hover {
  color: var(--color-primary);
}
.footer-news-text:hover:before {
  background-color: var(--color-primary);
}
.footer-news-submit:hover p {
  color: var(--color-primary) !important;
}
.footer-news-submit svg path {
  transition: all 0.3s ease;
}
.footer-news-submit:hover svg path {
  fill: var(--color-primary) !important;
}
/* footer-end */

/* news-template-start */
.newsbox {
  width: 100%;
  /* display: 
flex; */
}
.newsbox-left-blogs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newsbox-left {
  width: 100%;
}
.newsbox-right-all {
  width: 100%;
}
.newsbox-left-blogs .newsbox-right-all {
  width: 30%;
}
.newsbox-right {
  width: 32%;
}
.news-box-image {
  width: 105px;
  height: 105px;
}
.news-content {
  width: calc(100% - 105px);
  padding: 0;
  padding-left: 20px;
  justify-content: space-evenly;
}
.news-box-title {
  margin-bottom: 1.5rem;
}
.news-box-search {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

input.news-box-input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  border-radius: 800px;
  border: 3px solid var(--color-second);
  outline: none;
  transition: all 0.3s ease;
}

.news-box-input:focus {
  border: 3px solid var(--color-primary);
}

.news-box-search-i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.3s ease;
}
.news-box-search-i:hover {
  color: var(--color-primary);
}
.newsbox-banner {
  width: 100%;
}

img.newsbox-banner-image {
  width: 100%;
}
.newsbox-cate-boxes {
  width: 100%;
}
.newsbox-cate-box {
  padding: 7px 15px;
  border-radius: 7px;
  display: inline-block;
  border: 2px solid var(--color-second);
  margin-bottom: 10px;
  margin-right: 7px;
}
.newsbox-cate-title {
  margin: 20px 0;
}
.newsbox-cate-box:hover {
  background-color: var(--color-second);
}
.newsbox-cate-box:hover p {
  color: #fff;
}
.breadcrumb-item span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-title);
}
.breadcrumb-item.active span {
  color: var(--color-primary);
}
.newsbox-blog-left {
  position: relative;
}
.newsbox-blog-container {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.newsbox-blog-left:hover img {
  scale: 1.1;
}

/* news-template-end */

/* about-custom-start */
.about-custom-left {
  width: 50%;
  border-radius: 1rem;
  overflow: hidden;
  height: fit-content;
}

.about-custom-right {
  width: 47%;
}

.about-custom-boxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* .about-custom-right {
    order: -1;
} */

.about-custom-boxes:nth-child(even) .about-custom-right {
  order: -1;
}

p.about-custom-right-title {
  letter-spacing: 2px;
}

h3.about-custom-right-b-title {
  margin: 15px 0px 10px 0px;
}

.about-custom-title {
  text-align: center;
  margin-bottom: 35px;
}
.about-custom-left:hover img {
  scale: 1.1;
}
/* about-custom-end */

/* news-start */
.news-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.news-gallery-box {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* news-end */

/* services-custom-start */
.services-custom-title {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-fourth);
  margin-top: 15px;
}
.services-custom-lorem {
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 25px;
}
.services-custom-img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  border-radius: 15px;
}

.services-custom-image {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  max-height: 200px;
}

.services-custom-image .services-custom-img {
  transition: all 0.3s ease;
}

.services-custom-image:hover .services-custom-img {
  scale: 1.1;
}

.services-custom-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.services-news-custom-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.services-custom-date {
  width: 70px;
  position: absolute;
  top: -20px;
  left: 20px;
}

.services-custom-day {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--linear-primary);
}

.services-custom-month {
  width: 100%;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.services-custom-box {
  position: relative;
  margin-top: 20px;
}
/* services-custom-end */

/* blogs-news-start */
.newsblogs-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.newsblogs-container-end {
  width: 65%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.news-blogs-slick .slick-slide {
  margin: 0 10px;
}

.newsbox-right-blogs .blog-box {
  flex-direction: column;
  align-items: start;
  margin-bottom: 9px;
}

.newsbox-right-blogs .news-content {
  padding-left: 0;
}

.newsbox-right-blogs {
}

.newsbox-right-blogs .blog-box-image {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

.newsbox-right-blogs .blog-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsbox-right-blogs .blog-content {
  width: 100%;
}

.news-detail-custom-container table {
    overflow-x: scroll;
    width: 100% !important;
}

div#toc-content {
    overflow: hidden;
}
/* blogs-news-end */
