:root {
  --color-menu: #66514c;
  --color-2: #226504;
  --grid-gap: 50px;
  --item-media-opacity: 1;
  --stack-color-2: rgb(34 101 4 / 41%);
  --stack-color-1: rgb(106 175 8 / 28%);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-2);
}

@font-face {
  font-family: "font1";
  src: url("/Content/web-fonts/Quicksand-Bold.eot");
  src:
    url("/Content/web-fonts/Quicksand-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/web-fonts/Quicksand-Bold.woff2") format("woff2"),
    url("/Content/web-fonts/Quicksand-Bold.woff") format("woff"),
    url("/Content/web-fonts/Quicksand-Bold.ttf") format("truetype"),
    url("/Content/web-fonts/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "font2";
  src: url("/Content/web-fonts/Quicksand-Medium.eot");
  src:
    url("/Content/web-fonts/Quicksand-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/web-fonts/Quicksand-Medium.woff2") format("woff2"),
    url("/Content/web-fonts/Quicksand-Medium.woff") format("woff"),
    url("/Content/web-fonts/Quicksand-Medium.ttf") format("truetype"),
    url("/Content/web-fonts/Quicksand-Medium.svg#Quicksand-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "font3";
  src: url("/Content/web-fonts/Quicksand-Regular.eot");
  src:
    url("/Content/web-fonts/Quicksand-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/web-fonts/Quicksand-Regular.woff2") format("woff2"),
    url("/Content/web-fonts/Quicksand-Regular.woff") format("woff"),
    url("/Content/web-fonts/Quicksand-Regular.ttf") format("truetype"),
    url("/Content/web-fonts/Quicksand-Regular.svg#Quicksand-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "font4";
  src: url("/Content/web-fonts/Pacifico-Regular.eot");
  src:
    url("/Content/web-fonts/Pacifico-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/web-fonts/Pacifico-Regular.woff2") format("woff2"),
    url("/Content/web-fonts/Pacifico-Regular.woff") format("woff"),
    url("/Content/web-fonts/Pacifico-Regular.ttf") format("truetype"),
    url("/Content/web-fonts/Pacifico-Regular.svg#Pacifico-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "font5";
  src: url("/Content/web-fonts/UTMHelvetIns.eot");
  src:
    url("/Content/web-fonts/UTMHelvetIns.eot?#iefix")
      format("embedded-opentype"),
    url("/Content/web-fonts/UTMHelvetIns.woff2") format("woff2"),
    url("/Content/web-fonts/UTMHelvetIns.woff") format("woff"),
    url("/Content/web-fonts/UTMHelvetIns.ttf") format("truetype"),
    url("/Content/web-fonts/UTMHelvetIns.svg#UTMHelvetIns") format("svg");
  font-weight: normal;
  font-style: normal;
}

.container-header-top {
  background: #333;
}

.container-header-top .row-header-top {
  max-width: 1200px;
  min-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.container-header-top .row-header-top span {
  font-family: "font3";
}

.container-header-top .row-header-top .header-top-left {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.container-header-top .row-header-top .header-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.container-header-top .row-header-top span {
  color: #ccc;
  font-size: 12px;
}

.container-header-top .row-header-top .header-top-right .label-email {
  padding: 10px 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.container-header-top .row-header-top .header-top-right .label-hot-line {
  background: var(--main-color);
  padding: 7px 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.container-header-top .row-header-top .header-top-right .label-hot-line a {
  display: flex;
  align-items: center;
}

.container-header-top .row-header-top .header-top-right .label-hot-line i {
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
  border-radius: 1000%;
}

@keyframes ripple {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow:
      0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

.container-header-top .row-header-top .header-top-left [class^="icon-"],
.container-header-top
  .row-header-top
  .header-top-right
  .label-email
  [class^="icon-"] {
  color: var(--main-color);
  font-size: 15px;
  margin-right: 5px;
}

.container-header-top
  .row-header-top
  .header-top-right
  .label-email
  [class^="icon-"] {
  margin-top: -2px;
}

.container-header-top .row-header-top .header-top-right .label-hot-line span {
  font-size: 18px;
  color: #fff;
  font-family: "font1";
}

.container-header-top
  .row-header-top
  .header-top-right
  .label-hot-line
  [class^="icon-"] {
  margin-right: 10px;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
}

.themes-plants .nk-main-menu ul li:hover > a,
.themes-plants .nk-main-menu ul li.actived-menu > a {
  color: var(--main-color) !important;
}

.container-search {
  position: relative;
  margin-left: 10px;
}

.container-search .form-search {
  position: absolute;
  right: 0px;
  padding: 10px 30px 10px 10px;
  top: 100%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}

.container-search .form-search.show-hide {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.container-search .form-search .form-control-search {
  display: flex;
  align-items: center;
}

.container-search .form-search .form-control-search .tu_khoa {
  padding: 0px 15px;
  background: #e9e9e9;
  border: none;
  color: #333;
  line-height: normal;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-family: "font3";
  width: 230px;
  border-radius: 4px 0 0 4px;
  box-shadow: none;
  margin: 0;
}

.container-search .form-search .form-control-search button {
  display: flex;
  height: 40px;
  width: 45px;
  border: none;
  align-items: center;
  justify-content: center;
  background: #c9c9c9;
  color: var(--main-color);
  font-size: 18px;
  text-shadow: 0px 0px var(--main-color);
  border-radius: 0 4px 4px 0;
}

.container-search .icon-search {
  cursor: pointer;
  font-size: 16px;
  color: var(--main-color);
  position: relative;
  text-shadow: 0px 0px var(--main-color);
}

.container-search .icon-search .icon2 {
  position: absolute;
  left: 0px;
  top: 0;
}

.themes-plants .tygh-top-panel {
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 16px;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1099;
}

.content-top-main .logomain,
.content-top-main .logomain .ty-wysiwyg-content,
.content-top-main .logomain .ty-wysiwyg-content .logo_top {
  height: 100%;
}

.container-slider-main .tparrows {
  border-radius: 50px !important;
  background: var(--main-color) !important;
}

.container-slider-main .tparrows:hover {
  background: var(--color-2) !important;
}

.tp-bullets.simplebullets.round .bullet {
  width: 10px !important;
  height: 2px !important;
  border: 2px solid rgba(0, 0, 0, 0) !important;
  margin-left: 4px !important;
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet.selected:hover {
  width: 25px !important;
  height: 2px !important;
  border: 2px solid rgba(106, 175, 8, 1) !important;
  opacity: 1;
}

.tp-bullets.simplebullets.round .bullet:hover {
  width: 10px !important;
  height: 2px !important;
  border: 2px solid rgba(106, 175, 8, 1) !important;
  opacity: 1;
}

.container-fluid.none-bacground {
  background: transparent;
}

.container-slider-main-right .tp-bannertimer,
.container-slider-main-right .tparrows,
.container-slider-main-right .simplebullets {
  display: none !important;
}

.container-slider-main-right .title-slider-right {
  position: absolute;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  text-align: center;
  padding: 8px 5px;
  font-family: "font2";
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  left: 0;
}

.container-box {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.breadcrumb-top {
  margin: auto !important;
  max-width: 1200px;
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.container-news-home.container-box {
  margin-bottom: 0;
  overflow: hidden;
}

.container-about-home .info-about-home {
  display: flex;
  align-items: center;
}

.container-about-home .info-about-home .title-article {
  color: var(--main-color);
  font-family: "font1";
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.container-about-home .info-about-home .title-article:after {
  content: "";
  width: 120px;
  height: 1px;
  position: absolute;
  right: -115%;
  top: 12px;
  background: var(--main-color);
}

.title-area {
  color: var(--color-menu);
  font-family: "font4";
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.information-details .title-area {
  margin-bottom: 10px;
}

.information-details .hr-plants {
  margin-bottom: 20px;
}

.container-about-home .info-about-home .desc-about,
.container-about-home .info-about-home .desc-about p,
.container-about-home .info-about-home .desc-about span,
.container-about-home .info-about-home .desc-about strong,
.container-about-home .info-about-home .desc-about b,
.container-about-home .info-about-home .desc-about em,
.container-about-home .info-about-home .desc-about a,
.container-about-home .info-about-home .desc-about i {
  font-size: 14px !important;
  line-height: 24px;
  text-align: justify;
  font-family: "font3" !important;
  color: #666 !important;
}

.container-about-home .info-about-home {
  background: url(../../Images/bg_about.png) no-repeat center center;
}

.button-view-info {
  margin-top: 20px;
}

.info-about-home .info-about {
  margin-right: 15px;
}

.info-about-home .image-about {
  text-align: right;
}

.info-about-home .image-about img {
  max-width: 80%;
}

.button-default a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: var(--main-color);
  font-family: "font1";
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-transform: capitalize;
}

.button-default a:hover {
  opacity: 0.8;
}

.title-area.align-center {
  text-align: center;
}

.hr-plants {
  margin-bottom: 8px;
  background: url(../../Images/line_name.png) no-repeat center top;
  height: 26px;
}

.details-services {
  margin-top: 35px;
}

.details-services .item-service {
  position: relative;
}

.details-services .list-services-home .item-span {
  margin-bottom: 40px;
}

.details-services .list-services-home .item-span:last-child {
  margin-bottom: 10px;
}

.details-services .list-services-home .item-span:nth-child(2n + 1) {
  margin-left: 0;
  clear: both;
}

.details-services .item-service .image-service {
  border-radius: 0 4px 4px 4px;
}

.details-services .item-service .image-service img {
  min-height: 340px;
  object-fit: cover;
  border-radius: 0 4px 4px 4px;
}

.details-services .item-service .desciption-service {
  position: absolute;
  width: 350px;
  height: 353px;
  background: url(https://thietkethicongcanhquan.com/Images/bg_dv1.png)
    no-repeat;
  z-index: 9;
  top: -13px;
  left: 0px;
  color: #fff;
}

.details-services .item-service:hover .desciption-service {
  background: url(https://thietkethicongcanhquan.com/Images/bg_dv2.png)
    no-repeat;
}

.details-services .item-service:hover .button-light {
  background: var(--color-2);
  border-color: var(--color-2) !important;
}

.details-services
  .item-service
  .desciption-service
  .wrapper-desciption-service {
  width: 225px;
  height: 275px;
  overflow: hidden;
  margin-top: 45px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
}

.details-services .item-service .desciption-service .name-service {
  font-family: "font1";
  font-size: 18px;
  margin-bottom: 12px;
  color: #fff;
  text-transform: capitalize;
}

.details-services .item-service .desciption-service .des-service {
  font-family: "font3" !important;
  font-size: 14px !important;
  line-height: 24px !important;
  max-height: 165px;
  overflow: hidden;
  color: #fff !important;
}

.details-services .item-service .desciption-service .des-service p,
.details-services .item-service .desciption-service .des-service span,
.details-services .item-service .desciption-service .des-service strong,
.details-services .item-service .desciption-service .des-service,
.details-services .item-service .desciption-service .des-service em,
.details-services .item-service .desciption-service .des-service a,
.details-services .item-service .desciption-service .des-service i {
  font-family: "font3" !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff !important;
}

.details-services .item-service .desciption-service .button-light {
  margin-top: 12px;
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: "font3";
}

.info-outstanding-home .wrapper-topic-outstanding {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.info-outstanding-home .wrapper-topic-outstanding .item-topic-outstanding {
  margin: 0 15px;
  font-family: "font1";
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}

.info-outstanding-home .wrapper-topic-outstanding .item-topic-outstanding:hover,
.info-outstanding-home
  .wrapper-topic-outstanding
  .item-topic-outstanding.selected {
  color: var(--main-color) !important;
}

.info-outstanding-home
  .wrapper-topic-outstanding
  .item-topic-outstanding:hover:after,
.info-outstanding-home
  .wrapper-topic-outstanding
  .item-topic-outstanding.selected:after {
  content: "";
  background: url(../../Images/icon_menu.png) no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  right: -14px;
  top: -14px;
}

.content-outstanding {
  position: relative;
  min-height: 180px;
}

.content-outstanding .list-projects-home {
  overflow: hidden;
}

.content-outstanding .list-projects-home.show-project {
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.row-fluid .content-outstanding .list-projects-home .span6 {
  width: calc(100% / 4 - 12px);
}

.content-outstanding .list-projects-home .item-span {
  margin-bottom: 35px;
  margin-left: 16px;
}

.content-outstanding .list-projects-home .item-span:last-child {
  margin-bottom: 40px;
}

.content-outstanding .list-projects-home .item-span:nth-child(4n + 1) {
  margin-left: 0;
  clear: both;
}

.item-outstanding {
  position: relative;
  cursor: pointer;
}

.item-outstanding:hover .des-project {
  background: #fff;
  border-color: var(--main-color);
}

.item-outstanding:hover .des-project .des-project-text {
  color: var(--main-color);
}

.item-outstanding .image-project {
  overflow: hidden;
  border-radius: 4px;
  height: 195px;
}

.item-outstanding:hover .image-project img {
  transform: scale(1.1);
}

.item-outstanding .image-project img {
  border-radius: 4px;
  transition: 300ms all;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-outstanding .des-project {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 95%;
  background: var(--main-color);
  padding: 10px 5px;
  transform: translateX(-50%);
  border-radius: 4px;
  border: 2px solid var(--main-color);
  transition: 300ms all;
}

.item-outstanding .des-project .des-project-text {
  font-family: "font1";
  font-size: 15px;
  color: #fff;
  text-align: center;
  transition: 300ms all;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.loading-gif {
  width: 60px;
  margin: 0 auto;
}

.wrapper-loading-gif {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background: rgb(255 255 255 / 75%);
  width: 100%;
  height: 100%;
  display: none;
}

.info-image-footer img {
  width: 115px;
}

.info-footer {
  clear: both;
  background: #337a22;
}

.info-footer > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1024px;
}

.info-footer .desc-foot-bottom {
  padding: 18px 10px;
  color: white;
  font-size: 15px;
  text-align: center;
}

.info-footer .desc-foot-bottom .left-foot,
.info-footer .desc-foot-bottom .right-foot ul li {
  font-size: 13px;
  font-family: "font3" !important;
  color: #fff;
}

.info-footer .desc-foot-bottom .left-foot b,
.info-footer .desc-foot-bottom .right-foot ul li b {
  font-family: "font3" !important;
  font-weight: 600;
}

.info-footer .desc-foot-bottom .right-foot ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.info-footer .desc-foot-bottom .right-foot ul li {
  margin-left: 20px;
}

.info-footer .desc-foot-bottom .right-foot ul li:first-child {
  margin-left: 0;
}

.infor-congty .footer-name {
  color: var(--main-color);
  text-transform: uppercase;
  font-family: "font5";
  font-size: 23px !important;
  margin-bottom: 20px;
}

.footer-icon {
  color: #fff;
  font-size: 14px;
  font-family: "font3";
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-icon .label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 10px;
}

.brandes-marquee {
  padding-inline: 24px;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 20px;
  overflow: hidden;
}

.wrapper-brandes {
  margin: auto !important;
  max-width: 1200px !important;
  min-width: 1024px !important;
}

section.container-brandes {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

.sliders-brandes {
  -webkit-animation: footer-marquee-desktop 60s linear infinite;
  animation: footer-marquee-desktop 60s linear infinite;
  width: fit-content;
}

.sliders-brandes:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.sliders-brandes {
  width: -webkit-fit-content;
  width: fit-content;
}

.sliders-brandes-grid {
  display: grid;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(var(--grid-x-offset, 0));
  -ms-transform: translateX(var(--grid-x-offset, 0));
  transform: translateX(var(--grid-x-offset, 0));
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition:
    transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  gap: var(--grid-gap);
}

.sliders-brandes-grid .item-brand {
  padding: 7px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 4px 10px rgba(0, 35, 159, 0.1);
}

.sliders-brandes-grid .item-brand img {
  z-index: 1;
  width: var(--item-media-width);
  height: var(--item-media-height);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0.6;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  filter: grayscale(100%);
}

.sliders-brandes-grid .item-brand:hover img {
  filter: inherit;
  opacity: 1;
}

.info-image-brand {
  display: flex;
  position: relative;
  z-index: 1;
  width: var(--item-media-width);
  height: var(--item-media-height);
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.brand-marquee-item {
  --item-media-width: 185px;
  --item-media-height: 80px;
  position: relative;
  -webkit-transform: perspective(300px) translate3d(0, 0, 0);
  transform: perspective(300px) translate3d(0, 0, 0);
  color: #fff;
}

.brand-marquee-item__stack {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--item-media-width);
  height: var(--item-media-height);
  display: none;
}

.brand-marquee-item__stack:before,
.brand-marquee-item__stack:after {
  --stack-offset-y: -3px;
  --stack-offset-x: -3px;
  --stack-bg: var(--stack-color-1);
  content: "";
  position: absolute;
  z-index: 0;
  top: var(--stack-offset-y);
  right: var(--stack-offset-x);
  width: 98%;
  height: 98%;
  overflow: hidden;
  -webkit-transform: translate(
    var(--stack-translate-x),
    var(--stack-translate-y)
  );
  -ms-transform: translate(var(--stack-translate-x), var(--stack-translate-y));
  transform: translate(var(--stack-translate-x), var(--stack-translate-y));
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: var(--stack-translate-delay, 0.1s);
  transition-delay: var(--stack-translate-delay, 0.1s);
  border-radius: 10px;
  background: var(--stack-bg, #dbdbde);
}

.brand-marquee-item__stack:before {
  --stack-translate-delay: 0s;
  --stack-bg: var(--stack-color-2);
  --stack-offset-y: -6px;
  --stack-offset-x: -6px;
  width: 96%;
  height: 96%;
  border-radius: 12px;
  opacity: 0.4;
}

.brand-marquee-item:hover .brand-marquee-item__stack:before,
.brand-marquee-item:hover .brand-marquee-item__stack:after {
  --stack-translate-scale: 0.5;
  --stack-translate-x: calc(
    -1 * var(--stack-offset-x) * var(--stack-translate-scale)
  );
  --stack-translate-y: calc(
    var(--stack-offset-y) * var(--stack-translate-scale)
  );
  border-radius: 8px;
}

@keyframes footer-marquee-desktop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(calc(-50% - 25px), 0, 0);
    transform: translate3d(calc(-50% - 25px), 0, 0);
  }
}

.container-why-home {
  background: url(../../Images/bg_why.jpg) top center;
  margin-bottom: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-why-home .wrapper-why-home,
.container-news-home {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1024px;
}

.why-item {
  text-align: center;
  padding: 50px 30px;
}

.why-item .why-item-num {
  font-family: "font4";
  font-size: 34px;
  line-height: normal;
  color: #fff;
}

.why-item .why-item-name {
  font-family: "font1";
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}

.why-item .why-item-icon {
  color: #fff;
  display: flex;
  margin: 0 auto;
  width: 77px;
  height: 77px;
  align-items: center;
  justify-content: center;
  font-size: 77px;
  margin-bottom: 5px;
}

.why-item .why-item-icon.why-item-tree {
  align-items: flex-end;
}

.why-item .why-item-icon.why-item-tree i:first-child {
  font-size: 48px;
}

.item_news {
  position: relative;
  display: flex;
}

.item_news .img {
  min-width: 230px;
  height: 130px;
  max-width: 230px;
}

.item_news .img:hover img {
  opacity: 0.8;
}

.item_news .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.item_news .info {
  margin-left: 10px;
}

.item_news .info .head {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.item_news .info .date {
  background: var(--main-color);
  min-width: 70px;
  text-align: center;
  padding: 10px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.item_news .info .date p {
  color: #fff;
  font-family: "font1";
  font-size: 12px;
  margin: 0;
}

.item_news .info .date p:first-child {
  font-size: 22px;
}

.item_news .name {
  text-align: left;
  padding: 0px 10px;
}

.item_news .name:hover a {
  color: var(--main-color);
}

.item_news .name a {
  color: #000;
  font-family: "font1";
  font-size: 14px;
  display: block;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.item_news .des {
  font-family: "font3";
  font-size: 13px;
  line-height: 20px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.item_news .des p,
.item_news .des span {
  font-size: 13px !important;
  font-family: "font3" !important;
  line-height: 20px;
}

.wrapper-facebook .fb-page {
  border-radius: 5px;
  overflow: hidden;
}

.breadcrumb-top ul {
  margin: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breadcrumb-top ul li {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.breadcrumb-top ul li i {
  margin-right: 10px;
}

.breadcrumb-top ul li a {
  color: #000;
  font-family: "font2";
  text-transform: capitalize;
}

.breadcrumb-top ul li a:hover {
  color: var(--main-color);
}

.breadcrumb-top ul li span {
  text-transform: capitalize;
  white-space: nowrap;
}

.breadcrumb-top ul li span.name-last-child {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.information-details .content-article,
.information-details .content-article span,
.information-details .content-article p,
.information-details .content-article strong,
.information-details .content-article em,
.information-details .content-article a,
.information-details .content-article font,
.information-details .content-article ul li,
.information-details .text-bottom-details,
.information-details .text-bottom-details span,
.information-details .text-bottom-details p,
.information-details .text-bottom-details strong,
.information-details .text-bottom-details em,
.information-details .text-bottom-details a {
  font-family: "font3" !important;
  font-size: 15px !important;
  line-height: 24px !important;
}

.information-details .content-article img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px;
  margin: 10px auto;
}

.information-details .content-article .gallery__thumb img {
  margin: auto;
}

.main-content-left {
  position: sticky;
  top: 120px;
}

.content-menu-left {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
  position: relative;
  padding-top: 50px;
}

.name_block {
  background: var(--main-color);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "font1";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}

.content-menu-left a {
  display: block;
  color: #626161;
  font-size: 15px;
  font-family: "font2";
  padding: 7px 0;
}

.content-menu-left a:visited {
  color: #626161;
}

.content-menu-left a.tree-2 {
  padding-left: 23px;
  position: relative;
}

.content-menu-left a.tree-2:before {
  content: "\f111";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 15px;
}

.content-menu-left a:hover {
  color: var(--main-color);
}

.jssocials-share-link {
  border-radius: 50%;
}

.wrapper-bottom-details {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.title-contact {
  color: #008000;
  font-family: "font2";
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-icon span:not(.label-icon) {
  font-size: 14px;
  font-family: "font2";
  color: #4d4b4b;
  line-height: 20px;
}

.contact-icon i {
  color: var(--color-menu);
}

.contact-icon .label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin-right: 10px;
}

.map-address {
  margin-bottom: 5px;
}

.map-address iframe + a {
  visibility: hidden;
}

span.required-label {
  font-size: 10px;
  color: red;
}

.about-left .profile-field-wrap .form-control {
  padding-left: 10px;
  font-family: "font3";
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 42px;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  margin-bottom: 20px;
}

.about-left .profile-field-wrap textarea.form-control {
  min-height: 120px;
  padding-top: 10px;
}

.about-left .profile-field-wrap .required-label {
  position: absolute;
  top: -20px;
  left: 0;
  display: none;
}

.button-contact {
  background: var(--main-color);
  padding: 10px;
  border-radius: 4px;
  color: #fff !important;
  font-family: "font2";
  width: 50%;
  text-align: center;
  border: none;
}

.button-contact:hover {
  opacity: 0.8;
}

.button-contact:first-child {
  margin: 0 7px 0 0;
}



.profile-field-wrap {
  position: relative;
}

.placeholder-area,
.placeholder {
  margin-top: 0 !important;
  position: absolute;
  font-family: "font3";
  font-weight: 500 !important;
  top: 10px;
  left: 11px;
  color: #8d8d8d;
  transition: 300ms all;
}

.profile-field-wrap.focus .placeholder,
.profile-field-wrap.focus .placeholder-area {
  top: -16px;
  font-size: 11px;
  left: 0;
}

.wrapper-article .item-blog {
  margin-bottom: 15px;
}

.wrapper-article .item-blog:last-child,
.wrapper-article .item-category:last-child {
  margin-bottom: 0;
}

.wrapper-article .item-category {
  margin-bottom: 30px;
}

.item-blog.blog-0 {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.item-blog.blog-0:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  padding: clamp(0.938rem, 5vw, 1.563rem);
  background: #02022e;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  order-radius: 4px;
}

.item-blog.blog-0 img {
  width: 100%;
  height: 375px;
  -webkit-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 300ms;
}

.item-blog.blog-0 img:hover {
  opacity: 0.8;
}

.item-blog.blog-0 .info-blog {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
}

.item-blog.blog-0 .info-blog .date-blog {
  font-family: "font2";
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.item-blog.blog-0 .info-blog .title-blog {
  font-family: "font1";
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  transition: all 300ms;
}

.item-blog.blog-0 .info-blog .title-blog:hover {
  color: var(--main-color);
}

.wrapper-article .item-category .category-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 7px;
  position: relative;
}

.wrapper-article .item-category .category-name::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: var(--main-color);
}

.wrapper-article .item-category .category-name .category-name-label {
  font-family: "font1";
  font-size: 20px;
  color: var(--color-menu);
}

.wrapper-article .item-category .category-name .category-readmore {
  display: flex;
  align-items: center;
}

.wrapper-article .item-category .category-name .category-readmore:hover i {
  -webkit-animation-name: read-more-animate, read-more;
  animation-name: read-more-animate, read-more;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.wrapper-article
  .item-category
  .category-name
  .category-readmore
  .readmore-text {
  font-size: 14px;
  color: var(--main-color);
  margin-right: 4px;
  font-family: "font2";
}

.wrapper-article .item-category .category-name .category-readmore i {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color);
}

@keyframes read-more {
  0% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@keyframes read-more-animate {
  100% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

.item-grid-blog .item-grid-blog-img {
  height: 115px;
  overflow: hidden;
  border-radius: 4px;
}

.item-grid-blog .item-grid-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: all 300ms;
}

.item-grid-blog .info-blog {
  position: relative;
  height: 115px;
}

.item-grid-blog .info-blog .description-blog {
  font-family: "font3";
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.item-grid-blog .info-blog .infor-blog-bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.item-grid-blog .info-blog .title-blog {
  font-family: "font1";
  font-size: 15px;
  transition: all 300ms;
}

.item-grid-blog:hover img {
  transform: scale(1.1);
}

.item-grid-blog:hover .title-blog {
  color: var(--main-color);
}

.item-grid-blog .date-blog,
.item-grid-blog .count-views {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.item-grid-blog .count-views i {
  font-size: 15px;
  margin-right: 3px;
}

.item-grid-blog .date-blog i {
  font-size: 15px;
  margin-right: 3px;
}

.item-grid-blog .count-views span {
  font-size: 12px;
}

.item-grid-blog .count-views .count-label {
  text-transform: capitalize;
  margin-right: 3px;
}

.wrapper-products {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}

.wrapper-products .item-product {
  border-radius: 15px;
  /*box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);*/
  box-shadow: 2px 4px 10px rgba(0, 35, 159, 0.1);
  height: 230px;
}

.wrapper-products .item-product .item-product-img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.wrapper-products .item-product img {
  border-radius: 15px;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 300ms;
}

.wrapper-products .item-product .item-product-img .item-product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  color: #fff;
  padding: clamp(0.938rem, 5vw, 1.563rem);
  background: #02022e;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  transition: all 300ms;
}

.wrapper-products .item-product:hover .item-product-img .item-product-overlay {
  background: transparent;
}

.wrapper-products .item-product:hover .item-product-img img {
  transform: scale(1.1);
}

.wrapper-products .item-product .item-product-img .item-product-overlay span {
  font-family: "font2";
}

.jssocials-share .jssocials-share-link {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-projects {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.wrapper-projects .item-grid-blog .info-blog .title-blog {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  text-transform: capitalize;
}

.wrapper-projects .item-blog {
  margin-bottom: 0;
}

/*-----------------------------------------*/

.tabs input[name="tab-control"] {
  display: none;
}

.tabs .content section h2,
.tabs ul li label {
  color: var(--main-color);
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 33.33333%;
  padding: 0 10px;
  text-align: center;
}

.content-article-product .tabs > ul {
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #f7f7f7;
}

.content-article-product .tabs ul li {
  width: auto;
  flex: none;
  position: relative;
}

.content-article-product .tabs .slider {
  width: calc(100% / 2);
}

.content-article-product .tabs > ul li:first-child {
  padding-right: 35px;
}

.content-article-product .tabs > ul li:last-child {
  padding-left: 35px;
}

.content-article-product .tabs > ul li:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 70%;
  width: 2px;
  background: #525252;
  border-radius: 23px;
  transform: translateY(-50%);
}

.content-article-product .tabs ul li label {
  margin: 0;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
}

.tabs ul li label br {
  display: none;
}

.tabs ul li label i {
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.tabs ul li label:hover i,
.tabs ul li label:focus i,
.tabs ul li label:active i {
  fill: #bec5cf;
}

.tabs .slider {
  position: relative;
  width: calc(100% / 3);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 30px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: var(--main-color);
  border-radius: 8px;
}

.tabs .content {
  margin-top: 20px;
  padding: 0;
}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs .content section h2 {
  color: var(--main-color);
  display: none;
}

.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: var(--main-color);
  margin-top: 5px;
  left: 1px;
}

.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label {
  cursor: default;
  color: var(--main-color);
}

.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label
  i {
  fill: var(--main-color);
}

@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}

.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ .content
  > section:nth-child(1) {
  display: block;
}

.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label {
  cursor: default;
  color: var(--main-color);
}

.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label
  i {
  fill: var(--main-color);
}

@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}

.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ .content
  > section:nth-child(2) {
  display: block;
}

.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label {
  cursor: default;
  color: var(--main-color);
}

.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label
  i {
  fill: var(--main-color);
}

@media (max-width: 600px) {
  .tabs
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}

.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ .content
  > section:nth-child(3) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes content-menu {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }

  .tabs ul li label br {
    display: initial;
  }
}

@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .tabs ul li label span {
    display: none;
  }

  .tabs .slider {
    display: none;
  }

  .tabs .content {
    margin-top: 20px;
  }

  .tabs .content section h2 {
    display: block;
  }
}

.main-information-project {
  margin-top: 10px;
}

.item-top-info span {
  font-weight: 600;
}

.item-top-info:before {
  content: "\f111";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 7px;
  transform: translateY(-3px);
  display: inline-block;
  color: var(--color-2);
  margin-right: 3px;
}

.wrapper-video-projects {
  border-radius: 4px;
  overflow: hidden;
}

.lg-backdrop,
.lg-outer {
  z-index: 1100 !important;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--main-color) !important;
}

.gallery__column {
  /*
    grid-template: repeat(6, 1fr)/repeat(6, 1fr);*/
  display: grid;
  transition: 0.3s;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  grid-template-rows: auto;
}

.gallery__column:hover .gallery__image {
  filter: grayscale(1);
}

.gallery__link {
  margin: 2px;
  overflow: hidden;
  border-radius: 4px;
  max-height: 180px;
}

.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}

.gallery__thumb {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.information-details .content-article img.gallery__image {
  height: 100% !important;
  object-fit: cover;
}

.gallery__image:hover {
  transform: scale(1.1);
}

/*.gallery-project .gallery__column > .gallery__link:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-project .gallery__column > .gallery__link:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}

.gallery-project .gallery__column > .gallery__link:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}*/

.paging-front-end {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 0 10px;
}

.paging-item {
  padding: 10px 20px;
  font-family: "font4" !important;
  font-size: 18px !important;
  color: #626161;
  line-height: 27px;
  transition: all 300ms;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 2px;
  width: 50px;
  height: 45px;
  justify-content: center;
}

.paging-item.page-current::after,
.paging-item:hover::after {
  content: "";
  width: 90%;
  height: 3px;
  background: var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-radius: 5px;
  transform: translateX(-50%);
}

.paging-item.page-current {
  color: var(--main-color);
  font-weight: 600;
  background: #6aaf081f;
  border-radius: 4px;
}

.paging-item:hover {
  color: var(--main-color);
  background: #6aaf081f;
  border-radius: 4px;
}

.paging-item i {
  font-size: 25px;
}

.wrapper-product-content,
.wrapper-projects {
  position: relative;
}

#content-load-view.show-item {
  -webkit-animation-name: showitem;
  animation-name: showitem;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes showitem {
  from {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes showitem {
  from {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.page-title::before {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: -28px;
  content: attr(data-title);
  padding: 5px;
  color: #fff;
  background: var(--main-color);
  visibility: hidden;
  line-height: 0.9;
  font-family: "font3";
  font-size: 12px;
  white-space: nowrap;
  border-radius: 3px;
  transform: translateX(-50%);
}

.page-title i::after {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: -12px;
  width: 0;
  height: 0;
  border-bottom: 4px solid var(--main-color);
  border-right: 4px solid var(--main-color);
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: translateX(-50%) rotateZ(45deg);
}

.page-title:hover::before,
.page-title:hover i::after {
  visibility: visible;
}

.content-article-product section {
  padding: 0 15px 15px 15px;
}

.recent-products-details {
  padding: 15px;
}

.custom-popup.modal {
  z-index: 1102 !important;
}

.modal-backdrop {
  z-index: 1101 !important;
}

.custom-popup .modal-title {
  font-family: "font2";
  color: var(--main-color);
}

.custom-popup .modal-footer .btn-default {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

body.nav-is-toggled {
  overflow: hidden;
}

.wraper-menu-main {
  display: none;
}

body.nav-is-toggled .wraper-menu-main {
  display: block;
}

.content-menu-mobile {
  background: #fff;
  max-width: 320px;
}

body.nav-is-toggled .wraper-menu-main .content-menu-mobile {
  -webkit-animation-name: content-menu;
  animation-name: content-menu;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
  height: 100%;
}

.main-menu-mobile {
  display: none;
}

/*menu mobile*/
.wraper-menu-main {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #06060670;
  top: 0;
  left: 0;
  z-index: 1101;
}

.header-menu-mobile {
  padding: 10px 20px 10px;
  border-bottom: 1px solid #acacac;
  margin-bottom: 10px;
  position: sticky;
  text-align: center;
  font-family: "font2";
  top: 0;
  background: #fff;
  z-index: 1;
  cursor: pointer;
}

.header-menu-mobile .menu-icon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header-menu-mobile .backlink-mobile {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-search-mobile .form-control-search {
  position: relative;
  margin: 0 auto;
}

.form-search-mobile .form-control-search input {
  border: none;
  box-shadow: none;
  background: #dadada;
  border-radius: 50px;
  width: 100%;
  padding: 0 40px 0 15px;
  font-family: "font3";
  height: 36px;
}

.form-search-mobile .form-control-search input::placeholder {
  font-family: "font3";
}

.form-search-mobile .form-control-search button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  font-weight: 600;
  width: 32px;
  background: var(--main-color);
  border-radius: 50px;
}

.content-menu-mobile .container-search {
  margin: 0 10px 10px 10px;
}

ul.main-menu-mobile-content {
  border-top: 1px solid #acacac;
  position: relative;
}

.main-menu-mobile-content .item-menu-info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #acacac;
  padding: 10px;
}

.main-menu-mobile-content .item-menu-info .right-info-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  /*border-left: 1px solid #acacac;*/
  padding-left: 30px;
  cursor: pointer;
}

.main-menu-mobile-content .item-menu-info .right-info-menu i {
  font-size: 10px;
  margin-left: 5px;
}

.main-menu-mobile-content .item-menu-info a {
  color: var(--color-menu);
  font-family: "font2";
}

.main-menu-mobile-content .item-menu-info .right-info-menu .num-childs {
  display: none;
}

.main-menu-mobile-content .sub-menu-main,
.main-menu-mobile-content .sub-menu-main li > ul {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu-mobile-content li.actived-mobile > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 100%;
  -webkit-animation-name: content-menu;
  animation-name: content-menu;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tree-menu-main-mobile {
  height: 100%;
  overflow: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 480px) {
  .row-fluid .content-outstanding .list-projects-home .span6 {
    width: calc(100%) !important;
  }

  .row-fluid .content-outstanding .list-projects-home .span6 {
    margin-left: 0 !important;
  }

  .wrapper-why-home .span4 {
    width: calc(100%);
  }

  .container-why-home .wrapper-why-home,
  .container-news-home {
    width: 100%;
    min-width: 100%;
  }

  .main-content-left {
    display: none;
  }

  ul.newsrelate {
    grid-template-columns: 1fr !important;
  }

  .wrapper-products,
  .wrapper-projects {
    grid-template-columns: 1fr !important;
  }

  .item-grid-blog .info-blog {
    height: 130px;
  }

  .wrapper-projects .item-grid-blog .info-blog {
    height: 75px !important;
  }

  .wrapper-projects .item-grid-blog .info-blog .title-blog {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 320px) {
  .content-menu-mobile {
    background: #fff;
    max-width: 280px !important;
  }
}

@media only screen and (max-width: 600px) {
  .wrapper-products {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .container-header-top {
    display: none;
  }

  .themes-plants .tygh-top-panel {
    position: static;
    padding: 0;
    display: none;
  }

  .container-slider-main .tp-banner-container {
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  .tygh-top-panel .nk_header_new_2015_outer.nk_header_menu {
    display: none;
  }

  .content-top-main {
    height: 68px;
    justify-content: center;
    display: block;
  }

  .tygh-top-panel .nk_header_new_2015_outer .row-fluid .logo_top a img {
    object-fit: contain;
  }

  .container-slider-main,
  .container-about-home .info-about-home {
    display: block;
  }

  .container-slider-main .container-slider-main-right {
    width: calc(100% - 10px);
    margin: 0 auto;
    margin-top: 15px;
  }

  .info-about-home .image-about {
    text-align: center;
  }

  .info-outstanding-home .wrapper-topic-outstanding {
    display: ruby-text;
  }

  .info-outstanding-home .wrapper-topic-outstanding .item-topic-outstanding {
    margin-bottom: 10px;
  }

  .row-fluid .content-outstanding .list-projects-home .span6 {
    width: calc(100% / 2);
  }

  .item_news {
    display: inline;
  }

  .item_news .img {
    min-width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }

  .wrapper-brandes {
    min-width: 100% !important;
  }

  .content-top-main .logomain .ty-wysiwyg-content .logo_top {
    text-align: center;
  }

  .info-about-home .image-about {
    text-align: center;
  }

  .item_news .info {
    margin-left: 0;
  }

  .infor-congty {
    margin-bottom: 0;
  }

  .main-content-left {
    display: none !important;
  }

  .main-menu-mobile {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1100;
    margin-bottom: 10px;
  }

  .themes-plants .tygh-top-panel {
    box-shadow: none;
    margin-bottom: 0px;
  }

  .main-menu-mobile .header {
    padding: 10px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  }

  .main-menu-mobile .header img {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .main-menu-mobile .header:hover {
    cursor: pointer;
  }

  .main-menu-mobile .header:before {
    content: "\e92b";
    font-family: Linearicons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga", normal, "dlig";
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    color: var(--main-color);
    font-size: 23px;
    /*position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);*/
  }

  .main-menu-mobile .header a {
    color: #fff;
  }

  ul.newsrelate {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  li.tintuclienquan {
    padding: 10px;
    margin: 0;
  }

  .infor-congty {
    margin-bottom: 0;
  }

  .info-footer .desc-foot-bottom {
    display: inline-flex;
    flex-direction: column;
  }
  .info-footer .desc-foot-bottom .right-foot {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid .content-outstanding .list-projects-home .span6 {
    width: calc(100% / 2 - 12px);
  }

  .row-fluid .content-outstanding .list-projects-home .span6:nth-child(2n + 1) {
    margin-left: 0;
  }

  .container-header-top {
    display: none;
  }

  .themes-plants .tygh-top-panel {
    position: static;
    padding: 0;
    display: none;
  }

  .container-about-home .info-about-home {
    display: block;
  }

  .content-top-main {
    height: 68px;
    justify-content: center;
  }

  .tygh-top-panel .nk_header_new_2015_outer .row-fluid .logo_top a img {
    object-fit: contain;
  }

  .tygh-top-panel .nk_header_new_2015_outer.nk_header_menu {
    display: none;
  }

  .wrapper-why-home .span4 {
    width: calc(100% / 2 - 15px);
  }

  .container-why-home .wrapper-why-home,
  .container-news-home,
  .wrapper-brandes {
    width: 100%;
    min-width: 100% !important;
  }

  .main-content-left {
    display: none !important;
  }

  .main-content-grid {
    width: calc(100% - 1.3774104683196% * 2) !important;
  }

  .main-menu-mobile {
    display: block;
    position: sticky;
    top: 0;
    z-index: 1100;
    margin-bottom: 10px;
  }

  .themes-plants .tygh-top-panel {
    box-shadow: none;
    margin-bottom: 0px;
    display: none;
  }

  .main-menu-mobile .header {
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  }

  .main-menu-mobile .header img {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .main-menu-mobile .header a {
    color: #fff;
  }

  .main-menu-mobile .header:before {
    content: "\e92b";
    font-family: Linearicons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga", normal, "dlig";
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    color: var(--main-color);
    font-size: 23px;
    /*position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);*/
  }

  ul.newsrelate {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .infor-congty {
    margin-bottom: 0;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
  .nk-main-menu.main__menu {
    margin-right: 10px;
  }

  .tygh-top-panel .nk_header_new_2015_outer .row-fluid {
    width: 100%;
    min-width: 100%;
  }
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.nk-footer-company {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}

.infor-congty:first-child {
  flex: 0 0 280px;
  min-width: 240px;
}

.infor-congty:not(:first-child) {
  flex: 1;
  min-width: 160px;
}

.hotline-col {
  flex: 1;
  min-width: 200px;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: background 0.2s;
}

.social-icons li a:hover {
  background: rgba(255, 255, 255, 0.15);
}
#footer .logo_top > a {
  margin-left: 20px;
}
