@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/sf-pro-display/SFPRODISPLAYREGULAR.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/sf-pro-display/SFPRODISPLAYMEDIUM.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/sf-pro-display/SFPRODISPLAYBOLD.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
body,
button,
footer,
header,
html,
input,
main,
nav,
select,
textarea {
  font-family: var(--font-main);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.col-30 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-20 {
  padding-left: 10px;
  padding-right: 10px;
}
.row-23 {
  margin-left: -11.5px;
  margin-right: -11.5px;
}
.col-23 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
:root {
  --color-main: #2557ae;
  --color-social: #2557ae;
  --color-hover: #2557ae;
  --color-text: #2557ae;
}
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis: none;
}
.max-width,
.wrap-content {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: auto;
}
.mw-700 {
  max-width: 700px;
}
img {
  max-width: 100%;
  display: inline-block;
}
img.lazy {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition:
    filter 0.4s,
    -webkit-filter 0.4s;
  transform: unset !important;
}
img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
img.error,
img.initial,
img.loaded {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-filter: blur(0);
  filter: blur(0);
}
img:not([src]) {
  visibility: hidden;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.social-plugin {
  display: flex;
  margin-top: 10px;
}
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  transform: scale(1, 1);
}
.scale-img:hover > img {
  transform: scale(1.1, 1.1);
}
.hover_xemthem {
  transition: 0.4s;
}
.hover_xemthem:hover {
  letter-spacing: 2px;
}
.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.p-relative {
  position: relative;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-frame .kenit-alo-circle-fill,
.carousel-comment-media .carousel-control a span,
.control-owl button,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill,
.transition {
  transition: 0.3s all;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}
.header {
  background: #4a90e2;
}
.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-head {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff;
}
.cart-head:hover {
  color: #fed402;
}
.cart-head i {
  font-size: 20px;
}
.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: red;
  border-radius: 50%;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.menu-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.menu-head a {
  color: #fff;
}
.menu-head a:hover {
  color: #fed402;
}
.slideshow {
  position: relative;
}
.search {
  width: 50%;
  max-width: 400px;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: red;
  color: #fff;
  border-radius: 10px;
  margin-right: 3px;
  padding: 5px 10px;
}
.search label i {
  font-weight: 700;
  color: #999;
}
.search p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}
.search p i {
  font-weight: 700;
  color: #999;
}
.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0;
  text-align: left;
}
.box-search .price-product .price-new {
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
}
.company p span {
  color: #007bff;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.head-menu img {
  max-width: 80px;
}
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0;
  position: absolute;
  outline: 0;
  border: 2px solid #fff;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}
.item-partner {
  border: 1px solid #f1f1f1;
  display: block;
}
.box-photo-ct {
  border-radius: 20px;
  overflow: hidden;
}
.title-detail {
  position: relative;
}
.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.title-main {
  position: relative;
  text-align: center;
}
.title-main span {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.title-cat-main span {
  display: block;
  color: #999;
  background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.title-cat-main span.active,
.title-cat-main span:hover {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.news {
  display: block;
  margin-bottom: 20px;
}
.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}
a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}
.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}
a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}
.name-news:hover {
  color: #fed402;
}
.time-news {
  color: #fed402;
  margin: 7px 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}
.desc-news {
  color: #333;
  margin: 0;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333;
}
.list-news-other li a:hover {
  color: #fed402;
}
a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #006acb !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}
.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
  display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}
.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #ddd;
  font-size: 13px;
  margin-bottom: 10px;
}
.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.box-readmore ul li li a {
  font-weight: 400;
}
.box-readmore ul li a:hover {
  color: #767676;
}
.info-partner {
  background: #f8f8f8;
  padding: 15px 0;
}
.info-footer .flex-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
.info-footer {
  background: #4a90e2;
  padding: 30px 0;
}
.title-footer {
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
  width: 35%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
  width: 25%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
  width: 25%;
}
.map-footer {
  position: relative;
  width: 100%;
  height: 200px;
}
.map-footer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer-powered {
  padding: 10px 0;
  background: #125199;
  color: #fff;
}
.flex-powered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.statistic span {
  position: relative;
  padding: 0 5px;
}
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.title-tags:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}
.flex-tags {
  display: flex;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: red;
  border-color: red;
  color: #fff;
  opacity: 1;
}
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0;
}
.flex-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-about {
  margin-bottom: 20px;
}
.title-about h3 {
  font-size: 30;
  color: #333;
  text-transform: uppercase;
}
.view-about {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  color: #333;
  text-align: center;
}
.view-about span {
  position: relative;
  z-index: 1;
}
.view-about span:hover {
  color: red;
}
.view-about span:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c2d2a7;
  position: absolute;
  z-index: -1;
  left: 4%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.item-service {
  position: relative;
}
.item-service h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0;
}
.video-main {
  position: relative;
}
.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff000066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0;
}
.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}
.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  order: 2;
}
.sort-select-main p:has(.check) {
  order: 1;
}
.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}
.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}
.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}
.filter {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 270px);
}
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}
.wr-search p {
  font-weight: 700;
  text-transform: uppercase;
}
.product {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.product .pic-product {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: solid 1px transparent;
}
.product:hover .pic-product {
  border: solid 1px #ccc;
}
.product .pic-product img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.product .pic-product > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}
.first_img {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .first_img {
  transform: scale(0);
}
.second_img {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .second_img {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}
.product .name-product {
  margin-bottom: 5px;
  font-weight: 400;
}
.product .name-product a {
  font-size: 15px;
  color: #232323;
  font-weight: 500;
}
.product .name-product a:hover {
  color: #ff2e00;
}
.product .name-product .text-split {
  -webkit-line-clamp: 2;
}
.product .price-product {
  margin-bottom: 10px;
  color: #555;
}
.product .price-new {
  font-size: 16px;
  font-weight: 500;
  color: #ff2e00;
  display: inline-block;
  text-transform: uppercase;
}
.product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #ff2e00;
  text-transform: uppercase;
}
.product .price-per {
  color: #ff2e00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}
.box-cat {
  text-align: center;
}
.box-cat h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.box-cat:hover h3 {
  color: red;
}
.cart-product {
  margin: 5px 0 0 0;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}
.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}
.cart-add:hover {
  background-color: #fed402;
}
.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: #fed402;
}
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-product > * {
  max-width: 100%;
  min-width: 0;
}
.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}
.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}
.grid-product .product .product-info .price span {
  color: red;
}
.grid-product .product .pic-product {
  border: 1px solid #ddd;
}
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 50%;
}
.grid-pro-detail .right-pro-detail {
  width: 48%;
}
.product-main-viewer {
  width: 100%;
}
.product-main-link {
  display: block;
  width: 100%;
}
.product-detail-main-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}
.thumb-pro-detail {
  cursor: pointer;
  overflow: hidden;
}
.thumb-pro-detail img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.thumb-pro-detail.active {
  border-color: #f2912f !important;
}
.product-technical-summary {
  margin: 18px 0;
}
.product-desc-summary {
  display: grid;
  gap: 8px;
  margin: 12px 0 18px;
}
.product-desc-summary p {
  margin: 0;
  line-height: 1.55;
}
.product-desc-summary strong {
  font-weight: 700;
  color: #111827;
}
.product-cart-detail-bottom {
  margin-top: 16px;
}
.product-technical-summary .bigbang-technical-v7 {
  margin: 0 !important;
  font-size: 14px;
}
.product-technical-summary .bigbang-technical-v7__animations {
  margin-bottom: 12px !important;
}
.product-technical-summary .bigbang-technical-v7__animations p {
  margin: 0 !important;
}
.product-technical-summary .bigbang-technical-v7__animations img {
  display: block;
  width: 260px !important;
  height: 160px !important;
  max-width: 100% !important;
  max-height: 160px !important;
  object-fit: contain;
  margin: 0 !important;
}
.product-technical-summary .bigbang-technical-v7 h2 {
  font-size: 18px !important;
  margin: 12px 0 10px !important;
  line-height: 1.35;
}
.product-technical-summary .bigbang-technical-v7__documents {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.product-technical-summary .bigbang-technical-v7__documents p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 9px !important;
  line-height: 1.45;
}
.product-technical-summary .bigbang-technical-v7__documents img {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain;
  flex: 0 0 22px;
}
.product-technical-summary .bigbang-technical-v7__documents a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-album-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: red;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: red;
}
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.icon-action {
  background-image: url(../images/icon_chitiet@2x-min.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}
.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}
.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}
.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}
.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}
.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}
.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::after,
.btn-closemenu::before {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-text {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 50px;
  border: solid 1px #e8e8e8;
  padding: 30px 50px;
  color: #7b7b7b;
}
.box-frm {
  position: relative;
}
form.contact-form {
  box-shadow:
    5px 30px 40px rgba(0, 0, 0, 0.1),
    5px 30px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 65px;
  background: #fff;
}
.contact-input input,
.contact-input textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #045b8a;
}
.btn-send {
  margin: auto;
  border-radius: 50px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
}
.breadCrumbs {
  padding: 10px 0;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: red;
}
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0;
}
.pagination li span {
  cursor: pointer;
}
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}
.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span.active,
.grid-properties span:hover {
  border: 1px solid red;
  color: red;
}
.grid-properties span.active:after,
.grid-properties span:hover:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: 700;
  color: #444;
  text-decoration: none;
  position: fixed;
  top: calc(52%);
  bottom: auto;
  right: 30px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.grecaptcha-badge {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
}
[x-cloak] {
  display: none !important;
}
a.views_dm {
  width: 140px;
  height: 38px;
}
.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.effect_button:after,
.effect_button:before {
  position: absolute;
  content: "xem thÃƒÂªm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.effect_button:before {
  color: #fff;
  background: red;
  transform: rotateY(0) translateZ(25px);
}
.effect_button:after {
  color: red;
  transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item-news {
  --tw-bg-opacity: 1;
  background-color: #f1f1f1;
  padding: 1rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 19%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.item-news:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0 10px rgb(0 0 0 / 19%);
}
.item-news .ds-news {
  width: 100%;
}
.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 13px;
  margin: 10px 0 0;
  font-style: italic;
}
.ds-news h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 2 !important;
}
.ds-news .desc {
  color: #333;
}
.item-news:hover h3 {
  color: red;
}
.item-news-all a {
  display: flex;
  justify-content: space-between;
}
.item-news-all a .ds-news {
  width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.news-left {
  width: 68%;
}
.news-right {
  position: sticky;
  top: 20px;
  width: 30%;
  background: #f1f1f1cc;
  padding: 20px;
  box-shadow: 0 0 5px #99999978;
}
a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}
div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}
div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}
.cart-pro-detail {
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.cart-pro-detail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 40px;
  text-align: center;
  color: #fff;
  padding: 9px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid transparent;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.08);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.cart-pro-detail a.addnow {
  margin-right: 0;
  background-color: #0b86e8;
  color: #fff;
  border-color: #0b86e8;
}
.cart-pro-detail a.addnow:hover {
  background-color: #066fc4;
  color: #fff;
  border-color: #066fc4;
  box-shadow: 0 10px 22px rgba(11, 134, 232, 0.22);
  transform: translateY(-1px);
}
.cart-pro-detail a.buynow {
  background-color: #ff7a16;
  border-color: #ff7a16;
}
.cart-pro-detail a.buynow:hover {
  background-color: #e86505;
  color: #fff;
  border-color: #e86505;
  box-shadow: 0 10px 22px rgba(255, 122, 22, 0.24);
  transform: translateY(-1px);
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.modal-title {
  font-size: 20px;
}
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}
.he-first {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.he-first:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #fff, transparent);
  content: "";
}
.he-first.heigt-auto {
  max-height: unset;
}
.he-first.heigt-auto:before {
  display: none;
}
.below-nav {
  position: relative;
  width: 100%;
  height: 855px;
  overflow: hidden;
  background: #000e21;
}
.below-nav .swiper,
.below-nav .swiper-slide,
.below-nav .swiper-wrapper {
  width: 100%;
  height: 855px;
}
.below-nav .swiper-slide {
  position: relative;
  overflow: hidden;
}
.below-nav .item {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 855px;
  overflow: hidden;
}
.below-nav .item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.below-nav .item img {
  display: block;
  width: 100%;
  height: 855px;
  object-fit: cover;
  object-position: center center;
}
.below-nav .item video.slide-media--video {
  display: block;
  width: 100%;
  height: 855px;
  object-fit: cover;
  object-position: center center;
  background: #000e21;
}
.below-nav .scale-img img {
  transform: none;
  transition: transform 1s ease;
}
.below-nav .scale-img:hover img {
  transform: none;
}
.below-nav .swiper-slide::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 14, 61, 0.88) 0,
      rgba(0, 14, 61, 0.68) 34%,
      rgba(0, 14, 61, 0.24) 64%,
      rgba(0, 14, 61, 0.08) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 14, 61, 0.9) 0,
      rgba(0, 14, 61, 0.12) 48%,
      rgba(0, 14, 61, 0.05) 100%
    );
}
.hero-content {
  position: absolute;
  top: 98px;
  left: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.hero-content__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1198.69px;
  padding: 0;
  margin: 0 auto;
  gap: 56px;
}
.hero-content__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 812px;
  max-width: 100%;
  gap: 20px;
}
.hero-content__label {
  width: 100%;
  color: #ffc719;
  font-family: var(--font-main);
  font-size: 47px;
  font-style: normal;
  line-height: 56px;
}
.hero-content__title {
  width: 812px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  letter-spacing: 0;
}
.hero-content__description {
  width: 812px;
  max-width: 100%;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 26px;
  font-style: normal;
  line-height: 31px;
}
.hero-content__buttons {
  display: flex;
  align-items: center;
  width: 448px;
  max-width: 100%;
  height: 48px;
  gap: 24px;
  pointer-events: auto;
}
.hero-content__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 48px;
  padding: 7px 26px;
  border-radius: 99px;
  font-size: 18px;
  font-style: normal;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}
