@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@800&display=swap");
body:not(.home) .footer-wrapper {
  background: #F7F7F7;
}

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
@media (max-width: 850px) {
  .row-md-small:not(.row-collapse) {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .row-md-small:not(.row-collapse) > .col {
    padding: 0 8px 16px;
  }
}
.title-line {
  color: #E16B3C;
  font-size: 16px;
  font-weight: 800;
  line-height: 155%;
  letter-spacing: 0.32px;
  position: relative;
  padding-left: 43px;
}
.title-line::before {
  content: "";
  width: 32px;
  height: 3px;
  background: #FF7828;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}
.title-line > * {
  margin-bottom: 0;
}

.title-section {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 567px) {
  .title-section {
    font-size: 28px;
  }
}
.title-section > * {
  margin-bottom: 0;
}

.title-section2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 567px) {
  .title-section2 {
    font-size: 28px;
  }
}
.title-section2 > * {
  margin-bottom: 0;
}

.button:not(.icon) {
  padding: 4px 40px !important;
  border-width: 1px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  display: inline-block;
}
.button.btn-link {
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  color: #000 !important;
}
.button.btn-link:hover {
  border-color: var(--fs-color-primary) !important;
  color: #fff !important;
}
.button.btn-link:hover::after {
  background-image: url(../images/ic-arrow-black.svg);
}
.button.btn-link::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 10px);
  background-image: url(../images/ic-arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.button.btn-link.--no-arrow::after {
  content: none;
}

.slider-cs.--none .flickity-viewport::before {
  content: none;
}
.slider-cs .flickity-viewport {
  overflow: visible;
}
.slider-cs .flickity-viewport::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  z-index: 1;
}
.slider-cs .flickity-button {
  display: none;
}

.post-project {
  padding-bottom: 0 !important;
}
.post-project .box {
  display: block;
  color: #000;
}
.post-project .box-image {
  border-bottom: 4px solid #FFA73C;
}
.post-project .box-image .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.87%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.post-project .box-text {
  padding: 24px 0 0;
}
.post-project .image-cover {
  padding-top: 325px !important;
}
.post-project .post-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.66px;
}
.post-project .year {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.48px;
  display: inline-block;
  background-color: #EEE;
  padding: 2px 16px;
  margin-bottom: 8px;
}
.post-project .address {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding-left: 18px;
  margin-top: 7px;
}
.post-project .address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../images/location.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 13px;
  display: block;
  filter: brightness(0);
}

