/* @font-face {
  font-family: 'fsm-mi';
  src: url(../fonts/FS\ Magistral-MediumItalic.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'fsm-bi';
  src: url(../fonts/FS\ Magistral-BoldItalic.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'fsm-l';
  src: url(../fonts/FS\ Magistral-Light.ttf);
  font-display: swap;
} */

:root {
  --color-main: #6073AD;
  --color-main2: #610C04;
}

body {
  font-family: "Public Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #1E1E1E;
  font-size: 16px;
}

body *:not(::before),
body *:not(::after) {
  font-family: "Public Sans", sans-serif !important;

}

.header-logoText p {
  margin-bottom: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
  line-height: 1.2;
}

.header-logoText--sub {
  font-size: 16px;
  /* font-family: fsm-mi; */
  background: linear-gradient(to left, #610C04 0%, #C75B08 100%);
  padding: 0 5px 0 0;
}

.header-logoText--main {
  font-size: 20px;
  /* font-family: fsm-bi; */
  background: linear-gradient(to left, #610C04 0%, #C75B08 100%);
  padding: 0 5px 0 0;
  margin-top: -5px;
}

.col-header.text-left.logo {
  display: flex;
  gap: 10px;
  align-items: center;
}

.headerInfo {
  position: relative;
  padding-left: 55px;
  max-width: 300px;
}

.headerInfo::before {
  content: '';
  font-family: 'Font Awesome 5 Light';
  position: absolute;
  left: 0;
  top: calc(50% - 33.6px / 2);
  height: 33.6px;
  width: 33.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 50%;
}

.headerInfo::after {
  content: '';
  position: absolute;
  left: -3.2px;
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-main);
}

.headerInfo.header-address::before {
  content: "\f3c5";
}

.headerInfo.header-email::before {
  content: "\f658";
}

.headerInfo.header-hotline::before {
  content: "\f879";
  transform: rotate(90deg);
}

.headerInfo span {
  /* font-family: 'fsm-l'; */
  font-size: 16px;
}

.headerInfo.header-hotline p {
  color: rgba(237, 8, 8, 1);
  font-weight: bold;
  font-size: 16px;
}

.headerInfo p {
  line-height: 1.2;
  /* font-weight: 500; */
}

.wrap-content {
  width: 100%;
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
}

.intro {
  margin: 70px auto;
}

.intro .wrap-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.intro-img {
  width: calc(57.25% - 24px);
  aspect-ratio: 663/540;
  position: relative;
}

.intro-img img {
  transition: all .3s ease;
}

.intro-img img:hover {
  filter: brightness(.7);
  transform: translateY(-5px);
}

.intro-img img:nth-child(1) {
  overflow: hidden;
  border-radius: 8px;
  width: calc(488/663*100%);
}

.intro-img img:nth-child(2) {
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  bottom: 50px;
  right: 0;
  border: 7px solid #fff;
  box-shadow: -6px 3px 8px rgba(67, 88, 153, 0.24);
  width: calc(364/663*100%);
}


.intro-content {
  width: calc(43.75% - 24px);
}

.intro-title {
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
  line-height: 1.2;
}

.intro-title span {
  display: inline-block;
  color: var(--color-main2)
}

.criteria-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(96, 115, 173, 0.42);
}

h2.criteria-box--title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

.criteria {
  margin-top: 15px;
}

.criteria-box--desc {
  color: rgba(68, 68, 68, 1);
}

a.intro-img--btn {
  margin: 10px 0 0 auto;
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-main);
}

.productOsd {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
}

.title-home {
  font-size: 20px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 25px;
  background: url(../images/decor-title.svg);
  background-size: 80px 27.5px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-main2);
}

.title-home.white {
  color: #fff;
  background-image: url(../images/decor-title-white.svg)
}

.product {
  position: relative;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 2px 10.7px rgba(70, 86, 136, 0.22);
}

.productOsd .product {
  margin: 0 10px;
}

.name-product {
  font-size: 16px;
  text-align: center;
  color: #000;
}

.slick-productOsd .slick-track {
  display: flex
}

.slick-productOsd .product {
  height: inherit
}

.price-product {
  text-align: center;
}

.price-old {
  color: grey;
}

.price-new {
  font-size: 16px;
  color: red;
  font-weight: 600;
  margin-right: 10px;
}

.price-per {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: red;
  font-size: 11px;
  border-radius: 2px;
  width: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 0 0 0 16px;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scale-img:hover img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.productList {
  padding: 55px 0;
}

.productList:nth-child(even) {
  background: rgba(245, 245, 245, 1);
}

.title-productList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  overflow: hidden;
}

.title-productList h2 {
  font-size: 20px;
  padding: 14px 20px;
  background: var(--color-main);
  border-radius: 50px 0 0 50px;
  color: #fff;
  position: relative;
  margin: 0;
}

.title-productList h2::after {
  content: '';
  width: 100vw;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  left: 50%;
  top: 0px;
}

.title-productList h2::before {
  content: '';
  position: absolute;
  left: calc(100% - 2px);
  top: 0px;
  width: 60px;
  height: 100%;
  background: var(--color-main);
  clip-path: polygon(0 0, 100% 0, 10px 100%, 0 100%);
}

.title-productList a {
  color: var(--color-main);
}