.hero-content__button--primary {
  color: #000e3d;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--font-main);
}
.hero-content__button--primary:hover {
  color: #000e3d;
  transform: translateY(-2px);
}
.hero-content__button--outline {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  font-family: var(--font-main);
}
.hero-content__button--outline:hover {
  color: #000e3d;
  background: #fff;
  transform: translateY(-2px);
}
.hero-statistics {
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.hero-statistics__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  gap: 20px;
}
.hero-statistics__item {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 62px;
  gap: 19.45px;
}
.hero-statistics__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51.87px;
  height: 51.87px;
  flex: none;
  color: #ffc719;
  font-size: 45px;
  line-height: 1;
}
.hero-statistics__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero-statistics__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  height: 62px;
}
.hero-statistics__content strong {
  display: block;
  width: 100%;
  color: #fff;
  font-family: var(--font-main);
  font-size: 31.1209px;
  font-style: normal;
  line-height: 37px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-statistics__content span {
  display: block;
  width: 100%;
  color: #fff;
  font-family: var(--font-main);
  font-size: 20.7473px;
  font-style: normal;
  line-height: 25px;
  white-space: nowrap;
}
.below-nav .slide-next,
.below-nav .slide-pagination,
.below-nav .slide-prev {
  display: none;
}
@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .hero-content__inner,
  .hero-statistics__inner {
    max-width: calc(100% - 80px);
  }
  .hero-content__label {
    font-size: 39px;
    line-height: 47px;
  }
  .hero-content__title {
    width: 720px;
    font-size: 58px;
    line-height: 69px;
  }
  .hero-content__description {
    width: 720px;
    font-size: 21px;
    line-height: 27px;
  }
  .hero-statistics__content strong {
    font-size: 26px;
    line-height: 32px;
  }
  .hero-statistics__content span {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .below-nav,
  .below-nav .item,
  .below-nav .item img,
  .below-nav .swiper,
  .below-nav .swiper-slide,
  .below-nav .swiper-wrapper {
    height: 680px;
  }
  .hero-content {
    top: 65px;
  }
  .hero-content__inner,
  .hero-statistics__inner {
    max-width: calc(100% - 40px);
  }
  .hero-content__inner {
    gap: 35px;
  }
  .hero-content__text {
    width: 650px;
    gap: 14px;
  }
  .hero-content__label {
    font-size: 31px;
    line-height: 38px;
  }
  .hero-content__title {
    width: 650px;
    font-size: 48px;
    line-height: 57px;
  }
  .hero-content__description {
    width: 650px;
    font-size: 18px;
    line-height: 24px;
  }
  .hero-content__buttons {
    width: auto;
    height: 44px;
    gap: 16px;
  }
  .hero-content__button {
    width: 180px;
    height: 44px;
    font-size: 16px;
  }
  .hero-statistics {
    bottom: 70px;
  }
  .hero-statistics__inner {
    gap: 12px;
  }
  .hero-statistics__item {
    gap: 10px;
  }
  .hero-statistics__icon {
    width: 40px;
    height: 40px;
    font-size: 34px;
  }
  .hero-statistics__content strong {
    font-size: 22px;
    line-height: 28px;
  }
  .hero-statistics__content span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .below-nav,
  .below-nav .item,
  .below-nav .item img,
  .below-nav .swiper,
  .below-nav .swiper-slide,
  .below-nav .swiper-wrapper {
    height: 760px;
  }
  .below-nav .item img {
    object-position: 62% center;
  }
  .hero-content {
    top: 55px;
  }
  .hero-content__inner,
  .hero-statistics__inner {
    max-width: calc(100% - 40px);
  }
  .hero-content__inner {
    gap: 35px;
  }
  .hero-content__text {
    width: 620px;
    gap: 14px;
  }
  .hero-content__label {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-content__title {
    width: 620px;
    font-size: 48px;
    line-height: 57px;
  }
  .hero-content__description {
    width: 580px;
    font-size: 18px;
    line-height: 25px;
  }
  .hero-content__buttons {
    width: auto;
    height: 44px;
    gap: 16px;
  }
  .hero-content__button {
    width: 180px;
    height: 44px;
    font-size: 16px;
  }
  .hero-statistics {
    bottom: 45px;
  }
  .hero-statistics__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 30px;
  }
  .hero-statistics__item {
    gap: 12px;
  }
  .hero-statistics__icon {
    width: 42px;
    height: 42px;
    font-size: 35px;
  }
  .hero-statistics__content strong {
    font-size: 24px;
    line-height: 29px;
  }
  .hero-statistics__content span {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 575px) {
  .below-nav,
  .below-nav .item,
  .below-nav .item img,
  .below-nav .swiper,
  .below-nav .swiper-slide,
  .below-nav .swiper-wrapper {
    height: 100%;
  }
  .below-nav .item img {
    object-position: 68% center;
  }
  .below-nav .swiper-slide::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 14, 61, 0.9) 0,
        rgba(0, 14, 61, 0.65) 100%
      ),
      linear-gradient(0deg, rgba(0, 14, 61, 0.95) 0, rgba(0, 14, 61, 0.12) 70%);
  }
  .hero-content {
    top: 45px;
  }
  .hero-content__inner,
  .hero-statistics__inner {
    width: calc(100% - 30px);
    max-width: none;
  }
  .hero-content__inner {
    gap: 28px;
  }
  .hero-content__text {
    width: 100%;
    gap: 12px;
  }
  .hero-content__label {
    font-size: 25px;
    line-height: 32px;
  }
  .hero-content__title {
    width: 100%;
    font-size: 38px;
    line-height: 46px;
  }
  .hero-content__description {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
  }
  .hero-content__buttons {
    width: 100%;
    height: auto;
    gap: 10px;
  }
  .hero-content__button {
    width: calc(50% - 5px);
    height: 42px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .hero-statistics {
    bottom: 38px;
  }
  .hero-statistics__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .hero-statistics__item {
    height: 55px;
    gap: 8px;
  }
  .hero-statistics__icon {
    width: 32px;
    height: 32px;
    font-size: 27px;
  }
  .hero-statistics__content {
    height: auto;
  }
  .hero-statistics__content strong {
    font-size: 19px;
    line-height: 24px;
  }
  .hero-statistics__content span {
    font-size: 11px;
    line-height: 15px;
    white-space: normal;
  }
}
.about-home {
  padding: 56px 0 48px;
  overflow: hidden;
  background: #000e21;
}
.about-home .wrap-content {
  width: 100%;
  max-width: 1320px;
}
.about-home .flex-about {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(470px, 1.28fr) minmax(
      280px,
      0.8fr
    );
  align-items: center;
  gap: 24px;
}
.about-home .content-about {
  max-width: 100%;
}
.about-home .photo-about {
  width: 100%;
  margin-top: 0;
  align-self: center;
}
.about-home .title-about span {
  font-family: var(--font-main);
  font-size: 14px;
  text-transform: uppercase;
  background: linear-gradient(360deg, #f7c015, #f7a015);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-home .title-about h2 {
  margin: 14px 0 18px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 40px;
  line-height: 1.15;
}
.about-home .about-desc {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.58;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about-home .about-desc p {
  margin: 0;
}
.about-home .view-about {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 48px;
  padding: 0 18px;
  margin-top: 28px;
  color: #000e3d;
  border-radius: 99px;
  background: linear-gradient(360deg, #f7c015, #f7a015);
  font-family: var(--font-main);
  font-size: 15px;
  transition: 0.3s;
}
.about-home .view-about:hover {
  color: #000e3d;
  transform: translateY(-3px);
}
.about-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
}
.about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-video picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about-video picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-video::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(0, 14, 61, 0.9));
}
.about-video__content {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  color: #fff;
}
.about-video__content small {
  font-family: var(--font-main);
}
.about-video__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 5px;
}
.about-video__bottom strong {
  max-width: calc(100% - 58px);
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 1.3;
}
.about-video__play {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(360deg, #f7c015, #f7a015);
}
.about-video-popup {
  width: min(960px, 92vw);
}
.about-video-popup iframe,
.about-video-popup video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  background: #000;
}
.about-values {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
  align-self: center;
}
.about-value {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 14px 18px;
  gap: 14px;
  color: #fff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  transition: 0.3s;
}
.about-value:hover {
  transform: translateX(-4px);
  background: rgba(255, 199, 25, 0.13);
}
.about-value > i {
  flex: 0 0 41px;
  color: #ffc719;
  font-size: 35px;
  text-align: center;
}
.about-value > img {
  display: block;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  object-fit: contain;
}
.about-value > div {
  min-width: 0;
}
.about-value span,
.about-value strong {
  display: block;
  overflow-wrap: anywhere;
}
.about-value strong {
  overflow: hidden;
  margin-bottom: 7px;
  font-family: var(--font-main);
  font-size: 15px;
}
.about-value strong::after {
  display: block;
  width: 12px;
  height: 1px;
  margin-top: 3px;
  content: "";
  background: #fff;
}
.about-value span {
  display: -webkit-box;
  overflow: hidden;
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.about-animate {
  animation: aboutFadeUp 0.8s ease both;
}
.about-animate:nth-child(2) {
  animation-delay: 0.15s;
}
.about-animate:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes aboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1279px) {
  .about-home {
    padding: 60px 0;
  }
  .about-home .flex-about {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .about-values {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-home .about-desc {
    max-width: none;
  }
  .about-home .content-about {
    max-width: none;
  }
  .about-home .title-about h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .about-home {
    padding: 44px 0;
  }
  .about-home .wrap-content {
    width: calc(100% - 24px);
  }
  .about-home .flex-about,
  .about-values {
    display: grid;
    grid-template-columns: 1fr;
  }
  .about-home .flex-about {
    gap: 22px;
  }
  .about-home .title-about h2 {
    font-size: 32px;
  }
  .about-value {
    min-height: 0;
  }
}
.product-showcase {
  padding: 80px 0;
  overflow: hidden;
  background: #000e21;
}
.product-showcase .wrap-content {
  width: calc(100% - 48px);
  max-width: 1320px;
}
.product-showcase__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 190px 300px 190px 220px;
  gap: 24px;
}
.product-showcase__slider,
.product-showcase__grid {
  display: contents;
}
.product-showcase__card,
.product-showcase__heading,
.product-showcase__more {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.product-showcase__heading {
  grid-column: 1;
  grid-row: 1;
  padding: 33px 36px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 48px 12px;
  background: linear-gradient(360deg, #f7c015, #f7a015);
}
.product-showcase__card--panel {
  grid-column: 2;
  grid-row: 1/3;
}
.product-showcase__card--inverter {
  grid-column: 1;
  grid-row: 2/4;
}
.product-showcase__card--electric {
  grid-column: 3;
  grid-row: 1;
}
.product-showcase__card--storage {
  grid-column: 3;
  grid-row: 2/4;
}
.product-showcase__card--controller {
  grid-column: 2;
  grid-row: 3;
}
.product-showcase__heading span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 19px;
  color: #fff;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  font-family: var(--font-main);
  font-size: 14px;
  text-transform: uppercase;
}
.product-showcase__heading h2 {
  width: 240px;
  margin: 8px 0 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 36px;
  line-height: 1.12;
}
.product-showcase__card {
  display: block;
  color: #fff;
  background: #151e3a;
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.06);
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}
.product-showcase__card:hover {
  color: #fff;
  border-color: rgba(247, 192, 21, 0.8);
  transform: translateY(-5px);
}
.product-showcase__content {
  position: absolute;
  z-index: 3;
}
.product-showcase__content h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 11px;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 1.18;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-showcase__content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 11px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 11px;
  line-height: 13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  gap: 3px;
  color: #000e3d;
  border-radius: 99px;
  background: linear-gradient(360deg, #f7c015, #f7a015);
  font-family: var(--font-main);
  font-size: 10px;
}
.product-showcase__card--panel .product-showcase__content {
  top: 33px;
  left: 31px;
  right: 31px;
}
.product-showcase__card--inverter .product-showcase__content {
  top: 44px;
  left: 44px;
  right: 44px;
}
.product-showcase__card--electric .product-showcase__content {
  top: 28px;
  left: 24px;
  width: 190px;
}
.product-showcase__card--storage .product-showcase__content {
  top: 27px;
  left: 34px;
  right: 34px;
}
.product-showcase__card--controller .product-showcase__content {
  top: 38px;
  left: 33px;
  width: 170px;
}
.product-showcase__image {
  position: absolute;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  transition: transform 0.45s ease;
}
.product-showcase__image .product-showcase__img,
.product-showcase__image picture {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.product-showcase__image .product-showcase__img {
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
}
.product-showcase__card--panel .product-showcase__image {
  top: 160px;
  left: 16px;
}
.product-showcase__card--panel .product-showcase__img {
  transform: scaleX(-1);
}
.product-showcase__card--inverter .product-showcase__image {
  top: 169px;
  left: 38px;
}
.product-showcase__card--electric .product-showcase__image {
  top: 5px;
  left: 259px;
  width: 109px;
  height: 200px;
}
.product-showcase__card--storage .product-showcase__image {
  top: 160px;
  left: -24px;
}
.product-showcase__card--controller .product-showcase__image {
  top: 25px;
  left: 203px;
}
.product-showcase__card:hover .product-showcase__image {
  transform: scale(1.025);
}
.product-showcase__more {
  grid-column: 1/4;
  grid-row: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.product-showcase__more img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-showcase__more::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 14, 61, 0.5);
}
.product-showcase__more span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 25px;
  line-height: 45px;
  text-transform: uppercase;
}
.product-showcase__more:hover {
  color: #ffc719;
}
.product-showcase__more:hover img {
  transform: scale(1.05);
}
.product-effect {
  animation: productFade 0.7s ease both;
  animation-delay: calc(var(--delay) * 0.08s);
}
@keyframes productFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .product-showcase .wrap-content {
    width: calc(100% - 32px);
  }
  .product-showcase__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 18px;
  }
  .product-showcase__card,
  .product-showcase__heading,
  .product-showcase__more {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }
  .product-showcase__more {
    grid-column: 1/3;
    min-height: 190px;
  }
  .product-showcase__card .product-showcase__image {
    top: auto;
    right: 0;
    bottom: -10%;
    left: auto;
    width: 70%;
    height: 75%;
  }
}
@media (max-width: 575px) {
  .product-showcase {
    padding: 38px 0;
  }
  .product-showcase .wrap-content {
    width: calc(100% - 24px);
  }
  .product-showcase__layout {
    display: block;
  }
  .product-showcase__slider {
    display: block;
    margin: 0 -12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .product-showcase__grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    padding: 0 12px 12px;
  }
  .product-showcase__card {
    flex: 0 0 100%;
    grid-column: auto;
    grid-row: auto;
    display: grid;
    grid-template-rows: 190px minmax(118px, auto);
    min-height: 0;
    background: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    scroll-snap-align: start;
  }
  .product-showcase__heading {
    flex: 0 0 100%;
    grid-column: auto;
    grid-row: auto;
    min-height: 160px;
    margin-bottom: 14px;
    padding: 22px 24px;
    border-radius: 28px 8px;
    scroll-snap-align: start;
  }
  .product-showcase__content {
    position: relative;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    padding: 14px 14px 16px;
    color: #071637;
    text-align: center;
    background: #fff;
    z-index: 2;
  }
  .product-showcase__content h3 {
    margin: 0 0 8px;
    color: #071637;
    font-size: 16px;
    line-height: 1.28;
    -webkit-line-clamp: 2;
  }
  .product-showcase__content p {
    display: none;
  }
  .product-showcase__button {
    height: 28px;
    padding: 0 12px;
    font-size: 11px;
  }
  .product-showcase__heading span {
    height: 30px;
    padding: 0 16px;
    font-size: 12px;
  }
  .product-showcase__heading h2 {
    width: auto;
    max-width: 190px;
    font-size: 24px;
    line-height: 1.12;
  }
  .product-showcase__card .product-showcase__image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    padding: 8px;
    grid-row: 1;
  }
  .product-showcase__card .product-showcase__image .product-showcase__img,
  .product-showcase__card .product-showcase__image picture {
    width: 100% !important;
    height: 100% !important;
  }
  .product-showcase__card .product-showcase__image .product-showcase__img {
    object-fit: contain !important;
  }
  .product-showcase__card--panel .product-showcase__img {
    transform: none;
  }
  .product-showcase__more span {
    font-size: 22px;
    line-height: 1.2;
  }
  .product-showcase__more {
    min-height: 110px;
    margin-top: 14px;
    border-radius: 18px;
  }
}
.project-home {
  padding: 70px 0 80px;
  overflow: hidden;
  background: #000e21;
}
.project-home .wrap-content {
  max-width: 1202px;
}
.project-home__title {
  margin-bottom: 33px;
}
.project-home__title > span {
  display: none;
}
.project-home__title h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
}
.project-home__visual {
  position: relative;
  width: 100%;
  height: 328px;
}
.project-home__visual .swiper,
.project-home__visual .swiper-wrapper {
  height: 328px;
}
.project-home__visual .swiper {
  overflow: hidden;
  width: min(1201px, 100%);
  margin: 0 auto;
}
.project-home__visual .swiper-wrapper {
  align-items: center;
}
.project-home__visual .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 592px;
  height: 328px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
}
.project-home__visual .swiper-slide-active,
.project-home__visual .swiper-slide-next,
.project-home__visual .swiper-slide-prev {
  opacity: 1;
  pointer-events: auto;
}
.project-home__visual .swiper-slide-next,
.project-home__visual .swiper-slide-prev {
  z-index: 1;
}
.project-home__visual .swiper-slide-active {
  z-index: 2;
}
.project-home__visual-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.project-home__visual-item {
  display: block;
  width: 287px;
  height: 262px;
  overflow: hidden;
  border-radius: 24px;
  transition:
    width 0.8s ease,
    height 0.8s ease,
    transform 0.8s ease;
}
.project-home__visual .swiper-slide-prev .project-home__visual-item {
  transform: translateX(152px);
}
.project-home__visual .swiper-slide-next .project-home__visual-item {
  width: 286px;
  transform: translateX(-153px);
}
.project-home__visual .swiper-slide-active .project-home__visual-item {
  width: 592px;
  height: 328px;
  transform: translateX(0);
}
.project-home__visual-item img,
.project-home__visual-item picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.project-home__visual-item img {
  object-fit: cover;
  transition: transform 0.8s ease;
}
.project-home__visual .swiper-slide-active .project-home__visual-item:hover {
  transform: translateY(-6px);
}
.project-home .project-next,
.project-home .project-prev {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  color: #fff;
  border-radius: 13px;
  background: rgba(26, 26, 26, 0.75);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(9px);
}
.project-home .project-prev {
  left: -80px;
}
.project-home .project-next {
  right: -80px;
}
.project-home .project-next::after,
.project-home .project-prev::after {
  font-size: 20px;
  font-weight: 700;
}
.project-home__list {
  display: grid;
  grid-template-columns: repeat(3, 388px);
  gap: 19px;
  margin-top: 33px;
}
.project-home__card {
  display: flex;
  flex-direction: column;
  height: 335px;
  gap: 14px;
  color: #fff;
}
.project-home__card:hover {
  color: #fff;
}
.project-home__photo {
  position: relative;
  width: 388px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}