.post-item:hover .post-title a {
  color: var(--fs-experimental-link-color-hover);
}
.post-item .is-divider {
  display: none;
}
.post-item .image-cover {
  padding-top: 330px !important;
}
@media (min-width: 550px) and (max-width: 849px) {
  .post-item .image-cover {
    padding-top: 230px !important;
  }
}
.post-item .post-date {
  margin-bottom: 4px;
}
.post-item .box-text {
  background-color: #fff;
  padding: 16px 24px 32px;
  border: 1px solid #C3C3C3;
}
.post-item .post-title a {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.66px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-item .post-date,
.post-item .from_the_blog_excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.42px;
  opacity: 0.5;
}
.post-item .from_the_blog_excerpt {
  margin-top: 8px;
}
.post-item .button {
  color: #FF7828 !important;
  font-size: 16px !important;
  padding: 0 !important;
  margin-right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-item .button::after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.flickity-enabled.slider .flickity-prev-next-button {
  opacity: 1 !important;
  width: 36px !important;
}
.flickity-enabled.slider .flickity-prev-next-button svg {
  background-color: #FF7828;
  border-radius: 50%;
  padding: 25% !important;
}
.flickity-enabled.slider .flickity-prev-next-button svg .arrow {
  fill: #fff;
  border-color: #fff;
}

.page-banner .title {
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 567px) {
  .page-banner .title {
    font-size: 32px;
  }
}

.rank-math-breadcrumb {
  font-size: 14px;
}
.rank-math-breadcrumb a {
  opacity: 0.5;
}
.rank-math-breadcrumb .separator {
  font-size: 0;
  background-image: url(../images/caret-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 5px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.slider-brand {
  margin-left: -30px;
  margin-right: -30px;
}
.slider-brand .img {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px !important;
}

.product-cat-box .product-cat-title {
  background-color: #134648;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 12px;
}
.product-cat-box .product-cat-inner {
  background-color: #fff;
  padding: 24px 32px;
}
.product-cat-box .product-cat:hover .header-title {
  color: var(--primary-color);
}
.product-cat-box .product-cat .box {
  border: 1px solid #D8D8D8;
}
.product-cat-box .product-cat .box-text {
  padding: 12px 16px;
}
.product-cat-box .product-cat .header-title {
  font-size: 18px;
  text-transform: none;
}

.flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled] {
  display: none;
}

.float-fix-btn {
  position: fixed;
  right: 10px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

.gallery-project .slider-for img {
  aspect-ratio: 4/3;
}
.gallery-project .slider-nav {
  margin-top: 10px;
}
.gallery-project .slider-nav img {
  aspect-ratio: 4/3;
}
.gallery-project .slider-nav .slick-slide {
  margin: 0 5px;
}
.gallery-project .slider-nav .slick-list {
  margin: 0 -5px;
}

.project-infor-title {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
}
.project-infor-title span {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.project-infor-title span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 1px solid var(--primary-color);
}

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
.wpcf7 label {
  color: #000;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.wpcf7 label::after {
  content: "*";
  color: #EC0808;
}
.wpcf7 .wpcf7-form-control {
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  box-shadow: none;
  padding: 12px 16px;
}
.wpcf7 .wpcf7-form-control::-moz-placeholder {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form-control::placeholder {
  opacity: 0.5;
}
.wpcf7 .col .wpcf7-form-control {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header .header-inner {
  max-width: 1390px;
  position: relative;
}
.header .nav {
  position: static;
}
.header .nav > li.menu-item {
  margin: 0 20px;
}
.header .nav > li.active a {
  color: #FFA73C;
}
.header .nav > li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.header .nav > li a:hover {
  color: #FFA73C;
}
.header .nav > li a .icon-angle-down {
  opacity: 0.8;
  margin-left: 5px;
  margin-top: 2px;
}
.header .nav > li.header-language-dropdown > a {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  line-height: 25px;
  font-size: 12px;
}
.header .nav > li.header-search::before, .header .nav > li.header-search::after {
  content: none;
}
.header .nav > li.header-search .nav-dropdown {
  padding: 0;
  border: none;
  background: transparent;
}
.header .nav > li:not(.header-language) > .nav-dropdown-default {
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  transition: all 0.5s;
  left: 0;
  padding: 24px 32px;
  border-radius: 16px;
  border: none;
}
.header .nav > li:not(.header-language):hover > .nav-dropdown-default {
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  transition: all 0.7s;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default {
  border: 1px solid #E6E6E6 !important;
  border-radius: 12px;
  padding: 16px 0 !important;
  min-width: 285px;
  box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default li {
  margin: 0;
  padding: 0 24px;
  position: relative;
  width: 100%;
  display: block;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default li:hover > .sub-menu {
  display: block;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default li:last-child a {
  border-bottom: none !important;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  display: none;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: fl-icons;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default a {
  margin: 0 !important;
  padding: 8px 20px 8px 0 !important;
  border-bottom: 1px dashed #E6E6E6 !important;
  text-transform: none;
  position: relative;
}
.header .nav > li:not(.header-search, .mega-menu) .nav-dropdown-default a:not(:hover) {
  color: #000 !important;
}
.header .nav > li.header-language .nav-dropdown-default {
  min-width: 170px;
}
.header .nav > li.mega-menu {
  position: static;
}
.header .nav > li.mega-menu::before, .header .nav > li.mega-menu::after {
  content: none;
}
.header .nav > li.mega-menu > .nav-dropdown-default {
  left: 0;
  width: 100%;
  max-width: 1360px !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-height: unset;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li {
  width: 100%;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li a {
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  border-bottom: 0;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li a:hover {
  color: var(--primary-color);
}
.header .nav > li.mega-menu > .nav-dropdown-default > li > a {
  color: #999999;
  border-bottom: 1px dashed #E6E6E6 !important;
  text-transform: uppercase;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li > a::after {
  content: none !important;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li > ul > li a {
  padding-left: 14px;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li > ul > li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--primary-color);
  margin-right: 10px;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li > ul > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}
.header .nav > li.mega-menu > .nav-dropdown-default > li > ul > li > a::before {
  content: none;
}
.header .header-bg-color {
  background-color: #122728;
}
.header.has-transparent .header-wrapper:not(.stuck) .header-language-dropdown > a {
  line-height: 82px;
}
@media (max-width: 567px) {
  .header .stuck .header-main {
    height: 80px !important;
  }
}

.header-language a {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}
.header-language a i.arrow::before {
  content: "";
  background-image: url(../images/ic-caret-down.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.header-language img {
  width: 20px;
  transform: translateY(-1px);
}

.icon-box-header .icon-box {
  color: #fff;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.icon-box-header .icon-box:hover .icon-box-text {
  color: #ffa73c;
}
.icon-box-header .icon-box .icon-box-text {
  transition: color 0.2s;
}
.icon-box-header .icon-box-left {
  align-items: center;
}
.icon-box-header .icon-box-left img {
  padding-top: 0;
}

.off-canvas-left .mfp-content {
  background-color: #122728 !important;
}
.off-canvas-left .nav li.active > a {
  color: #FFA73C !important;
}
.off-canvas-left .nav li a {
  color: #fff !important;
  text-transform: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
}
.off-canvas-left .nav li a:hover {
  color: #FFA73C !important;
}
.off-canvas-left .nav li .toggle {
  color: #fff;
  opacity: 1;
  font-size: 10px;
}

.mobile-sidebar .nav.nav-vertical li {
  border-top: none;
}
.mobile-sidebar .sidebar-menu {
  padding: 16px 0 !important;
}
.mobile-sidebar .sidebar-menu li.html {
  padding: 0 24px !important;
  margin-bottom: 16px;
}
.mobile-sidebar .sidebar-menu li.html a {
  padding: 0 !important;
}
.mobile-sidebar .sidebar-menu li.html .stack {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  width: 100%;
  padding-top: 16px;
}
.mobile-sidebar .sidebar-menu li.header-language a {
  font-size: 12px;
}

form.searchform input {
  background-color: #1F3536 !important;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 40px;
}
form.searchform input:focus {
  color: #fff;
}
form.searchform button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #FFA73C;
  background-color: transparent !important;
  box-shadow: none !important;
  height: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.icon-box-ft p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.icon-box-ft h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.78px;
}
@media (max-width: 567px) {
  .icon-box-ft h4 {
    font-size: 22px;
  }
}
.icon-box-ft .icon-box-img img {
  padding-top: 0;
}

.footer-wrapper .stack > a {
  display: block;
  width: 100%;
}
.footer-wrapper .stack > a .icon-box:hover .icon-box-text * {
  color: #E16B3C !important;
}
.footer-wrapper .ux-menu-title {
  color: #01081B;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: none;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 16px;
}
.footer-wrapper .ux-menu-link:hover .ux-menu-link__link {
  color: #E16B3C;
}
.footer-wrapper .ux-menu-link__link {
  font-weight: 500;
  min-height: auto;
}
.footer-wrapper .ft-copyright ul li {
  color: #4D525F;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}
.footer-wrapper .ft-copyright ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #4D525F;
}
.footer-wrapper .social-icons i {
  color: #000;
}

.absolute-footer {
  display: none;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-slider .banner .text-rotate {
  margin-bottom: 32px;
  width: 100px;
  height: 100px;
  position: relative;
}
.home-slider .banner .text-rotate::before {
  content: "";
  background-image: url(../images/text-rotate.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  animation: spin 10s linear infinite;
}
.home-slider .banner .text-rotate::after {
  content: "";
  background-image: url(../images/ic-arrow-orange-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-slider .banner h3 {
  color: #FFF;
  font-size: 62px;
  font-weight: 800;
  letter-spacing: 1.24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 850px) {
  .home-slider .banner h3 {
    font-size: 48px;
    line-height: 40px;
  }
}
@media (max-width: 567px) {
  .home-slider .banner h3 {
    font-size: 32px;
    line-height: 28px;
  }
}
.home-slider .banner h3 span {
  font-weight: 400;
}
@media (max-width: 850px) {
  .home-slider .banner p {
    font-size: 14px;
  }
}
.home-slider .banner .text-box {
  bottom: 0;
  top: auto;
  transform: none !important;
  margin-bottom: 200px;
}
@media (max-width: 567px) {
  .home-slider .banner .text-box {
    margin-bottom: 120px;
  }
}
.home-slider .banner .text-inner > * {
  margin-top: 0;
}
.home-slider .banner .text-inner > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 567px) {
  .home-slider .banner .text-inner > *:last-child {
    font-size: 14px;
    line-height: normal;
  }
}
.home-slider .flickity-page-dots {
  display: flex;
  align-items: center;
}
@media (min-width: 850px) {
  .home-slider .flickity-page-dots {
    bottom: 160px;
    left: calc(50% - 8px);
    width: 100%;
    transform: translateX(-50%);
    text-align: left;
    max-width: 1230px;
    padding: 0 15px;
  }
}
@media (max-width: 850px) {
  .home-slider .flickity-page-dots {
    justify-content: center;
  }
}
.home-slider .flickity-page-dots .dot {
  margin: 0 8px;
}
.home-slider .flickity-page-dots .dot:not(.is-selected) {
  width: 8px;
  height: 8px;
}

@media (max-width: 567px) {
  .home-about .title-section {
    font-size: 26px;
  }
}
.home-about .content h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin-bottom: 32px;
}
.home-about .content ul li {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-left: 0;
}
.home-about .content ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  background: #FF7828;
  width: 4px;
  height: 4px;
  display: inline-block;
}
.home-about .icon-box:hover .icon-box-img img {
  transform: scale(1.15);
}
.home-about .icon-box .icon-box-img {
  height: 64px;
}
.home-about .icon-box .icon-box-img img {
  transition: 0.5s;
}
.home-about .icon-box h3 {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1.44px;
  margin-bottom: 0;
}
@media (max-width: 567px) {
  .home-about .icon-box h3 {
    font-size: 32px;
  }
}
@media (min-width: 850px) {
  .home-about .abs {
    position: absolute;
    top: -80px;
    width: 100% !important;
  }
}

.product-category {
  text-align: center;
}
.product-category:hover .button {
  color: #fff !important;
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary) !important;
}
.product-category:hover .box-image img {
  transform: scale(1.2);
}
.product-category:hover .header-title {
  color: #FF7827;
}
.product-category .header-title {
  text-transform: none;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
}
@media (max-width: 567px) {
  .product-category .header-title {
    font-size: 18px;
  }
}
.product-category .box-text {
  padding: 20px 0 0 !important;
}
.product-category .box-image {
  border-radius: 50%;
}
.product-category .box-image img {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 567px) {
  .product-category .box-image img {
    width: 120px;
    height: 120px;
  }
}
.product-category.--no-radius .box-image {
  border-radius: 0;
}
.product-category.--no-radius .box-image img {
  width: 200px;
  height: 200px;
  border-radius: 0;
}

.home-service {
  counter-reset: number;
}
.home-service .icon-box {
  height: 100%;
  background-color: #fff;
  padding: 16px 24px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.42px;
}
.home-service .icon-box-img {
  margin-bottom: 32px !important;
}
.home-service .icon-box h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.home-service .icon-box p {
  opacity: 0.5;
}
.home-service .flickity-slider > .row {
  padding-right: 30px;
  max-width: 313px;
  min-height: 100%;
  padding-top: 24px;
  padding-left: 1px;
}
.home-service .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.home-service .flickity-slider > .row:hover .col-inner, .home-service .flickity-slider > .row.is-selected .col-inner {
  border-color: #000;
}
.home-service .flickity-slider > .row:hover .col-inner::before, .home-service .flickity-slider > .row.is-selected .col-inner::before {
  background: #FF7828;
  color: #fff;
  border-color: #FF7828;
}
.home-service .flickity-slider > .row .col-inner {
  height: 100%;
  background-color: #fff;
  margin-bottom: 4px;
  border: 1px solid #D9D7D4;
}
.home-service .flickity-slider > .row .col-inner::before {
  counter-increment: number;
  content: "0" counter(number) ".";
  position: absolute;
  left: 24px;
  top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #D9D7D4;
  background: #fff;
  letter-spacing: 0.48px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 1;
}

.gallery-partner {
  margin-left: -30px;
  margin-right: -30px;
}
.gallery-partner .gallery-col {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.home-project .slider .post-project {
  max-width: 390px !important;
}
.home-project .slider .post-project .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 32px;
  color: #fff;
}
.home-project .slider .post-project .year {
  background-color: #fff;
  color: #000;
}
.home-project .slider .post-project .address::before {
  filter: unset;
}

@media (min-width: 850px) {
  .home-news .slider .post-item {
    max-width: 480px !important;
  }
}
@media (max-width: 850px) {
  .home-news .slider .post-item {
    max-width: 390px !important;
  }
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
.section-services {
  padding-bottom: 0 !important;
}
@media (min-width: 850px) {
  .section-services .row-service {
    max-width: 1288px;
  }
  .section-services .row-service > .col {
    padding: 0 44px 48px;
  }
}
.section-services .row-service:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 550px) {
  .section-services .row-service:nth-child(even) .col-service-text {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.section-services .row-service img {
  max-width: 495px;
}
.section-services .row-service h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: 3%;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
## Liên hệ
--------------------------------------------------------------*/
.box-contact .col-inner {
  border: 1px solid #D2D2D2;
  padding: 16px 24px;
}
.box-contact .col-inner .icon-box {
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.box-contact .col-inner .icon-box img {
  padding-top: 0;
}
.box-contact .col-inner .icon-box-text {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.66px;
}
@media (max-width: 850px) {
  .box-contact .col-inner .icon-box-text {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.product-small.box {
  border: 1px solid #D8D8D8;
  background: #FFF;
}
.product-small.box .box-image a {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  padding-top: 285px;
}
@media (max-width: 567px) {
  .product-small.box .box-image a {
    padding-top: 200px;
  }
}
.product-small.box .box-image a img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-small.box .box-text {
  background: #F9F8F8;
  padding: 16px 24px 32px;
  text-align: center;
}
@media (max-width: 567px) {
  .product-small.box .box-text {
    padding: 10px;
  }
}
.product-small.box .product-title a {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.66px;
}
@media (max-width: 567px) {
  .product-small.box .product-title a {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-small.box .short-description {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.42px;
  opacity: 0.5;
  margin-top: 8px;
}

.single-product .woocommerce-breadcrumb,
.single-product .zoom-button {
  display: none !important;
}
.single-product .product-title {
  color: #161D35;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.84px;
  margin-bottom: 16px;
}
.single-product .product-short-description {
  color: #4B4F5F;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.single-product .product-contact {
  margin-top: 32px;
}
.single-product .woocommerce-tabs {
  border-top: none !important;
}
.single-product .woocommerce-tabs-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.84px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 3px solid #000;
}
@media (max-width: 567px) {
  .single-product .woocommerce-tabs-title {
    font-size: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
  }
}
.single-product .woocommerce-tabs .tabs {
  gap: 12px 24px;
}
@media (min-width: 400px) and (max-width: 550px) {
  .single-product .woocommerce-tabs .tabs {
    flex-wrap: nowrap;
    gap: 12px 6px;
  }
}
.single-product .woocommerce-tabs .tabs li {
  margin: 0;
}
@media (min-width: 400px) and (max-width: 550px) {
  .single-product .woocommerce-tabs .tabs li {
    width: -moz-max-content;
    width: max-content;
  }
}
.single-product .woocommerce-tabs .tabs li.active a {
  background: #063638;
  color: #fff;
}
.single-product .woocommerce-tabs .tabs li a {
  padding: 10px 24px;
  border-radius: 66px;
  background: #F0EFEE;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 155%;
  text-transform: none;
  text-align: center;
}
@media (min-width: 400px) and (max-width: 550px) {
  .single-product .woocommerce-tabs .tabs li a {
    font-size: 12px;
    padding: 10px 12px;
  }
}
.single-product .woocommerce-tabs .tabs li a::before {
  content: none;
}
.single-product .woocommerce-tabs .tab-panels {
  margin-top: 32px;
  padding: 40px;
  background: #F8F8F7;
}
@media (max-width: 567px) {
  .single-product .woocommerce-tabs .tab-panels {
    margin-top: 20px;
    padding: 20px;
  }
}
.single-product .woocommerce-tabs .entry-content > *:last-child {
  margin-bottom: 0;
}
.single-product .woocommerce-tabs .entry-content .table-scroll {
  overflow: auto;
}
.single-product .woocommerce-tabs .entry-content table td {
  border-bottom-color: #A9A9A9;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
}
@media (max-width: 567px) {
  .single-product .woocommerce-tabs .entry-content table td {
    font-size: 16px;
  }
}
.single-product .woocommerce-tabs .entry-content table td:nth-child(1) {
  width: 295px;
}
.single-product .woocommerce-tabs .entry-content table td:nth-child(2) {
  font-weight: 700;
}
.single-product .product-section {
  border-top: none !important;
  padding-top: 50px;
}
.single-product .woocommerce-product-gallery__image {
  text-align: center;
}

.product-section-title {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.64px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
.product-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #FF7828;
  left: 50%;
  transform: translateX(-50%);
}
.product-section-title > * {
  margin-bottom: 0;
}

.archive .product-category {
  margin-bottom: 60px !important;
}
.archive .product-category .header-title {
  padding: 0 30px;
  height: 56px;
}
@media (max-width: 400px) {
  .archive .shop-container .products > .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.archive main section {
  padding: 48px 0;
}
@media (max-width: 567px) {
  .archive main section {
    padding: 30px 0;
  }
}

/*--------------------------------------------------------------
## Widget
--------------------------------------------------------------*/
.widget {
  border: 1px solid #D2D2D2;
  background: #F9F8F8;
  padding: 16px 24px;
}
.widget .is-divider {
  display: none;
}
.widget .widget-title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
  text-transform: none;
  display: block;
}
.widget ul:not(.product_list_widget) li + li {
  border-top-color: #D2D2D2;
}
.widget ul:not(.product_list_widget) li.active > a {
  color: #ffa73c;
}
.widget ul:not(.product_list_widget) li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 155%;
  text-transform: uppercase;
  display: block !important;
  padding: 12px 30px 12px 0;
  position: relative;
}
.widget ul:not(.product_list_widget) li a:hover {
  color: #ffa73c;
}
.widget.widget_product_categories ul li a {
  padding-right: 0;
}
.widget.widget_product_categories ul li ul {
  border: 0;
  padding: 0;
  margin: 0;
}
.widget.widget_product_categories ul li ul li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #D2D2D2;
}
.widget.widget_product_categories ul li ul li a {
  flex: 1;
  display: flex !important;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-left: 14px;
}
.widget.widget_product_categories ul li ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget.widget_product_categories ul li ul ul li {
  padding-left: 20px;
}
.widget.widget_product_categories ul li ul ul li a {
  padding-left: 9px;
}
.widget.widget_product_categories ul li ul ul li a::before {
  width: 4px;
  height: 4px;
}/*# sourceMappingURL=style.css.map */