.gridProductList {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.slick-slide {
  outline: none !important;
  border: none !important;
}

.serviceHome {
  padding: 55px 0;
  background-size: cover;
}

.serviceBox {
  margin: 0 10px 10px;
  box-shadow: 0 2px 10.7px rgba(70, 86, 136, 0.22);
  background: #fff;
}

.serviceBox-content {
  padding: 40px 10px 10px 10px;
  position: relative;
}

.serviceBox-img1 {
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(96, 115, 173, 0.2);
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.serviceBox-title a {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1.2;
  display: block;
}

.serviceBox-desc {
  color: rgba(68, 68, 68, 1);
  line-height: 1.3;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.bottom {
  padding: 55px 0;
}

.wrap-newsOsd {
  width: calc(50% - 20px);
}

.wrap-videoOsd {
  width: calc(50% - 20px);
}

.title-bottom {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-main2);
  padding-left: 35px;
  background: url(../images/decor-title-bottom.svg) no-repeat left center / 21px 21px;
  margin-bottom: 20px;
}

.newsOsdFirst {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #80808038;
}

.newsOsdFirst-img {
  display: block;
  width: calc(50% - 20px);
}

.newsOsdFirst-content {
  width: 50%;
  padding: 15px 0;
}

.newsOsdFirst-title a {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  display: block;
}

.newsOsdFirst-date {
  font-size: 16px;
  color: var(--color-main2);
  font-weight: 600;
}

.newsOsdFirst-desc {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: rgba(129, 129, 129, 1);
}

.newsOsdFirst-btn,
.newsOsd-btn {
  font-size: 16px;
}

.newsOsd {
  margin: 5px;
}

.newsOsd-title a {
  font-size: 16px;
  display: block;
  line-height: 1.3;
  color: #000;
}

.newsOsd-content {
  padding: 10px 0;
}

.videoOsdFirst-img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}

.videoOsdFirst-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.videoOsdFirst {
  margin-bottom: 10px;
}

.videoOsd {
  margin: 5px;
}

.videoOsd-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.videoOsd-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  cursor: pointer;
}

.videoOsdFirst-img,
.videoOsd-img {
  position: relative;
  cursor: pointer;
}

.videoOsdFirst-img::before,
.videoOsd-img::before {
  position: absolute;
  content: '\f144';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.26);
  z-index: 1;
  backdrop-filter: blur(2px);
  webkit-backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 5 Light';
  font-size: 42px;
  color: #ffffff;
  cursor: pointer;
}

.videoOsdFirst-img:hover::before,
.videoOsd-img:hover::before {
  background-color: #6073ada6;
}

.videoOsd-img::before {
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.newsletter {
  padding: 30px 0;
  background: var(--color-main2);
  color: #fff;
}

.newsletter-header {
  display: flex;
  gap: 40px;
  align-items: center;
}


.newsletter-title {
  font-size: 20px;
}

form.validation-newsletter {
  width: calc(100% - 380px);
  max-width: 617px;
  height: fit-content;
  display: flex;
}

input.newsletter-input {
  width: calc(100% - 150px);
  height: 39px;
  padding: 0 20px;
  border: 0;
  color: var(--color-main2);
  outline: none;
}

input.newsletter-button:hover {
  background: #000;
}

input.newsletter-button {
  width: 150px;
  border: 0;
  outline: none;
  background: var(--color-main);
}

footer {
  padding: 60px 0 20px;
  position: relative;
}

.title-footer {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

ul.ul-footer {
  padding: 0;
  margin: 0;
}

ul.ul-footer li a:hover {
  color: yellow
}

ul.ul-footer li a i {
  color: red;
}

.social-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: max(10px, calc((100vw - 1200px)/2));
  top: 0;
  transform: translateY(-50%);
  padding: 10px 30px 10px 50px;
  background: var(--color-main);
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}

.title-productList a:hover,
.name-product:hover,
h2 a:hover,
h3 a:hover {
  color: var(--color-main2);
}

.copyright {
  text-align: center;
  background: var(--color-main2);
  color: #fff;
  padding: 10px;
}

#footer-map iframe {
  height: 400px !important;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.wrap-main {
  margin-bottom: 50px;
}

@media (max-width:1001px) {
  .intro {
    margin: 30px auto;
  }

  .intro-content {
    width: 100%;
  }

  .intro-img {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    order: 1;
  }
}

@media (max-width:768px) {

  .bottom,
  .serviceHome,
  .productOsd,
  .productList {
    padding: 30px 0;
  }

  .gridProductList {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .productOsd .product {
    margin: 0 5px;
  }

  .product {
    padding: 4px;
  }

  .title-productList h2 {
    font-size: 20px;
  }

  .title-bottom,
  .title-home {
    font-size: 20px;
  }

  .wrap-videoOsd,
  .wrap-newsOsd {
    width: 100%;
    margin: 0 0 20px;
  }

  .serviceBox {
    margin: 10px 5px;
  }

  .serviceBox-title a {
    font-size: 16px;
  }

  form.validation-newsletter,
  .newsletter-header {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width:440px) {

  .newsOsdFirst-content,
  .newsOsdFirst-img {
    width: 100%;
  }

  .newsletter-header {
    flex-direction: column;
    gap: 15px;
  }

  .newsOsdFirst {
    flex-wrap: wrap;
  }
}

.navigation ul.main-menu li:hover>a {
  color: var(--color-main2);
}