html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;

  font-family: "UTM Avo", sans-serif;
}

p {
  margin-bottom: 0;
  color: white;
}

ul {
  list-style: none;

  margin-bottom: 0;
}

a:hover,
a:visited {
  text-decoration: none;
}

a:hover {
  color: #924648 !important;
}

.slider-fullwidth {
  width: 100%;

  height: 100vh;

  position: relative;
}

.slider-list,
.slider-item {
  width: 100%;

  height: 100%;
}

.slider-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  overflow: hidden;
}

.content-slider {
  padding: 60px 160px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.content-slider {
  position: absolute;

  top: 0;

  left: 0;

  background: #999999;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(15, 32, 39, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.content-menu.active {
  opacity: 1;

  visibility: visible;

  transition: 0.5s ease-in;

  position: fixed;
}

.content-menu {
  position: absolute;

  top: 0;

  left: 0;

  background: gray;

  width: 100%;

  height: 100%;

  background: linear-gradient(180deg, #141414 0%, #000000 100%);

  opacity: 0;

  visibility: hidden;

  transition: 0.5s ease-out;

  z-index: 99;
}

.menu.active i:before {
  content: "\f00d";

  transition: 0.5s ease-in;
}

.menu i:before {
  transition: 0.5s ease-out;
}

.slider-fullwidth .lSSlideOuter,
.slider-fullwidth .lSSlideWrapper {
  height: 100%;
}

.slider-fullwidth .slider-list.lightSlider.lsGrab.lSSlide {
  height: 100% !important;
}

.logo img {
  width: 100px;

  height: 100px;
}

.content-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;

  z-index: 999;
}

.menu {
  display: flex;

  align-items: center;
}

.menu p {
  color: white;

  font-size: 18px;

  margin-right: 10px;
}

.menu i {
  color: white;

  font-size: 25px;

  width: 30px;

  height: 30px;

  line-height: 30px;
}

.content-slider {
  text-align: center;
}

.content-slider h1 {
  font-size: 72px;

  color: #d3191e;

  font-weight: bold;

  text-transform: uppercase;
}

.content-slider h2 {
  font-size: 24px;

  color: white;
}

.content-footer {
  display: flex;

  justify-content: space-between;
}

.control-slider i {
  font-size: 30px;

  color: #d3191e;
}

.control-slider i:first-child {
  margin-right: 53px;
}

.social {
  display: flex;

  color: white;

  font-size: 18px;

  align-items: center;
}

.social a {
  color: white;

  margin: 0 4px;
}

.social i {
  font-size: 18px;
}

.social p {
  margin-right: 22px;
}

.control-slider i:hover {
  cursor: pointer;

  color: white;
}

.content-menu ul {
  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding-left: 0;
}

.menu-link {
  font-size: 80px;

  color: transparent;

  margin-bottom: 53px;

  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);

  transition: 0.5s ease-out;

  font-weight: bold;
}

.menu-link:hover {
  color: #d3191e;

  -webkit-text-stroke: unset;

  transition: 0.5s ease-in;
}

header .content-header {
  padding: 60px 160px;
}

.header-page {
  text-align: center;
}

.title-page {
  font-size: 80px;

  color: #9f1c20;

  font-weight: bold;
}

.company-name {
  font-size: 60px;

  color: white;

  font-weight: bold;

  position: relative;
}

