@font-face {
  font-family: "CAT Linz";
  src:
    url(../fonts/CATLinz.woff2) format("woff2"),
    url(../fonts/CATLinz.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DVN - Photograph Signature";
  src:
    url(../fonts/DVNPhotograph-Signature.woff2) format("woff2"),
    url(../fonts/DVNPhotograph-Signature.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: ##6f1900;
  --sec-color: #fb4141;
  --thir-color: #6e6e6e;
  --four-color: #fbad37;
  --hover-color: black;
  --footer-color: #fff;
  --main-font: Roboto-Regular;
  --title-font: Roboto-Bold;
  --animate-delay: 0.5s;
}
.box__product--name {
  font-family: var(--title-font);
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 10px;
}
.box__product--price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.box__product--null,
.box__product--regular {
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--main-color);
}
.box__product--sale {
  font-family: var(--title-font);
  font-size: 15px;
  color: var(--sec-color);
  text-decoration: line-through;
}
.box__product--null:hover {
  color: var(--sec-color);
}
.title-pro-detail {
  color: var(--main-color);
}
.section-tin-tuc .box__tintuc {
  align-items: unset;
}
.section-tin-tuc .box__tintuc--name {
  font-family: Lora, serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}
.left-pro-detail,
.right-pro-detail {
  flex: 0 0 50%;
  max-width: 50%;
}
.share-box {
  background: unset;
  padding: unset;
}
.section-tin-tuc .box__tintuc--btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background: #105b3d;
  color: #fff;
}
.titleMain p {
  text-align: center;
}
.gioithieu .d-flex {
  justify-content: space-between;
}
.box__product {
  border: 1px solid var(--main-color);
  margin: 15px 0;
}
.box__product--content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
}
.box__product--content article {
  max-height: 70%;
  overflow: hidden;
  position: relative;
}
.box__product--content article::after {
  content: "";
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.gioithieu .d-flex {
  flex-wrap: wrap;
}
.ul-tabs-pro-detail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}
.ul-tabs-pro-detail li {
  font-family: var(--title-font);
  font-size: 16px;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  padding: 0 20px;
  margin: 0 5px 10px 5px;
  border-radius: 20px;
  cursor: pointer;
}
.ul-tabs-pro-detail li.active,
.ul-tabs-pro-detail li:hover {
  color: #fff;
  background: var(--main-color);
}
.content-tabs-pro-detail {
  display: none;
  position: relative;
}
.content-tabs-pro-detail.active {
  display: block;
}
#footer .title {
  font-family: var(--title-font);
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ul-news li {
  color: #fff;
  font-size: 12px;
}
#footer .footerArticle--container {
  flex-direction: column;
  align-items: start;
}
#footer article {
  color: #333;
  font-family: Lora, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
}
.box__product button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  background: var(--main-color);
  color: #fff;
  text-transform: capitalize;
  border-top-left-radius: 25px;
  transition: 0.3s;
}
.box__product button:hover {
  background: #000;
}
.wrap-content {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.headerTop__info {
  display: flex;
  align-items: center;
  gap: 60px;
  background: #006595;
  width: calc(100% - 350px);
  margin-left: auto;
  position: relative;
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  padding-left: 163px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 5px;
}
.headerTop__slogan span {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 7px;
}
.headerTop__info__item span {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 7px;
}
form.form-search.form-search-d {
  background: #fff;
  width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
}
form.form-search.form-search-d input {
  width: 100%;
  height: 100%;
  border-right: unset;
  background: 0 0;
  text-indent: 10px;
  border-radius: 3px;
  color: #333;
  font-family: Lora, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.block__contact {
  display: flex;
  align-items: center;
  gap: 9px;
}
.block__contact__icon {
  border: 1px solid #d6d6d6;
  border-radius: 500px;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block__contact-info span {
  color: #929292;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.block__contact-info p {
  color: #333;
  text-align: right;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.block-search-container {
  display: flex;
  gap: 35px;
  align-items: center;
  width: 60%;
}
.headerBottom .primary__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  padding: 0;
  box-sizing: border-box;
  border-top: unset;
}
.slide__container {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
}
.product-list-menu {
  background: #b25407;
  padding: 21px 13px;
  color: #fff;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 246px;
}
.page-slideshow {
  width: 100%;
  max-width: 246px;
  height: 100%;
  min-height: 100%;
}
.slide__main__container {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  width: 100%;
}
.slide__main,
.slide__subs {
  height: 100%;
  box-shadow: none;
}
.slide__subs {
  width: 272px;
}
.slide__sub {
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
}
.slide__sub:last-child {
  margin: 0;
}
.sky-mega-menu,
.sky-mega-menu * {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
}
.sky-mega-menu {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.sky-mega-menu {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0;
  line-height: 0;
  text-align: right;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
  background: #fff;
}
.sky-mega-menu:after {
  content: "";
  display: table;
  clear: both;
}
.sky-mega-menu li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 45px;
  text-align: left;
  white-space: nowrap;
}
li.list-product {
  background: var(--color-red);
  padding: 19px 12px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
li.list-product svg {
  margin-right: 10px;
}
.sky-mega-menu li a {
  display: block;
  padding: 0 26px;
  text-decoration: none;
  color: #666;
  transition:
    background 0.4s,
    color 0.4s;
  -o-transition:
    background 0.4s,
    color 0.4s;
  -ms-transition:
    background 0.4s,
    color 0.4s;
  -moz-transition:
    background 0.4s,
    color 0.4s;
  -webkit-transition:
    background 0.4s,
    color 0.4s;
  color: #333;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 15px;
}
.sky-mega-menu li > div {
  position: absolute;
  z-index: 999999;
  top: 100%;
  left: -9999px;
  margin-top: 8px;
  background: rgb(255 255 255);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transition:
    -o-transform 0.4s,
    opacity 0.4s;
  -ms-transition:
    -ms-transform 0.4s,
    opacity 0.4s;
  -moz-transition:
    -moz-transform 0.4s,
    opacity 0.4s;
  -webkit-transition:
    -webkit-transform 0.4s,
    opacity 0.4s;
}
li.list-product {
  background: var(--color-red);
  padding: 19px 12px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
li.list-product svg {
  margin-right: 10px;
}
.sky-mega-menu li > div:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background: 0 0;
}
.sky-mega-menu li > div:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 24px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(255, 255, 255, 0.9);
  border-left: 5px solid transparent;
}
.sky-mega-menu li.current > a,
.sky-mega-menu li:hover > a {
  background: var(--color-main);
  color: #000;
}
.sky-mega-menu li:hover > a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0)
    hue-rotate(39deg) brightness(105%) contrast(102%);
}
.sky-mega-menu li:hover > div {
  left: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
}
.sky-mega-menu .right {
  float: none;
  border-right-width: 0;
  border-left-width: 1px;
}
.sky-mega-menu .right > div {
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right:hover > div {
  right: 0;
  left: auto;
}
.sky-mega-menu .right:hover > div:before {
  right: 24px;
  left: auto;
}
.sky-mega-menu .switcher {
  display: none;
}
.sky-mega-menu li li {
  display: block;
  float: none;
  border-width: 0;
  border-top-width: 1px;
  line-height: 21px;
  white-space: normal;
  border-bottom: 1px solid #c5c5c5;
}
.sky-mega-menu li li:first-child {
  border-top: 0;
  border-radius: 0;
}
.sky-mega-menu li li a {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 45px;
  border-radius: 5px !important;
  font-size: 14px !important;
  text-transform: capitalize;
}
.sky-mega-menu li li > div {
  top: -4px;
  margin: 0 0 0 8px;
}
.sky-mega-menu li li > div:after {
  top: 0;
  right: 100%;
  bottom: auto;
  left: auto;
  width: 8px;
  height: 100%;
}
.sky-mega-menu li li > div:before {
  top: 22px;
  right: 100%;
  bottom: auto;
  left: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid transparent;
}
.sky-mega-menu li li:hover > div {
  left: 100%;
}
.sky-mega-menu .right li > div {
  margin: 0 8px 0 0;
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}
.sky-mega-menu .right li > div:after {
  right: auto;
  left: 100%;
}
.sky-mega-menu .right li > div:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu .right li:hover > div {
  right: 100%;
  left: auto;
}
.sky-mega-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.sky-mega-menu-pos-bottom li > div {
  top: auto;
  bottom: 100%;
  margin: 0 0 8px;
  -o-transform-origin-y: 100%;
  -ms-transform-origin-y: 100%;
  -moz-transform-origin-y: 100%;
  -webkit-transform-origin-y: 100%;
}
.sky-mega-menu-pos-bottom li > div:after {
  top: 100%;
  bottom: auto;
}
.sky-mega-menu-pos-bottom li > div:before {
  top: 100%;
  bottom: auto;
  border-top: 5px solid rgba(255, 255, 255, 0.9);
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.sky-mega-menu-pos-bottom li li > div {
  top: auto;
  bottom: 0;
}
.sky-mega-menu-pos-bottom li li > div:before {
  top: auto;
  bottom: 22px;
}
.sky-mega-menu-pos-bottom.sky-mega-menu-fixed {
  top: auto;
  bottom: 0;
}
.sky-mega-menu-pos-left li,
.sky-mega-menu-pos-right li {
  display: block;
  float: none;
  border-width: 0;
  border-top-width: 1px;
  position: relative;
  border-bottom: 1px solid #c5c5c5;
}
.sky-mega-menu-pos-left li:first-child,
.sky-mega-menu-pos-right li:first-child {
  border-top: 0;
}
.sky-mega-menu-pos-left li > div,
.sky-mega-menu-pos-right li > div {
  top: -1px;
}
.sky-mega-menu-pos-left li > div {
  margin: 0 0 0 8px;
}
.sky-mega-menu-pos-right li > div {
  margin: 0 8px 0 0;
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}
.sky-mega-menu-pos-left li > div:after,
.sky-mega-menu-pos-right li > div:after {
  top: 0;
  bottom: auto;
  width: 8px;
  height: 100%;
}
.sky-mega-menu-pos-left li > div:after {
  right: 100%;
  left: auto;
}
.sky-mega-menu-pos-right li > div:after {
  right: auto;
  left: 100%;
}
.sky-mega-menu-pos-left li > div:before,
.sky-mega-menu-pos-right li > div:before {
  top: 22px;
  bottom: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.sky-mega-menu-pos-left li > div:before {
  right: 100%;
  left: auto;
  border-right: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu-pos-right li > div:before {
  right: auto;
  left: 100%;
  border-left: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu-pos-left li:hover > div {
  left: 100%;
  border-radius: 5px !important;
}
.sky-mega-menu-pos-right li:hover > div {
  right: 100%;
  left: auto;
}
.sky-mega-menu-pos-left .bottom > div,
.sky-mega-menu-pos-right .bottom > div {
  top: auto;
  bottom: 0;
  -o-transform-origin-y: 100%;
  -ms-transform-origin-y: 100%;
  -moz-transform-origin-y: 100%;
  -webkit-transform-origin-y: 100%;
}
.sky-mega-menu-pos-left .bottom > div:before,
.sky-mega-menu-pos-right .bottom > div:before {
  top: auto;
  bottom: 22px;
}
.sky-mega-menu-pos-right li li > div {
  margin: 0 8px 0 0;
  -o-transform-origin-x: 100%;
  -ms-transform-origin-x: 100%;
  -moz-transform-origin-x: 100%;
  -webkit-transform-origin-x: 100%;
}
.sky-mega-menu-pos-right li li > div:after {
  right: auto;
  left: 100%;
}
.sky-mega-menu-pos-right li li > div:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 5px solid rgba(255, 255, 255, 0.9);
}
.sky-mega-menu-pos-right li li:hover > div {
  right: 100%;
  left: auto;
}
.sky-mega-menu-pos-left.sky-mega-menu-fixed {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: auto;
}
.sky-mega-menu-pos-right.sky-mega-menu-fixed {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
}
.sky-mega-menu-anim-slide li > div {
  -o-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li > div {
  -o-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
}
.sky-mega-menu-anim-slide li:hover > div {
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.sky-mega-menu-anim-scale li > div {
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}
.list-product ul ul {
  border-radius: 5px !important;
}
.sky-mega-menu-anim-scale li:hover > div {
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.sky-mega-menu-anim-flip {
  perspective: 2000px;
  -o-perspective: 2000px;
  -moz-perspective: 2000px;
  -webkit-perspective: 2000px;
}
.sky-mega-menu-anim-flip li > div {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.sky-mega-menu-anim-flip li:hover > div {
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
}
.sky-mega-menu .grid-column {
  float: left;
  border-color: #d9d9d9;
  border-left-width: 1px;
  border-left-style: solid;
}
.sky-mega-menu .grid-column:first-child {
  margin-left: 0;
  border-left: 0;
}
.sky-mega-menu .grid-column2,
.sky-mega-menu .grid-container2 {
  width: 155px;
}
.sky-mega-menu .grid-column3,
.sky-mega-menu .grid-container3 {
  width: 250px;
}
.sky-mega-menu .grid-column4,
.sky-mega-menu .grid-container4 {
  width: 311px;
}
.sky-mega-menu .grid-column5,
.sky-mega-menu .grid-container5 {
  width: 389px;
}
.sky-mega-menu .grid-column6,
.sky-mega-menu .grid-container6 {
  width: 467px;
}
.sky-mega-menu .grid-column7,
.sky-mega-menu .grid-container7 {
  width: 545px;
}
.sky-mega-menu .grid-column8,
.sky-mega-menu .grid-container8 {
  width: 623px;
}
.sky-mega-menu .grid-column9,
.sky-mega-menu .grid-container9 {
  width: 701px;
}
.sky-mega-menu .grid-column10,
.sky-mega-menu .grid-container10 {
  width: 779px;
}
.sky-mega-menu .grid-column11,
.sky-mega-menu .grid-container11 {
  width: 857px;
}
.sky-mega-menu .grid-column12,
.sky-mega-menu .grid-container12 {
  width: 935px;
}
.sky-mega-menu li a > .fa {
  display: block;
  float: left;
  width: 16px;
  margin: 0 10px 0 -4px;
  font-size: 16px;
  line-height: inherit;
  text-align: center;
}
.sky-mega-menu li a > .fa-single {
  float: none;
  margin: 0;
}
.sky-mega-menu li a > .fa-indicator {
  position: relative;
  top: -1px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 -10px 0 10px;
  font-size: 9px;
  line-height: 1;
  text-align: right;
}
.sky-mega-menu li li a > .fa-indicator {
  top: 0;
  float: right;
  display: block;
  line-height: inherit;
}
.sky-mega-menu form fieldset {
  display: block;
  padding: 25px 30px;
}
.sky-mega-menu form fieldset + fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sky-mega-menu form section {
  margin-bottom: 20px;
}
.sky-mega-menu form .button,
.sky-mega-menu form .checkbox,
.sky-mega-menu form .input,
.sky-mega-menu form .radio,
.sky-mega-menu form .textarea {
  position: relative;
  display: block;
}
.sky-mega-menu form .input input,
.sky-mega-menu form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: 0;
  border: 2px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  font:
    13px/19px "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.sky-mega-menu form .textarea textarea {
  height: auto;
  resize: none;
}
.sky-mega-menu form .button {
  float: right;
  height: 39px;
  overflow: hidden;
  margin-left: 20px;
  padding: 0 20px;
  outline: 0;
  border: 0;
  background-color: #2da5da;
  font:
    300 13px/39px "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.sky-mega-menu form .fa-append {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  padding-left: 3px;
  border-left: 1px solid #e5e5e5;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  color: #ccc;
}
.sky-mega-menu form .input .fa-append + input,
.sky-mega-menu form .textarea .fa-append + textarea {
  padding-right: 46px;
}
.sky-mega-menu form .row {
  margin: 0 -15px;
}
.sky-mega-menu form .row:after {
  content: "";
  display: table;
  clear: both;
}
.sky-mega-menu form .col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.sky-mega-menu form .col-6 {
  width: 50%;
}
.sky-mega-menu form .checkbox:hover i,
.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea {
  border-color: #8dc9e5;
}
.sky-mega-menu form .button:hover {
  opacity: 1;
}
.sky-mega-menu form .checkbox input:focus + i,
.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus {
  border-color: #2da5da;
}
.sky-mega-menu .search {
  border-left: 0;
}
.sky-mega-menu .search .input {
  margin: 3px 3px 3px 3px;
}
.sky-mega-menu .search .input input {
  width: 240px;
  padding-right: 65px;
}
.sky-mega-menu .search .button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.slide__item {
  overflow: hidden;
}
.sky-mega-menu-pos-left li:last-child {
  border: unset;
}
.navTitle__product {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
  align-items: center;
}
h2.titleMain {
  color: #333;
  font-family: HelveticaNeue-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product__navSlide__controls button {
  background: 0 0;
}
h2.navTitle__product-title {
  color: #333;
  font-family: Nunito sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.slick-slide.product_slider {
  margin-left: 28px;
}
.bestSlide__container .slick-list {
  margin-left: -28px;
}
a.product__link__btn {
  border-radius: 500px;
  background: #144734;
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 23px;
  margin: 11px 0;
  display: inline-block;
}
.navTitle__product-slide ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}
.navTitle__product-slide ul li a {
  border-radius: 500px;
  border: 1px solid #c5c5c5;
  background: #fff;
  display: block;
  padding: 9px 34px;
  color: #898989;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s linear;
}
.navTitle__product-slide ul li a:hover {
  background: #ef7e22;
  color: #fff;
  border-color: #ef7e22;
}
button.btn__control-Subslide-item {
  background: 0 0;
}
.bestSeller__ProSlide {
  position: relative;
}
.btn__viewAll__primary {
  text-align: center;
}
.btn__viewAll__primary a {
  border-radius: 500px;
  background: #2c358c;
  padding: 16px 43px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 10px;
  margin-top: 26px;
}
.pic-video img {
  width: 100%;
}
.name-video {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.load-video-tc .h-r-v {
  width: 35%;
  position: absolute;
  right: 20px;
  bottom: 26px;
}
.load-video-tc .h-l-v iframe {
  height: 540px;
}
.load-video-tc div.item-duoi {
  margin: 0 5px;
  border: 2px solid #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.load-video-tc div.item-duoi:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon-video.png) no-repeat center;
  background-size: 30px;
  cursor: pointer;
}
.load-video-tc div.item-duoi iframe {
  width: 100%;
  height: 100%;
}
.load-video-tc div.item-duoi span {
  display: block;
  text-align: left;
}
.load-video-tc div.item-duoi span.ten {
  font-size: 14px;
}
.load-video-tc div.item-duoi span.ngay {
  font-size: 14px;
}
.load-video-tc div.item-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.load-video-tc div.item-video a {
  position: relative;
  display: block;
  line-height: 0;
  cursor: pointer;
}
.load-video-tc div.item-video a img {
  object-fit: cover;
  height: 419px;
  width: 100%;
}
.load-video-tc div.item-video a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/btn__play.png) no-repeat center;
}
.load-video-tc {
  position: relative;
}
section#videosIndex {
  margin: 60px 0 30px 0;
}
.item-duoi.clearfix.slick-slide.slick-current.slick-active {
  border-color: #ef7e22;
}
.title__main h2 {
  color: #333;
  font-family: Nunito sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 38px;
}
.productOst__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
section#productOst {
  margin-bottom: 41px;
}
.btn__control-customer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap__footer__col {
  display: flex;
  justify-content: space-between;
  margin-top: 51px;
}
h2.wrap__footer__col-item--tile {
  display: inline-block;
  position: relative;
  margin-bottom: 36px;
  color: #333;
  font-family: Lora, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.wrap__footer__col-item ul {
  list-style: none;
}
.wrap__footer__col-item ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-family: Lora, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
}
.newsletter__container {
  position: relative;
}
.newsletter__input input.form-control {
  height: 50px;
  text-indent: 20px;
  background: 0 0;
  border: unset;
  border-bottom: 1px solid #333;
  border-radius: unset;
  padding: 0;
  color: #1e1e1e;
}
ul.item__info__company {
  list-style: none;
}
ul.item__info__company li span {
  color: #fff;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
ul.item__info__company li p {
  color: #ccc;
  font-family: "Fz Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
  align-items: center;
}
ul.item__info__company li {
  margin-bottom: 30px;
}
ul.item__info__company {
  margin-top: 34px;
}
ul.item__info__company li p svg {
  width: 40px;
  flex-shrink: 0;
}
.footer__power--left p {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 27px 0;
}
.sky-mega-menu-pos-left li a::after {
  padding-right: 10px;
  vertical-align: middle;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
.logo__Container {
  background: 0 0;
  width: 139px;
  position: relative;
  border-radius: 0 0 10px 10px;
  flex-direction: column;
  margin: 0 auto;
}
.menu ul li a.custom__hotline {
  display: flex;
  border: 1px solid #378148;
  background: #333;
  width: 183px;
  justify-content: space-between;
  line-height: 42px;
  padding: 0 !important;
  border-radius: 500px;
}
.custom__hotline__icon {
  border-radius: 0 500px 500px 0;
  background: #378148;
  width: 58px;
}
.custom__hotline__title {
  width: calc(100% - 58px);
}
.header__menu {
  display: flex;
  align-items: center;
  flex: 1;
}
.logo__Container:before {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 48px solid transparent;
  border-top: 80px solid #fff;
  left: 100%;
  height: 0;
}
.slideshow {
  position: relative;
}
.slide__content {
  position: absolute;
  width: 100%;
  max-width: 1230px;
  top: 50%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.slideshow {
  position: relative;
}
.slide__item:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 9;
}
.slide__content-inside {
  color: #fff;
  max-width: 560px;
}
h3.title__main__slide {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 14px 0 19px;
}
.slide__content-inside__tag span {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
p.title__sub__desc {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.slide__content-inside__tag span {
  position: relative;
  display: inline-block;
  padding-right: 17px;
}
.slide__content-inside__tag span:before {
  position: absolute;
  content: "";
  width: 288px;
  height: 4px;
  background: linear-gradient(89deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
.slide__content .widthBox {
  padding: 0;
}
a.btn__main__btn {
  border-radius: 0 20px 0 0;
  display: inline-flex;
  align-items: stretch;
  height: 47px;
  overflow: hidden;
}
a.btn__main__btn span {
  display: inline-block;
  padding: 13px;
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1.5px solid #fff;
}
a.btn__main__btn b {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 19px;
  border: 1.5px solid #fff;
}
.slide__content-inside__button {
  margin-top: 43px;
}
.slide__item.swiper-slide {
  position: relative;
  z-index: 9999999;
}
.slider-solution__nav .swiper-pagination {
  top: unset;
  bottom: 0;
}
.slider-solution__nav {
  word-wrap: normal;
}
.slider-solution__nav {
  position: absolute;
  right: 110px;
  z-index: 2;
  width: 26px;
}
.slideshow {
  display: flex;
  align-items: center;
}
.slider-solution__nav .swiper-pagination--solution {
  display: flex;
  flex-direction: column;
  gap: 104px;
}
.slider-solution__nav .swiper-pagination--solution span {
  background-color: transparent;
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  color: #f7f7f7;
  position: relative;
  opacity: 1;
  font-family: "Fz Poppins";
  width: 100%;
}
.slider-solution__nav .swiper-pagination--solution span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 68px;
  background-color: #555;
  bottom: -20.5px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.slider-solution__nav
  .swiper-pagination--solution
  span:is(.swiper-pagination-bullet-active) {
  color: #378148;
}
.slider-solution__nav
  .swiper-pagination--solution
  span:is(.swiper-pagination-bullet-active)::after {
  background-color: #378148;
}
section#aboutUs {
  margin: 47px 0;
}
.aboutUs__container {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.aboutUs__container__left {
  width: 392px;
}
.aboutUs__container__right {
  width: calc(100% - 415px);
}
.aboutUs__container__left__title {
  margin-left: 78px;
  max-width: 50%;
  margin-bottom: 60px;
}
.aboutUs__container__left__title span {
  color: #378148;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.aboutUs__container__left__title h2 {
  color: #333;
  font-family: "Fz Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.aboutUs__container__right--button a span {
  border-color: #378148;
  color: #378148;
}
.aboutUs__container__right--button a.btn__main__btn b {
  background: linear-gradient(180deg, #378148 -33.93%, #044524 125.8%);
  border-color: #378148;
}
.aboutUs__container__right-content {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.aboutUs__container__right__img {
  width: 262px;
}
.aboutUs__container__right--info {
  width: calc(100% - 298px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutUs__container__right--sign {
  margin: 54px 0 23px;
}
.aboutUs__container__right--desc p {
  color: #898989;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.aboutUs__container__left__img {
  position: relative;
}
.aboutUs__container__left__img:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 260px;
  background: url(../images/bg_non.png);
  top: 75%;
  left: -43px;
}
.aboutUs__wrapper {
  position: relative;
}
.main-img.img-cover.fix {
  overflow: hidden;
}
.tx-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
h3.item-title-2.blta-heading-1.has-color-white.font-800.tx-title a:hover {
  color: #fff;
}
@-webkit-keyframes Move_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes Move_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.wrap__footer__info {
  display: flex;
  justify-content: space-between;
}
.wrap__footer__info-logo {
  width: 35%;
}
.wrap__footer__col-item:last-child {
  width: 25%;
}
.wrap__footer__info {
  display: flex;
  justify-content: space-between;
}
.wrap__footer__info-logo {
  width: 25%;
}
.wrap__footer__col-item:nth-child(1) {
  width: 30%;
}
.wrap__footer__info-social ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border-radius: 10px;
}
.footer__power--left p {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
}
.footer__power--left {
  text-align: center;
}
.footer__power--left p:after,
.footer__power--left p:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 50%;
}
.footer__power--left p:before {
  right: 100%;
}
.footer__power--left p:after {
  left: 100%;
}
li.item-footer-info {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wrap__footer__col-item:nth-child(2) {
  width: 20%;
}
.wrap__footer__info-phone strong {
  font-family: "Nunito Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.wrap__footer__info-phone {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.wrap__footer__info-email span {
  color: #fff;
  font-family: "Fz Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer__power--pay {
  display: flex;
  gap: 8px;
}
.footer__power--img {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.headerTop__info__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerTop__info__item span {
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.headerTop__info:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  background: #006595;
  right: calc(100% - 25px);
  transform: skew(40deg);
}
.widthBox.primary__header {
  display: flex;
  align-items: center;
  padding: 11px 10px;
  gap: 119px;
  padding-bottom: 5px;
}
.headerTop__info:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #006595;
  left: 100%;
}
.header-pcmenu {
  position: relative;
  z-index: 99;
}
section#home {
  position: relative;
  z-index: -1;
}
.aboutUs__content {
  display: flex;
  gap: 66px;
  margin: 20px 0;
}
.aboutUs__content__info,
.aboutUs__content__photos {
  width: 50%;
}
.aboutUs__content__info h2 {
  max-width: 75%;
  color: #333;
  font-family: "Afacad Flux";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 31px;
}
.aboutUs__content__info p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #898989;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn__about__act {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  padding: 14px 36px;
  border-radius: 500px;
  background: #2654a5;
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.aboutUs__content__photo:first-child {
  position: relative;
  z-index: 2;
}
.aboutUs__content__photo:first-child:before {
  position: absolute;
  content: "";
  background: url(../images/bf_about.png) no-repeat;
  width: 67px;
  height: 112px;
  left: 95%;
  z-index: -1;
}
.aboutUs__content__photo-content {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  font-family: "Lexend Deca";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 21px 20px;
  margin-top: 25px;
}
.line__step img {
  width: 100%;
}
.line__step {
  position: absolute;
  top: 59px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
}
.productProvice__content h2 {
  color: #333;
  text-align: center;
  font-family: "SVN-Neutraface 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.productProvice__wrapper {
  padding: 30px 0;
}
.productProvice__list__category-nav a {
  color: #006595;
  font-family: "Lexend Deca";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.productProvice__list__category-nav {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 28px;
}
.productProvice__list__category-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  position: relative;
}
.productProvice__list__category-nav a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #006595;
  bottom: -2px;
}
.productProvice__list__pro {
  position: relative;
}
.bannerIndex__wrapper {
  margin: 50px 0;
}
.newsEvent__content h2 {
  color: #333;
  text-align: center;
  font-family: "SVN-Neutraface 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize;
}
.newsEvent__content__item-content {
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.newsEvent__content__item-content {
  position: relative;
}
.newsEvent__content__item-content span {
  position: absolute;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #0f3e77;
  right: 22px;
  bottom: -20px;
  transition: all 0.3s linear;
}
a.newsEvent__content__item:hover {
  border-color: #006595;
}
a.newsEvent__content__item:hover .newsEvent__content__item-content span {
  background: #006595;
}
p.ContactIndex__container__slogan {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  font-family: "Lexend Deca";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  width: 50%;
}
.ContactIndex__container {
  display: flex;
  padding: 40px 0;
}
.ContactIndex__container .btn__booking {
  width: 50%;
  text-align: end;
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.ContactIndex__container .btn__booking a {
  border-radius: 500px;
  background: #006595;
  padding: 7px;
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 35px;
}
.ContactIndex__container .btn__booking a span {
  width: 51px;
  height: 51px;
  flex-shrink: 0;
  border-radius: 500px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer__top__content {
  display: flex;
  align-items: center;
  gap: 128px;
  padding: 47px 0;
}
.footer__top__content-top-logo {
  width: 274px;
  flex-shrink: 0;
}
.wrap__footer__col-item ul li {
  margin-bottom: 20px;
}
ul.wrap__footer__col-item--list li strong {
  flex-shrink: 0;
  color: #fff;
}
ul.wrap__footer__col-item--list li {
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.menu ul li a.current {
  color: #dd7100;
}
.wrap__footer__col-item ul li a:hover {
  color: #fff;
}
.aboutUs__content a:hover {
  color: #333;
  border-color: #2654a5;
}
.aboutUs__impressiveNumbers__item:hover
  .aboutUs__impressiveNumbers__item__content
  p {
  scale: 1.2;
}
.aboutUs__content__info span {
  display: block;
  margin: 30px 0 15px 0;
  color: #333;
  font-family: "DVN - Photograph Signature";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.img__hkp__logo {
  margin-bottom: 30px;
  margin-top: 12px;
}
.group__contact__about {
  display: flex;
  gap: 28px;
  margin-top: 20px;
}
a.btn__email__about {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}
.icon__dot i {
  font-size: 4px;
  position: relative;
  top: -4px;
}
.newsEvent__content__item-desc {
  color: #898989;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.newsEvent__content__item-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  top: calc(100% - 1px);
  left: 0;
}
.newsEvent__content__item-img {
  position: relative;
}
.newsEvent__content__item-img:before {
  position: absolute;
  content: "";
  width: 102px;
  height: 25px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background: #fff;
  bottom: 0;
  z-index: 999;
  right: 8px;
}
.wrap__footer__col-item--tile:before {
  position: absolute;
}
.footer__power--center p:before {
  position: absolute;
}
.wrap__footer__col-item:nth-child(3) {
  width: 32%;
}
.contactUs__content__btn-item a:hover {
  background: linear-gradient(270deg, #e4bd6f 0, #c7903d 100%);
}
.hithere {
  animation: hithere 2s ease infinite;
}
@keyframes hithere {
  30% {
    transform: scale(1.1);
  }
  40%,
  60% {
    transform: rotate(-20deg) scale(1.1);
  }
  50% {
    transform: rotate(10deg) scale(1.1);
  }
  70% {
    transform: rotate(0) scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.header-pcmenu {
  background: #fff;
}
.headerTop__slogan p {
  color: #333;
  text-align: center;
  font-family: Lora, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.headerTop__hotline span {
  text-align: right;
  padding-left: 54px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.headerTop__hotline span svg {
  margin-right: 5px;
}
.info__social__slide {
  position: absolute;
  bottom: 0;
  z-index: 99;
  padding: 44px;
  padding-bottom: 60px;
}
.info__social__slide__content span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
}
.info__social__slide__list ul {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 154px;
}
.info__social__slide__list:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 95px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 28px;
}
.info__social__slide__list {
  position: relative;
}
@keyframes leftRightOne {
  0%,
  to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
}
@keyframes leftRightTwo {
  0%,
  to {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
}
.line__about__us {
  margin: 16px 0 48px 0;
}
.aboutUs__content__photos {
  position: relative;
}
.aboutUs__content__photos {
  z-index: 9;
}
.service__content__item__content h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Lexend Deca";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
a.btn__btn__primary {
  padding: 18px 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  background: #0e6837;
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.ProjecstDesign__wrapper {
  padding: 15px 0;
}
.view-desk2 {
  text-align: center;
}
.view-desk2 a {
  background: #fff;
  display: inline-block;
  color: #333;
  padding: 10px 2rem;
  font-family: Lexend-SemiBold;
  font-size: 14px;
  border: 2px solid #333;
  transition: all 0.5s;
  text-transform: uppercase;
}
.view-desk2 a:hover {
  background: #333;
  color: #fff;
}
.banner-da-top {
  text-align: center;
  margin-bottom: 2rem;
}
.btn__action__design {
  text-align: center;
}
.bg-warning--noti {
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 2rem;
  border-radius: 10px;
  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    #dda517 0,
    #b57a11 31.98%,
    #fdd649 68.02%,
    #eccb34 100%
  );
  border-image-slice: 1;
}
.control-owl button {
  background: 0 0;
  opacity: 1;
}
.title-main h2 sup {
  top: -15px;
}
.stars__customer {
  padding-bottom: 26px;
}
.control-Customers.control-owl.transition .owl-prev {
  left: -40px;
}
.control-Customers.control-owl.transition .owl-next {
  right: -40px;
}
.control-Customers.control-owl.transition {
  top: calc(50% - 40.5px);
}
.form__newsletter__index {
  border: 1px solid #333;
  background: #191919;
  padding: 23px 25px;
}
.newsletter__input textarea {
  border: 1px solid #333;
  background: 0 0;
  border-radius: unset;
  text-indent: 20px;
  padding-top: 15px;
}
span.icon i {
  border-radius: 500px;
  background: #fff;
  color: #000;
  font-size: 12px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.title-main p {
  max-width: 70%;
  margin: 0 auto;
}
.btn__action__news {
  text-align: center;
  margin: 24px 0;
}
.footer__power--center {
  text-align: center;
  padding: 28px 0;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.wrap__footer__col-item--desc {
  text-transform: capitalize;
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 33px 0 31px 0;
}
.wrap__footer__info-social {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wrap__footer__info-social span {
  flex-shrink: 0;
}
.wrap__footer__info-link-map a {
  border: 1px solid #fff;
  padding: 15px 24px;
  margin-top: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.block-menu.sticky.animate__animated.animate__fadeInDown .header-pcmenu {
  background: #fff;
}
.block-menu.sticky.animate__animated.animate__fadeInDown
  .header-pcmenu
  .primary__header
  .logo__Container
  .logo-header
  img {
  width: 267px !important;
  height: 74px;
}
.block-menu.sticky.animate__animated.animate__fadeInDown
  .header-pcmenu
  .primary__header
  .logo__Container
  .logo-header
  canvas {
  width: 200px;
  height: 60px;
}
.block-menu.sticky.animate__animated.animate__fadeInDown
  .header-pcmenu
  .primary__header
  .logo__Container
  .logo-header {
  height: 65px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-menu.sticky.animate__animated.animate__fadeInDown
  .header-pcmenu
  .primary__header {
  gap: 20px;
}
button.owl-dot.active span {
  border: 1px solid #fff;
  border-radius: 50px;
  background: 0 0 !important;
}
li.has-sub:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: -10px;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slideshow.position-relative .owl-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
a.btn__about__act:hover {
  color: #2654a5;
  background: 0 0;
}
a.btn__about__act:hover svg path {
  fill: #be8518;
}
form.contact-form .btn-primary {
  border: unset;
  border-color: #fff;
  background: #cd7722;
  color: #ffffff;
  padding: 8px 35px;
}
form.contact-form .btn-primary:hover {
  background: linear-gradient(90deg, #dd7100 0, #fff 100%) 200%/200%;
  transition: all 0.3s;
}
form.contact-form .btn-primary:hover {
  background: red;
}
.contact-input input {
  background: 0 0;
  border-radius: unset;
}
.contact-input textarea {
  background: 0 0;
  border-radius: unset;
}
.contact-input input::placeholder {
  color: #1e1e1e;
}
.contact-input textarea::placeholder {
  color: #1e1e1e;
}
.contact-input input:focus {
  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    #105b3d 0,
    #103f2c 31.98%,
    #1b6044 68.02%,
    #007245 100%
  );
  border-image-slice: 1;
  box-shadow: unset;
  background: 0 0;
}
.contact-input textarea:focus {
  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    #105b3d 0,
    #103f2c 31.98%,
    #1b6044 68.02%,
    #007245 100%
  );
  border-image-slice: 1;
  box-shadow: unset;
  background: 0 0;
}
.contact-input input {
  color: #1e1e1e;
}
.headerTop__hotline__group {
  display: flex;
  margin-right: 15%;
}
.aboutUs__content__photos * {
  height: 100%;
}
.btn__about__call {
  display: flex;
  gap: 9px;
}
.btn__about__call--content span {
  margin: 0;
  color: #333;
  font-family: Livvic;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn__about__call--content strong {
  color: #f1633b;
  font-family: Livvic;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn__about__call--icon {
  border-radius: 500px;
  background: #105b3d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.Provider__Food__header {
  text-align: center;
}
.Provider__Food__header span {
  color: #105b3d;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.Provider__Food__header h2 {
  color: #333;
  text-align: center;
  font-family: "Afacad Flux";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.page_sanpham_more {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  margin-bottom: 27px;
}
.food__product__item {
  position: relative;
}
.food__product__item--info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  padding: 0 15px;
  align-content: center;
  background: rgb(0, 0, 0, 0.5);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
h3.food__product__item--name {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.food__product__item--info a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  transition: all 0.5s;
}
.list_monnb.list_sanpham_more {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.list_monnb.list_sanpham_more span {
  margin: 0 34px;
}
span.line-list:last-child {
  display: none;
}
.list_monnb.list_sanpham_more a {
  color: #898989;
  font-family: Livvic;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.list_monnb.list_sanpham_more a.active {
  color: #6f1900;
  border-bottom: 1px solid #6f1900;
}
.list_monnb.list_sanpham_more {
  margin: 0;
}
.food__product__item:hover .food__product__item--info {
  visibility: visible;
  opacity: 1;
}
.btn__btn__main {
  text-align: center;
  margin-bottom: 27px;
}
.btn__btn__main a {
  border: 2px solid #fff;
  display: inline-block;
  padding: 14px 43px;
  border-radius: 5000px;
  background: #2252a7;
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.News__Videos__Us__Header span {
  color: #105b3d;
  font-family: "Alumni Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.News__Videos__Us__Header h2 {
  color: #333;
  font-family: Livvic;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.News__Videos__Us__Container {
  display: flex;
  gap: 89px;
}
.News__Us {
  width: 50%;
}
.Videos__Us {
  width: 50%;
}
.Banner__Index__Container {
  margin: 67px 0 15px 0;
}
.icon__item_cus {
  text-align: start;
  position: relative;
  z-index: 1;
}
.Evaluate__Customers__item p {
  position: relative;
  z-index: 9;
  color: #898989;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -30px;
}
.control-evaluate button {
  background: unset;
  margin-top: 20px;
}
.footer__power--center p {
  color: #333;
  text-align: center;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.footer-statistic {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.wrap__footer__col-item ul {
  list-style: none;
}
.wrap__footer__info-social ul {
  list-style: none;
  margin: 0;
}
.list_monnb.list_sanpham_more a:hover {
  color: #2654a5;
}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.breadcrumb-item a:hover {
  color: #dd7100;
}
.wrap__footer__col-item ul li a:hover {
  color: #dd7100;
}
.btn__btn__main a:hover {
  background: #105b3d;
  color: #fff;
}
ul.primary-menu.mm-listview a {
  text-transform: capitalize;
  color: #414141;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.headerTop {
  position: relative;
}
.headerTop:after {
  right: 0;
  top: 0;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.headerTop__social span {
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.headerTop__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.social__list__right {
  display: flex;
  gap: 10px;
  margin: 0;
}
.aboutUs__content__info h2 strong {
  font-weight: 600;
  color: #2252a7;
}
.list_monnb.list_sanpham_more a {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
a.door__product__item {
  text-align: center;
}
h3.door__product__item--name {
  color: #333;
  text-align: center;
  font-family: "Afacad Flux";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.door__product__item--info {
  margin: 13px 0;
}
.door__product__item--img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.Provider__Food {
  margin-bottom: 60px;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.slick-arrow.slick-next {
  left: auto;
  right: -100px;
}
.slick-next:before,
.slick-prev:before {
  font-family: "\f060";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next:before,
.slick-prev:before {
  color: #898989;
}
section#Evaluate__Customers {
  background: #f8f9fc;
  padding: 60px 0;
}
.Evaluate__Customers__header h2 {
  color: #333;
  font-family: "Afacad Flux";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.Evaluate__Customers__header h2 strong {
  font-weight: 600;
  color: #2252a7;
}
.icon__item_cus__info--container {
  display: flex;
  gap: 17px;
  margin: 30px 0;
}
.icon__item_cus__info--avatar {
  border-radius: 200px;
  height: 70px;
  border-radius: 200px;
  overflow: hidden;
  flex-shrink: 0;
  width: 70px;
}
.icon__item_cus__info {
  flex: 1;
}
.title-main h2 {
  color: #333;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.title-main h2 strong {
  color: #2252a7;
  font-weight: 600;
}
a.News__index__item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin: 10px;
  overflow: hidden;
}
.News__index__item-content {
  padding: 23px;
}
.News__index__item-content h3 {
  color: #333;
  font-family: "Afacad Flux";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.News__index__item-content p {
  color: #898989;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 16px 0 36px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.News__index__item-content span {
  border-radius: 5000px;
  background: #2252a7;
  color: #fff;
  padding: 10px 43px;
  display: inline-block;
}
.News__index__item-content-date {
  color: #2252a7;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.footer-statistic a {
  color: #898989;
  text-align: right;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
.News__Index__wrapper {
  margin-bottom: 66px;
}
.footer-statistic a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #898989;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.footer-statistic a:first-child:before {
  display: none;
}
.btn__btn__main a:hover {
  background: #f8d525;
  color: #1e1e1e;
}
.list_monnb.list_sanpham_more a:hover {
  color: #000;
}
.News__Index__container {
  position: relative;
}
.control-news-index .owl-next,
.control-news-index .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.control-news-index .owl-prev {
  left: -60px;
}
.control-news-index .owl-next {
  right: -60px;
}
.control-news-index button.owl-next,
.control-news-index button.owl-prev {
  background: #2252a7;
  padding: 0;
  border-radius: 10px;
}
.control-news-index button.owl-next svg rect,
.control-news-index button.owl-prev svg rect {
  fill: #2252a7;
}
.control-news-index button.owl-next svg path,
.control-news-index button.owl-prev svg path {
  fill: #fff;
}
.slideshow__content--overlay {
  background: linear-gradient(90deg, #0e6837 21.64%, rgba(14, 104, 55, 0) 100%);
  inset: 0;
  position: absolute;
  z-index: 9;
}
.slideshow__content__container {
  position: absolute;
  z-index: 999;
  inset: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.slideshow__content__container .widthBox {
  width: 100%;
}
.slideshow__content--text--title.overText2 {
  color: #fff;
  font-family: "SVN-Neutraface 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 65px;
  margin: 13px 0 16px 0;
}
.slideshow__content--text--title.overText2 strong {
  display: block;
  color: #fff;
  font-family: "SVN-Neutraface 2";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 65px;
  text-transform: capitalize;
}
.slideshow__content--bottom {
  display: flex;
  gap: 54px;
  max-width: 60%;
  margin-top: 47px;
}
.slideshow__content--bottom--exp {
  writing-mode: sideways-lr;
}
.slideshow__content--bottom--exp span {
  border: 1px solid #f9d527;
  background: #f9d527;
  color: #0e6837;
  font-family: "Afacad Flux";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 30px 18px;
  display: inline-block;
  position: relative;
}
.slideshow__content--bottom--exp span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #f9d527;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}
.slideshow__content--bottom--desc p {
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 41px;
}
.slideshow__content--bottom--desc .btn__btn--primary {
  border: 1px solid #f9d527;
  color: #f9d527;
  font-family: "Afacad Flux";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 21px 26px;
}
.AboutUs__Index__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.AboutUs__Index__info--title span {
  color: #0e6837;
  font-family: "Afacad Flux";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
}
.AboutUs__Index__info--title h2 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
p.AboutUs__Index__info--content--desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #898989;
  text-align: center;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
span.AboutUs__Index__info--content--sign {
  color: #333;
  font-family: "Afacad Flux";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 21px 0 30px;
}
.AboutUs__Index__info--title {
  margin-bottom: 33px;
}
a.AboutUs__Index__info--content--btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6f1900;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  padding: 15px 59px;
}
.Construction__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.construction__item {
  text-align: center;
}
h3.construction__item--content--title a {
  color: #333;
  text-align: center;
  font-family: "Afacad Flux";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
p.construction__item--content--address {
  color: #898989;
  text-align: center;
  font-family: "Afacad Flux";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.construction__item--photo {
  position: relative;
}
.contruct__item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(14, 104, 55, 0) 0,
    rgba(14, 104, 55, 0.7) 100%
  );
  display: flex;
  justify-content: end;
  padding: 9px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
a.contruct__item__link {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.construction__item--content {
  margin-top: 13px;
}
.construction__item:hover .contruct__item__overlay {
  opacity: 1;
  visibility: visible;
}
.construction__viewall {
  margin: 31px 0 36px;
}
.ContactUs__wrapper {
  padding: 64px 0;
}
.title-main p {
  color: #fff;
  text-align: center;
  font-family: "Afacad Flux";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.ContactUs__container--group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
a.ContactUs__item--btn {
  border: 1px solid #f9d527;
  color: #fff;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 19px 23px;
  display: inline-flex;
  width: 270px;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ContactUs__container--group {
  margin-top: 40px;
}
.footer-statistic span {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-family: "Afacad Flux";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
#popup-cart.opened {
  width: 85%;
}
@media screen and (max-width: 991px) {
  .aboutUs__content__info > span {
    margin: 0;
  }
  .aboutUs__content {
    flex-wrap: wrap;
  }
  .aboutUs__content__info,
  .aboutUs__content__photos {
    width: 100%;
  }
  .aboutUs__content__photos {
    max-width: 50%;
    margin: 0 auto;
  }
  .Working_Principles__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .page_sanpham_more {
    grid-template-columns: repeat(2, 1fr);
  }
  .News__Videos__Us__Container {
    flex-wrap: wrap;
  }
  .News__Us,
  .Videos_Us {
    width: 100%;
  }
  .Videos__Us {
    width: 100%;
  }
  .Evaluate__Customers__container {
    flex-wrap: wrap;
  }
  .Evaluate__Customers__photo {
    width: 100%;
  }
  .Evaluate__Customers__List {
    width: 100%;
  }
  .info__social__slide__list ul {
    margin-top: 10px;
  }
  .info__social__slide__content span {
    font-size: 12px;
  }
  section.section-slider.position-relative:before {
    content: unset;
  }
  .info__social__slide {
    padding: 10px;
  }
  .info__social__slide__list:before {
    content: unset;
  }
  .headerTop {
    display: none !important;
  }
  .aboutUs__container__left {
    width: 100%;
    text-align: center;
  }
  .aboutUs__container__right {
    width: 100%;
  }
  section.section-slider.position-relative {
    margin-top: 0;
  }
  .aboutUs__container__left__img:before {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    top: 93%;
  }
  .aboutUs__container__left__img img {
    width: 100%;
  }
  .aboutUs__container {
    flex-direction: column-reverse;
  }
  .aboutUs__container__left__title {
    max-width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  section#aboutUs {
    margin: 10px 0;
  }
  .aboutUs__container__right__img {
    margin: 0 auto;
    width: 100%;
  }
  .aboutUs__container__right--info {
    width: 100%;
  }
  .aboutUs__container__right__img img {
    width: 100%;
  }
  .section-main .form-search {
    width: 100%;
  }
  .header__menu {
    display: none;
  }
  .header-mmenu,
  .header-mobi {
    display: block;
  }
  .headerTop {
    display: none;
  }
  .navTitle__product {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .navTitle__product-slide ul {
    flex-wrap: wrap;
  }
  .navTitle__product-slide ul li {
    width: calc((100% - 10px) / 2);
  }
  .slide__container {
    display: block;
  }
  .page-slideshow {
    display: none;
  }
  .slide__main__container {
    display: block;
  }
  .slide__main {
    width: 100%;
  }
  .slide__subs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  .slide__sub {
    border-radius: 5px;
    margin: 0;
  }
  .slide__sub a {
    display: block;
  }
  h2.navTitle__product-title {
    font-size: 22px;
  }
  .product__navSlide__controls button svg {
    width: 30px;
  }
  .btn__control-customer {
    position: unset;
    transform: unset;
    justify-content: center;
    margin-top: 10px;
  }
  .btn__control-customer button svg {
    width: 30px;
    height: 30px;
  }
  .title-main h2.text-white {
    font-size: 20px;
  }
  .title__main h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .top-cart {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .procart {
    padding: 8px 0;
  }
  .procart + .procart {
    border-top: 1px solid #f1f1f1;
  }
}
@media screen and (min-width: 991px) {
  .cart-sticky {
    position: sticky;
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .pic-procart {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
  .pic-procart .del-procart {
    top: 0;
    left: 0;
    position: static;
    margin: 5px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .info-procart {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .cover-list-pro {
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 991px) {
  .section-cart.bot,
  .section-cart.top {
    padding: 0;
  }
  .section-cart h4 {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
  .section-cart > p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .section-cart .list-procart {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .title-cart {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .quantity-pro-detail {
    max-width: 105px;
  }
  .quantity-pro-detail span {
    width: 35px;
    height: 35px;
  }
  .quantity-pro-detail span i {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
  .quantity-pro-detail input {
    height: 35px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 991px) {
  .group-quantity-pro-detail {
    width: 105px;
  }
}
@media screen and (max-width: 991px) {
  .group-cart-pro-detail {
    flex: 0 0 calc(100% - 105px);
    -ms-flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
  }
}
@media screen and (max-width: 991px) {
  .cart-pro-detail a {
    font-size: 12.5px;
    line-height: 33px;
  }
}
@media screen and (max-width: 991px) {
  .cupponBox_info h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .aboutUs__content__photos:before {
    content: unset;
  }
  .aboutUs__content {
    gap: 13px;
  }
  .aboutUs__content__info h2 {
    max-width: 100%;
  }
  .aboutUs__content__info {
    margin-top: 15px;
  }
  .search-res .custom__hotline__menu svg {
    width: 40px;
  }
  .search-res .custom__hotline__menu .custom__hotline__icon {
    width: 60px;
    text-align: center;
    border-radius: 12px;
  }
  .wrap__footer__info-logo {
    width: 100%;
  }
  .wrap__footer__info {
    flex-wrap: wrap;
    gap: 27px;
    flex-direction: column;
    padding: 10px 0;
    gap: 2rem;
  }
  .wrap__footer__col-item {
    width: 100% !important;
  }
  .arck-header-section.header-style-one .header-cta-social {
    display: none !important;
  }
  .mobile_menu_button {
    display: block;
  }
  .no-padding {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
@media screen and (max-width: 767px) {
  ul#workingProcessTab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
    gap: 10px;
  }
  ul#workingProcessTab li.nav-item a {
    font-size: 14px;
    padding: 10px;
  }
  .tab__working__process.active.show {
    flex-wrap: wrap;
    gap: 10px;
  }
  .workingProcess__content__tabContent__item {
    width: calc(50% - 5px);
    padding: 0;
    padding-bottom: 1rem;
  }
  .workingProcess__content__tabContent__item:before {
    content: unset;
  }
  .workingProcess__content__tabContent__item:last-child {
    width: 100%;
  }
  div#tab1 .workingProcess__content__tabContent__item:last-child {
    width: calc(50% - 10px);
  }
  .arck-work-process-item .inner-text h3 {
    font-size: 18px;
  }
  .slide__item a img {
    min-height: 500px;
    object-fit: cover;
  }
  h3.title__main__slide {
    font-size: 20px;
  }
  .slide__content-inside__tag span:before {
    width: 50px;
  }
  .slide__content {
    padding: 0 10px;
  }
  p.title__sub__desc {
    font-size: 12px;
  }
  .slider-solution__nav {
    right: 15px;
  }
  .arck-appointment-form-wrap {
    max-width: 100%;
  }
  .arck-video-play-wrap {
    width: 100%;
    height: 500px;
    margin-top: 50px;
    position: relative !important;
  }
  .arck-video-cta-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .arck-appointment-video-section {
    padding-bottom: 0;
  }
  .arck-blog-item,
  .arck-blog-item-2 {
    margin: 0 auto;
    display: block;
    max-width: 370px;
    margin-bottom: 40px;
  }
  .filtr-container-area .grid-size-25,
  .filtr-container-area .grid-size-50,
  .filtr-container-area .grid-sizer {
    width: 100%;
  }
  .arck-blog-details-main-content .arck-blog-share-tag {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .control-Customers.control-owl.transition .owl-next {
    right: -15px;
  }
  .control-Customers.control-owl.transition .owl-prev {
    left: -15px;
  }
}
@media screen and (max-width: 680px) {
  a.slideshow-image img {
    object-fit: cover;
  }
  .slideshow__content--text--title.overText2 {
    font-size: 15px;
    line-height: 22px;
    font-size: 14px;
  }
  .slideshow__content--text--title.overText2 strong {
    font-size: 21px;
  }
  .slideshow__content--bottom {
    flex-wrap: wrap;
  }
  .slideshow__content--bottom--exp {
    writing-mode: unset;
    width: 100%;
  }
  .slideshow__content--bottom {
    max-width: 100%;
    gap: 16px;
  }
  .slideshow__content--bottom--exp span {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .slideshow__content--bottom--desc p {
    margin-bottom: 30px;
  }
  .slideshow__content--text span {
    display: none;
  }
  .slideshow__content--bottom--desc .btn__btn--primary {
    padding: 10px 15px;
  }
  p.line__bottom__title {
    display: none;
  }
  .AboutUs__Index__container {
    margin-bottom: 15px;
  }
  .Evaluate__Customers__header {
    margin-bottom: 10px;
  }
  .News__Videos__Us__Header {
    margin-bottom: 10px;
  }
  .News__Videos__Us__Container {
    gap: 15px;
  }
  .Working_Principles__container {
    gap: 10px;
  }
  .Working_Principles__header {
    margin-bottom: 15px;
  }
  .aboutUs__content__info h2 {
    font-size: 20px;
  }
  a.btn__btn__primary {
    padding: 10px 37px;
  }
  .footer__power--left p {
    font-size: 10px;
    padding: 10px;
  }
  .title-main h2 {
    font-size: 20px;
  }
  .title-main p {
    font-size: 12px;
  }
  .workingProcess__content__tabContent__desc h3 {
    font-size: 14px;
  }
  .line__about__us {
    margin: 10px 0 10px 0;
  }
  .info__social__slide {
    width: 100%;
  }
  .info__social__slide__content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
  }
  .info__social__slide__content span {
    writing-mode: unset;
    transform: unset;
  }
  .info__social__slide__list ul {
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .workingProcess__wrapper {
    padding-top: 10px;
  }
  .aboutUs__content__photos {
    max-width: 95%;
    margin-top: 20px;
  }
  .aboutUs__wrapper {
    margin-bottom: 50px;
  }
  a.btn__about__act {
    padding: 14px 0;
    font-size: 14px;
  }
  .btn__about__call--content span {
    font-size: 15px;
  }
  .btn__about__call--content strong {
    font-size: 20px;
  }
  .list_monnb.list_sanpham_more {
    flex-wrap: wrap;
    gap: 10px;
  }
  span.line-list {
    display: none;
  }
  .list_monnb.list_sanpham_more a {
    border: 1px solid #0000007a;
    width: calc((100% - 10px) / 2);
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
  }
  .list_monnb.list_sanpham_more {
    margin: 10px 0;
  }
  .Working_Principles__wrapper {
    margin-bottom: 20px;
  }
  .page_sanpham_more {
    gap: 10px;
  }
  h3.food__product__item--name {
    font-size: 16px;
    line-height: normal;
  }
  a.box__tintuc--name.transition.overText2 {
    font-size: 14px;
  }
  .box__tintuc--desc {
    font-size: 12px;
  }
  .footer__power--center {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  footer#footer {
    margin-bottom: 50px;
  }
  .aboutUs__content__photos:after {
    width: 100%;
    height: 100%;
    right: -10px;
    border: 2px solid #f1633b;
    bottom: 5px;
  }
  .aboutUs__content__photos:before {
    position: absolute;
    content: "";
    border: 2px solid #105b3d;
    width: 100%;
    height: 100%;
    left: -10px;
    top: 5px;
  }
  .btn__btn__main a {
    font-size: 14px;
    padding: 10px;
    width: 50%;
  }
  .Evaluate__Customers__item strong {
    font-size: 18px;
  }
  .wrap__footer__col-item ul li a:hover {
    color: #fb663e;
  }
  .WorkingProcess__Us__wrapper {
    padding: 10px 0;
  }
  .WorkingProcess__Us__desc--photo p:before {
    width: 40px;
    height: 40px;
  }
  #ShareExp {
    margin-bottom: 20px;
  }
  .ContactUs__container--group {
    gap: 10px;
  }
  .ContactUs__wrapper {
    padding: 20px 0;
  }
  .AboutUs__Index__info--title h2 {
    font-size: 24px;
  }
  .AboutUs__Index__info--title {
    text-align: center;
    margin-bottom: 10px;
  }
  .AboutUs__Index__container {
    margin: 10px 0;
  }
  .AboutUs__Index__info--content {
    padding: 10px;
    text-align: center;
  }
  .ShareExp__main-content {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .WorkingProcess__Us__item {
    padding: 10px;
  }
  .PartnerUs__item {
    border: 1px solid #1e1e1e17;
    border-radius: 10px;
    overflow: hidden;
  }
  a.ContactUs__item--btn {
    width: 100%;
  }
  .ContactUs__container--group {
    flex-wrap: wrap;
  }
  p.WorkingProcess__Us__item--desc {
    font-size: 12px;
  }
  h3.WorkingProcess__Us__item--title {
    font-size: 14px;
  }
  h3.ShareExp__main--title {
    font-size: 20px;
  }
}
.headerTop__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  padding: 13px 0;
}
.logo__Container--center p {
  color: #898989;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.logo__Container--center {
  text-align: center;
}
button.btn-search {
  background: 0 0;
  line-height: 10px;
  padding-right: 10px;
}
.btn--about {
  text-align: center;
  margin-top: 42px;
}
.content__fullSlide--title h2 {
  color: #fff;
  font-family: "CAT Linz";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 67px;
}
.content__fullSlide--title p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
.content__fullSlide--title a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 69px;
  display: inline-block;
}
.content__fullSlide--title {
  width: 331px;
}
.content__fullSlide--list {
  width: calc(100% - 370px);
}
.content__fullSlide {
  display: flex;
  justify-content: space-between;
}
.content__fullSlide--list .slick-slide {
  margin-right: 36px;
}
.content__fullSlide--list .owl-stage {
  padding-left: 0 !important;
}
@media screen and (max-width: 1300px) {
  .content__fullSlide--list .owl-stage {
    padding-right: 66px !important;
  }
}
.product__info__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 15px;
}
.product__info {
  text-align: start;
  width: 50%;
}
.product__info--link a {
  color: #333;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  border: 0.5px solid #333;
  padding: 8px 16px;
}
.product_custom.custome-product .product__info__container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.wrap-product--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 43px;
}
.productListTab__content .title-main {
  margin: 0;
}
.productListTab__content .title-main h2 {
  margin: 0;
}
.product_custom.custome-product .product__info {
  width: 55%;
}
.ProductPagingList__wrapper {
  margin: 57px 0;
}
nav.d-flex.justify-content-center.align-items-center {
  grid-column: span 4;
}
.page_sanpham_more nav ul li a.active {
  background: 0 0 !important;
  color: #6f1900 !important;
}
.page_sanpham_more nav ul li a {
  border-color: transparent;
  color: #898989;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.page_sanpham_more nav ul {
  gap: 5px;
}
.page-link:hover {
  color: #86414a;
}
.price__pro_old {
  color: #333;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: line-through;
  text-transform: capitalize;
}
.SlideBanner__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
h3.categoryProduct__item--title {
  color: #333;
  text-align: center;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.CategoriesProduct__wrapper {
  margin: 55px 0;
}
.StudioIndex__DesignFuniture {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.StudioIndex__DesignFuniture--photo {
  width: 790px;
}
.StudioIndex__DesignFuniture--content {
  width: calc(100% - 822px);
  text-align: center;
}
h3.StudioIndex__DesignFuniture--title {
  color: #6f1900;
  text-align: center;
  font-family: "CAT Linz";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 23px;
}
p.StudioIndex__DesignFuniture--desc {
  color: #898989;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 42px 0 31px;
}
.StudioIndex__DesignFuniture--content a {
  color: #6f1900;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.StudioIndex__container {
  padding-bottom: 11px;
}
.ProjectUs__container--title p {
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
  color: #898989;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.ProjectUs__container--title {
  margin-bottom: 43px;
}
h3.StudioIndex__DesignFuniture--title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #6f1900;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
a.ProjectUs__container--item {
  text-align: center;
}
h3.ProjectUs__container--item--title {
  color: #6f1900;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ProjectUs__container--item--content {
  margin-top: 20px;
}
.ProjectUs__container {
  margin-bottom: 52px;
}
.BannerStatic__wrapper .widthBox {
  max-width: 975px;
}
.BannerStatic__wrapper {
  margin-bottom: 70px;
}
a.BlogNew__container--item {
  display: block;
}
h3.BlogNew__container--item--title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #333;
  margin: 10px 0 15px 0;
  color: #333;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
p.BlogNew__container--item--desc {
  color: #898989;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.BlogNew__container--item--time {
  color: #898989;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.BlogNew__container--btn {
  text-align: end;
  margin-top: 18px;
}
.BlogNew__container--btn span {
  color: #6f1900;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.PartnerUs__wrapper {
  margin: 50px 0 59px 0;
}
.CriteriaUs__List {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.CriteriaUs__item {
  text-align: center;
  padding: 10px 20px 20px 10px;
  border-right: 1px solid #d9d9d9;
}
.CriteriaUs__item--icon img {
  max-width: 60px;
}
.CriteriaUs__wrapper {
  border-top: 1px solid #d9d9d9;
}
.CriteriaUs__item--icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.CriteriaUs__item--title {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 11px;
  display: block;
}
p.CriteriaUs__item--desc {
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.CriteriaUs__item--content {
  margin-top: 10px;
}
.CriteriaUs__item:last-child {
  border: unset;
}
.footer__newsletter h2.title-white {
  color: #fff;
  color: #333;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 19.2px;
  text-transform: uppercase;
}
.footer__newsletter {
  padding-top: 48px;
}
.validation-newsletter {
  display: flex;
  gap: 31px;
  margin-bottom: 34px;
  position: relative;
}
.newsletter__input--form {
  width: 100%;
}
.newsletter__input input::placeholder {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
.newsletter__input--btn button {
  height: 49px;
  width: 100%;
  color: #6f1900;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  background: #fff;
}
.footer__newsletter .title-main {
  margin-bottom: 20px;
}
.infoCompany__us ul li {
  display: flex;
  align-items: start;
  gap: 13px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.wrap__footer__col-item--logo {
  margin-bottom: 20px;
}
.wrap__footer__info-httt ul {
  display: flex;
  gap: 10px;
}
.wrap__footer__info-social ul li a {
  width: 25px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap__footer__info-social ul li a img {
  max-width: 20px;
  height: 20px;
}
#hamburger span {
  width: 20px;
  height: 3px;
}
a.mm-navbar__title {
  padding: 10px;
}
.row-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  gap: 10px;
}
a.album {
  cursor: pointer;
  width: calc((100% - 20px) / 3);
  margin: 0;
  text-align: center;
  cursor: pointer;
}
h3.name-album {
  font-size: 16px;
  color: #7c7c7c;
  margin: 10px 0 0;
  font-family: "Afacad Flux";
  text-transform: capitalize;
}
.hover_sang2 {
  position: relative;
  overflow: hidden;
}
.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}
.BoxHinhanh {
  column-count: 3;
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 2rem;
}
.picHa {
  break-inside: avoid;
  margin-bottom: 10px;
  transition: all 0.6s;
  cursor: pointer;
}
.content__fullSlide--title a:hover {
  color: #fff;
  letter-spacing: 0.4px;
}
.product__info--link a:hover {
  background: #6f1900;
  color: #fff;
  border-color: #6f1900;
}
@keyframes minus {
  from {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.headerTop__slogan {
  text-align: center;
}
.headerTop__slogan {
  background: #cdcdcd;
  padding: 12px 0;
}
.google__map-menu a {
  color: #333;
  text-align: right;
  font-family: Lora, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.google__map-menu a svg {
  margin-right: 10px;
}
form.form-search.form-search-d input::placeholder {
  color: #333;
}
.AboutUs__Index__photo {
  width: 780px;
  position: relative;
  display: block;
}
.AboutUs__Index__info {
  width: calc(100% - (780px + 64px));
}
.btn--about a {
  background: #cd7722;
  color: #fff;
  text-align: center;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#AboutUs__Index {
  margin-bottom: 56px;
}
.categoryProduct__item--content {
  margin-top: 20px;
}
.control-categoriesProduct {
  top: calc(50% - 30.5px);
}
.control-categoriesProduct.control-owl button.owl-prev {
  left: 0;
}
.control-categoriesProduct.control-owl button.owl-next {
  right: 0;
}
.control-categoriesProduct button {
  width: 33px;
  height: 33px;
}
.btn__btn--viewAll {
  text-align: center;
}
.btn__btn--viewAll a {
  background: #cd7722;
  color: #fff;
  text-align: center;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 59px;
  display: inline-block;
  margin: 35px 0 24px;
}
.CategoriesProduct__container {
  position: relative;
}
video::-webkit-media-controls-timeline {
  display: none;
}
.group__btn__control {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px;
  padding-bottom: 20px;
}
.group__btn__control button {
  width: 35px;
  height: 35px;
  background: #00000091;
  color: #fff;
  border-radius: 500px;
}
.BrandStory__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 104px;
}
.BrandStory__right--desc p {
  color: #898989;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.BrandStory__right--desc {
  margin: 32px 0 35px;
}
.BrandStory__right .btn__btn--viewAll {
  text-align: start;
}
.BrandStory__right .btn__btn--viewAll a {
  margin: 0;
}
.BrandStory__left-title {
  padding-top: 80px;
  padding-bottom: 50px;
}
.BrandStory__wrapper {
  margin-bottom: 74px;
}
.ProductHot__container--list {
  position: relative;
}
.control-Product-Hot.control-owl.transition.disabled {
  top: calc(50% - 30.5px);
}
.control-Product-Hot.control-owl .owl-prev {
  left: 0;
}
.control-Product-Hot.control-owl button {
  width: 33px;
  height: 33px;
}
.control-Product-Hot.control-owl .owl-next {
  right: 0;
}
.ProductHot__container {
  margin-bottom: 22px;
}
.FeedbackCustomers--item--content {
  text-align: center;
}
p.FeedbackCustomers--item--desc {
  color: #333;
  text-align: center;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 50px 0 30px 0;
}
.FeedbackCustomers--item--title {
  color: #333;
  text-align: center;
  font-family: Lora, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.FeedbackCustomers__wrapper {
  margin-bottom: 85px;
}
.FeedbackCustomers__container-mw {
  max-width: 835px;
  margin: 0 auto;
}
.FeedbackCustomers__container {
  position: relative;
  margin-bottom: 80px;
}
.CollectionCustomers {
  position: relative;
}
.CollectionCustomers .owl-item:nth-child(2n) {
  margin-top: 60px;
}
.BlogNew__container--item--photo span {
  position: absolute;
  top: 16px;
  left: 19px;
  background: #cdcdcd;
  color: #333;
  font-family: Lora, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 23px;
}
.newsletter__input--btn {
  position: absolute;
  right: 0;
  width: 20px;
}
.newsletter__input input.form-control::placeholder {
  color: #898989;
  font-family: Lora, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.newsletter__input--btn button svg path {
  fill: #000;
}
p.newsletter__desc {
  color: #333;
  font-family: Lora, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 34px;
}
@media (max-width: 1230px) {
  .AboutUs__Index__info--title h2 {
    font-size: 30px;
  }
  .title-main h2 {
    font-size: 30px;
  }
  .AboutUs__Index__info {
    width: calc(100% - (780px + 20px));
  }
  .AboutUs__Index__container {
    gap: 40px;
  }
  .mb15_1230 {
    margin-bottom: 15px;
  }
  .header-top,
  .headerBottom {
    display: none;
  }
  .block-menu {
    background: #fff;
  }
  .search-res .icon-search {
    color: #dd7100;
  }
  .search-res .icon-search.active {
    color: #fff;
    background: #dd7100;
  }
  #header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
  }
  .slideshow__content--text--title.overText2 strong {
    font-size: 30px;
    line-height: 40px;
  }
  .slideshow__content--text--title.overText2 {
    font-size: 20px;
  }
  .slideshow__content--bottom {
    margin-top: 5px;
  }
  .slideshow__content--bottom--exp span {
    font-size: 15px;
  }
  .slideshow__content--bottom--desc p {
    font-size: 14px;
  }
  .slideshow__content--bottom--desc .btn__btn--primary {
    font-size: 14px;
  }
  .Construction__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .title-main h2 {
    font-size: 25px;
  }
  .BrandStory__container {
    gap: 50px;
  }
  .AboutUs__Index__info--title h2 {
    font-size: 25px;
  }
  .footer__newsletter h2.title-white {
    font-size: 50px;
  }
  .AboutUs__Index__photo {
    width: 500px;
  }
  .AboutUs__Index__info {
    width: calc(100% - (500px + 20px));
  }
  a.logo-header {
    text-align: center;
    text-transform: capitalize;
    padding-left: 15px;
  }
  a.logo-header img {
    max-width: 70px;
  }
  a.logo-header p {
    font-size: 10px;
  }
  .AboutUs__Index__info {
    padding-top: 10px;
  }
  .AboutUs__Index__container {
    margin: 10px 0;
  }
  .btn--about {
    text-align: center;
    margin-top: 10px;
  }
  .AboutUs__Index__container {
    gap: 20px;
  }
  .AboutUs__Index__container {
    grid-template-columns: 1fr;
  }
  .AboutUs__Index__info {
    order: 1;
  }
  .AboutUs__Index__photo {
    order: 2;
  }
  .mb15_991 {
    margin-bottom: 15px;
  }
  .mb10_991 {
    margin-bottom: 10px;
  }
  .footerPowered .widthBox {
    flex-direction: column;
  }
  .footerPowered .footer-copyright,
  .footerPowered .footer-statistic {
    text-align: center;
  }
  .social_fixed {
    bottom: 95px;
  }
  .social_fixed .support-online:not(.cart_item) {
    display: none;
  }
  .social_fixed .support-online:not(.cart_item).itemCart {
    display: block;
  }
  .aboutUs__content {
    flex-wrap: wrap;
    gap: 30px;
    margin: 10px 0 20px 0;
  }
  .aboutUs__content__info,
  .aboutUs__content__photos {
    width: 100%;
  }
  .aboutUs__content__info {
    text-align: center;
  }
  .questionAwser__content__container {
    flex-wrap: wrap;
  }
  .questionAwser__content__container__img {
    width: 100%;
  }
  .questionAwser__content__list {
    width: 100%;
  }
  .fengShui__content__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .widthBox.primary__header {
    display: none;
  }
  .group__contact__about {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
  }
  a.btn__about__act {
    width: 100%;
    padding: 18px 0;
    max-width: 450px;
    justify-content: center;
  }
  .contactUs__content__btn {
    flex-wrap: wrap;
  }
  .contactUs__content {
    background-size: cover;
  }
  .questionHeader span {
    font-size: 14px;
  }
  .footer__power--center p {
    font-size: 12px;
  }
  .StudioIndex__DesignFuniture--photo {
    width: 550px;
  }
  .StudioIndex__DesignFuniture--content {
    width: calc(100% - 580px);
  }
  .CategoriesProduct__wrapper {
    margin: 10px 0;
  }
  span.CriteriaUs__item--title {
    font-size: 18px;
  }
  .footer__power--center {
    padding: 10px 0;
  }
}
@media (max-width: 870px) {
  .footer__newsletter h2.title-white {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .footer__newsletter h2.title-white {
    font-size: 30px;
  }
  .BrandStory__right--photo {
    text-align: center;
  }
  .BrandStory__container {
    grid-template-columns: 1fr;
  }
  .BrandStory__left-title {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .BrandStory__left-photo {
    max-width: 60%;
    margin: 0 auto;
  }
  .BrandStory__right .btn__btn--viewAll {
    text-align: center;
  }
  .AboutUs__Index__info {
    width: 100%;
    order: 2;
  }
  .AboutUs__Index__container {
    flex-wrap: wrap;
  }
  .AboutUs__Index__photo {
    width: 100%;
    order: 1;
  }
  .row-photo-gallery {
    margin: 0 -5px 1rem;
  }
  a.album {
    width: calc(50% - 10px);
    margin: 5px auto;
  }
  .StudioIndex__DesignFuniture:first-child {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    gap: 20px;
  }
  nav.d-flex.justify-content-center.align-items-center {
    grid-column: span 2;
  }
  .CriteriaUs__List {
    grid-template-columns: 1fr 1fr;
  }
  .CriteriaUs__item:nth-child(2) {
    border-right: unset;
    border-bottom: unset;
  }
  .CriteriaUs__item {
    border-bottom: 1px solid #d9d9d9;
  }
  .CriteriaUs__wrapper {
    margin-bottom: 10px;
  }
  .CriteriaUs__item:last-child {
    border: 1px solid #d9d9d9;
    border-left: unset;
    border-right: unset;
  }
  .newsletter__input--form {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
  form.validation-newsletter {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__newsletter .title-main {
    margin-bottom: 20px;
  }
  .wrap-product--header {
    flex-wrap: wrap;
  }
  .list_monnb.list_sanpham_more.text-center.text-2xl {
    width: 100%;
  }
  .productListTab__content {
    width: 100%;
    margin-bottom: 30px;
  }
  .content__fullSlide--title {
    text-align: center;
  }
  a.VideoOst__item--link svg {
    width: 50px;
  }
  .content__fullSlide--title h2 {
    margin-bottom: 20px;
  }
  .content__fullSlide--title a {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .StudioIndex__DesignFuniture {
    flex-wrap: wrap;
  }
  .StudioIndex__DesignFuniture--photo {
    width: 100%;
  }
  .StudioIndex__DesignFuniture--content {
    width: 100%;
  }
  .content__fullSlide--list .owl-stage {
    padding-right: 0 !important;
  }
  .content__fullSlide {
    flex-wrap: wrap;
  }
  .content__fullSlide--title {
    width: 100%;
  }
  .content__fullSlide--list {
    width: 100%;
  }
  .WorkingProcess__Us__desc {
    grid-template-columns: 1fr;
  }
  .arck-work-process-item {
    margin-bottom: 60px;
  }
  .split-line {
    text-align: center !important;
  }
  a.product__link__btn {
    display: block;
    text-align: center;
    margin: 0;
  }
  .price__pro_new a,
  .price__pro_new strong {
    font-size: 14px;
  }
  .product__price {
    gap: 0;
    min-height: 50px;
  }
  .price__pro_old del {
    font-size: 12px;
  }
  button.btn__control-Subslide-item {
    position: unset;
    transform: unset;
  }
  .btn__control-Subslide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .productOst__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 10px;
  }
  .mb15_767 {
    margin-bottom: 15px;
  }
  .box__product--price {
    flex-direction: column;
  }
  .titleMain h2 {
    font-size: 24px;
  }
  .box.news--name {
    font-size: 14px;
  }
  .box.news--content {
    padding: 10px 0;
  }
  .box.news--pic {
    border-radius: 5px;
  }
  .gioithieu--title {
    font-size: 24px;
  }
  .box__product {
    margin: 7px 0;
  }
  .row.product {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .titleFooter h2 {
    font-size: 24px;
    text-align: center;
  }
  .bestSeller__container.bestSlide__container.slick-initialized.slick-slider {
    overflow: hidden;
  }
  .slick-slide.product_slider {
    margin-left: 0 !important;
    padding: 0 5px;
  }
  .bestSlide__container .slick-list {
    margin-right: 0 !important;
    margin: 0 0;
  }
  .btn__viewAll__primary a {
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto;
  }
  section#videosIndex {
    margin: 20px 0 20px 0;
  }
  .btn__control-Subslide button svg {
    width: 30px;
  }
  .product__price .price__pro_new {
    margin-bottom: 0;
  }
  section#productOst {
    margin-bottom: 10px;
  }
  .wrap__footer__info-logo img {
    max-width: 170px;
  }
  .wrap__footer__info-logo {
    text-align: center;
  }
  .wrap__footer__info-desc {
    text-align: center;
  }
  .wrap__footer__info-social ul {
    justify-content: center;
  }
  .wrap__footer__col {
    flex-wrap: wrap;
    gap: 20px;
  }
  .newsletter--title p {
    font-size: 18px;
  }
  .newsletter__button {
    transform: unset;
    position: relative;
  }
  .newsletter__container {
    overflow: unset;
    border-radius: unset;
  }
  .newsletter__button {
    width: 100%;
    right: 0;
    margin-top: 5px;
  }
  .newsletter__button input {
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
  }
  .questionAwser__content__list__wrap {
    width: 100%;
  }
  ul.item__info__company .d-flex {
    flex-wrap: wrap;
  }
  ul.item__info__company li span {
    font-size: 17px;
  }
  #footer .footerArticle {
    padding: 10px 0 0;
  }
  h2.wrap__footer__col-item--tile {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .wrap__footer__col-item {
    width: 100%;
  }
  .title-main p {
    max-width: 80%;
    margin: 0 auto;
  }
  .wrap__footer__info-social {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  h3.ProjectUs__container--item--title {
    font-size: 15px;
  }
  span.CriteriaUs__item--title {
    font-size: 13px;
  }
  .CriteriaUs__item {
    padding: 10px;
  }
  p.CriteriaUs__item--desc {
    font-size: 12px;
  }
  .CriteriaUs__item--icon img {
    max-width: 40px;
  }
  .CriteriaUs__item--icon {
    width: 70px;
    height: 70px;
  }
  .product__info {
    width: 100%;
  }
  .product__info__container {
    flex-wrap: wrap;
  }
  .product_custom.custome-product .product__info {
    width: 100%;
  }
  .product__price {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .product__price .price__pro_old {
    flex: unset;
  }
  .product__price .price__pro_new {
    flex: unset;
    margin: 0;
  }
  .product__info--link {
    width: 100%;
  }
  .product__info--link a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .wrap__footer__col-item--social h2 {
    display: block;
    margin-bottom: 5px;
  }
  h2.wrap__footer__col-item--tile {
    margin-bottom: 5px;
  }
  .wrap__footer__col-item ul li {
    margin-bottom: 10px;
  }
  .wrap__footer__col-item--logo svg {
    max-width: 176px;
  }
  .wrap__footer__col-item--logo {
    text-align: center;
  }
  .wrap__footer__info {
    gap: 15px;
  }
  .footer__newsletter {
    margin-bottom: 20px;
  }
  .infoCompany__us ul li {
    font-size: 14px;
  }
  section.footerMap {
    margin-bottom: 0;
  }
  .AboutUs__Index__info--content {
    padding: 0;
  }
  .content__fullSlide--title h2 {
    font-size: 24px;
  }
  .content__fullSlide--title p {
    font-size: 12px;
  }
  h3.StudioIndex__DesignFuniture--title {
    font-size: 20px;
  }
  .title-main h2 {
    font-size: 24px;
  }
  p.StudioIndex__DesignFuniture--desc {
    font-size: 12px;
    margin: 15px 0;
  }
  .StudioIndex__DesignFuniture--content a {
    font-size: 12px;
  }
  .ProjectUs__container--title p {
    max-width: 100%;
    font-size: 12px;
  }
  .ProjectUs__container--title {
    margin-bottom: 10px;
  }
  .BannerStatic__wrapper {
    margin-bottom: 30px;
  }
  .AboutUs__Index__info {
    padding-top: 10px;
  }
  .btn--about {
    text-align: center;
    margin-top: 10px;
  }
  .AboutUs__Index__container {
    gap: 5px;
  }
  h3.construction__item--content--title a {
    font-size: 15px;
  }
  h3.construction__item--content--title {
    line-height: 10px;
  }
  p.construction__item--content--address {
    font-size: 12px;
  }
  .productOst__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .mb15_576 {
    margin-bottom: 15px;
  }
  .social_fixed {
    bottom: 70px;
  }
  .AboutUs__Index__info--title h2 {
    font-size: 20px;
  }
  p.AboutUs__Index__info--content--desc {
    font-size: 14px;
  }
  #AboutUs__Index {
    margin-bottom: 20px;
  }
  .btn__btn--viewAll a {
    margin: 20px 0 15px;
  }
  .title-main h2 {
    font-size: 20px;
  }
  .BrandStory__wrapper {
    margin-bottom: 30px;
  }
  h3.categoryProduct__item--title {
    font-size: 14px;
  }
  p.FeedbackCustomers--item--desc {
    margin: 20px 0;
    font-size: 14px;
  }
  .FeedbackCustomers--item--title {
    font-size: 16px;
  }
  .FeedbackCustomers__container {
    margin-bottom: 20px;
  }
  .FeedbackCustomers__wrapper {
    margin-bottom: 25px;
  }
  .footer__newsletter h2.title-white {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .footer__newsletter {
    padding-top: 20px;
  }
  p.newsletter__desc {
    margin-bottom: 20px;
  }
  .CollectionCustomers .owl-item:nth-child(2n) {
    margin-top: 20px;
  }
  .btn--about a {
    font-size: 12px;
  }
  .btn__btn--viewAll a {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .mb15_375 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .row-product {
    margin: 20px -5px 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .product__price {
    text-align: start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .product__price .price__pro_new + .price__pro_old {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}
@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .row-news {
    margin: 15px -5px 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}
h3.BlogNew__container--item--title:hover,
h3.categoryProduct__item--title:hover {
  color: #dd7100;
  transition: all 0.3s;
}
.google__map-menu a:hover {
  color: #dd7100;
}
.google__map-menu a:hover svg path {
  fill: #dd7100;
}
.wrap-demo-about-5 {
  margin-bottom: 2rem;
}
.demo-top-about-5-left {
  font-size: 16px;
}
.title-about-5 {
  font-size: 40px;
  margin-bottom: 2rem;
  position: relative;
  font-family: Mulish-Bold;
}
.bar {
  height: 4px;
  width: 85px;
  background: var(--color-ye);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
.cont_thongso {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
.namchay {
  width: calc((100% - 6rem) / 4);
  padding: 2rem 1rem;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s;
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.namchay:before {
  content: "";
  width: 100%;
  height: 0%;
  background: var(--color-ye);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.namchay:hover:before {
  height: 100%;
}
.icon_ts {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: #cd7722;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-ye);
}
.icon_ts i {
  font-size: 30px;
}
.so-cs {
  margin: 0;
  transition: all 0.5s;
}
.so-cs b {
  display: inline;
  font-size: 50px;
  font-family: Mulish-ExtraBold;
  line-height: 1.2;
}
.so-cs span {
  display: block;
  font-size: 16px;
}
.namchay:hover .so-cs {
  color: #cd7722;
}
.wrap-about-newsletter {
  background: linear-gradient(90deg, #dd7100 0, #fff 100%);
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.tittle-about-newsletter {
  text-align: center;
  margin-bottom: 2rem;
}
.tittle-about-newsletter h2 {
  font-size: 32px;
  font-family: Lora, serif;
  margin-bottom: 10px;
}
.tittle-about-newsletter span {
  font-size: 16px;
}
.validation-newsletter {
  max-width: 600px;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 34px;
}
.newsletter-input {
  border-radius: 2rem !important;
  overflow: hidden;
  width: calc(100% - 130px);
}
.newsletter-input input {
  height: auto;
  padding: 15px 10px;
  font-size: 16px;
  border: none;
}
.newsletter-button {
  width: 130px;
  text-align: center;
  border-radius: 2rem !important;
  overflow: hidden;
}
.newsletter-button input {
  height: auto;
  padding: 15px 20px;
  width: 100% !important;
  font-size: 16px;
  background: #dd7100;
  border: none;
  font-family: Prata;
}
.newsletter-button input:hover {
  background: #000;
}
.wrap-customer {
  padding: 2rem 0;
  max-width: 786px;
  margin: 0 auto;
}
.title-about-5-customer {
  text-align: center;
  margin: 0 auto 2rem;
}
.title-about-5-customer h2 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.title-about-5-customer span {
  display: inline-block;
  margin-bottom: 1rem;
}
.title-about-5-customer .bar {
  margin: 0 auto;
}
.item-cus {
  text-align: center;
  margin: 10px auto 2rem;
  cursor: pointer;
}
.icon-cus {
  max-width: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
  box-shadow: 0 0 10px #ccc;
  transition: all 0.5s;
}
.item-cus:hover .icon-cus {
  box-shadow: 0 0 10px var(--color-ye);
}
.desc-cus p {
  font-style: italic;
  -webkit-line-clamp: 5;
  padding-bottom: 3rem;
  position: relative;
}
.name-cus b {
  font-family: Mulish-Bold;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
}
.desc-cus p:after {
  content: "";
  width: 3px;
  height: 30px;
  background: var(--color-ye);
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
}
.cont-cus .slick-dots li button:before {
  font-size: 12px;
  color: var(--color-ye);
}
.demo-top-about-5-right {
  margin-top: 20px;
}
.bar {
  height: 4px;
  width: 85px;
  background: #dd7100;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
.container__product {
  display: flex;
  justify-content: space-between;
}
.productCategory {
  width: 300px;
  height: 100%;
  position: sticky;
  top: 0;
}
.container__product .row {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .container__product {
    flex-wrap: wrap;
  }
  .productCategory {
    width: 100%;
    margin-bottom: 20px;
  }
  .container__product .row {
    width: 100%;
  }
}
.col-sticky {
  background: #e9ecef;
  padding: 10px;
  position: sticky;
  top: 0;
}
.box-category > h3 {
  font-size: 17px;
  padding: 5px 0;
  font-weight: 700;
  margin-bottom: 15px;
}
.list-category {
  padding: 0;
  list-style: none;
  text-transform: capitalize;
}
.list-category li a:hover {
  color: #6f1900;
}
.list-category li {
  position: relative;
  margin-bottom: 10px;
}
.list-category ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  display: none;
}
.cat-toggle,
.plus-toggle {
  position: absolute;
  top: 8.5px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-align: center;
}
.list-category li.active > a {
  color: #6f1900;
}
.control-categoriesProduct.control-owl button:hover {
  box-shadow: 0 0 10px 0 #0000009e;
}
.btn__btn--viewAll a:hover,
a.AboutUs__Index__info--content--btn:hover,
form.contact-form .btn-primary:hover {
  background: linear-gradient(90deg, #dd7100 0, #fff 100%) 200%/200%;
  transition: all 0.3s;
}
.BrandStory__left-photo {
  text-align: right;
}
section.section-slider.position-relative.wap-1800 {
  max-width: 100%;
  margin: 0 auto;
}
.control-feedbackCustomers button.owl-prev {
  left: -6px !important;
}
.control-feedbackCustomers button.owl-next {
  right: -6px !important;
}