.project-home__photo img,
.project-home__photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.project-home__photo img {
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-home__card:hover .project-home__photo img {
  transform: scale(1.06);
}
.project-home__photo > span {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-width: 74px;
  height: 30px;
  padding: 0 8px;
  color: #000e3d;
  border-radius: 99px;
  background: linear-gradient(360deg, #f7c015, #f7a015);
  font-family: var(--font-main);
  font-size: 10px;
  text-transform: uppercase;
}
.project-home__info {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.project-home__date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 14px;
}
.project-home__date i {
  font-size: 14px;
}
.project-home__info h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 58px;
  margin: 0;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 29px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1370px) {
  .project-home .project-prev {
    left: 10px;
  }
  .project-home .project-next {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .project-home__visual {
    height: auto;
  }
  .project-home__visual .swiper,
  .project-home__visual .swiper-slide,
  .project-home__visual .swiper-wrapper {
    height: auto;
  }
  .project-home__visual .swiper-slide,
  .project-home__visual .swiper-slide-active,
  .project-home__visual .swiper-slide-prev {
    width: min(72vw, 360px);
  }
  .project-home__visual .swiper-slide-active {
    width: min(82vw, 520px);
  }
  .project-home__visual-row {
    width: 100%;
    height: auto;
  }
  .project-home__visual-item--left,
  .project-home__visual-item--main,
  .project-home__visual-item--right {
    height: 240px;
  }
  .project-home__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-home__card,
  .project-home__photo {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .project-home {
    padding: 45px 0;
  }
  .project-home__title h2 {
    font-size: 29px;
    line-height: 36px;
  }
  .project-home__list,
  .project-home__visual-row {
    grid-template-columns: 1fr;
  }
  .project-home__visual .swiper-slide,
  .project-home__visual .swiper-slide-active,
  .project-home__visual .swiper-slide-prev {
    width: 86vw;
  }
  .project-home__visual-item {
    display: none;
  }
  .project-home__visual-item--main {
    display: block;
    height: 230px;
  }
  .project-home__card {
    height: auto;
  }
  .project-home__photo {
    height: 220px;
  }
  .project-home__info h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.flex-video {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: flex-start;
  gap: 94px;
  box-sizing: border-box;
  width: 100vw;
  min-height: 513px;
  padding: 51px 0 53px max(15px, calc((100vw - 1200px) / 2));
  margin-left: calc(50% - 50vw);
  color: #fff;
  isolation: isolate;
  --video-progress-duration: 5000ms;
}
.flex-video::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #000821 5.55%, #000e3d 105.23%);
}
.flex-video .wr-video {
  min-width: 0;
  padding-top: 3px;
}
.flex-video .title-main {
  margin: 0 0 13px !important;
  padding: 0;
  text-align: left;
}
.flex-video .title-main::after,
.flex-video .title-main::before {
  display: none;
}
.flex-video .title-main span {
  display: block;
  color: #fff;
  font-family: var(--font-main);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}
.video-description {
  max-width: 270px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.flex-video .video-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 147px;
  min-height: 48px;
  margin: 0;
  padding: 7px 12px;
  color: #000e3d;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 99px;
  box-shadow: none;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}
.flex-video .video-more:hover {
  color: #000e3d;
  filter: brightness(1.06);
  transform: translateY(-2px);
}
.video-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-size: 20px;
  line-height: 1;
}
.flex-video .wr-form {
  min-width: 0;
  overflow: visible;
}
.video-list {
  display: flex;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  cursor: grab;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.video-list.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.video-list::-webkit-scrollbar {
  display: none;
}
.video-card {
  position: relative;
  display: block;
  flex: 0 0 780px;
  aspect-ratio: 780/476;
  overflow: hidden;
  color: #fff;
  background: #00103b;
  border-radius: 24px;
  scroll-snap-align: start;
  text-decoration: none;
  isolation: isolate;
  opacity: 0.72;
  filter: saturate(0.82) brightness(0.86);
  transform: scale(0.94);
  transform-origin: center center;
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    filter 0.45s ease,
    box-shadow 0.45s ease;
  will-change: transform;
}
.video-card.is-active {
  opacity: 1;
  filter: saturate(1) brightness(1);
  transform: scale(1);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}
.video-card > img,
.video-card > picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-card > picture {
  display: block;
}
.video-card > img,
.video-card > picture img {
  object-fit: cover;
  transition: transform 0.5s ease;
}
.video-card:hover > img,
.video-card:hover > picture img {
  transform: scale(1.04);
}
.video-card.is-active:hover > img,
.video-card.is-active:hover > picture img {
  transform: scale(1.055);
}
.video-card-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 38, 163, 0) 0,
    rgba(0, 14, 61, 0.82) 100%
  );
}
.video-card-content {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}
.video-card-label {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.video-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.video-card-title {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 800;
  line-height: 1.18;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.video-play {
  display: flex;
  flex: 0 0 60px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}
.video-card:hover .video-play {
  filter: brightness(1.08);
  transform: scale(1.05);
}
.video-card:not(.is-active) .video-play {
  transform: scale(0.92);
}
.video-play-icon {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}
.video-progress {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 31px;
}
.video-progress::before {
  content: "";
  display: block;
  width: 66px;
  height: 6px;
  background: rgba(26, 26, 26, 0.85);
  border-radius: 24px;
}
.video-progress span {
  position: absolute;
  top: 0;
  left: calc(50% - 33px);
  width: 28px;
  height: 6px;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
  border-radius: 24px;
  transform-origin: left center;
  animation: videoProgress var(--video-progress-duration) linear infinite;
}
.flex-video.is-paused .video-progress span,
.video-list.is-dragging + .video-progress span {
  animation-play-state: paused;
}
.video-progress.is-resetting span {
  animation: none;
}
@keyframes videoProgress {
  from {
    transform: scaleX(0.18);
  }
  to {
    transform: scaleX(2.36);
  }
}
@media (max-width: 1199px) {
  .flex-video {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 40px;
    min-height: 430px;
    padding: 45px 0 45px 15px;
  }
  .video-card {
    flex-basis: min(72vw, 680px);
  }
  .video-card-content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
  .video-play {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 991px) {
  .flex-video {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
    padding: 45px 15px;
  }
  .video-description {
    max-width: 560px;
  }
  .video-card {
    flex-basis: 82%;
  }
}
@media (max-width: 767px) {
  .flex-video {
    padding: 36px 0;
  }
  .flex-video .title-main span {
    font-size: 28px;
  }
  .video-description {
    margin-bottom: 22px;
    font-size: 16px;
  }
  .video-card {
    flex-basis: 88%;
    min-height: 300px;
    aspect-ratio: auto;
    border-radius: 18px;
  }
  .video-card-title {
    font-size: 20px;
  }
  .video-card-label {
    font-size: 12px;
  }
  .video-play {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }
  .video-play-icon {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }
}
@media (max-width: 575px) {
  .video-card {
    flex-basis: 94%;
    min-height: 270px;
  }
  .video-card-bottom {
    gap: 15px;
  }
  .video-card-content {
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  .video-progress {
    margin-top: 22px;
  }
}
.info-news {
  overflow: hidden;
  padding: 72px 0 80px;
  color: #fff;
  background: #000e3d;
}
.info-news .wrap-content {
  width: min(1200px, calc(100% - 30px));
  max-width: 1200px;
}
.info-news .swiper {
  overflow: visible;
}
.info-news .swiper-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  transform: none !important;
}
.info-news .swiper-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  height: auto;
  padding: 0;
}
.info-news .title-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 36px;
  padding: 0;
  text-align: left;
}
.info-news .title-main::after,
.info-news .title-main::before {
  display: none;
}
.info-news .title-main span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 9px;
  padding: 7px 19px;
  color: #fafafa;
  background: rgba(26, 26, 26, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
}
.info-news .title-main h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.18;
}
.news-category-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 35px;
}
.news-category-card {
  position: relative;
  display: block;
  height: 167px;
  overflow: hidden;
  color: #fff;
  background: #001a71;
  border-radius: 20px;
  isolation: isolate;
}
.news-category-card img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.news-category-card:hover img {
  transform: scale(1.06);
}
.news-category-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(rgba(0, 14, 61, 0.5), rgba(0, 14, 61, 0.5));
  transition: background 0.3s ease;
}
.news-category-card:hover .news-category-overlay {
  background: rgba(0, 14, 61, 0.35);
}
.news-category-name {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #fafafa;
  font-family: var(--font-main);
  font-size: 27px;
  font-weight: 800;
  line-height: 32px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.news-category-name i {
  font-size: 25px;
}
.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 692px) minmax(0, 488px);
  gap: 20px;
  align-items: stretch;
}
.news-featured {
  position: relative;
  min-width: 0;
}
.news-featured > a {
  position: relative;
  display: block;
  height: 525px;
  overflow: hidden;
  color: #000;
  background: #001a71;
  border-radius: 20px;
  isolation: isolate;
}
.news-featured > a > img,
.news-featured > a > picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.news-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-featured:hover img {
  transform: scale(1.04);
}
.news-featured-overlay {
  position: absolute;
  z-index: 1;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(0, 13, 58, 0) 0, #001a71 100%);
}
.news-featured-content {
  position: absolute;
  z-index: 2;
  right: 138px;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 24px;
  color: #000;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  backdrop-filter: blur(9px);
}
.news-featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.news-featured-head > i {
  color: #000;
  font-size: 24px;
}
.news-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 33px;
  padding: 8px 22px;
  color: #fafafa;
  background: linear-gradient(180deg, #002397 0, #002fca 100%);
  border-radius: 28px;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.news-featured-content strong {
  display: -webkit-box;
  overflow: hidden;
  color: #000;
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #000;
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 16px;
}
.news-statistics {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.news-statistics > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.news-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 52px;
  color: #000;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}
.news-arrow:hover {
  color: #000;
  filter: brightness(1.08);
  transform: rotate(10deg) scale(1.06);
}
.news-featured > a > .news-arrow {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
}
.news-side-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}
.news-side-item {
  display: grid;
  grid-template-columns: 183px minmax(0, 1fr);
  min-width: 0;
  min-height: 254px;
  overflow: hidden;
  border-radius: 20px;
}
.news-side-photo {
  display: block;
  min-width: 0;
  height: 254px;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 20px 0 0 20px;
}
.news-side-photo img,
.news-side-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}
.news-side-photo img {
  object-fit: cover;
  transition: transform 0.45s ease;
}
.news-side-item:hover .news-side-photo img {
  transform: scale(1.06);
}
.news-side-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 24px;
  color: #000e3d;
  background: #fafafa;
  border-radius: 0 12px 12px 0;
}
.news-side-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.news-side-main .news-category-badge {
  min-height: 24px;
  padding: 7px 16px;
  font-size: 7px;
}
.news-side-main a {
  color: inherit;
}
.news-side-main h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #000e3d;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.17;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news-side-date {
  color: #000e3d;
  font-family: var(--font-main);
  font-size: 10px;
  line-height: 12px;
}
.news-side-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.news-side-footer .news-statistics {
  color: #000e3d;
  font-size: 9px;
}
.news-side-footer .news-arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 35px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .news-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(390px, 0.9fr);
  }
  .news-side-item {
    grid-template-columns: 145px minmax(0, 1fr);
  }
  .news-featured-content {
    right: 100px;
  }
}
@media (max-width: 991px) {
  .info-news {
    padding: 60px 0;
  }
  .news-category-list {
    gap: 15px;
  }
  .news-category-name {
    font-size: 22px;
  }
  .news-layout {
    grid-template-columns: 1fr;
  }
  .news-featured > a {
    height: 500px;
  }
  .news-side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .news-side-item {
    grid-template-columns: 145px minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .info-news {
    padding: 45px 0;
  }
  .info-news .title-main {
    margin-bottom: 25px;
  }
  .info-news .title-main h2 {
    font-size: 30px;
  }
  .news-category-list {
    grid-template-columns: repeat(3, 260px);
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .news-category-list::-webkit-scrollbar {
    display: none;
  }
  .news-category-card {
    scroll-snap-align: start;
  }
  .news-featured > a {
    height: 440px;
  }
  .news-featured-content {
    right: 70px;
    bottom: 15px;
    left: 15px;
    padding: 18px;
  }
  .news-featured-content strong {
    font-size: 18px;
  }
  .news-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .news-featured > a > .news-arrow {
    width: 48px;
    height: 45px;
  }
  .news-side-list {
    grid-template-columns: 1fr;
  }
  .news-side-item {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}
@media (max-width: 575px) {
  .info-news .wrap-content {
    width: min(100% - 24px, 1200px);
  }
  .news-category-list {
    grid-template-columns: repeat(3, 230px);
  }
  .news-category-card {
    height: 145px;
  }
  .news-category-name {
    font-size: 20px;
  }
  .news-featured > a {
    height: 410px;
  }
  .news-featured-content {
    right: 15px;
    bottom: 60px;
  }
  .news-side-item {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
  }
  .news-side-photo {
    width: 100%;
    height: 220px;
    border-radius: 20px 20px 0 0;
  }
  .news-side-content {
    width: 100%;
    min-height: 190px;
    padding: 20px;
    border-radius: 0 0 12px 12px;
  }
  .news-side-main {
    gap: 9px;
  }
  .news-side-main h3 {
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
}
.partner-home {
  padding: 60px 0;
  overflow: hidden;
  background: #000e21;
}
.partner-home__inner {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  max-width: 1204px;
  margin: 0 auto;
  gap: 34px;
}
.partner-home__title {
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 37.6082px;
  font-weight: 800;
  line-height: 45px;
  text-transform: uppercase;
}
.partner-home__slider {
  width: 100%;
  overflow: hidden;
}
.partner-home__slider .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner-home__slider .swiper-slide {
  height: 82px;
  padding: 0 !important;
  margin: 0 !important;
}
.partner-home .item-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 82px;
  padding: 18px 24px;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background:
    linear-gradient(0deg, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.4)),
    rgba(153, 153, 153, 0.18);
  background-blend-mode: plus-lighter, darken;
  box-shadow:
    inset 1px 1px 0 -0.5px #333,
    inset -1px -1px 0 -0.5px #262626,
    inset 1px 1px 0.5px -1px #fff,
    inset -1px -1px 0.5px -1px #fff,
    inset 0 0 3px rgba(255, 255, 255, 0.5),
    inset 0 0 11px rgba(242, 242, 242, 0.3);
  backdrop-filter: blur(23px);
  -webkit-backdrop-filter: blur(23px);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.partner-home .item-partner picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
}
.partner-home .item-partner img {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 46px;
  object-fit: contain;
  transform: none;
  filter: none;
  transition: transform 0.3s ease;
}
.partner-home .item-partner:hover {
  transform: translateY(-3px);
  background:
    linear-gradient(0deg, rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.3)),
    rgba(255, 255, 255, 0.2);
}
.partner-home .item-partner:hover img {
  transform: scale(1.06);
}
@media (max-width: 991px) {
  .partner-home {
    padding: 50px 0;
  }
  .partner-home__inner {
    gap: 26px;
  }
  .partner-home__title {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 575px) {
  .partner-home {
    padding: 40px 0;
  }
  .partner-home__inner {
    width: calc(100% - 30px);
    gap: 22px;
  }
  .partner-home__title {
    font-size: 26px;
    line-height: 32px;
  }
  .partner-home .item-partner,
  .partner-home__slider .swiper-slide {
    min-height: 72px;
    margin-right: 22px !important;
  }
  .partner-home .item-partner {
    padding: 15px 18px;
    border-radius: 10px;
  }
  .partner-home .item-partner picture {
    height: 40px;
  }
  .partner-home .item-partner img {
    max-height: 40px;
  }
}
.newsletter-home {
  padding: 60px 0 80px;
  overflow: hidden;
  background: #000e21;
}
.newsletter-home .wrap-content {
  width: min(1201px, calc(100% - 48px));
  max-width: 1201px;
  margin-right: auto;
  margin-left: auto;
}
.newsletter-home__card {
  position: relative;
  width: 100%;
  height: 352px;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
}
.newsletter-home__background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.newsletter-home__background img,
.newsletter-home__background picture {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.newsletter-home__background img {
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}
.newsletter-home__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 378px;
  padding-top: 58px;
  margin-left: 101px;
  gap: 28px;
}
.newsletter-home__heading,
.newsletter-home__top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.newsletter-home__heading {
  gap: 13px;
}
.newsletter-home__top {
  gap: 15px;
}
.newsletter-home__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 37.6082px;
  font-weight: 800;
  line-height: 45px;
}
.newsletter-home__description {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 21px;
}
.newsletter-home__description p {
  margin: 0;
}
.newsletter-home__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 378px;
  gap: 28px;
}
.newsletter-home__form input[type="email"] {
  display: block;
  width: 100%;
  height: 39px;
  padding: 0 11px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #403d3d00;
  box-shadow:
    inset 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.5),
    inset 2px 2px 1px -2px #b3b3b3,
    inset -2px -2px 1px -2px #b3b3b3,
    inset 0 0 0 1px #999,
    inset 0 0 22px rgba(242, 242, 242, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: var(--font-main);
  font-size: 12px;
  line-height: 14px;
}
.newsletter-home__form input[type="email"]::placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter-home__form input[type="email"]:focus {
  box-shadow:
    inset 0 0 0 1px #ffc719,
    inset 0 0 22px rgba(242, 242, 242, 0.5),
    0 0 0 3px rgba(255, 199, 25, 0.12);
}
.newsletter-home__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 7px 12px;
  color: #000e3d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 99px;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.newsletter-home__form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(247, 176, 21, 0.25);
}
@media (max-width: 991px) {
  .newsletter-home {
    padding: 50px 0 65px;
  }
  .newsletter-home__card {
    height: 330px;
  }
  .newsletter-home__content {
    width: 360px;
    padding-top: 50px;
    margin-left: 50px;
  }
  .newsletter-home__form {
    width: 360px;
  }
  .newsletter-home__heading h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .newsletter-home__description {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 575px) {
  .newsletter-home {
    padding: 40px 0 55px;
  }
  .newsletter-home .wrap-content {
    width: calc(100% - 30px);
  }
  .newsletter-home__card {
    min-height: 410px;
    height: auto;
    border-radius: 18px;
  }
  .newsletter-home__background img {
    object-position: 68% center;
  }
  .newsletter-home__content {
    width: auto;
    padding: 45px 25px;
    margin: 0;
    gap: 28px;
  }
  .newsletter-home__heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .newsletter-home__description {
    font-size: 15px;
    line-height: 20px;
  }
  .newsletter-home__form {
    width: 100%;
  }
}
.dealer-home {
  padding: 54px 0 62px;
  overflow: hidden;
  background: #000e21;
}
.dealer-home .wrap-content {
  width: min(1204px, calc(100% - 48px));
  max-width: 1204px;
  margin: 0 auto;
}
.dealer-home__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.65fr);
  align-items: stretch;
  gap: 32px;
}
.dealer-home__image {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}
.dealer-home__image picture,
.dealer-home__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.dealer-home__image img {
  object-fit: cover;
}
.dealer-home__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 18px;
}
.dealer-home__heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dealer-home__heading span {
  color: #f7b315;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.dealer-home__heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  text-transform: uppercase;
}
.dealer-home__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dealer-home__tab {
  min-height: 42px;
  padding: 8px 16px;
  color: #dce7f5;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}
.dealer-home__tab.is-active,
.dealer-home__tab:hover {
  color: #001342;
  border-color: #f7b315;
  background: #f7b315;
}
.dealer-home__search {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  color: #f7b315;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  gap: 10px;
}
.dealer-home__search-input {
  width: 100%;
  min-width: 0;
  height: 46px;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}
.dealer-home__search-input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}
.dealer-home__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.dealer-home__more {
  display: flex;
  justify-content: center;
}
.dealer-home__more[hidden] {
  display: none;
}
.dealer-home__more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 24px;
  color: #001342;
  border: 1px solid #f7b315;
  border-radius: 999px;
  background: #f7b315;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  cursor: pointer;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}
.dealer-home__more-button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}
.dealer-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: #061936;
  gap: 14px;
}
.dealer-card[hidden] {
  display: none;
}
.dealer-card__icon {
  display: flex;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  color: #f7b315;
  border-radius: 10px;
  background: rgba(247, 179, 21, 0.12);
  font-size: 24px;
}
.dealer-card__icon picture,
.dealer-card__icon img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.dealer-card__icon img {
  object-fit: contain;
  padding: 8px;
}
.dealer-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}
.dealer-card__region {
  margin-bottom: 4px;
  color: #f7b315;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.dealer-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.dealer-card__desc {
  color: #d9e4f2;
  font-size: 13px;
  line-height: 19px;
  overflow-wrap: anywhere;
}
.dealer-card__desc p {
  margin: 0 0 6px;
}
.dealer-card__desc p:last-child {
  margin-bottom: 0;
}
.dealer-card__desc img,
.dealer-card__desc table,
.dealer-card__desc iframe {
  max-width: 100%;
  height: auto !important;
}
.dealer-card__desc table {
  display: block;
  overflow-x: auto;
}
.dealer-card__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 14px;
  gap: 8px;
}
.dealer-card__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 12px;
  color: #001342;
  border-radius: 999px;
  background: #f7b315;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}
.dealer-card__actions a:first-child {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}
.dealer-home__empty {
  display: none;
  padding: 18px;
  color: #dce7f5;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}
.dealer-home__empty.is-visible {
  display: block;
}
@media (max-width: 991px) {
  .dealer-home {
    padding: 48px 0 56px;
  }
  .dealer-home__layout {
    grid-template-columns: 1fr;
  }
  .dealer-home__image {
    width: min(420px, 100%);
    min-height: 0;
    max-height: 620px;
    aspect-ratio: 10 / 16;
  }
  .dealer-home__heading h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .dealer-home {
    padding: 36px 0 42px;
  }
  .dealer-home .wrap-content {
    width: calc(100% - 30px);
  }
  .dealer-home__layout {
    gap: 22px;
  }
  .dealer-home__content {
    display: contents;
  }
  .dealer-home__heading {
    order: 1;
  }
  .dealer-home__image {
    order: 2;
    width: 100%;
    min-height: 0;
    max-height: 520px;
    aspect-ratio: 10 / 14;
  }
  .dealer-home__tabs {
    order: 3;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    overflow-x: auto;
  }
  .dealer-home__tab {
    flex: 0 0 auto;
  }
  .dealer-home__search {
    order: 4;
  }
  .dealer-home__grid {
    order: 5;
    grid-template-columns: 1fr;
  }
  .dealer-home__more {
    order: 6;
  }
  .dealer-home__empty {
    order: 7;
  }
  .dealer-home__heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .dealer-card {
    padding: 16px;
  }
  .dealer-card__actions a {
    flex: 1 1 140px;
  }
}
@media (max-width: 430px) {
  .dealer-home .wrap-content {
    width: calc(100% - 24px);
  }
  .dealer-card {
    flex-direction: column;
  }
}
.site-footer {
  position: relative;
  width: 100%;
  min-height: 486px;
  overflow: hidden;
  color: #fff;
  background-color: #000e3d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
}
.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 14, 61, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(100% - 40px);
  max-width: 1132px;
  min-height: 486px;
  padding: 85px 0 41px;
  margin: 0 auto;
  gap: 63px;
}
.site-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(240px, 1.45fr) repeat(3, minmax(110px, 0.75fr))
    minmax(220px, 1.25fr);
  align-items: flex-start;
  width: 100%;
  gap: 42px;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 301px;
  max-width: 100%;
  gap: 20px;
}
.site-footer__logo {
  display: block;
  width: 301px;
  max-width: 100%;
  height: 82px;
}
.site-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.site-footer__description {
  width: 289px;
  max-width: 100%;
  color: #e8e8e8;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 9.42px;
}
.site-footer__social a {
  display: flex;
  flex: 0 0 38.64px;
  align-items: center;
  justify-content: center;
  width: 38.64px;
  height: 38.64px;
  color: #fff;
  border: 0.95px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}
.site-footer__social a:hover {
  color: #000e3d;
  border-color: #f7b315;
  background: #f7b315;
  transform: translateY(-3px);
}
.site-footer__social .site-footer__zalo {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 700;
}
.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  gap: 33.92px;
}
.site-footer__title {
  position: relative;
  padding: 0 0 11.31px;
  margin: 0;
  color: #fff;
  font-family: var(--font-main);
  font-size: 22.6161px;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
}
.site-footer__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 37.69px;
  height: 2px;
  content: "";
  border-radius: 2px;
  background: linear-gradient(360deg, #f7c015 0, #f7a015 100%);
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.site-footer__links a {
  display: block;
  width: 100%;
  padding-bottom: 11.31px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 13.1928px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.site-footer__links a:hover {
  color: #ffc719;
  transform: translateX(4px);
}
.site-footer__contact {
  width: 100%;
  max-width: 100%;
}
.site-footer__contact-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 11.31px;
}
.site-footer__contact-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  gap: 15.08px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 13.1928px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.site-footer__contact-item i {
  display: flex;
  flex: 0 0 15.08px;
  align-items: center;
  justify-content: center;
  width: 15.08px;
  height: 16px;
  margin-top: 1px;
  color: #fff;
  font-size: 13px;
}
.site-footer__contact-item span {
  display: block;
  min-width: 0;
}
a.site-footer__contact-item:hover,
a.site-footer__contact-item:hover i {
  color: #ffc719;
}
.site-footer__copyright {
  width: 100%;
  color: #fff;
  font-family: var(--font-main);
  font-size: 13.1928px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 1199px) {
  .site-footer__grid {
    grid-template-columns:
      minmax(220px, 1.2fr) repeat(3, minmax(120px, 0.8fr))
      minmax(200px, 1fr);
    gap: 30px;
  }
  .site-footer__title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .site-footer__grid {
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
  }
  .site-footer__brand {
    width: 100%;
  }
  .site-footer__contact {
    grid-column: span 2;
  }
}
.hero-statistics__icon {
  position: relative !important;
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}
.hero-statistics__icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid rgba(255, 183, 0, 0.7);
  border-radius: 50%;
  animation: statisticPulse 1.8s ease-out infinite;
  pointer-events: none;
}
.hero-statistics__icon img {
  position: relative;
  z-index: 2;
  width: 38px !important;
  height: 38px !important;
  object-fit: contain;
  animation: statisticIconMove 2s ease-in-out infinite;
  transform-origin: center;
  filter: drop-shadow(0 0 5px rgba(255, 183, 0, 0.45));
}
.hero-statistics__item:nth-child(2) .hero-statistics__icon img,
.hero-statistics__item:nth-child(2) .hero-statistics__icon::before {
  animation-delay: 0.3s;
}
.hero-statistics__item:nth-child(3) .hero-statistics__icon img,
.hero-statistics__item:nth-child(3) .hero-statistics__icon::before {
  animation-delay: 0.6s;
}
.hero-statistics__item:nth-child(4) .hero-statistics__icon img,
.hero-statistics__item:nth-child(4) .hero-statistics__icon::before {
  animation-delay: 0.9s;
}
@keyframes statisticIconMove {
  0%,
  100% {
    transform: translateY(0) rotate(0) scale(1);
  }
  40% {
    transform: translateY(-5px) rotate(-5deg) scale(1.08);
  }
  60% {
    transform: translateY(-5px) rotate(5deg) scale(1.08);
  }
}
@keyframes statisticPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.75);
  }
  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}