.company-name:after,
.company-name:before {
  content: "";

  display: block;

  width: 27%;

  height: 2px;

  background-color: #9f1c20;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

.company-name:after {
  right: 0;
}

.company-name:before {
  left: 0;
}

.descript-page {
  font-size: 26px;

  color: white;
}

.wrap-intro-img {
  height: 400px;

  overflow: hidden;
}

.wrap-intro-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.content-page {
  padding: 80px 0 80px;
}

.intro-item {
  margin-bottom: 80px;
}

.name-intro {
  color: #9f1c20;

  font-size: 30px;

  text-transform: uppercase;
}

.content-intro {
  padding-left: 40px;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.content-intro.content-intro-reverse {
  padding-right: 40px;
}

.btn-custom {
  background-color: #9f1c20;

  border: none;

  margin-top: 40px;
}

.btn-custom:hover {
  color: #9f1c20;

  background-color: white;
}

.logo-footer {
  position: relative;

  margin-bottom: 66px;
}

.logo-footer img {
  width: 100px;

  height: 100px;

  margin: 0 auto;

  display: block;
}

.logo-footer:before,
.logo-footer:after {
  content: "";

  background-color: #9f1c20;

  width: 42%;

  height: 1px;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

.logo-footer:before {
  left: 0;
}

.logo-footer:after {
  right: 0;
}

.body-footer {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

.footer-right,
.footer-left {
  width: 30%;
}

.footer-center {
  width: 40%;
}

.footer-left,
.footer-right {
  color: white;

  font-size: 20px;
}

.footer-right {
  display: flex;

  flex-direction: column;

  text-align: right;
}

.footer-right a {
  color: white;

  font-size: 20px;
}

.footer-right a:hover {
  color: #9f1c20;
}

footer {
  padding-bottom: 20px;
}

.footer-center {
  text-align: center;
}

.coppyright {
  margin-top: 90px;

  text-align: center;

  color: white;

  font-size: 18px;
}

.stroke-jump {
  width: 60px;

  height: 60px;

  border: 3px solid #333333;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin: 0 auto;
}

.bg-jump {
  background-color: #333333;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  width: 40px;

  height: 40px;
}

.bg-jump i {
  color: white;

  font-size: 18px;
}

.gallery-item {
  height: 365px;

  overflow: hidden;

  margin-bottom: 30px;

  display: block;
}

.gallery-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  filter: grayscale(100%);

  transition: 0.5s ease-out;
}

.gallery-item:hover img {
  filter: grayscale(0%);

  transition: 0.5s ease-in;

  cursor: pointer;
}

.contact-title {
  color: white;

  font-size: 30px;

  position: relative;

  margin-bottom: 40px;
}

.contact-title:after {
  content: "";

  width: 175px;

  height: 2px;

  background-color: #9f1c20;

  position: absolute;

  bottom: -10px;

  left: 0;
}

.address-list {
  padding-left: 0;
}

.address-city {
  color: #9f1c20;

  font-size: 28px;

  font-weight: bold;
}

.address-email,
.address-locate,
.address-phone {
  font-size: 16px;

  color: white;
}

.form-contact {
  margin-top: 80px;
}

.contact-input {
  background: rgba(255, 255, 255, 0.1);

  font-size: 16px;

  border: none;
}

.contact-input:focus {
  outline: none;

  background: rgba(255, 255, 255, 0.1);

  color: #9f1c20;
}

.contact-input::placeholder {
  color: #9f1c20;
}

.contact-submit {
  background-color: #9f1c20;

  color: white;

  width: 175px;

  margin-top: 49px;

  border: none;
}

.contact-submit:hover {
  background-color: white;

  color: #9f1c20;
}

.lg-toolbar.lg-group {
  height: 40px;
}

.intro-gom-duc-tan-img {
  height: 300px;

  overflow: hidden;

  margin-bottom: 50px;
}

.intro-gom-duc-tan-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.intro-gom-duc-tan-img {
  height: 300px;

  overflow: hidden;

  margin-bottom: 50px;
}

.intro-gom-duc-tan-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.product-item {
  height: 200px;

  overflow: hidden;

  position: relative;

  margin-bottom: 30px;
}

.product-img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.5s ease-out;
}

.product-overlay {
  width: 100%;

  height: 100%;

  background: linear-gradient(
    180deg,
    rgba(159, 28, 32, 0) 40.63%,
    #9f1c20 100%
  );

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;
}

.product-meta {
  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 2;

  padding: 15px;
}

.product-meta p {
  color: white;

  font-size: 13px;
}

.product-category-name {
  font-size: 24px;

  font-weight: bold;

  color: white;
}

.product-item:hover .product-img {
  transform: scale(1.5);

  cursor: pointer;

  transition: 0.5s ease-in;
}

.wpcf7-response-output {
  color: white !important;
}

.content-page .wp-block-embed iframe{
    width: 100%!important;
}