@font-face {
  font-family: "Montserrat-SemiBold";
  src: local("Montserrat-SemiBold"),
    url("Montserrat-SemiBold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: local("Montserrat-Bold"), url("Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: local("Montserrat-Regular"),
    url("Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: local("Poppins-Light"), url("Poppins-Light.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: local("Poppins-Bold"), url("Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
}

html {
  font-size: 16px;
}

.montserrat {
  font-family: "Montserrat-Bold", sans-serif;
}
.poppins-light {
  font-family: "Poppins-Light", sans-serif;
}
.montserrat-regular {
  font-family: "Montserrat-Regular", sans-serif !important;
}

.zc-single-slide img {
  width: 100%;
  aspect-ratio: 16/6;
  object-fit: cover;
}

.zc-single-slide .slick-dots {
  bottom: 40px !important;
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  z-index: 1;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

.form-contacts input,
textarea {
  font-family: "Montserrat-Regular", sans-serif !important;
  font-size: 16px !important;
}

.sharp-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-sharp-bg.svg");
  background-size: auto;
  background-repeat: repeat;
  background-position: 0 0;
}

.z-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: repeat;
  background-position: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.z-wrapper .z-icon {
  height: 50%;
}

.header-page {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #000 !important;
  width: 100%;
  z-index: 1;
  transition: background-color 0.3s ease, padding 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

  @media (max-width: 767px) {
    padding: 5px 10px; /* Font size là 24px trên thiết bị di động */
  }
}

.header-page a {
  color: #000 !important;
}

.logo {
  font-size: 24px;
}

.logo img {
  @media (max-width: 767px) {
    width: 50px;
  }
}

.slick-next:before,
.slick-prev:before {
  font-size: 55px !important;
  line-height: 1 !important;
  color: #ff0000 !important;
}

.slick-next {
  right: -10px !important;
}

.slick-prev {
  left: -40px !important;
}

/*CSS for menu*/
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

.sticky ul li a {
  color: #000 !important;
  text-decoration: none;
}

.menu ul li {
  display: inline;
  margin-right: 3vw;
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
}

.menu ul li a:hover {
  text-decoration: underline;
}

.button-banner {
  display: inline-block;
  padding: 14px 55px;
  height: auto;
  background: #ff0000;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s;
}

.large-btn {
  display: inline-block;
  padding: 15px 38px;
  height: auto;
  background: #ff0000;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s;
  @media (max-width: 767px) {
    padding: 14px 14px;
    font-size: 14px;
  }
}

.button-see-work {
  display: inline-block;
  padding: 14px 55px;
  height: auto;
  background: #ff0000;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.grid-teams {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
}

.profile-grid {
  transition: transform 0.2s;
}

.profile-grid:hover {
  transform: scale(1.1);
}

.button-banner:hover {
  transform: scale(1.1);
}

.button-banner-second {
  display: inline-block;
  padding: 14px 55px;
  height: auto;
  background: #fff;
  color: #6e0001;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s;
}

.button-banner-second:hover {
  transform: scale(1.1);
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-content {
  position: absolute;
  top: 40%;
  right: 30%;
}

.right-content img {
  width: 6vw;
  height: 6vw;
  animation: fadeIn 1.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*OUR CHANNELS*/
.our-channels {
  font-family: "Montserrat-Bold", sans-serif;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #f1f1f1;
  flex-direction: column;
  padding: 40px;
  color: #010102;
}

.our-channels p {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 60px;

  @media (max-width: 767px) {
    font-size: 40px;
  }
}

.our-partner {
  padding-top: 70px;
  padding-bottom: 40px;
  @media (max-width: 767px) {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}

.no-padding {
  padding: 0 !important;
}

.our-channel-sub-title {
  font-family: "Montserrat-Bold", sans-serif;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  padding: 40px;
  color: #010102;
}

.our-channel-sub-title div {
  @media (max-width: 767px) {
    width: 200px;
    padding-left: 50px;
  }
}

.system-video {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
}

.banner-video {
  @media (max-width: 767px) {
    aspect-ratio: 16/9;
  }
}

.feature-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-video {
  width: 100%;
  aspect-ratio: 593/302;
  object-fit: cover;
  @media (max-width: 767px) {
    aspect-ratio: 16/9;
  }
}

.system-video.playing {
  animation: none;
}

.navbar {
  background-color: #333;
  color: white;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-links {
  display: none;
}

.navbar-links.active {
  display: block;
}

.navbar-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navbar-links ul li {
  margin: 0 10px;
}

.menu-button1 {
  display: inline-block;
  cursor: pointer;
  z-index: 9999;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}

.sticky .bar1,
.sticky .bar2,
.sticky .bar3 {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}

.header-page .bar1,
.header-page .bar2,
.header-page .bar3 {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

.menu-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.sticky .menu-button .bar {
  background-color: #010102;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
}

.menu-pc a {
  transition: 0.2s ease;
}

.menu-pc a:hover {
  border-bottom: 4px solid #ee0909;
  padding-bottom: 6px;
}

.menu ul li a.active {
  border-bottom: 4px solid #ee0909;
  padding-bottom: 6px;
}

/* .navbar-links ul li a.active {
  color: #ee0909;
} */

@media (max-width: 768px) {
  .menu-button {
    display: block;
  }

  .menu-pc {
    display: none;
  }

  .navbar-links {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    color: #010102;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .navbar-links ul li {
    margin: 30px 0;
    display: list-item;
  }

  .navbar-links ul li:first-child {
    margin-top: 10px;
  }

  .navbar-links ul li a {
    color: #010102;
  }

  .navbar-links.active {
    opacity: 1;
    display: block;
  }
}

.feature-title {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  flex-direction: column;
  /* padding: 0 60px; */
  padding-right: 30px;
  @media (max-width: 767px) {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

.p-left-30 {
  padding-left: 30px;
  @media (max-width: 767px) {
    padding-left: 0;
  }
}

.feature-title p {
  font-size: 40px; /* Font size là 40px mặc định */

  /* Sử dụng media queries để thiết lập font size trên thiết bị di động */
  @media (max-width: 767px) {
    font-size: 24px; /* Font size là 24px trên thiết bị di động */
  }
}

.see-work-btn {
  /* position: relative; */
  display: inline-block;
  padding: 14px 55px;
  height: auto;
  background: #ff0000;
  color: #fff;
  border: none;
  text-decoration: none;

  width: 100%;
  padding: 45px 0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;

  @media (max-width: 767px) {
    font-size: 24px;
    padding: 20px 0;
  }
}

.play-icon {
  margin-top: -5px;
  transition: transform 0.3s ease;
}

.see-work-btn:hover .play-icon {
  transform: translateX(
    10px
  ); /* Di chuyển sang phải 10px khi hover vào thẻ a */
}

.partner-ship-contain {
  display: flex;
  background-color: #ebebeb;
  padding: 69px 0;
  align-items: center;
  justify-content: center;
  max-width: 1920px !important;
  @media (max-width: 767px) {
    padding: 16px 0;
    flex-direction: column-reverse;
  }
}

.flex-column-mobile {
  background-color: #fff;
  @media (max-width: 767px) {
    flex-direction: column;
  }
}

.partner-ship-contain .partner-left {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 20%;
  @media (max-width: 767px) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.no-margin-left {
  margin-left: 65px !important;
  @media (max-width: 767px) {
    margin-left: 0 !important;
  }
}

.partner-ship-contain .partner-right {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  padding-right: 10%;

  @media (max-width: 767px) {
    padding-right: 0;
    margin-right: -8px;
    width: 92%;
  }
}

.no-padding-right {
  padding-right: 0 !important;
}

.image-with-bg {
  width: 100%;
  aspect-ratio: 730/437;
  position: relative;
}

.image-with-bg img {
  width: 100%;
  aspect-ratio: 730/437;
  @media (max-width: 767px) {
    margin-top: -8px;
  }
}

.partner-ship p {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 60px;

  @media (max-width: 767px) {
    font-size: 24px;
  }
}
.note-txt {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px !important;
  font-weight: 100 !important;

  @media (max-width: 1200px) {
    font-size: 16px !important;
  }

  @media (max-width: 767px) {
    font-size: 14px !important;
  }
}
.padding-mobile {
  @media (max-width: 767px) {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.max-two-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Số dòng tối đa */
  max-height: 3.6em; /* Chiều cao tối đa tương ứng với 2 dòng */
  line-height: 1.8em; /* Chiều cao của 1 dòng */
}

.title-txt {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 60px !important;
  line-height: 1.2;

  @media (max-width: 1200px) {
    font-size: 40px !important;
  }

  @media (max-width: 767px) {
    font-size: 24px !important;
  }
}

.zc-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  @media (max-width: 767px) {
    margin-top: 23px;
    margin-bottom: 0;
  }
}

.background-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2e2c2f;

  @media (max-width: 767px) {
    width: 100%;
  }
}

.zc-footer span {
  margin-left: 6px;
}

.addr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 30px; */

  @media (max-width: 767px) {
    margin-top: 15px;
  }
}

.addr p:first-child {
  font-size: 24px;
  color: #ff0101;
  font-weight: 700;

  @media (max-width: 767px) {
    font-size: 13px;
  }
}

.zc-footer img {
  @media (max-width: 767px) {
    height: 28px;
  }
}

.zc-footer img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin: 20px 0;
}

.icon-fb {
  width: 46px;
  height: 46px;
  color: #000;
  font-size: 46px;
  display: flex;
}

.icon-fb:hover {
  width: 46px;
  height: 46px;
  color: red;
  font-size: 46px;
  display: flex;
}

.social .icon {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  color: #d9d9d9;
  display: flex;
  font-size: 32px;
  background-color: black;
  justify-content: center;
  align-items: center;
}

.social .icon:hover {
  width: 46px;
  height: 46px;
  border-radius: 50px;
  color: #d9d9d9;
  display: flex;
  font-size: 32px;
  background-color: red;
  justify-content: center;
  align-items: center;
}

.profile-image {
  height: 300px;
  aspect-ratio: 1076/1280;
  object-fit: cover;
}

.sub-title-feature {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 36px !important;
  line-height: 1.2;

  @media (max-width: 767px) {
    font-size: 20px !important;
  }
}

.red-background {
  width: 100%;
  background-color: #ff0101;
}

.right-img {
  padding: 15px 0 0 15px;
  text-align: left;
  width: 100%;
}

.right-img .red-background {
  padding-bottom: 15px;
}

.right-img .red-background img {
  margin-top: -15px;
  margin-left: -15px;
}

.left-img {
  padding: 0 15px 15px 0;
  text-align: right;
  width: 100%;
}

.left-img .red-background {
  padding-bottom: 15px;
}

.left-img .red-background img {
  margin-top: -15px;
  margin-right: -15px;
}

.mobile-center {
  @media (max-width: 767px) {
    text-align: center !important;
  }
}

.zc-what-do-dit .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;

  @media (max-width: 767px) {
    padding: 10px;
  }
}

.sub-title-feature br {
  @media (max-width: 767px) {
    display: none;
  }
}

.list-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.list-items p {
  text-align: justify;
}

.list-items .row {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1550px;
  padding-bottom: 30px;
}

.sub-title-2 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 24px;
}

.row-1500 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1550px;
  /* padding: 60px 20px; */
}

.div-scroll-width {
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 56px;
  height: 98px;
  display: flex;
  align-items: center;

  @media (max-width: 767px) {
    margin: 0;
    margin-bottom: 40px;
    height: 38px;
    width: auto;
  }
}

.div-scroll-width .parter-img {
  margin: 0 50px;

  @media (max-width: 1366px) {
    margin: 0 10px;
  }

  @media (max-width: 767px) {
    margin: 0 18px;
    height: 26px;
    width: auto;
  }
}

.div-scroll-width .parter-img:first-child {
  margin-left: 0;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.max-width-1550 {
  max-width: 1550px;
}

.row-1920 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
}

.list-items .title-txt br {
  @media (max-width: 767px) {
    display: none;
  }
}

.list-items .title-txt {
  @media (max-width: 767px) {
    font-size: 16px !important;
    text-align: center;
    margin-top: 40px;
  }
}

.full-width {
  width: 100%;
}

/* 
.project-banner {
  width: 100%;
  aspect-ratio: 21 / 5;
  object-fit: cover;
} */

.project-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/3;

  @media (max-width: 767px) {
    aspect-ratio: 393/195;
  }
}

.project-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    89.79deg,
    rgba(0, 0, 0, 0.8) 58%,
    rgba(4, 2, 3, 0.29) 87.09%
  );
  z-index: 0;
}

.project-banner-text {
  text-align: center;
  color: #fff;
  z-index: 0;
}

.project-banner-text h2 {
  font-size: 3vw;
  animation: fadeIn 1.5s ease forwards;
  opacity: 0;
}

.button-zc {
  padding: 10px 55px;
  height: auto;
  background: #ff0000;
  animation: fadeIn 1.5s ease forwards;
  opacity: 0;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
}

.button-zc-2 {
  padding: 10px 30px;
  height: auto;
  background: #c2c2c2;
  color: #ff0101;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-wrap: nowrap;
}

.project-card {
  margin-top: 20px;
  padding: 0 10px;
  position: relative;

  @media (max-width: 767px) {
    padding: 0px;
  }
}

.button-zc-2:hover {
  background: #ff0000;
  color: #fff;
}

.project-category button {
  margin-right: 10px;

  @media (max-width: 1235px) {
    font-size: 16px;
    padding: 10px 30px;
    white-space: nowrap;
  }

  @media (max-width: 767px) {
    font-size: 14px;
    padding: 14px 21px;
    white-space: nowrap;
  }
}

.button-zc-2.active {
  background: #ff0000;
  color: #fff;
}

/* .partner-flex-gap {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  overflow-x: auto;
} */
.partner-scroll-container {
  overflow-x: auto;
}

.partner-flex-gap {
  display: flex;
  gap: 10px;
}

.project-category {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow-x: auto;
  padding: 60px 10px 0 10px;
  scrollbar-width: none;

  @media (max-width: 767px) {
    padding-top: 20px;
    -ms-overflow-style: none;
    justify-content: left;
  }
}

.card-img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.card-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 24px !important;
  line-height: 1.3;
  @media (max-width: 767px) {
    font-size: 14px !important;
    font-family: "Montserrat-SemiBold", sans-serif;
  }
}

.project-list {
  padding: 40px;
  @media (max-width: 1200px) {
    padding: 20px;
  }
}

/* The actual timeline (the vertical ruler) */
* {
  box-sizing: border-box;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 50px;
}

.timeline p {
  color: #000;
  font-family: "Poppins-Light", sans-serif;
  font-size: 20px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-left: 2px dashed #ff0101;
}

@media (max-width: 767px) {
  .timeline::after {
    left: 10%;
  }
}

/* Container around content */
.timeline-container {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
  @media (max-width: 767px) {
    width: 85%;
  }
}

/* The circles on the timeline */
.timeline-container::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -8px;
  background-color: #ff0101;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.right {
  left: 50%;

  @media (max-width: 767px) {
    left: 10%;
  }
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 2px;
  position: absolute;
  top: 22px;
  width: 100%;
  z-index: 1;
  right: 10px;
  background: radial-gradient(4px 8px, #888 80%, transparent 87%) 0 0 / 13px
    100%;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 2px;
  position: absolute;
  top: 22px;
  width: 100%;
  z-index: 1;
  right: 10px;
  background: radial-gradient(4px 8px, #888 80%, transparent 87%) 0 0 / 13px
    100%;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  position: relative;
  border-radius: 6px;
  margin-top: -14px;
  margin-bottom: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff0101;
}

.slick-dots li button:before {
  font-size: 20px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #d9d9d9;
}

.image-stack img {
  width: 100%;
  padding: 10px 0;
  object-fit: cover;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #c80102 !important;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 0.75 !important;
  color: #c80102 !important;
}

a {
  text-decoration: none !important;
}

.quotes {
  font-size: 40px;
  @media (max-width: 767px) {
    font-size: 14px;
  }
}

.quote-2 .quote-sub1 {
  font-size: 24px;
  @media (max-width: 767px) {
    font-size: 13px;
  }
}

.location-card {
  @media (max-width: 767px) {
    padding: 10px;
  }
}

.video-container {
  position: relative;
}

.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 593/302;
  @media (max-width: 767px) {
    aspect-ratio: 16/9;
  }
}

.project-detail {
  padding: 0 10px;
}

.project-detail .video-detail {
  display: flex;
  justify-content: center;
  width: 70%;
  aspect-ratio: 16/8;
  position: relative;
  @media (max-width: 767px) {
    width: 100%;
  }
}

.pc-font-40 {
  font-size: 40px !important;
  @media (max-width: 767px) {
    font-size: 26px !important;
  }
}

.project-detail .video-detail video {
  width: 100%;
  aspect-ratio: 16/8;
  object-fit: cover;
  @media (max-width: 767px) {
    width: 100%;
  }
}

.captcha {
  bottom: 0;
  right: 0;
  position:absolute;
}

/* .project-video {
  width: 100%;
  aspect-ratio: 593/302;
  object-fit: cover;
  @media (max-width: 767px) {
    aspect-ratio: 372/264;
  }
} */

.quote-2 .quote-sub2 {
  font-size: 16px;
  @media (max-width: 767px) {
    font-size: 13px;
  }
}

.head-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #ff0101;
  height: 300px;
  z-index: -1;
}

.black-mobile {
  @media (max-width: 767px) {
    color: #000;
  }
}

.head-overlay {
  @media (max-width: 767px) {
    display: none;
  }
}

body {
  background: #333;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.card-project {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ff0000;
  color: #fff;
  min-height: 100px;
  margin-top: -8px;

  @media (max-width: 767px) {
    padding: 25px 25px;
    min-height: 50px;
  }
}
.play-icon-project {
  width: 60px;
  height: 60px;
  @media (max-width: 767px) {
    width: 30px;
    height: 30px;
  }
}

.project-card:hover .card-project {
  background-color: #ebebeb;
  color: #ff0000;
}

.project-card:hover {
  cursor: pointer;
}

.card-project:hover {
  background-color: #ebebeb;
  color: #ff0000;
}

.mouse_scroll {
  position: absolute;
  bottom: 10%;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  @media (max-width: 767px) {
    display: none;
  }
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);

  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;

  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;

  animation-delay: 0.3s;
  animation-direction: alternate;

  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;

  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@-o-keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}
@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