.hero-statistics__item:hover .hero-statistics__icon img {
  animation-play-state: paused;
  transform: scale(1.18) rotate(8deg) !important;
  filter: drop-shadow(0 0 10px rgba(255, 183, 0, 0.9));
}
.about-value > img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  flex-shrink: 0;
  object-fit: contain;
  animation: aboutIconSoftMove 2.8s ease-in-out infinite;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.about-value:nth-child(2) > img {
  animation-delay: 0.25s;
}
.about-value:nth-child(3) > img {
  animation-delay: 0.5s;
}
.about-value:nth-child(4) > img {
  animation-delay: 0.75s;
}
@keyframes aboutIconSoftMove {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.02);
  }
}
.about-value:hover > img {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.06);
  filter: drop-shadow(0 3px 5px rgba(255, 183, 0, 0.25));
}
@media (prefers-reduced-motion: reduce) {
  .about-value > img {
    animation: none;
  }
}
.news-side-item {
  display: grid;
  grid-template-columns: 183px 1fr;
  align-items: stretch;
  background: 0 0;
  min-height: 254px;
}
.news-side-photo {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 0 0 20px !important;
  position: relative;
}
.news-side-photo > * {
  width: 100%;
  height: 100%;
  display: block;
}
.news-side-photo img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 0 0 20px !important;
}
.news-side-content {
  background: #f3f3f3;
  border-radius: 0 20px 20px 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  position: relative;
}
.info-news {
  --news-bg: #000e3d;
  --news-arrow-size: 56px;
  --news-arrow-gap: 10px;
  --news-notch-size: 82px;
  --news-notch-radius: 28px;
  --news-notch-curve: 24px;
  background: var(--news-bg);
}
.news-featured > a {
  position: relative;
  display: block;
  width: 100%;
  height: 525px;
  overflow: hidden;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 20px;
  background: var(--news-bg);
  box-shadow: none !important;
}
.news-featured-overlay,
.news-featured > a > :first-child {
  -webkit-mask: none !important;
  mask: none !important;
}
.news-featured > a > :first-child {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.news-featured > a > :first-child img,
.news-featured > a > img,
.news-featured > a > picture img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.news-featured-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 13, 58, 0) 42%,
    rgba(0, 26, 113, 0.38) 70%,
    #001a71 100%
  );
  pointer-events: none;
}
.news-featured > a::after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: block !important;
  width: var(--news-notch-size);
  height: var(--news-notch-size);
  background: var(--news-bg);
  border-radius: var(--news-notch-radius) 0 0 0;
  pointer-events: none;
}
.news-featured > a::before {
  content: "" !important;
  position: absolute;
  right: var(--news-notch-size);
  bottom: 0;
  z-index: 4;
  display: block !important;
  width: var(--news-notch-curve);
  height: var(--news-notch-curve);
  background: 0 0;
  border-bottom-right-radius: var(--news-notch-curve);
  box-shadow: 7px 7px 0 7px var(--news-bg);
  pointer-events: none;
}
.news-featured > a > .news-arrow {
  position: absolute !important;
  right: var(--news-arrow-gap) !important;
  bottom: var(--news-arrow-gap) !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: var(--news-arrow-size) !important;
  height: var(--news-arrow-size) !important;
  min-width: var(--news-arrow-size) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 17px !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  background: linear-gradient(180deg, #f7a015 0, #f7c015 100%) !important;
  box-shadow: none !important;
  transform: none !important;
}
.news-featured > a > .news-arrow i {
  transition: transform 0.25s ease;
}
.news-featured > a > .news-arrow:hover i {
  transform: rotate(45deg);
}
.news-featured-content {
  right: 105px !important;
  z-index: 3;
}
.news-side-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--news-bg);
}
.news-side-content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f7f7 !important;
  border-radius: 0 20px 20px 0;
  -webkit-mask: none !important;
  mask: none !important;
}
.news-side-footer,
.news-side-main {
  position: relative;
  z-index: 2;
}
.news-side-content::after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block !important;
  width: 56px;
  height: 56px;
  background: var(--news-bg);
  border-radius: 19px 0 0 0;
  pointer-events: none;
}
.news-side-content::before {
  content: "" !important;
  position: absolute;
  right: 56px;
  bottom: 0;
  z-index: 3;
  display: block !important;
  width: 18px;
  height: 18px;
  background: 0 0;
  border-bottom-right-radius: 18px;
  box-shadow: 6px 6px 0 6px var(--news-bg);
  -webkit-mask: none !important;
  mask: none !important;
  pointer-events: none;
}
.news-side-footer {
  min-height: 42px;
  padding-right: 55px !important;
}
.news-side-footer .news-arrow i {
  transition: transform 0.25s ease;
}
.news-side-footer .news-arrow:hover i {
  transform: rotate(45deg);
}
.news-side-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--news-bg);
}
.news-side-content {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f7f7 !important;
  border-radius: 0 20px 20px 0;
}
.news-side-content::after {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1 !important;
  display: block !important;
  width: 56px;
  height: 56px;
  background: var(--news-bg);
  border-radius: 19px 0 0 0;
  pointer-events: none;
}
.news-side-content::before {
  content: "" !important;
  position: absolute;
  right: 56px;
  bottom: 0;
  z-index: 1 !important;
  display: block !important;
  width: 18px;
  height: 18px;
  background: 0 0;
  border-bottom-right-radius: 18px;
  box-shadow: 6px 6px 0 6px var(--news-bg);
  -webkit-mask: none !important;
  mask: none !important;
  pointer-events: none;
}
.news-side-main {
  position: relative;
  z-index: 2;
}
.news-side-footer {
  position: relative;
  z-index: 3 !important;
  min-height: 42px;
  padding-right: 55px !important;
}
.news-side-footer .news-arrow {
  position: absolute !important;
  right: -16px !important;
  bottom: -14px !important;
  z-index: 10 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  min-width: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50% !important;
  background: linear-gradient(180deg, #f7a015 0, #f7c015 100%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.info-news {
  --news-bg: #000e3d;
  background: var(--news-bg);
}
.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 692px) minmax(0, 486px);
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1198px;
  margin: 0 auto;
}
.news-featured {
  width: 100%;
  min-width: 0;
  height: 525px;
}
.news-featured > a {
  width: 100%;
  height: 525px;
}
.news-side-list {
  display: grid;
  grid-template-rows: repeat(2, 254px);
  gap: 17px;
  width: 100%;
  min-width: 0;
  height: 525px;
}
.info-news .news-side-item {
  display: grid !important;
  grid-template-columns: 183px minmax(0, 1fr) !important;
  column-gap: 8px !important;
  row-gap: 0 !important;
  width: 100% !important;
  height: 254px !important;
  min-height: 254px !important;
  overflow: visible !important;
  background: 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.info-news .news-side-photo,
.info-news .news-side-photo.scale-img {
  position: relative;
  display: block !important;
  width: 183px !important;
  min-width: 183px !important;
  height: 254px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #d9d9d9;
  border-radius: 20px !important;
}
.info-news .news-side-photo picture,
.info-news .news-side-photo > * {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.info-news .news-side-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.info-news .news-side-content {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: auto !important;
  min-width: 0 !important;
  height: 254px !important;
  min-height: 254px !important;
  margin: 0 !important;
  padding: 20px !important;
  overflow: hidden !important;
  background: #fafafa !important;
  border: 0 !important;
  border-radius: 20px !important;
}
@media (max-width: 767px) {
  .video-home .wrap-content {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .video-home .flex-video {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }
  .video-home .wr-form,
  .video-home .wr-video {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
  .video-home .title-main {
    margin-bottom: 12px !important;
  }
  .video-home .title-main span {
    display: block;
    font-size: 22px;
    line-height: 1.3;
  }
  .video-home .video-description {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .video-home .video-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    min-height: 42px;
    padding: 10px 18px;
    margin: 0 !important;
    border-radius: 30px;
    font-size: 13px;
  }
  .video-home .video-more-arrow {
    font-size: 18px;
    line-height: 1;
  }
  .video-home .video-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    transform: none !important;
  }
  .video-home .video-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 190px;
    border-radius: 12px;
    overflow: hidden;
  }
  .video-home .video-card > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-home .video-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.05) 30%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
  .video-home .video-card-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
  }
  .video-home .video-card-label {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
  }
  .video-home .video-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .video-home .video-card-title {
    display: -webkit-box;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .video-home .video-play {
    display: flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }
  .video-home .video-progress {
    display: none;
  }
}
@media (max-width: 767px) {
  .news-home {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #001342;
  }
  .news-home .info-news {
    padding: 38px 0;
    background: #001342;
  }
  .news-home .wrap-content {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .news-home .title-main {
    margin-bottom: 22px;
    text-align: left;
  }
  .news-home .title-main > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-bottom: 7px;
    padding: 4px 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3px;
  }
  .news-home .title-main h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
  .news-home .swiper,
  .news-home .swiper-auto {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }
  .news-home .swiper-wrapper.row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .news-home .swiper-wrapper > .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .news-home .news-category-list {
    display: flex;
    gap: 10px;
    width: calc(100% + 15px);
    margin-bottom: 16px;
    padding-right: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .news-home .news-category-list::-webkit-scrollbar {
    display: none;
  }
  .news-home .news-category-card {
    position: relative;
    display: block;
    flex: 0 0 78%;
    width: 78%;
    min-width: 0;
    aspect-ratio: 16/7;
    overflow: hidden;
    border-radius: 14px;
    background: #17305c;
    scroll-snap-align: start;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
  }
  .news-home .news-category-card .image,
  .news-home .news-category-card .img,
  .news-home .news-category-card picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-home .news-category-card img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .news-home .news-category-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(0, 10, 40, 0.05) 25%,
      rgba(0, 10, 40, 0.8) 100%
    );
  }
  .news-home .news-category-name {
    position: absolute;
    right: 13px;
    bottom: 12px;
    left: 13px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
  .news-home .news-category-name i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: #061a43;
    border-radius: 50%;
    background: #ffc400;
    font-size: 11px;
  }
  .news-home .news-layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }
  .news-home .news-featured {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #17305c;
    box-shadow: 0 9px 25px rgba(0, 0, 0, 0.2);
  }
  .news-home .news-featured > a {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .news-home .news-featured .image,
  .news-home .news-featured .img,
  .news-home .news-featured picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-home .news-featured img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .news-home .news-featured-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(0, 10, 40, 0.02) 35%,
      rgba(0, 10, 40, 0.38) 65%,
      rgba(0, 10, 40, 0.82) 100%
    );
  }
  .news-home .news-featured-content {
    position: absolute;
    right: 16px;
    bottom: 15px;
    left: 16px;
    z-index: 3;
    display: block;
    padding: 14px 48px 14px 14px;
    color: #081635;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .news-home .news-featured-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
  }
  .news-home .news-category-badge {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 4px 9px;
    color: #fff;
    border-radius: 20px;
    background: #0732a8;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }
  .news-home .news-featured-head > i {
    color: #071637;
    font-size: 15px;
  }
  .news-home .news-featured-content > strong {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    color: #081635;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-home .news-featured .news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #687083;
    font-size: 10px;
    line-height: 1.4;
  }
  .news-home .news-featured .news-statistics {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  .news-home .news-featured .news-statistics > span {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .news-home .news-featured > a > .news-arrow {
    position: absolute;
    right: 18px;
    bottom: 23px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #071637;
    border-radius: 50%;
    background: #ffc400;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  .news-home .news-featured > a > .news-arrow i {
    font-size: 13px;
  }
  .news-home .news-side-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .news-home .news-side-item {
    display: grid;
    grid-template-columns: 40% minmax(0, 1fr);
    width: 100%;
    min-height: 135px;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
  }
  .news-home .news-side-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 135px;
    overflow: hidden;
  }
  .news-home .news-side-photo .image,
  .news-home .news-side-photo .img,
  .news-home .news-side-photo picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-home .news-side-photo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .news-home .news-side-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 12px;
  }
  .news-home .news-side-main {
    min-width: 0;
  }
  .news-home .news-side-main > a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .news-home .news-side-main h3 {
    display: -webkit-box;
    margin: 8px 0 6px;
    overflow: hidden;
    color: #081635;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-home .news-side-date {
    display: block;
    color: #747c8e;
    font-size: 9px;
    line-height: 1.4;
  }
  .news-home .news-side-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
  }
  .news-home .news-side-footer .news-statistics {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #778094;
    font-size: 9px;
  }
  .news-home .news-side-footer .news-statistics > span {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .news-home .news-side-footer .news-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #071637;
    border-radius: 50%;
    background: #ffc400;
    text-decoration: none;
  }
  .news-home .news-side-footer .news-arrow i {
    font-size: 11px;
  }
}
@media (max-width: 390px) {
  .news-home .info-news {
    padding: 30px 0;
  }
  .news-home .wrap-content {
    padding-right: 12px;
    padding-left: 12px;
  }
  .news-home .title-main {
    margin-bottom: 18px;
  }
  .news-home .title-main h2 {
    font-size: 22px;
  }
  .news-home .news-category-list {
    width: calc(100% + 12px);
    gap: 8px;
    padding-right: 12px;
  }
  .news-home .news-category-card {
    flex-basis: 85%;
    width: 85%;
    border-radius: 12px;
  }
  .news-home .news-category-name {
    right: 10px;
    bottom: 9px;
    left: 10px;
    font-size: 12px;
  }
  .news-home .news-featured {
    border-radius: 14px;
  }
  .news-home .news-featured > a {
    aspect-ratio: 4/3.35;
  }
  .news-home .news-featured-content {
    right: 11px;
    bottom: 11px;
    left: 11px;
    padding: 12px 42px 12px 12px;
  }
  .news-home .news-featured-content > strong {
    font-size: 13px;
  }
  .news-home .news-featured .news-meta {
    font-size: 8px;
  }
  .news-home .news-featured > a > .news-arrow {
    right: 13px;
    bottom: 18px;
    width: 34px;
    height: 34px;
  }
  .news-home .news-side-item {
    grid-template-columns: 38% minmax(0, 1fr);
    min-height: 125px;
    border-radius: 12px;
  }
  .news-home .news-side-photo {
    min-height: 125px;
  }
  .news-home .news-side-content {
    padding: 10px;
  }
  .news-home .news-side-main h3 {
    margin-top: 6px;
    font-size: 12px;
  }
  .news-home .news-side-date,
  .news-home .news-side-footer .news-statistics {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .news-home .news-category-card {
    position: relative !important;
    overflow: hidden !important;
  }
  .news-home .news-category-card .news-category-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: linear-gradient(
      180deg,
      rgba(0, 10, 40, 0.05) 20%,
      rgba(0, 10, 40, 0.75) 100%
    ) !important;
  }
  .news-home .news-category-card .news-category-name {
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 52px !important;
    padding: 18px 8px 10px !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55) !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    transform: none !important;
    background: linear-gradient(
      180deg,
      transparent 0,
      rgba(0, 10, 40, 0.75) 100%
    ) !important;
  }
  .news-home .news-category-card .news-category-name i {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    color: #06183e !important;
    border-radius: 50% !important;
    background: #ffc400 !important;
    font-size: 9px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .news-home .news-category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  .news-home .news-category-card {
    width: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 16/9 !important;
    border-radius: 12px !important;
  }
  .news-home .news-category-card:last-child:nth-child(odd) {
    grid-column: 1/-1 !important;
    aspect-ratio: 16/6.5 !important;
  }
}
@media (max-width: 767px) {
  .news-home .news-category-card .news-category-name {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    text-align: center !important;
  }
  .news-home .news-category-card .news-category-name i {
    display: inline-block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
  }
}
@media (max-width: 767px) {
  .newsletter-home {
    position: relative;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    background: #001342;
  }
  .newsletter-home .wrap-content {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .newsletter-home__card {
    position: relative;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    background: #061d4c;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    isolation: isolate;
  }
  .newsletter-home__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .newsletter-home__background .image,
  .newsletter-home__background .img,
  .newsletter-home__background picture,
  .newsletter-home__background > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  .newsletter-home__background img,
  .newsletter-home__image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 78% center !important;
    transform: scale(1.03);
    transform-origin: center;
  }
  .newsletter-home__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background: linear-gradient(
      180deg,
      rgba(0, 16, 58, 0.96) 0,
      rgba(0, 16, 58, 0.88) 31%,
      rgba(0, 16, 58, 0.46) 55%,
      rgba(0, 16, 58, 0.08) 78%,
      rgba(0, 16, 58, 0.25) 100%
    );
    pointer-events: none;
  }
  .newsletter-home__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 390px;
    padding: 22px 18px;
  }
  .newsletter-home__heading {
    width: 100%;
    max-width: 270px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .newsletter-home__heading h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  }
  .newsletter-home__description {
    display: -webkit-box;
    max-width: 265px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .newsletter-home__description p {
    margin: 0;
  }
  .newsletter-home__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 17px;
  }
  .newsletter-home__form input[type="email"] {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 17px;
    color: #071637;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    outline: 0;
    background: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    line-height: 44px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  .newsletter-home__form input[type="email"]::placeholder {
    color: #7b8494;
    opacity: 1;
  }
  .newsletter-home__form input[type="email"]:focus {
    border-color: #ffc400;
    box-shadow: 0 0 0 3px rgba(255, 196, 0, 0.18);
  }
  .newsletter-home__form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    color: #061637;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #ffb800, #ffc928);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(255, 184, 0, 0.25);
  }
  .newsletter-home__form button:active {
    transform: scale(0.98);
  }
}
@media (max-width: 390px) {
  .newsletter-home {
    padding: 25px 0;
  }
  .newsletter-home .wrap-content {
    padding-right: 12px;
    padding-left: 12px;
  }
  .newsletter-home__card,
  .newsletter-home__content {
    min-height: 365px;
  }
  .newsletter-home__card {
    border-radius: 14px;
  }
  .newsletter-home__content {
    padding: 19px 14px;
  }
  .newsletter-home__heading {
    max-width: 240px;
  }
  .newsletter-home__heading h2 {
    font-size: 21px;
  }
  .newsletter-home__description {
    max-width: 235px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .newsletter-home__form {
    gap: 8px;
    margin-top: 14px;
  }
  .newsletter-home__form button,
  .newsletter-home__form input[type="email"] {
    height: 41px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .site-footer::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background: rgba(0, 24, 72, 0.76);
    pointer-events: none;
  }
  .site-footer .site-footer__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .site-footer .site-footer__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
    width: 100%;
    margin: 0;
  }
  .site-footer .site-footer__brand {
    grid-column: 1/-1;
    width: 100%;
    min-width: 0;
  }
  .site-footer .site-footer__column {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }
  .site-footer .site-footer__contact {
    grid-column: 1/-1;
  }
  .site-footer .site-footer__logo {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 0 16px;
  }
  .site-footer .site-footer__logo img {
    display: block;
    width: auto !important;
    max-width: 180px !important;
    height: auto !important;
    max-height: 90px !important;
    object-fit: contain;
  }
  .site-footer .site-footer__description {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.7;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .site-footer .site-footer__description p {
    margin: 0 0 8px;
  }
  .site-footer .site-footer__description p:last-child {
    margin-bottom: 0;
  }
  .site-footer .site-footer__title {
    position: relative;
    margin: 0 0 17px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
  }
  .site-footer .site-footer__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    border-radius: 10px;
    content: "";
    background: #ffc400;
  }
  .site-footer .site-footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .site-footer .site-footer__links a {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .site-footer .site-footer__links a:active {
    color: #ffc400;
  }
  .site-footer .site-footer__contact-list {
    width: 100%;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.7;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .site-footer .site-footer__contact-list p {
    display: block;
    margin: 0 0 10px;
  }
  .site-footer .site-footer__contact-list p:last-child {
    margin-bottom: 0;
  }
  .site-footer .site-footer__contact-list a {
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
  }
  .site-footer .site-footer__contact-list *,
  .site-footer .site-footer__description * {
    max-width: 100% !important;
  }
  .site-footer .site-footer__contact-list table,
  .site-footer .site-footer__description table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    border-collapse: collapse;
  }
  .site-footer .site-footer__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .site-footer .site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    font-size: 14px;
    text-decoration: none;
  }
  .site-footer .site-footer__social .site-footer__zalo {
    font-size: 9px;
    font-weight: 700;
  }
  .site-footer .site-footer__copyright {
    width: 100%;
    margin-top: 30px;
    padding-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    word-break: normal;
    overflow-wrap: break-word;
  }
}
@media (max-width: 390px) {
  .site-footer {
    padding-top: 32px;
    padding-bottom: 95px;
  }
  .site-footer .site-footer__inner {
    padding-right: 12px;
    padding-left: 12px;
  }
  .site-footer .site-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  .site-footer .site-footer__brand,
  .site-footer .site-footer__column,
  .site-footer .site-footer__contact {
    grid-column: 1/-1;
  }
  .site-footer .site-footer__logo img {
    max-width: 155px !important;
    max-height: 80px !important;
  }
  .site-footer .site-footer__title {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .site-footer .site-footer__contact-list,
  .site-footer .site-footer__description,
  .site-footer .site-footer__links a {
    font-size: 12px;
  }
  .site-footer .site-footer__copyright {
    margin-top: 25px;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .navigation {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 62px;
    background: #00123f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .navigation > .wrap-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation .navigation__main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 62px;
  }
  .navigation .wrap-menu {
    display: none !important;
  }
  .navigation .change-lang {
    display: none !important;
  }
  .navigation .logo-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: 1;
    width: 150px;
    height: 50px;
    margin: 0;
    padding: 0;
  }
  .navigation .logo-header .image,
  .navigation .logo-header .img,
  .navigation .logo-header picture,
  .navigation .logo-header > span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .navigation .logo-header img {
    display: block;
    width: auto !important;
    max-width: 145px !important;
    height: auto !important;
    max-height: 44px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
  .navigation .menu-mobile-btn {
    position: relative;
    z-index: 1001;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
    gap: 5px;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    cursor: pointer;
  }
  .navigation .menu-mobile-btn span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 !important;
    border-radius: 10px;
    background: #fff;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }
  .navigation .menu-mobile-btn.active span:nth-child(1),
  .navigation .menu-mobile-btn.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navigation .menu-mobile-btn.active span:nth-child(2),
  .navigation .menu-mobile-btn.open span:nth-child(2) {
    opacity: 0;
  }
  .navigation .menu-mobile-btn.active span:nth-child(3),
  .navigation .menu-mobile-btn.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .navigation .opacity-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 8, 35, 0.72);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }
  .navigation .opacity-menu.active,
  .navigation .opacity-menu.open {
    opacity: 1;
    visibility: visible;
  }
  .navigation .header-left-fixwidth {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    display: block;
    width: min(84vw, 330px);
    height: 100vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #00123f;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
    transform: translateX(-105%);
    transition: transform 0.35s ease;
    -webkit-overflow-scrolling: touch;
  }
  .navigation .header-left-fixwidth.active,
  .navigation .header-left-fixwidth.open {
    transform: translateX(0);
  }
  .navigation .header-left-fixwidth .wrap-header {
    width: 100%;
    min-height: 100%;
    padding: 20px 18px 35px;
  }
  .navigation .logos-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 58px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .navigation .logos-menu picture,
  .navigation .logos-menu > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navigation .logos-menu img {
    display: block;
    width: auto !important;
    max-width: 170px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
  }
  .navigation .nav-menu {
    width: 100%;
  }
  .navigation .nav-menu .menu,
  .navigation .nav-menu .ulmn {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .navigation .nav-menu .nav-item,
  .navigation .nav-menu .ulmn > li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navigation .nav-menu .nav-item > a,
  .navigation .nav-menu .ulmn > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 38px 12px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
  }
  .navigation .nav-menu .nav-item > a.active,
  .navigation .nav-menu .nav-item > a:hover {
    color: #ffc400;
  }
  .navigation .nav-menu .btn-dropdown-menu {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    cursor: pointer;
  }
  .navigation .nav-menu .btn-dropdown-menu i {
    font-size: 13px;
    transition: transform 0.25s ease;
  }
  .navigation .nav-menu .btn-dropdown-menu.active i,
  .navigation .nav-menu li.open > .btn-dropdown-menu i {
    transform: rotate(90deg);
  }
  .navigation .nav-menu .sub-menu {
    position: static !important;
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 0 8px 14px;
    border: 0;
    background: 0 0;
    box-shadow: none;
    transform: none !important;
  }
  .navigation .nav-menu .sub-menu.active,
  .navigation .nav-menu li.open > .sub-menu {
    display: block !important;
  }
  .navigation .nav-menu .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: 0;
  }
  .navigation .nav-menu .sub-menu li > a {
    display: block;
    min-height: 40px;
    padding: 9px 35px 9px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
  }
  .navigation .nav-menu .level1 {
    padding-left: 14px;
  }
  .navigation .nav-menu .level2 {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #00133f;
  }
  .slideshow .swiper,
  .slideshow .swiper-slide,
  .slideshow .swiper-wrapper {
    width: 100%;
  }
  .slideshow .swiper-slide {
    position: relative;
    height: clamp(570px, calc(100svh - 55px), 690px);
    min-height: 570px;
    overflow: hidden;
    background: #00133f;
  }
  .slideshow .swiper-slide > .item {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slideshow .swiper-slide > .item .image,
  .slideshow .swiper-slide > .item .img,
  .slideshow .swiper-slide > .item picture,
  .slideshow .swiper-slide > .item > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  .slideshow .swiper-slide > .item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 62% center !important;
    transform: none !important;
  }
  .slideshow .swiper-slide > .item video.slide-media--video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }
  .slideshow .swiper-slide::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(0, 15, 55, 0.46) 0,
      rgba(0, 15, 55, 0.62) 34%,
      rgba(0, 15, 55, 0.7) 66%,
      rgba(0, 15, 55, 0.94) 100%
    );
  }
  .slideshow .hero-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    pointer-events: none;
  }
  .slideshow .hero-content__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 32px 18px 0;
  }
  .slideshow .hero-content__text {
    width: 100%;
    max-width: 345px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .slideshow .hero-content__label {
    margin-bottom: 9px;
    color: #ffc400;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }
  .slideshow .hero-content__title {
    max-width: 340px;
    margin: 0 0 11px;
    color: #fff;
    font-size: clamp(25px, 7vw, 31px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.5px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  }
  .slideshow .hero-content__description {
    display: -webkit-box;
    max-width: 330px;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .slideshow .hero-content__description p {
    margin: 0;
  }
  .slideshow .hero-content__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: 21px;
    pointer-events: auto;
  }
  .slideshow .hero-content__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 43px;
    padding: 0 12px;
    border-radius: 24px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition:
      transform 0.2s ease,
      background 0.2s ease;
  }
  .slideshow .hero-content__button--primary {
    color: #061538;
    border: 1px solid #ffc000;
    background: linear-gradient(90deg, #ffb600, #ffc928);
    box-shadow: 0 7px 18px rgba(255, 187, 0, 0.22);
  }
  .slideshow .hero-content__button--outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(0, 18, 63, 0.24);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .slideshow .hero-content__button:active {
    transform: scale(0.97);
  }
  .slideshow .hero-statistics {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    z-index: 4;
    width: 100%;
  }
  .slideshow .hero-statistics__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
  }
  .slideshow .hero-statistics__item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
  }
  .slideshow .hero-statistics__icon {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 196, 0, 0.7);
    border-radius: 10px;
    background: rgba(0, 20, 65, 0.46);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .slideshow .hero-statistics__icon img {
    display: block;
    width: 22px !important;
    height: 22px !important;
    object-fit: contain;
  }
  .slideshow .hero-statistics__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .slideshow .hero-statistics__content strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
  }
  .slideshow .hero-statistics__content span {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.86);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .slideshow .slide-next,
  .slideshow .slide-prev {
    display: none !important;
  }
  .slideshow .slide-pagination {
    position: absolute;
    right: 15px !important;
    bottom: 12px !important;
    left: auto !important;
    z-index: 6;
    width: auto !important;
  }
  .slideshow .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
  }
  .slideshow .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 10px;
    background: #ffc400;
  }
}
@media (max-width: 390px) {
  .slideshow .swiper-slide {
    height: 580px;
    min-height: 580px;
  }
  .slideshow .swiper-slide > .item img {
    object-position: 60% center !important;
  }
  .slideshow .hero-content__inner {
    padding: 25px 14px 0;
  }
  .slideshow .hero-content__label {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .slideshow .hero-content__title {
    max-width: 315px;
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 1.17;
  }
  .slideshow .hero-content__description {
    max-width: 300px;
    font-size: 10px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .slideshow .hero-content__buttons {
    gap: 8px;
    margin-top: 17px;
  }
  .slideshow .hero-content__button {
    height: 39px;
    padding: 0 8px;
    font-size: 9px;
  }
  .slideshow .hero-statistics {
    bottom: 22px;
  }
  .slideshow .hero-statistics__inner {
    gap: 15px 10px;
    padding: 0 14px;
  }
  .slideshow .hero-statistics__item {
    gap: 7px;
  }
  .slideshow .hero-statistics__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }
  .slideshow .hero-statistics__icon img {
    width: 19px !important;
    height: 19px !important;
  }
  .slideshow .hero-statistics__content strong {
    font-size: 12px;
  }
  .slideshow .hero-statistics__content span {
    font-size: 7px;
  }
}
@media (max-width: 767px) {
  .project-home {
    width: 100%;
    overflow: hidden;
  }
  .project-home .swiper {
    width: 100%;
    overflow: hidden;
  }
  .project-home .swiper-wrapper {
    align-items: stretch !important;
    height: auto !important;
    transition-property: transform !important;
  }
  .project-home .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    scale: 1 !important;
    transition:
      transform 0.55s ease,
      opacity 0.55s ease !important;
  }
  .project-home .swiper-slide-active,
  .project-home .swiper-slide-next,
  .project-home .swiper-slide-prev,
  .project-home .swiper-slide:not(.swiper-slide-active) {
    transform: none !important;
    scale: 1 !important;
  }
  .project-home .item-project,
  .project-home .project-card,
  .project-home .project-item {
    position: relative;
    display: block;
    width: 100%;
    height: 230px !important;
    min-height: 230px !important;
    overflow: hidden;
    border-radius: 14px;
    transform: none !important;
    scale: 1 !important;
  }
  .project-home .item-project picture,
  .project-home .item-project > span,
  .project-home .project-card picture,
  .project-home .project-card > span,
  .project-home .project-item picture,
  .project-home .project-item > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  .project-home .item-project img,
  .project-home .project-card img,
  .project-home .project-item img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    transform: none !important;
    scale: 1 !important;
    transition: none !important;
  }
  .project-home .scale-img,
  .project-home .scale-img img,
  .project-home .scale-img:hover img,
  .project-home .swiper-slide-active .scale-img img {
    transform: none !important;
    scale: 1 !important;
    animation: none !important;
    transition: none !important;
  }
  .project-home .swiper-slide > * {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 390px) {
  .project-home .item-project,
  .project-home .project-card,
  .project-home .project-item {
    height: 210px !important;
    min-height: 210px !important;
  }
}
@media (max-width: 1024px) {
  .navigation .menu-mobile-btn {
    position: relative !important;
    z-index: 10006 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation;
  }
  .navigation .opacity-menu {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10001 !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    background: rgba(0, 8, 35, 0.72) !important;
  }
  .navigation .opacity-menu.open-opacity {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .navigation .header-left-fixwidth {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10002 !important;
    display: block !important;
    width: min(85vw, 330px) !important;
    height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: #00123f !important;
    transform: translateX(-105%) !important;
    transition: transform 0.35s ease !important;
    -webkit-overflow-scrolling: touch;
  }
  .navigation .header-left-fixwidth.open-sidebar-menu {
    transform: translateX(0) !important;
  }
  .navigation .header-left-fixwidth .nav-menu,
  .navigation .header-left-fixwidth .nav-menu ul,
  .navigation .header-left-fixwidth .wrap-header {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .navigation {
    z-index: 99999 !important;
    overflow: visible !important;
  }
}
body.no-scroll {
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .site-footer {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
  }
  .site-footer .site-footer__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .site-footer .site-footer__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 18px 16px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-footer .site-footer__brand {
    grid-column: 1/-1;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-footer .site-footer__logo {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 230px !important;
    max-width: 80vw !important;
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  .site-footer .site-footer__logo img {
    display: block;
    width: 230px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
  }
  .site-footer .site-footer__description {
    width: 100%;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.55;
  }
  .site-footer .site-footer__description div,
  .site-footer .site-footer__description p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  .site-footer .site-footer__description div:last-child,
  .site-footer .site-footer__description p:last-child {
    margin-bottom: 0 !important;
  }
  .site-footer .site-footer__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin: 12px 0 0 !important;
    padding: 0 !important;
  }
  .site-footer .site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
  }
  .site-footer .site-footer__social .site-footer__zalo {
    font-size: 8px;
    font-weight: 700;
  }
  .site-footer .site-footer__column {
    align-self: start !important;
    width: 100%;
    min-width: 0;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-footer .site-footer__title {
    position: relative;
    margin: 0 0 11px !important;
    padding: 0 0 7px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }
  .site-footer .site-footer__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    content: "";
    border-radius: 10px;
    background: #ffc400;
  }
  .site-footer .site-footer__links {
    display: flex !important;
    flex-direction: column;
    gap: 6px !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-footer .site-footer__links a {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
  }
  .site-footer .site-footer__contact {
    grid-column: 1/-1;
    margin-top: 0 !important;
  }
  .site-footer .site-footer__contact-list {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }
  .site-footer .site-footer__contact-list div,
  .site-footer .site-footer__contact-list p {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    padding: 0 !important;
  }
  .site-footer .site-footer__contact-list div:last-child,
  .site-footer .site-footer__contact-list p:last-child {
    margin-bottom: 0 !important;
  }
  .site-footer .site-footer__contact-list br + br {
    display: none;
  }
  .site-footer .site-footer__copyright {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 20px 0 0 !important;
    padding: 13px 0 0 !important;
    color: rgba(255, 255, 255, 0.75);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 10px;
    line-height: 1.45;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .site-footer {
    padding: 24px 0 80px !important;
  }
  .site-footer .site-footer__inner {
    padding-right: 13px;
    padding-left: 13px;
  }
  .site-footer .site-footer__grid {
    gap: 16px 12px !important;
  }
  .site-footer .site-footer__logo,
  .site-footer .site-footer__logo img {
    width: 210px !important;
  }
  .site-footer .site-footer__title {
    font-size: 14px;
  }
  .site-footer .site-footer__contact-list,
  .site-footer .site-footer__description,
  .site-footer .site-footer__links a {
    font-size: 11px;
  }
  .site-footer .site-footer__copyright {
    margin-top: 17px !important;
  }
}
@media (max-width: 575px) {
  .info-footer {
    padding: 30px 0 22px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .info-footer .wrap-content {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .info-footer .flex-footer {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 24px 20px !important;
  }
  .info-footer .flex-footer .box-footer {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .info-footer .flex-footer .box-footer:nth-child(1) {
    grid-column: 1/-1;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .info-footer .flex-footer .box-footer:last-child {
    grid-column: 1/-1;
    padding-top: 2px !important;
  }
  .info-footer .logo-footer,
  .info-footer .logo-footer img {
    display: block;
    width: 165px !important;
    height: auto !important;
    margin: 0 0 16px !important;
  }
  .info-footer .title-footer {
    position: relative;
    margin: 0 0 14px !important;
    padding-bottom: 8px;
    color: #fff;
    font-size: 16px !important;
    line-height: 1.25;
    text-transform: none;
  }
  .info-footer .title-footer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: #ffc719;
  }
  .info-footer,
  .info-footer a,
  .info-footer li,
  .info-footer p,
  .info-footer span {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
  .info-footer p {
    margin: 0 0 8px !important;
  }
  .info-footer ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
  }
  .info-footer li {
    margin: 0 0 8px !important;
  }
  .info-footer a {
    color: rgba(255, 255, 255, 0.9);
  }
  .footer-powered,
  .site-footer__copyright {
    padding: 13px 16px 72px !important;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px !important;
    line-height: 1.4 !important;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .btn-frame {
    display: none !important;
  }
  .scrollToTop {
    right: 20px !important;
    top: auto !important;
    bottom: 220px !important;
    width: 36px !important;
    height: 36px !important;
  }
}
.flex-video {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: start;
  gap: 55px;
}
.flex-video .wr-video {
  min-width: 0;
}
.flex-video .wr-form {
  min-width: 0;
  overflow: hidden;
}
.video-list {
  display: flex !important;
  grid-template-columns: none !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 48px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  cursor: grab;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.video-list::-webkit-scrollbar {
  display: none;
}
.video-list.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}
.video-list.is-dragging * {
  pointer-events: none;
}
.video-card {
  position: relative;
  flex: 0 0 min(780px, 72%) !important;
  flex-shrink: 0 !important;
  display: block;
  min-width: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 22px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  text-decoration: none;
  isolation: isolate;
}
.video-card picture {
  display: block;
  width: 100%;
  height: 100%;
}
.video-card img,
.video-card picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform 0.5s ease;
}
.video-card:hover img,
.video-card:hover picture img {
  transform: scale(1.035);
}
.video-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 10, 45, 0.04) 25%,
    rgba(0, 10, 45, 0.28) 62%,
    rgba(0, 10, 45, 0.92) 100%
  );
  pointer-events: none;
}
.video-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 24px 23px;
  color: #fff;
  pointer-events: none;
}
.video-card-label {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.video-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.video-card-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-play {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff9700, #ffc51b);
  box-shadow: 0 10px 25px rgba(255, 171, 0, 0.28);
}
.video-play-icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}
.video-progress {
  width: 66px;
  height: 6px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}
.video-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff9500, #ffc400);
  transform: scaleX(0);
  transform-origin: left center;
  animation: videoProgress var(--video-progress-duration, 5000ms) linear
    forwards;
}
.video-progress.is-resetting span {
  animation: none;
  transform: scaleX(0);
}
.flex-video.is-paused .video-progress span {
  animation-play-state: paused;
}
@keyframes videoProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (max-width: 1199px) {
  .flex-video {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 35px;
  }
  .video-list {
    gap: 28px;
  }
  .video-card {
    flex-basis: 78% !important;
  }
}
@media (max-width: 991px) {
  .flex-video {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .flex-video .wr-form {
    overflow: visible;
  }
  .video-card {
    flex-basis: 86% !important;
  }
}
@media (max-width: 575px) {
  .video-list {
    gap: 16px;
  }
  .video-card {
    flex-basis: 91% !important;
    aspect-ratio: 16/11;
    border-radius: 16px;
  }
  .video-card-content {
    padding: 22px 17px 17px;
  }
  .video-card-label {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .video-card-title {
    font-size: 19px;
  }
  .video-play {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .video-play-icon {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }
  .video-progress {
    margin-top: 20px;
  }
}
.newsletter-home__field {
  width: 100%;
}
.right-pro-detail .attr-pro-detail li {
  margin-bottom: 10px;
}
.right-pro-detail .attr-label-pro-detail {
  color: #111827;
  font-weight: 700 !important;
}
.right-pro-detail .attr-content-pro-detail {
  color: #8a91a2;
}
.right-pro-detail .product-cart-detail-bottom {
  margin-top: 18px;
}
.right-pro-detail .cart-pro-detail {
  width: 100%;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 12px;
  flex-wrap: nowrap;
}
.right-pro-detail .cart-pro-detail a {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 10px 16px 9px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.right-pro-detail .cart-pro-detail a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -75%;
  width: 50%;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.38),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.45s ease;
}
.right-pro-detail .cart-pro-detail a:hover::before {
  left: 125%;
}
.right-pro-detail .cart-pro-detail a small,
.right-pro-detail .cart-pro-detail a span {
  position: relative;
  z-index: 1;
}
.right-pro-detail .cart-pro-detail a small {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
  line-height: 1.15;
  font-weight: 600;
  opacity: 0.92;
}
.right-pro-detail .cart-pro-detail a.addnow {
  background-color: #f11;
  color: #fff;
  border-color: #f11;
}
.right-pro-detail .cart-pro-detail a.addnow:hover {
  background-color: #e90808;
  color: #fff;
  border-color: #e90808;
  box-shadow: 0 12px 26px rgba(255, 17, 17, 0.22);
  transform: translateY(-1px);
}
.right-pro-detail .cart-pro-detail a.buynow {
  background-color: #08ad68;
  color: #fff;
  border-color: #08ad68;
}
.right-pro-detail .cart-pro-detail a.buynow:hover {
  background-color: #07985d;
  color: #fff;
  border-color: #07985d;
  box-shadow: 0 12px 26px rgba(8, 173, 104, 0.24);
  transform: translateY(-1px);
}
.right-pro-detail .product-action-buttons {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  gap: 12px !important;
  margin: 14px 0 18px !important;
}
.right-pro-detail .product-action-buttons .product-action-button {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 56px !important;
  padding: 10px 14px !important;
  border-radius: 4px !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1) !important;
  transform: translateY(0);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease !important;
}
.right-pro-detail .product-action-buttons .product-action-button::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 -70% !important;
  width: 48% !important;
  background: linear-gradient(
    105deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  ) !important;
  transform: skewX(-18deg) !important;
  transition: left 0.48s ease !important;
}
.right-pro-detail .product-action-buttons .product-action-button:hover::before {
  left: 125% !important;
}
.right-pro-detail .product-action-buttons .product-action-button:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.02) !important;
}
.right-pro-detail .product-action-buttons .product-action-button span {
  position: relative !important;
  z-index: 1 !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}
.right-pro-detail .product-action-buttons .product-action-button small {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  margin-top: 4px !important;
  color: #fff !important;
  font-size: 10.5px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  opacity: 0.96 !important;
}
.right-pro-detail .product-action-buttons .product-action-button--cart {
  background: #ff1010 !important;
  border-color: #ff1010 !important;
}
.right-pro-detail .product-action-buttons .product-action-button--cart:hover {
  box-shadow: 0 14px 28px rgba(255, 16, 16, 0.22) !important;
}
.right-pro-detail .product-action-buttons .product-action-button--buy {
  background: #08ad68 !important;
  border-color: #08ad68 !important;
}
.right-pro-detail .product-action-buttons .product-action-button--buy:hover {
  box-shadow: 0 14px 28px rgba(8, 173, 104, 0.24) !important;
}
@media (max-width: 575px) {
  .right-pro-detail .product-action-buttons {
    grid-template-columns: 1fr !important;
  }
}
.news-archive {
  background: linear-gradient(180deg, #f7f9fc 0, #fff 180px);
}
.news-archive .wrap-content {
  max-width: 1220px;
}
.news-archive__heading {
  margin-bottom: 28px;
  text-align: center;
}
.news-archive__heading h1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 12px;
  color: #071637;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.news-archive .news-card-date {
  display: none !important;
}
.news-archive.news-archive-blog .news-archive__heading,
.news-archive.news-archive-du-an .news-archive__heading,
.news-archive.news-archive-tin-tuc .news-archive__heading {
  display: flex;
  justify-content: center;
}
.news-archive__heading h1::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b62c4, #ffb316);
}
.news-archive__grid.grid-news {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.news-archive .item-news {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 22, 55, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.news-archive .item-news:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 179, 22, 0.55);
  box-shadow: 0 16px 36px rgba(7, 22, 55, 0.14);
}
.news-archive .item-news > a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}
.news-archive .item-news .news-card-link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: visible;
}
.news-archive .item-news .news-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eef3f8;
}
.news-archive .item-news .news-card-photo img,
.news-archive .item-news .news-card-photo picture {
  display: block;
  width: 100%;
  height: 100% !important;
}
.news-archive .item-news .news-card-photo img {
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}
.news-archive .item-news:hover .news-card-photo img {
  transform: scale(1.045);
}
.news-archive .item-news .card-image > .image,
.news-archive .item-news .card-image > .img,
.news-archive .item-news .card-image > picture {
  display: block;
  width: 100%;
}
.news-archive .item-news .card-image,
.news-archive .item-news .card-image img,
.news-archive .item-news picture {
  width: 100%;
}
.news-archive .item-news .card-image {
  border-radius: 0;
}
.news-archive .item-news .card-image img {
  display: block;
  aspect-ratio: 16/10;
  height: auto !important;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.news-archive .item-news:hover .card-image img {
  transform: scale(1.045);
}
.news-archive .item-news .ds-news {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 168px;
  padding: 18px 18px 20px;
}
.news-archive .news-card-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
}
.news-archive .news-card-date i {
  color: #ffb316;
  font-size: 12px;
}
.news-archive .ds-news h3 {
  display: -webkit-box;
  min-height: 48px;
  margin: 0 0 10px !important;
  overflow: hidden;
  color: #071637;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.42;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}
.news-archive .item-news:hover h3 {
  color: #0b62c4;
}
.news-archive .desc-news,
.news-archive .ds-news .desc {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-archive .pagination {
  margin-top: 28px;
}
.news-detail-page {
  background: linear-gradient(180deg, #f7f9fc 0, #fff 220px);
}
.news-detail-page .wrap-content {
  max-width: 1220px;
}
.news-detail-page .flex-news-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}
.news-detail-page .news-left {
  width: auto;
  min-width: 0;
  padding: 26px 28px;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 22, 55, 0.08);
}
.news-detail-page__heading {
  margin-bottom: 18px;
}
.news-detail-page__heading h1 {
  margin: 0;
  color: #071637;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}
.news-detail-page .content-main {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.85;
}
.news-detail-page .content-main img {
  max-width: 100%;
  height: auto !important;
  border-radius: 6px;
}
.news-detail-page .content-main h2,
.news-detail-page .content-main h3 {
  color: #071637;
  font-weight: 800;
  line-height: 1.35;
}
.news-detail-page .news-right {
  position: sticky;
  top: 92px;
  width: auto;
  padding: 16px;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 22, 55, 0.08);
}
.news-detail-page .news-sidebar-title {
  margin-bottom: 14px !important;
  padding: 0;
  text-align: left;
}
.news-detail-page .news-sidebar-title span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(135deg, #071637, #0b62c4);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.news-detail-page .item-news-one {
  margin-bottom: 14px !important;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  background: #f8fafc;
}
.news-detail-page .item-news-all > a,
.news-detail-page .item-news-one > a {
  color: inherit;
  text-decoration: none;
}
.news-detail-page .item-news-one .scale-img {
  aspect-ratio: 16/10;
}
.news-detail-page .item-news-all img,
.news-detail-page .item-news-one img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.news-detail-page .item-news-one .ds-news {
  padding: 12px;
}
.news-detail-page .item-news-one h3 {
  margin: 0 0 8px !important;
  color: #071637;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: none;
}
.news-detail-page .item-news-one .desc {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.55;
}
.news-detail-page .item-news-all {
  margin-bottom: 10px !important;
  padding: 8px;
  border: 1px solid rgba(7, 22, 55, 0.07);
  border-radius: 8px;
  background: #fff;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}
.news-detail-page .item-news-all:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 179, 22, 0.55);
  box-shadow: 0 8px 20px rgba(7, 22, 55, 0.1);
}
.news-detail-page .item-news-all a {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.news-detail-page .item-news-all .scale-img {
  aspect-ratio: 1/0.82;
  overflow: hidden;
  border-radius: 6px;
}
.news-detail-page .item-news-all a .ds-news {
  width: auto;
  min-width: 0;
}
.news-detail-page .item-news-all a .ds-news h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #071637;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-detail-page .item-news-all:hover h3 {
  color: #0b62c4;
}
@media (max-width: 991px) {
  .news-archive__grid.grid-news {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-detail-page .flex-news-detail {
    grid-template-columns: 1fr;
  }
  .news-detail-page .news-right {
    position: static;
  }
}
@media (max-width: 575px) {
  .news-archive__heading h1 {
    font-size: 22px;
  }
  .news-archive__grid.grid-news {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .news-detail-page .news-left {
    padding: 20px 16px;
  }
  .news-detail-page__heading h1 {
    font-size: 22px;
  }
}
.product-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
}
.product-search-form {
  flex: 1 1 auto;
  max-width: 560px;
}
.product-search-label {
  display: block;
  margin-bottom: 8px;
  color: #071637;
  font-size: 13px;
  font-weight: 700;
}
.product-search-control {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 55, 0.13);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 22, 55, 0.07);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.product-search-control:focus-within {
  border-color: rgba(11, 98, 196, 0.55);
  box-shadow: 0 10px 26px rgba(11, 98, 196, 0.13);
}
.product-search-control i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b62c4;
  font-size: 15px;
}
.product-search-control input {
  width: 100%;
  height: 46px;
  padding: 0 12px 0 0;
  color: #071637;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 14px;
}
.product-search-control input::placeholder {
  color: #8a91a2;
}
.product-search-control button {
  align-self: stretch;
  min-width: 112px;
  padding: 0 18px;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #0b62c4, #071637);
  font-size: 13px;
  font-weight: 800;
  transition:
    filter 0.22s ease,
    transform 0.22s ease;
}
.product-search-control button:hover {
  filter: brightness(1.08);
}
.product-toolbar .sort-select {
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .product-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .product-search-form {
    max-width: none;
  }
  .product-toolbar .sort-select {
    align-self: flex-end;
  }
}
@media (max-width: 430px) {
  .product-search-control {
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .product-search-control button {
    grid-column: 1/-1;
    min-height: 42px;
  }
}
.product-archive {
  background: linear-gradient(180deg, #f7f9fc 0, #fff 220px);
}
.product-archive .wrap-content {
  max-width: 1220px;
}
.product-archive .title-detail {
  margin-bottom: 24px;
  text-align: center;
}
.product-archive .title-detail h1 {
  position: relative;
  display: inline-flex;
  margin: 0 auto;
  padding-bottom: 12px;
  color: #071637;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.product-archive .title-detail h1::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b62c4, #ffb316);
}
.product-archive .product-toolbar {
  align-items: stretch;
  margin-bottom: 26px;
  padding: 16px;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 22, 55, 0.08);
}
.product-archive .product-search-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
}
.product-archive .product-search-label {
  margin-bottom: 7px;
  color: #071637;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-archive .product-search-control {
  border-radius: 8px;
  box-shadow: none;
}
.product-archive .product-search-control button {
  min-width: 120px;
  background: linear-gradient(135deg, #0b62c4, #071637);
}
.product-archive .sort-select {
  align-items: flex-end;
  margin: 0;
}
.product-archive .sort-select .click-sort {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  color: #071637;
  border: 1px solid rgba(7, 22, 55, 0.12);
  border-radius: 8px;
  background: #f8fafc;
  font-weight: 700;
  box-shadow: none;
}
.product-archive .sort-select-main {
  top: calc(100% + 8px);
  right: 0;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(7, 22, 55, 0.14);
}
.product-archive .grid-product {
  gap: 24px;
}
.product-archive .product {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 8px 8px 16px;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 55, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 22, 55, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}
.product-archive .product:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 179, 22, 0.55);
  box-shadow: 0 16px 36px rgba(7, 22, 55, 0.14);
}
.product-archive .product .pic-product {
  margin-bottom: 14px;
  padding: 8px;
  border: 0 !important;
  border-radius: 7px;
  background: #f8fafc;
}
.product-archive .product:hover .pic-product {
  border: 0 !important;
}
.product-archive .product .pic-product img {
  transition: transform 0.3s ease;
}
.product-archive .product:hover .pic-product img {
  transform: scale(1.035);
}
.product-archive .product .name-product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 8px 8px;
}
.product-archive .product .name-product a {
  display: -webkit-box;
  overflow: hidden;
  color: #071637;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.38;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-archive .product .name-product a:hover {
  color: #0b62c4;
}
.product-archive .product .price-product {
  margin: auto 8px 0;
  padding-top: 4px;
}
.product-archive .product .price-new {
  color: #ff2e00;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.product-archive .product .price-old {
  color: #98a1b2;
  font-size: 13px;
}
.product-archive .div_kq_search {
  padding: 12px 16px;
  color: #071637;
  border: 1px solid rgba(11, 98, 196, 0.14);
  border-radius: 8px;
  background: rgba(11, 98, 196, 0.06);
  font-weight: 700;
}
.product-archive .div_kq_search span {
  color: #0b62c4;
}
.news-archive .ds-news > span.news-card-date,
.news-archive .news-card-date,
.news-home .news-meta,
.news-home .news-side-date {
  display: none !important;
}
.grid-product .product .pic-product > a,
.grid-product .product-card-image,
.product-archive .product .pic-product > a,
.product-archive .product-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: var(--product-image-ratio, 1/1);
  overflow: hidden;
  background: #f8fafc;
}
.grid-product .product .pic-product > a img,
.grid-product .product .pic-product > a picture,
.grid-product .product-card-image img,
.grid-product .product-card-image picture,
.product-archive .product .pic-product > a img,
.product-archive .product .pic-product > a picture,
.product-archive .product-card-image img,
.product-archive .product-card-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.grid-product .product .pic-product > a img,
.grid-product .product-card-image img,
.product-archive .product .pic-product > a img,
.product-archive .product-card-image img {
  object-fit: contain;
}
.product-archive .product-category-card {
  text-decoration: none;
}
.product-archive .product-category-card__image {
  width: 100%;
}
.product-archive .product-category-card__name {
  min-height: 42px;
  margin-top: auto;
}
.product-archive .product-category-card__name a {
  text-transform: none;
}
@media (max-width: 991px) {
  .product-archive .grid-product {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .product-archive .product-toolbar {
    padding: 14px;
  }
  .product-archive .grid-product {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
  .product-archive .sort-select {
    align-self: stretch;
    justify-content: flex-start;
  }
  .product-archive .product {
    min-width: 0;
    padding: 6px 6px 12px;
    border-radius: 7px;
  }
  .product-archive .product .pic-product {
    margin-bottom: 10px;
    padding: 5px;
  }
  .product-archive .product .name-product {
    min-height: 40px;
    margin: 0 4px 6px;
  }
  .product-archive .product .name-product a {
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }
  .product-archive .product .price-product {
    margin: auto 4px 0;
  }
  .product-archive .product .price-new {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .product-archive .title-detail h1 {
    font-size: 22px;
  }
  .product-archive .grid-product {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }
}

/* Typography refresh */
body,
button,
footer,
header,
html,
input,
main,
nav,
select,
textarea {
  font-family: var(--font-main);
}
body {
  line-height: 1.65;
  color: #071637;
}
p {
  line-height: 1.68;
}
.menu a,
.navigation a,
.cart-head,
.line-head,
.title-main span,
.title-detail h1,
.name-product a,
.ds-news h3,
.desc-news {
  font-family: var(--font-main);
}
.hero-content__label,
.hero-content__title,
.hero-content__description,
.hero-content__button,
.hero-statistics__content strong,
.hero-statistics__content span {
  font-family: var(--font-main);
}
.hero-content__label {
  font-weight: 500;
  line-height: 1.18;
}
.hero-content__title {
  font-weight: 800;
  line-height: 1.18;
}
.hero-content__description {
  font-weight: 500;
  line-height: 1.45;
}
.about-home .title-about span,
.about-home .title-about h2,
.about-home .about-desc,
.about-home .view-about,
.about-video__content small,
.about-video__bottom strong,
.about-value strong,
.about-value span {
  font-family: var(--font-main);
}
.about-home .title-about h2 {
  line-height: 1.18;
  font-weight: 800;
}
.about-home .about-desc {
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}
.about-video__content small {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}
.about-video__bottom strong {
  line-height: 1.3;
  font-weight: 800;
}
.about-value strong {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}
.about-value span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.about-home .wrap-content {
  /* max-width: 1520px; */
}
.about-home .flex-about {
  grid-template-columns: minmax(300px, 0.33fr) minmax(0, 0.67fr);
  align-items: start;
  gap: 32px;
}
.about-home .about-desc {
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}
.about-home .about-desc p + p {
  margin-top: 18px;
}
.about-media {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 14px;
}
.about-media .photo-about {
  width: 100%;
}
.about-video {
  aspect-ratio: 16 / 9;
  max-height: 390px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}
.about-video picture,
.about-video img {
  height: 100%;
}
.about-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 12px;
  width: 100%;
  padding: 10px;
  border-radius: 14px;
  background: rgba(0, 24, 54, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 199, 25, 0.18);
}
.about-gallery:has(.about-gallery__item:nth-child(1):last-child) {
  grid-template-columns: 1fr;
}
.about-gallery:has(.about-gallery__item:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-gallery:has(.about-gallery__item:nth-child(3):last-child) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-gallery:has(.about-gallery__item:nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-gallery__item,
.static-about-gallery__item {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}
.about-gallery__item {
  aspect-ratio: 16 / 9;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.about-gallery__img,
.static-about-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.about-gallery__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 199, 25, 0.08),
    rgba(0, 34, 78, 0.18)
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.about-gallery__item:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 199, 25, 0.42);
}
.about-gallery__item:hover .about-gallery__img,
.static-about-gallery__item:hover .static-about-gallery__img {
  transform: scale(1.035);
}
.about-gallery__item:hover::after {
  opacity: 1;
}
.about-gallery__item--more::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 14, 33, 0.58);
}
.about-gallery__more {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  text-align: center;
  font-family: var(--font-main);
}
.about-gallery__more strong {
  color: #ffc719;
  font-size: 24px;
  line-height: 1;
}
.about-gallery__more small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.2;
}
.about-gallery__hidden {
  display: none;
}
.about-media .about-values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
}
.about-media .about-value {
  flex: 0 1 calc((100% - 28px) / 3);
  width: auto;
  max-width: calc((100% - 28px) / 3);
  align-items: flex-start;
  min-height: 152px;
  height: auto;
  padding: 18px;
  gap: 14px;
}
.about-media .about-value:hover {
  transform: translateY(-3px);
}
.about-media .about-value > img,
.about-media .about-value > i {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}
.about-media .about-value > i {
  display: grid;
  place-items: center;
}
.about-media .about-value span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.static-about-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.static-about-gallery__item {
  aspect-ratio: 16 / 9;
}
@media (max-width: 1279px) {
  .about-home .wrap-content {
    width: calc(100% - 32px);
  }
  .about-home .flex-about {
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
    gap: 24px;
  }
  .about-video {
    max-height: 340px;
  }
  .about-media .about-values {
    justify-content: center;
  }
  .about-media .about-value {
    flex-basis: calc((100% - 28px) / 3);
    max-width: calc((100% - 28px) / 3);
    flex-direction: column;
    padding: 18px;
  }
}
@media (max-width: 900px) {
  .about-home .flex-about {
    grid-template-columns: 1fr;
  }
  .about-video {
    max-height: 360px;
  }
  .about-media .about-values {
    justify-content: center;
  }
  .about-media .about-value {
    flex-basis: calc((100% - 28px) / 3);
    max-width: calc((100% - 28px) / 3);
  }
}
@media (max-width: 767px) {
  .about-home {
    padding: 36px 0;
  }
  .about-home .wrap-content {
    width: calc(100% - 24px);
  }
  .about-home .flex-about {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .about-media {
    gap: 14px;
  }
  .about-video {
    max-height: 230px;
  }
  .about-gallery,
  .static-about-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .about-gallery:has(.about-gallery__item:nth-child(1):last-child),
  .about-gallery:has(.about-gallery__item:nth-child(2):last-child),
  .about-gallery:has(.about-gallery__item:nth-child(3):last-child),
  .about-gallery:has(.about-gallery__item:nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-gallery:has(.about-gallery__item:only-child) {
    grid-template-columns: 1fr;
  }
  .about-gallery {
    padding: 9px;
    border-radius: 12px;
    background: rgba(0, 24, 54, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255, 199, 25, 0.2);
  }
  .about-gallery__item {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  }
  .about-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-gallery__item:hover .about-gallery__img {
    transform: none;
  }
  .about-gallery__item:active .about-gallery__img {
    transform: scale(1.02);
  }
  .about-gallery__item--more::before {
    background: rgba(0, 14, 33, 0.64);
  }
  .about-gallery__more strong {
    font-size: 21px;
  }
  .about-gallery__more small {
    font-size: 12px;
    font-weight: 600;
  }
  .about-media .about-values {
    justify-content: stretch;
    gap: 12px;
  }
  .about-media .about-value {
    flex-basis: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    min-height: 0;
    padding: 16px;
    gap: 14px;
  }
  .about-media .about-value > img,
  .about-media .about-value > i {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }
  .about-video__content {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .about-video__bottom strong {
    font-size: 15px;
  }
  .static-about-gallery {
    margin: 20px 0;
  }
}
.product-showcase__heading span,
.product-showcase__heading h2,
.product-showcase__content h3,
.product-showcase__content p,
.product-showcase__button,
.product-showcase__more span {
  font-family: var(--font-main);
}
.product-showcase__heading h2 {
  line-height: 1.18;
  font-weight: 800;
}
.product-showcase__content h3 {
  line-height: 1.22;
  font-weight: 800;
}
.product-showcase__content p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.product-showcase__button {
  font-weight: 800;
}
.project-home__title h2,
.project-home__date,
.project-home__photo > span,
.project-home__info h3 {
  font-family: var(--font-main);
}
.project-home__title h2,
.project-home__info h3 {
  line-height: 1.22;
  font-weight: 800;
}
.flex-video .title-main span,
.video-description,
.flex-video .video-more,
.video-card-label,
.video-card-title {
  font-family: var(--font-main);
}
.video-description {
  line-height: 1.55;
  font-weight: 500;
}
.video-card-title {
  line-height: 1.25;
  font-weight: 800;
}
.info-footer,
.info-footer a,
.info-footer p,
.info-footer li,
.footer-powered,
.title-footer {
  font-family: var(--font-main);
}
.info-footer {
  line-height: 1.65;
}
.title-footer {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.info-footer p,
.info-footer li,
.service-footer a,
.info-footer .box-footer {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}
.footer-powered {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}
.news-archive .ds-news h3,
.product-archive .product .name-product a {
  line-height: 1.45;
}
.news-archive .desc-news,
.news-archive .ds-news .desc {
  line-height: 1.75;
}
@media (max-width: 1199px) {
  .hero-content__title {
    line-height: 1.16;
  }
  .hero-content__description {
    line-height: 1.42;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  .about-home .about-desc {
    font-size: 15px;
    line-height: 1.55;
  }
  .product-showcase__content p {
    font-size: 12px;
    line-height: 1.45;
  }
}

.news-title-link,
.news-featured-desc {
  display: none;
}

@media (max-width: 767px) {
  .product-showcase {
    padding: 34px 0 42px;
    overflow: hidden;
    background: #000e21;
  }
  .product-showcase .wrap-content {
    width: calc(100% - 24px);
    max-width: none;
  }
  .product-showcase__layout {
    display: block;
  }
  .product-showcase__heading {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 0;
    margin: 0 0 14px;
    padding: 12px 14px;
    gap: 14px;
    border-radius: 15px;
    background: linear-gradient(90deg, #ffc400 0%, #ffad00 100%);
  }
  .product-showcase__heading span {
    display: none;
    flex: 0 0 auto;
    align-items: center;
    height: auto;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }
  .product-showcase__heading h2 {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .product-showcase__slider {
    display: block;
    margin: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .product-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .product-showcase__grid > .product-showcase__card:nth-child(n + 5) {
    display: none;
  }
  .product-showcase__card {
    display: flex;
    flex: none;
    flex-direction: column;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
    color: #fff;
    border: 1px solid rgba(88, 145, 255, 0.65);
    border-radius: 14px;
    background: linear-gradient(180deg, #102b67 0%, #061b3d 100%);
    box-shadow:
      inset 0 0 18px rgba(50, 111, 255, 0.12),
      0 6px 14px rgba(0, 0, 0, 0.18);
    scroll-snap-align: none;
  }
  .product-showcase__card .product-showcase__image {
    position: relative;
    inset: auto;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(94, 159, 255, 0.38);
    border-radius: 12px;
    background:
      radial-gradient(
        circle at 50% 42%,
        rgba(37, 87, 174, 0.26),
        transparent 58%
      ),
      rgba(0, 20, 52, 0.18) !important;
    grid-row: auto;
  }
  .product-showcase__card .product-showcase__image picture,
  .product-showcase__card .product-showcase__image .product-showcase__img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
  }
  .product-showcase__card .product-showcase__image .product-showcase__img {
    max-width: none !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .product-showcase__card--panel .product-showcase__img {
    transform: none;
  }
  .product-showcase__content {
    position: relative;
    inset: auto !important;
    order: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    width: auto !important;
    padding: 8px 8px 12px;
    text-align: center;
    background: transparent;
  }
  .product-showcase__content h3 {
    display: -webkit-box;
    min-height: 34px;
    margin: 0 0 6px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-showcase__content p {
    display: -webkit-box;
    min-height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .product-showcase__button {
    align-self: center;
    height: auto;
    margin-top: auto;
    padding: 7px 11px;
    color: #07152c;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffc400, #ffad00);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }
  .product-showcase__more {
    display: none;
  }
}

.product-showcase {
  padding: 76px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(16, 76, 166, 0.4), transparent 34%),
    linear-gradient(180deg, #00183d 0%, #000e21 100%);
}
.product-showcase .wrap-content {
  width: min(1320px, calc(100% - 48px));
  max-width: 1320px;
  margin: 0 auto;
}
.product-showcase__layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.product-showcase__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.product-showcase__heading {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product-showcase__heading span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 18px;
  color: #f7b315;
  border: 1px solid rgba(247, 179, 21, 0.86);
  border-radius: 999px;
  background: rgba(247, 179, 21, 0.07);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}
.product-showcase__heading h2 {
  width: auto;
  max-width: none;
  margin: 15px 0 8px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}
.product-showcase__heading p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.55;
}
.product-showcase__nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
}
.product-showcase__nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #f7b315;
  border: 1px solid rgba(247, 179, 21, 0.82);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  font-size: 22px;
  cursor: pointer;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    opacity 0.25s ease;
}
.product-showcase__nav-button:hover {
  color: #001342;
  background: #f7b315;
}
.product-showcase__nav-button.swiper-button-disabled {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}
.product-showcase__slider {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.product-showcase__grid {
  display: flex;
  width: 100%;
  gap: 0;
  padding: 0;
}
.product-showcase__slider .swiper-slide {
  display: flex;
  height: auto;
}
.product-showcase__card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 480px;
  padding: 20px 20px 22px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(94, 159, 255, 0.52);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 50% 22%,
      rgba(31, 102, 220, 0.6),
      transparent 42%
    ),
    linear-gradient(180deg, #06255d 0%, #02183a 100%);
  box-shadow: inset 0 0 22px rgba(89, 144, 255, 0.13);
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease;
}
.product-showcase__card:hover {
  color: #fff;
  border-color: rgba(247, 179, 21, 0.9);
  transform: translateY(-4px);
}
.product-showcase__image {
  position: relative;
  inset: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(0, 24, 61, 0.26);
  pointer-events: none;
}
.product-showcase__image picture,
.product-showcase__image .product-showcase__img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.product-showcase__image .product-showcase__img {
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
.product-showcase__content {
  position: relative;
  inset: auto !important;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  padding: 20px 4px 0;
}
.product-showcase__content h3 {
  display: -webkit-box;
  min-height: 58px;
  margin: 0 0 10px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-showcase__content p {
  display: -webkit-box;
  min-height: 72px;
  margin: 0 0 18px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 40px;
  margin-top: auto;
  padding: 9px 18px;
  gap: 14px;
  color: #001342;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc400 0%, #f7a915 100%);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}
.product-showcase__more {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 172px;
  padding: 34px 38px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(247, 179, 21, 0.9);
  border-radius: 20px;
  background:
    linear-gradient(
      90deg,
      #031a41 0%,
      rgba(3, 26, 65, 0.92) 38%,
      rgba(3, 26, 65, 0.35) 100%
    ),
    linear-gradient(135deg, #05245c 0%, #001342 100%);
  text-decoration: none;
  gap: 24px;
}
.product-showcase__more picture,
.product-showcase__more-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.product-showcase__more-img {
  object-fit: cover;
  object-position: center;
}
.product-showcase__more::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 19, 66, 0.96) 0%,
    rgba(0, 19, 66, 0.78) 48%,
    rgba(0, 19, 66, 0.2) 100%
  );
}
.product-showcase__more-content,
.product-showcase__more-button {
  position: relative;
  z-index: 2;
}
.product-showcase__more-content {
  grid-column: 1;
}
.product-showcase__more-content h3 {
  max-width: 620px;
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}
.product-showcase__more-content p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
}
.product-showcase__more-button {
  grid-column: 2;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px 8px 18px;
  gap: 10px;
  color: #001342;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc400 0%, #f7a915 100%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}
.product-showcase__more-button i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  background: #001342;
  font-size: 13px;
  line-height: 1;
}
.product-showcase__more:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .product-showcase__heading h2 {
    font-size: 38px;
  }
  .product-showcase__card {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .product-showcase {
    padding: 58px 0;
  }
  .product-showcase .wrap-content {
    width: calc(100% - 32px);
  }
  .product-showcase__top {
    align-items: flex-start;
  }
  .product-showcase__heading h2 {
    font-size: 34px;
  }
  .product-showcase__card {
    min-height: 430px;
  }
  .product-showcase__more {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px;
  }
  .product-showcase__more-button {
    justify-self: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-showcase__more {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .product-showcase__more-button {
    grid-column: 2;
    justify-self: end;
  }
}
@media (max-width: 767px) {
  .product-showcase {
    padding: 42px 0 48px;
  }
  .product-showcase .wrap-content {
    width: calc(100% - 24px);
  }
  .product-showcase__layout {
    gap: 18px;
  }
  .product-showcase__top {
    flex-direction: column;
    gap: 14px;
  }
  .product-showcase__heading span {
    min-height: 30px;
    padding: 5px 14px;
    font-size: 12px;
  }
  .product-showcase__heading h2 {
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.16;
    white-space: normal;
  }
  .product-showcase__heading p {
    font-size: 14px;
  }
  .product-showcase__nav {
    align-self: flex-end;
    padding-bottom: 0;
  }
  .product-showcase__nav-button {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .product-showcase__slider {
    overflow: hidden;
  }
  .product-showcase__grid {
    display: flex;
    grid-template-columns: none;
  }
  .product-showcase__grid > .product-showcase__card:nth-child(n + 5) {
    display: flex;
  }
  .product-showcase__card {
    min-height: 400px;
    padding: 16px;
    border-radius: 16px;
    scroll-snap-align: none;
  }
  .product-showcase__image {
    padding: 10px;
    border-radius: 14px;
  }
  .product-showcase__content {
    padding: 16px 2px 0;
    text-align: left;
  }
  .product-showcase__content h3 {
    min-height: 48px;
    font-size: 18px;
  }
  .product-showcase__content p {
    min-height: 66px;
    font-size: 13px;
  }
  .product-showcase__button {
    align-self: flex-start;
    min-height: 38px;
    padding: 8px 15px;
    font-size: 13px;
  }
  .product-showcase__more {
    display: grid;
    padding: 24px 18px;
    border-radius: 16px;
  }
  .product-showcase__more-content h3 {
    font-size: 24px;
  }
  .product-showcase__more-button {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    font-size: 14px;
    white-space: normal;
  }
}
@media (max-width: 430px) {
  .product-showcase__heading h2 {
    font-size: 24px;
  }
  .product-showcase__card {
    min-height: 385px;
  }
  .product-showcase__more-button {
    gap: 10px;
    font-size: 13px;
  }
}

/* Lightweight site motion system */
.motion-reveal {
  --motion-delay: 0ms;
  --motion-duration: 650ms;
  --motion-distance: 20px;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
}
.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, var(--motion-distance), 0);
  transition:
    opacity var(--motion-duration) var(--motion-ease) var(--motion-delay),
    transform var(--motion-duration) var(--motion-ease) var(--motion-delay),
    border-color 0.28s ease,
    background 0.28s ease;
}
.motion-ready .motion-reveal--left {
  transform: translate3d(calc(var(--motion-distance) * -1), 0, 0);
}
.motion-ready .motion-reveal--right {
  transform: translate3d(var(--motion-distance), 0, 0);
}
.motion-ready .motion-reveal--scale {
  transform: scale(0.96);
}
.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.motion-ready .motion-reveal--scale.is-visible {
  transform: scale(1);
}

.navigation {
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.hero-content__label,
.hero-content__title,
.hero-content__description,
.hero-content__buttons {
  animation: productFade 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-content__title {
  animation-delay: 80ms;
}
.hero-content__description {
  animation-delay: 150ms;
}
.hero-content__buttons {
  animation-delay: 220ms;
}

.scale-img:hover > img {
  transform: scale(1.03);
}
.product-showcase__image img,
.product .pic-product img,
.product-card-image img,
.box-album img,
.project-home__photo img,
.project-home__visual-item img,
.news-category-card img,
.news-featured img,
.news-side-photo img,
.partner-home .item-partner img {
  transition: transform 0.3s ease;
}
.product-showcase__card:hover .product-showcase__image img,
.product:hover .pic-product img,
.product:hover .product-card-image img,
.box-album:hover img,
.project-home__card:hover .project-home__photo img,
.news-category-card:hover img,
.news-featured:hover img,
.news-side-item:hover .news-side-photo img,
.partner-home .item-partner:hover img {
  transform: scale(1.03);
}
.product-showcase__card:hover .product-showcase__image img {
  transform: scale(1.03) !important;
}
.motion-ready .product-showcase__card.motion-reveal.is-visible:hover,
.motion-ready .project-home__card.motion-reveal.is-visible:hover,
.motion-ready .dealer-card.motion-reveal.is-visible:hover,
.motion-ready .news-category-card.motion-reveal.is-visible:hover,
.motion-ready .news-featured.motion-reveal.is-visible:hover,
.motion-ready .news-side-item.motion-reveal.is-visible:hover,
.motion-ready .item-partner.motion-reveal.is-visible:hover,
.motion-ready .product.motion-reveal.is-visible:hover,
.motion-ready .box-album.motion-reveal.is-visible:hover {
  transform: translate3d(0, -4px, 0);
}
.product-showcase__card:hover,
.project-home__card:hover,
.dealer-card:hover,
.news-category-card:hover,
.news-featured:hover,
.news-side-item:hover,
.partner-home .item-partner:hover,
.product-archive .product:hover {
  border-color: rgba(247, 179, 21, 0.9);
}
.hero-content__button i,
.product-showcase__button i,
.product-showcase__more-button i,
.video-more-arrow,
.news-arrow i,
.dealer-card__actions a,
.dealer-home__more-button {
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease;
}
.hero-content__button:hover i,
.product-showcase__button:hover i,
.product-showcase__more:hover .product-showcase__more-button i,
.video-more:hover .video-more-arrow,
.news-category-card:hover .news-category-name i,
.news-featured:hover .news-arrow i,
.news-side-item:hover .news-arrow i {
  transform: translateX(4px);
}
.product-showcase__button:hover,
.product-showcase__more:hover .product-showcase__more-button,
.dealer-card__actions a:hover,
.dealer-home__more-button:hover {
  background: linear-gradient(90deg, #ffd247 0%, #f7b315 100%);
}

@media (max-width: 767px) {
  .motion-reveal {
    --motion-distance: 14px;
    --motion-duration: 560ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal,
  .motion-reveal--left,
  .motion-reveal--right,
  .motion-reveal--scale {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 767px) {
  .news-home {
    background: #000e3d;
  }

  .news-home .info-news {
    padding: 34px 0 40px !important;
    background:
      radial-gradient(
        circle at 85% 8%,
        rgba(14, 84, 176, 0.25),
        transparent 30%
      ),
      #000e3d !important;
  }

  .news-home .wrap-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .news-home .title-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end !important;
    gap: 14px;
    margin-bottom: 20px !important;
  }

  .news-home .title-main > div {
    min-width: 0;
  }

  .news-home .title-main span {
    min-height: 28px !important;
    margin-bottom: 9px !important;
    padding: 7px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #073fbd 0%, #06298a 100%) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
  }

  .news-home .title-main h2 {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
  }

  .news-home .news-title-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
  }

  .news-home .news-title-link i {
    color: #ffc400;
    font-size: 18px;
  }

  .news-home .swiper,
  .news-home .swiper-auto,
  .news-home .swiper-wrapper.row,
  .news-home .swiper-wrapper > .swiper-slide {
    overflow: visible !important;
  }

  .news-home .news-category-list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    width: calc(100% + 16px) !important;
    margin: 0 0 22px !important;
    padding: 0 16px 2px 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .news-home .news-category-list::-webkit-scrollbar {
    display: none;
  }

  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex: 0 0 clamp(210px, 72vw, 278px) !important;
    width: clamp(210px, 72vw, 278px) !important;
    aspect-ratio: 1.28/1 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 16px !important;
    background: #051b4a !important;
    box-shadow: none !important;
    scroll-snap-align: start;
  }

  .news-home .news-category-card .image,
  .news-home .news-category-card .img,
  .news-home .news-category-card picture,
  .news-home .news-category-card img {
    width: 100% !important;
    height: 100% !important;
  }

  .news-home .news-category-card img {
    object-fit: cover !important;
    transform: none;
  }

  .news-home .news-category-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 14, 61, 0.03) 35%,
      rgba(0, 14, 61, 0.72) 100%
    ) !important;
  }

  .news-home .news-category-name {
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 38px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-shadow: none !important;
    white-space: normal !important;
    transform: none !important;
  }

  .news-home .news-category-name i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
    border-radius: 50% !important;
    background: rgba(0, 14, 61, 0.36) !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: none !important;
  }

  .news-home .news-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .news-home .news-featured {
    height: auto !important;
    overflow: visible !important;
    border-radius: 18px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .news-home .news-featured > a {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 18px !important;
    background: #061b48 !important;
  }

  .news-home .news-featured > a::before,
  .news-home .news-featured > a::after,
  .news-home .news-side-content::before,
  .news-home .news-side-content::after {
    display: none !important;
    content: none !important;
  }

  .news-home .news-featured > a > :first-child {
    position: relative !important;
    inset: auto !important;
    height: clamp(210px, 58vw, 310px) !important;
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .news-home .news-featured .image,
  .news-home .news-featured .img,
  .news-home .news-featured picture,
  .news-home .news-featured img {
    width: 100% !important;
    height: 100% !important;
  }

  .news-home .news-featured img {
    object-fit: cover !important;
  }

  .news-home .news-featured-overlay {
    display: none !important;
  }

  .news-home .news-featured-content {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: -54px 14px 14px !important;
    padding: 16px 58px 17px 16px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
    color: #06143a !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .news-home .news-featured-head {
    display: block !important;
    margin: 0 !important;
  }

  .news-home .news-featured-head > i {
    display: none !important;
  }

  .news-home .news-category-badge {
    min-height: 24px !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #073fbd 0%, #06298a 100%) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .news-home .news-featured-content > strong {
    display: -webkit-box !important;
    margin: 0 !important;
    color: #06143a !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    text-transform: uppercase !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    display: -webkit-box;
    overflow: hidden;
    color: #394155;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-featured .news-meta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-top: 2px;
    color: #4f586d !important;
    font-size: 12px !important;
    font-weight: 500;
  }

  .news-home .news-featured .news-meta span + span::before {
    content: "•";
    margin-right: 10px;
    color: #111b3a;
  }

  .news-home .news-featured > a > .news-arrow {
    right: 28px !important;
    bottom: 32px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: linear-gradient(180deg, #ffc928 0%, #f6ad06 100%) !important;
    color: #06143a !important;
    font-size: 16px !important;
    box-shadow: none !important;
  }

  .news-home .news-side-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 112px !important;
    padding: 10px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    box-shadow: none !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 112px !important;
    min-width: 112px !important;
    height: 92px !important;
    min-height: 92px !important;
    border-radius: 12px !important;
    background: #123363 !important;
  }

  .news-home .news-side-photo .image,
  .news-home .news-side-photo .img,
  .news-home .news-side-photo picture,
  .news-home .news-side-photo img {
    width: 100% !important;
    height: 100% !important;
  }

  .news-home .news-side-photo img {
    object-fit: cover !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: auto !important;
    height: auto !important;
    min-height: 92px !important;
    padding: 0 42px 0 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
  }

  .news-home .news-side-main {
    gap: 6px !important;
  }

  .news-home .news-side-main .news-category-badge {
    min-height: 21px !important;
    padding: 5px 9px !important;
    font-size: 9px !important;
  }

  .news-home .news-side-main h3 {
    display: -webkit-box !important;
    margin: 6px 0 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-side-footer {
    display: block !important;
    min-height: 0 !important;
    margin-top: 8px !important;
    padding: 0 !important;
  }

  .news-home .news-side-date {
    display: block !important;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1.35;
  }

  .news-home .news-side-footer .news-arrow {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 3 !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background: linear-gradient(180deg, #ffc928 0%, #f6ad06 100%) !important;
    color: #06143a !important;
    font-size: 13px !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 360px) {
  .news-home .wrap-content {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .news-home .title-main {
    gap: 8px;
  }

  .news-home .title-main h2 {
    font-size: 23px !important;
  }

  .news-home .news-title-link {
    font-size: 12px;
  }

  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex-basis: 235px !important;
    width: 235px !important;
  }

  .news-home .news-featured-content {
    margin-right: 10px !important;
    margin-left: 10px !important;
    padding-right: 52px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 96px minmax(0, 1fr) !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 96px !important;
    min-width: 96px !important;
    height: 84px !important;
    min-height: 84px !important;
  }

  .news-home .news-side-main h3 {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex-basis: clamp(188px, 66vw, 250px) !important;
    width: clamp(188px, 66vw, 250px) !important;
    aspect-ratio: 1.45/1 !important;
  }

  .news-home .news-category-name {
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    min-height: 34px !important;
    font-size: 14px !important;
  }

  .news-home .news-category-name i {
    flex-basis: 34px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
  }

  .news-home .news-layout {
    gap: 18px !important;
  }

  .news-home .news-featured > a > :first-child {
    height: clamp(190px, 54vw, 270px) !important;
  }

  .news-home .news-featured-content {
    gap: 7px !important;
    margin: -30px 12px 12px !important;
    padding: 13px 14px 14px !important;
    border-radius: 14px !important;
  }

  .news-home .news-featured-content > strong {
    padding-right: 48px !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    padding-right: 0 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2;
  }

  .news-home .news-featured .news-meta {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .news-home .news-featured .news-meta span + span::before {
    content: "\2022" !important;
  }

  .news-home .news-featured > a > .news-arrow {
    right: 24px !important;
    bottom: 28px !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 108px !important;
    padding: 9px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 104px !important;
    min-width: 104px !important;
    height: 90px !important;
    min-height: 90px !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    grid-template-rows: auto auto !important;
    align-content: center !important;
    column-gap: 9px !important;
    row-gap: 6px !important;
    min-height: 90px !important;
    padding: 0 !important;
  }

  .news-home .news-side-main {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .news-home .news-side-main .news-category-badge {
    min-height: 19px !important;
    padding: 4px 8px !important;
    font-size: 8px !important;
  }

  .news-home .news-side-main h3 {
    margin-top: 5px !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
  }

  .news-home .news-side-footer {
    grid-column: 1 / -1;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 0 !important;
  }

  .news-home .news-side-date {
    min-width: 0;
    overflow: hidden;
    font-size: 9px !important;
    line-height: 1.25 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-home .news-side-footer .news-arrow {
    position: static !important;
    justify-self: end;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
    transform: none !important;
  }
}

@media (max-width: 360px) {
  .news-home .news-featured-content {
    margin-top: -22px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 88px !important;
    min-width: 88px !important;
    height: 82px !important;
    min-height: 82px !important;
  }

  .news-home .news-side-main h3 {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .news-home .news-featured-content {
    margin: 0 !important;
    padding: 14px 50px 14px 14px !important;
    border-radius: 0 0 16px 16px !important;
  }

  .news-home .news-featured-content > strong {
    font-size: 14px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    margin-top: 1px;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .news-home .news-featured > a > .news-arrow {
    right: 16px !important;
    bottom: 20px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }

  .news-home .news-side-list {
    gap: 12px !important;
    margin-top: 2px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    position: relative !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    align-items: stretch !important;
    min-height: 118px !important;
    padding: 10px 12px 10px 10px !important;
    border-radius: 15px !important;
    background: rgba(8, 33, 82, 0.78) !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 104px !important;
    min-width: 104px !important;
    height: 98px !important;
    min-height: 98px !important;
    border-radius: 11px !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 98px !important;
    padding: 0 38px 0 0 !important;
  }

  .news-home .news-side-main {
    display: block !important;
  }

  .news-home .news-side-main .news-category-badge {
    min-height: 20px !important;
    margin-bottom: 6px !important;
    padding: 5px 9px !important;
    font-size: 8px !important;
  }

  .news-home .news-side-main h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    -webkit-line-clamp: 2;
  }

  .news-home .news-side-footer {
    display: block !important;
    margin-top: 7px !important;
  }

  .news-home .news-side-date {
    display: block !important;
    max-width: 100%;
    font-size: 9px !important;
    line-height: 1.25 !important;
    opacity: 0.86;
  }

  .news-home .news-side-footer .news-arrow {
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 360px) {
  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    min-height: 112px !important;
    padding: 9px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 92px !important;
    min-width: 92px !important;
    height: 94px !important;
    min-height: 94px !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    min-height: 94px !important;
    padding-right: 34px !important;
  }

  .news-home .news-side-main h3 {
    font-size: 11px !important;
  }

  .news-home .news-side-footer .news-arrow {
    right: 9px !important;
    bottom: 10px !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 767px) {
  .news-home .info-news {
    padding-top: 34px !important;
    padding-bottom: 0px !important;
  }

  .news-home .news-layout {
    gap: 16px !important;
    padding-bottom: 4px !important;
  }

  .news-home .news-featured {
    width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 18px !important;
    background: transparent !important;
  }

  .news-home .news-featured > a {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 18px !important;
    background: #071d4f !important;
  }

  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    border-radius: 18px 18px 0 0 !important;
    background: #102a5b !important;
  }

  .news-home .news-featured-picture img,
  .news-home .news-featured-picture picture,
  .news-home .news-featured-picture .image,
  .news-home .news-featured-picture .img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .news-home .news-featured-picture img {
    object-fit: cover !important;
    object-position: center !important;
  }

  .news-home .news-featured > a > :first-child:not(.news-featured-picture) {
    height: auto !important;
  }

  .news-home .news-featured-overlay {
    display: none !important;
  }

  .news-home .news-featured-content {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 16px 64px 17px 16px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #06143a !important;
    box-shadow: none !important;
  }

  .news-home .news-featured-head {
    margin: 0 !important;
  }

  .news-home .news-featured-content > strong {
    max-width: 100%;
    padding: 0 !important;
    color: #06143a !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #3d465d !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-featured .news-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    color: #5c6578 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .news-home .news-featured .news-meta span + span::before {
    content: "\2022" !important;
    margin-right: 9px !important;
  }

  .news-home .news-featured > a > .news-arrow {
    right: 16px !important;
    bottom: 18px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ffcf28 0%, #f7aa05 100%) !important;
    color: #06143a !important;
    font-size: 17px !important;
    transform: none !important;
  }

  .news-home .news-side-list {
    gap: 13px !important;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    display: grid !important;
    grid-template-columns: 36% minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 112px !important;
    padding: 10px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 16px !important;
    background: rgba(8, 32, 78, 0.88) !important;
    box-shadow: none !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 92px !important;
    max-height: 104px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #102a5b !important;
  }

  .news-home .news-side-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 92px !important;
    padding: 0 48px 0 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
  }

  .news-home .news-side-main {
    display: block !important;
    min-width: 0 !important;
  }

  .news-home .news-category-badge,
  .news-home .news-side-main .news-category-badge {
    min-height: 23px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  .news-home .news-side-main h3 {
    display: -webkit-box !important;
    margin: 7px 0 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-side-footer {
    display: block !important;
    min-height: 0 !important;
    margin-top: 8px !important;
    padding: 0 !important;
  }

  .news-home .news-side-date {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .news-home .news-side-footer .news-arrow {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ffcf28 0%, #f7aa05 100%) !important;
    color: #06143a !important;
    font-size: 15px !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 360px) {
  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    aspect-ratio: 4 / 3 !important;
  }

  .news-home .news-featured-content {
    padding: 14px 56px 15px 14px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 34% minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 106px !important;
    padding: 9px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    min-height: 88px !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    min-height: 88px !important;
    padding-right: 42px !important;
  }

  .news-home .news-side-footer .news-arrow {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }
}

/* Mobile latest-news category sizing: show exactly two cards per view */
@media (max-width: 767px) {
  .news-home .news-category-list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    width: calc(100% + 32px) !important;
    max-width: none !important;
    margin: 0 0 18px -16px !important;
    padding: 0 16px 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-left: 16px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .news-home .news-category-list::-webkit-scrollbar {
    display: none !important;
  }

  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex: 0 0 calc((100vw - 44px) / 2) !important;
    width: calc((100vw - 44px) / 2) !important;
    min-width: calc((100vw - 44px) / 2) !important;
    max-width: 210px !important;
    height: auto !important;
    aspect-ratio: 1.46 / 1 !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 360px) {
  .news-home .news-category-list {
    gap: 10px !important;
    width: calc(100% + 28px) !important;
    margin-left: -14px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex-basis: calc((100vw - 38px) / 2) !important;
    width: calc((100vw - 38px) / 2) !important;
    min-width: calc((100vw - 38px) / 2) !important;
  }
}

@media (max-width: 767px) {
  .news-home .info-news {
    padding: 32px 0 64px !important;
  }

  .news-home .wrap-content {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .news-home .news-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 34px !important;
  }

  .news-home .news-featured {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    border-radius: 18px !important;
    background: transparent !important;
  }

  .news-home .news-featured > a {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 18px !important;
    background: #071d4f !important;
    color: inherit !important;
  }

  .news-home .news-featured-overlay,
  .news-home .news-featured > a::before,
  .news-home .news-featured > a::after {
    display: none !important;
    content: none !important;
  }

  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    border-radius: 18px 18px 0 0 !important;
    background: #102a5b !important;
  }

  .news-home .news-featured-picture img,
  .news-home .news-featured-picture picture,
  .news-home .news-featured-picture .image,
  .news-home .news-featured-picture .img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .news-home .news-featured-picture img {
    object-fit: cover !important;
    object-position: center !important;
  }

  .news-home .news-featured-content {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 8px 12px !important;
    width: 100% !important;
    min-height: 150px !important;
    margin: 0 !important;
    padding: 16px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #06143a !important;
    box-shadow: none !important;
  }

  .news-home .news-featured-head,
  .news-home .news-featured-content > strong,
  .news-home .news-featured-desc,
  .news-home .news-featured .news-meta {
    grid-column: 1 / 2 !important;
  }

  .news-home .news-featured-head {
    display: block !important;
    margin: 0 !important;
  }

  .news-home .news-featured-head > i {
    display: none !important;
  }

  .news-home .news-category-badge,
  .news-home .news-featured .news-category-badge,
  .news-home .news-side-main .news-category-badge {
    min-height: 24px !important;
    padding: 6px 11px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #0a45c7 0%, #06319c 100%) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .news-home .news-featured-content > strong {
    display: -webkit-box !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    color: #06143a !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    color: #384158 !important;
    font-size: 13px !important;
    line-height: 1.48 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-featured .news-meta {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 0 !important;
    color: #5c6578 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .news-home .news-featured .news-meta span + span::before {
    content: "\2022" !important;
    margin-right: 9px !important;
  }

  .news-home .news-featured > a > .news-arrow {
    position: absolute !important;
    right: 16px !important;
    bottom: 18px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ffcf28 0%, #f7aa05 100%) !important;
    color: #06143a !important;
    font-size: 17px !important;
    transform: none !important;
  }

  .news-home .news-side-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 34px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 35% minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 108px !important;
    padding: 10px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 16px !important;
    background: rgba(8, 32, 78, 0.9) !important;
    box-shadow: none !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 88px !important;
    max-height: 100px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #102a5b !important;
  }

  .news-home .news-side-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 88px !important;
    padding: 0 46px 0 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
  }

  .news-home .news-side-main {
    display: block !important;
    min-width: 0 !important;
  }

  .news-home .news-side-main h3 {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 7px 0 0 !important;
    color: #fff !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    text-transform: uppercase !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-side-footer {
    display: block !important;
    min-height: 0 !important;
    margin-top: 7px !important;
    padding: 0 !important;
  }

  .news-home .news-side-date {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .news-home .news-side-footer .news-arrow {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #ffcf28 0%, #f7aa05 100%) !important;
    color: #06143a !important;
    font-size: 15px !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 360px) {
  .news-home .wrap-content {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    aspect-ratio: 4 / 3 !important;
  }

  .news-home .news-featured-content {
    min-height: 142px !important;
    padding: 14px 56px 15px 14px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 34% minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 102px !important;
    padding: 9px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    min-height: 84px !important;
    max-height: 94px !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    min-height: 84px !important;
    padding-right: 42px !important;
  }

  .news-home .news-side-main h3 {
    font-size: 13px !important;
  }

  .news-home .news-side-footer .news-arrow {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }
}

/* Mobile news layout final guard */
@media (max-width: 767px) {
  .news-home .info-news {
    padding-top: 32px !important;
    padding-bottom: 0px !important;
  }

  .news-home .wrap-content {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .news-home .news-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding-bottom: 36px !important;
  }

  .news-home .news-featured,
  .news-home .news-featured > a {
    height: auto !important;
    min-height: 0 !important;
  }

  .news-home .news-featured > a {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 18px !important;
    background: #071d4f !important;
  }

  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    border-radius: 18px 18px 0 0 !important;
    background: #102a5b !important;
  }

  .news-home .news-featured-picture img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .news-home .news-featured-content {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    min-height: 150px !important;
    padding: 16px 64px 17px 16px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #06143a !important;
  }

  .news-home .news-featured-content > strong {
    display: -webkit-box !important;
    margin: 9px 0 0 !important;
    overflow: hidden !important;
    color: #06143a !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    line-height: 1.3 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    display: -webkit-box !important;
    margin-top: 8px !important;
    overflow: hidden !important;
    color: #384158 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-home .news-featured .news-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
    color: #5c6578 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .news-home .news-featured > a > .news-arrow {
    right: 16px !important;
    bottom: 18px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    font-size: 17px !important;
  }

  .news-home .news-side-list {
    gap: 12px !important;
    margin-bottom: 36px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 35% minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 108px !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    min-height: 88px !important;
    max-height: 100px !important;
    border-radius: 12px !important;
  }

  .news-home .news-side-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    justify-content: center !important;
    min-height: 88px !important;
    padding: 0 46px 0 0 !important;
  }

  .news-home .news-side-main h3 {
    margin-top: 7px !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    line-height: 1.32 !important;
    -webkit-line-clamp: 2;
  }

  .news-home .news-side-date {
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  .news-home .news-side-footer .news-arrow {
    position: static !important;
    transform: none !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 360px) {
  .news-home .wrap-content {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    aspect-ratio: 4 / 3 !important;
  }

  .news-home .news-featured-content {
    min-height: 142px !important;
    padding: 14px 56px 15px 14px !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    grid-template-columns: 34% minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 102px !important;
    padding: 9px !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo,
  .info-news .news-side-content,
  .news-home .news-side-content {
    min-height: 84px !important;
  }

  .news-home .news-side-footer .news-arrow {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
  }
}

/* Mobile latest-news category sizing: final two-card viewport lock */
@media (max-width: 767px) {
  .news-home .news-category-list {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    width: calc(100% + 32px) !important;
    max-width: none !important;
    margin: 0 0 18px -16px !important;
    padding: 0 16px 4px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-left: 16px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .news-home .news-category-list::-webkit-scrollbar {
    display: none !important;
  }

  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex: 0 0 calc((100vw - 44px) / 2) !important;
    width: calc((100vw - 44px) / 2) !important;
    min-width: calc((100vw - 44px) / 2) !important;
    max-width: 210px !important;
    height: auto !important;
    aspect-ratio: 1.46 / 1 !important;
    scroll-snap-align: start !important;
  }

  .news-home .news-featured > a > .news-arrow,
  .news-home .news-side-footer .news-arrow,
  .news-home .news-category-name i {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    background: #fff !important;
    color: #06143a !important;
    box-shadow: none !important;
  }

  .news-home .news-side-footer .news-arrow {
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 360px) {
  .news-home .news-category-list {
    gap: 10px !important;
    width: calc(100% + 28px) !important;
    margin-left: -14px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .news-home .news-category-card,
  .news-home .news-category-card:last-child:nth-child(odd) {
    flex-basis: calc((100vw - 38px) / 2) !important;
    width: calc((100vw - 38px) / 2) !important;
    min-width: calc((100vw - 38px) / 2) !important;
  }

  .news-home .news-featured > a > .news-arrow,
  .news-home .news-side-footer .news-arrow,
  .news-home .news-category-name i {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important;
  }
}

/* Mobile latest-news text and compact yellow arrows */
@media (max-width: 767px) {
  .news-home .news-featured-content {
    min-height: 168px !important;
    padding: 15px 42px 16px 15px !important;
  }

  .news-home .news-featured-content > strong {
    display: -webkit-box !important;
    margin-top: 9px !important;
    color: #06143a !important;
    font-size: clamp(18px, 5vw, 21px) !important;
    line-height: 1.3 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .news-home .news-featured-desc {
    display: -webkit-box !important;
    margin-top: 8px !important;
    overflow: hidden !important;
    color: #384158 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    padding-right: 18px !important;
  }

  .news-home .news-side-main h3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 7px !important;
    padding-right: 0 !important;
    font-size: clamp(13px, 3.7vw, 15px) !important;
    line-height: 1.34 !important;
    -webkit-line-clamp: 2;
  }

  .news-home .news-featured > a > .news-arrow,
  .news-home .news-side-footer .news-arrow,
  .news-home .news-category-name i {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffc31a !important;
    box-shadow: none !important;
  }

  .news-home .news-featured > a > .news-arrow {
    right: 16px !important;
    bottom: 18px !important;
  }

  .news-home .news-side-footer .news-arrow {
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
  }

  .news-home .news-category-name i::before,
  .news-home .news-arrow i::before {
    content: "->" !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    color: #ffc31a !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: none !important;
  }
}
/* Mobile news-home layout cleanup */
@media (max-width: 767px) {
  .news-home .swiper,
  .news-home .swiper-wrapper,
  .news-home .swiper-slide,
  .news-home .news-layout,
  .news-home .news-featured,
  .news-home .news-featured > a,
  .news-home .news-side-list {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .news-home .swiper,
  .news-home .swiper-wrapper,
  .news-home .swiper-slide,
  .news-home .news-layout,
  .news-home .news-featured,
  .news-home .news-featured > a,
  .news-home .news-side-list {
    overflow: visible !important;
  }

  .news-home .swiper-wrapper {
    align-items: flex-start !important;
  }

  .news-home .swiper-slide {
    flex: 0 0 auto !important;
  }

  .news-home .news-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 0 34px !important;
  }

  .news-home .news-featured {
    margin: 0 0 14px !important;
    border-radius: 16px !important;
  }

  .news-home .news-featured > a {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .news-home .news-featured > a::before,
  .news-home .news-featured > a::after,
  .news-home .news-featured-overlay {
    display: none !important;
    content: none !important;
  }

  .news-home .news-featured-picture,
  .news-home .news-featured > a > .news-featured-picture {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    border-radius: 16px 16px 0 0 !important;
  }

  .news-home .news-featured-picture img,
  .news-home .news-featured-picture picture,
  .news-home .news-featured-picture .image,
  .news-home .news-featured-picture .img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .news-home .news-featured-picture img {
    object-fit: cover !important;
    object-position: center !important;
  }

  .news-home .news-featured-content--mobile,
  .news-home .news-featured-content {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 42px 12px 12px !important;
    gap: 5px !important;
    overflow: visible !important;
    border-radius: 0 0 16px 16px !important;
    background: #ffffff !important;
    color: #06143a !important;
    transform: none !important;
  }

  .news-home .news-featured-content--mobile .news-featured-head,
  .news-home .news-featured-content .news-featured-head {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .news-home .news-featured-content--mobile .news-featured-head > i,
  .news-home .news-featured-content .news-featured-head > i {
    display: none !important;
  }

  .news-home .news-featured-content--mobile > strong,
  .news-home .news-featured-content > strong {
    display: -webkit-box !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #06143a !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .news-home .news-featured-content--mobile .news-featured-desc,
  .news-home .news-featured-content .news-featured-desc {
    display: -webkit-box !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: #384158 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .news-home .news-featured-content--mobile .news-meta,
  .news-home .news-featured-content .news-meta {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    gap: 7px !important;
    color: #5c6578 !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
    text-align: right !important;
    align-content: flex-start;
    flex-direction: row;
  }

  .news-home .news-featured > a > .news-arrow {
    position: absolute !important;
    right: 10px !important;
    bottom: 10px !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    border: 1px solid rgba(6, 20, 58, 0.12) !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .news-home .news-side-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 125px 0 34px !important;
    padding: 0 !important;
  }

  .info-news .news-side-item,
  .news-home .news-side-item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) 30px !important;
    align-items: stretch !important;
    gap: 10px !important;
    min-height: 118px !important;
    height: auto !important;
    max-height: none !important;
    padding: 9px 10px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: rgba(10, 36, 82, 0.92) !important;
  }

  .info-news .news-side-photo,
  .info-news .news-side-photo.scale-img,
  .news-home .news-side-photo {
    width: 96px !important;
    height: 100% !important;
    min-height: 100px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    border-radius: 10px !important;
  }

  .news-home .news-side-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .info-news .news-side-content,
  .news-home .news-side-content {
    grid-column: 2 / 4 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 30px !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .news-home .news-side-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }

  .news-home .news-side-main h3 {
    display: -webkit-box !important;
    margin: 4px 0 0 !important;
    overflow: hidden !important;
    color: #ffffff !important;
    font-size: 12.5px !important;
    line-height: 1.28 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  .news-home .news-side-footer {
    display: contents !important;
  }

  .news-home .news-side-date {
    grid-column: 1 !important;
    grid-row: 2 !important;
    display: block !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .news-home .news-side-footer .news-arrow {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    place-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    transform: none !important;
  }

  /* Danh mục: bỏ icon cũ, chỉ giữ chữ */
  .news-home .news-category-name i {
    display: none !important;
  }

  /* Mũi tên bài viết bên phải */
  .news-home .news-arrow i {
    width: 22px;
    height: 22px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 8px;
    border-radius: 50%;
    background: rgba(255, 195, 26, 0.12);
  }
 .news-home .news-category-name i::before,
  .news-home .news-arrow i::before {
    content: "›" !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    color: #ffc31a !important;
    font-family: Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transform: translateY(-1px) !important;
  }

  #hotline.btn-phone {
    left: 8px !important;
    right: auto !important;
    bottom: 86px !important;
    z-index: 998 !important;
  }

  #social.social-left-floating {
    right: 8px !important;
    left: auto !important;
    bottom: 86px !important;
    z-index: 997 !important;
  }

  .scrollToTop {
    right: 10px !important;
    bottom: 308px !important;
    z-index: 996 !important;
  }
}

/* =========================================================
   PRODUCT DETAIL MOBILE — scoped, 2026-08-05
   Chỉ áp dụng trang chi tiết sản phẩm trên màn hình <= 767px.
========================================================= */
@media (max-width: 767px) {
  .product-detail-page,
  .product-detail-page * {
    min-width: 0;
  }

  .product-detail-page > .wrap-content {
    width: calc(100% - 28px);
    margin: 16px auto !important;
  }

  .product-detail-page .grid-pro-detail {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    align-items: start !important;
  }

  .product-detail-page .grid-pro-detail > .left-pro-detail,
  .product-detail-page .grid-pro-detail > .right-pro-detail {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .product-detail-page .left-pro-detail,
  .product-detail-page .right-pro-detail {
    overflow: visible !important;
  }

  .product-detail-page .product-main-viewer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(280px, 82vw, 360px);
    padding: 12px;
    overflow: hidden;
    border: 1px solid #e5e9f0;
    border-radius: 14px;
    background: #fff;
  }

  .product-detail-page .product-main-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
  }

  .product-detail-page .product-detail-main-image {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 336px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .product-detail-page .album-product {
    width: 100%;
    margin-top: 10px !important;
  }

  .product-detail-page .album-product .swiper,
  .product-detail-page .album-product .swiper-wrapper,
  .product-detail-page .album-product .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .product-detail-page .album-product .swiper {
    overflow: hidden;
  }

  .product-detail-page .album-product .swiper-slide {
    width: auto;
    aspect-ratio: 1 / 1;
    padding: 4px !important;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
  }

  .product-detail-page .thumb-pro-detail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .product-detail-page .title-detail h1 {
    margin: 0 0 12px !important;
    color: #071637;
    font-size: clamp(20px, 5.6vw, 24px) !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-transform: none !important;
  }

  .product-detail-page .right-pro-detail .attr-pro-detail {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .product-detail-page .right-pro-detail .attr-pro-detail > li {
    display: grid !important;
    grid-template-columns: minmax(102px, 34%) minmax(0, 1fr);
    align-items: start !important;
    gap: 8px;
    width: 100%;
    margin: 0 0 10px !important;
  }

  .product-detail-page .attr-label-pro-detail,
  .product-detail-page .attr-content-pro-detail {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.45;
  }

  .product-detail-page .attr-content-pro-detail {
    overflow-wrap: anywhere;
  }

  .product-detail-page .price-new-pro-detail {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .product-detail-page .product-desc-summary {
    gap: 8px;
    width: 100%;
    margin: 14px 0 18px;
  }

  .product-detail-page .product-desc-summary p {
    margin: 0;
    color: #30384a;
    font-size: 14px;
    line-height: 1.55;
  }

  .product-detail-page .product-technical-summary {
    width: 100%;
    margin: 16px 0;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #e4e9f1;
    border-radius: 12px;
    background: #f8fafc;
  }

  .product-detail-page .product-technical-summary .bigbang-technical-v7 {
    width: 100%;
    font-size: 14px !important;
  }

  .product-detail-page
    .product-technical-summary
    .bigbang-technical-v7__animations,
  .product-detail-page
    .product-technical-summary
    .bigbang-technical-v7__animations
    p {
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .product-detail-page
    .product-technical-summary
    .bigbang-technical-v7__animations
    img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 240px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  .product-detail-page .product-technical-summary .bigbang-technical-v7 h2 {
    margin: 12px 0 10px !important;
    font-size: 17px !important;
    line-height: 1.35;
  }

  .product-detail-page
    .product-technical-summary
    .bigbang-technical-v7__documents
    p {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 10px !important;
  }

  .product-detail-page
    .product-technical-summary
    .bigbang-technical-v7__documents
    img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain;
  }

  .product-detail-page
    .product-technical-summary
    .bigbang-technical-v7__documents
    a {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.4;
  }

  .product-detail-page .social-plugin {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 8px !important;
    width: 100%;
    margin: 14px 0 !important;
    overflow: visible !important;
  }

  .product-detail-page .social-plugin > * {
    max-width: 100%;
  }

  .product-detail-page .product-cart-detail-bottom {
    width: 100%;
    margin: 16px 0 12px !important;
  }

  .product-detail-page .product-cart-detail-bottom .attr-content-pro-detail {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100% !important;
  }

  .product-detail-page .product-cart-detail-bottom label {
    margin: 0 !important;
    color: #111827;
    font-weight: 700;
  }

  .product-detail-page .quantity-pro-detail {
    display: grid !important;
    grid-template-columns: 44px 54px 44px;
    width: auto !important;
    min-width: 142px;
    height: 44px !important;
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 9px;
    background: #fff;
  }

  .product-detail-page .quantity-pro-detail span,
  .product-detail-page .quantity-pro-detail input {
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 44px !important;
    text-align: center;
  }

  .product-detail-page .quantity-pro-detail span {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: #f2f5f9;
  }

  .product-detail-page .quantity-pro-detail input {
    font-size: 15px;
    background: #fff;
  }

  .product-detail-page .right-pro-detail .product-action-buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 12px 0 20px !important;
  }

  .product-detail-page
    .right-pro-detail
    .product-action-buttons
    .product-action-button {
    width: 100% !important;
    min-height: 52px !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
  }

  .product-detail-page
    .right-pro-detail
    .product-action-buttons
    .product-action-button
    span {
    font-size: 15px !important;
  }

  .product-detail-page
    .right-pro-detail
    .product-action-buttons
    .product-action-button
    small {
    font-size: 11px !important;
  }

  .product-detail-page .tabs-pro-detail {
    width: 100%;
    margin-top: 22px !important;
  }

  .product-detail-page .tabs-pro-detail .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .product-detail-page .tabs-pro-detail .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  .product-detail-page .tabs-pro-detail .nav-item {
    flex: 0 0 auto;
  }

  .product-detail-page .tabs-pro-detail .nav-link {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 12px;
  }

  .product-detail-page .tabs-pro-detail .tab-content {
    padding: 12px !important;
  }

  .product-detail-page .tabs-pro-detail .grid-product {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .product-detail-page .baonoidung,
  .product-detail-page .baonoidung * {
    max-width: 100% !important;
  }

  .product-detail-page .baonoidung img,
  .product-detail-page .product-album-image {
    width: 100% !important;
    height: auto !important;
  }

  /* Hạn chế các nút nổi che khu vực mua hàng trên màn hình nhỏ. */
  body:has(.product-detail-page) .scrollToTop {
    right: 8px !important;
    top: auto !important;
    bottom: 82px !important;
    width: 38px !important;
    height: 38px !important;
  }

  body:has(.product-detail-page) .btn-frame,
  body:has(.product-detail-page) #hotline,
  body:has(.product-detail-page) .contact-group,
  body:has(.product-detail-page) .btn-icon-facebook {
    transform: scale(0.78);
    transform-origin: right bottom;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  .product-detail-page .right-pro-detail .product-action-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-detail-page .tabs-pro-detail .grid-product {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* Chỉ ẩn album ảnh trên mobile, desktop giữ nguyên */
@media (max-width: 767px) {
  /* Ẩn dãy ảnh thumbnail dưới ảnh chính */
  .product-detail-page .album-product {
    display: none !important;
  }

  /* Ẩn tab Hình ảnh */
  .product-detail-page #album-pro-detail-tab {
    display: none !important;
  }

  /* Ẩn nội dung album trong tab */
  .product-detail-page #album-pro-detail {
    display: none !important;
  }

  /* Nếu tab Hình ảnh nằm trong thẻ li, ẩn luôn khoảng trống của li */
  .product-detail-page #album-pro-detail-tab.closest {
    display: none;
  }
}
