/*
Theme Name: MH-MEDIA
Description: MEDIA
Author: MinhHai
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
  font-size: 18px;
  line-height: 1.5;
}
.banner-top {
  padding-top: calc(100vh - 100px) !important;
}
.banner-top .text-inner p {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  font-size: 1em;
  line-height: 1.25em;
  color: #fff;
  font-weight: bold;
}
.banner-top .text-inner h1 {
  color: #fff;
  max-width: 31.25rem;
  padding-right: 1.875rem;
  letter-spacing: -2px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.5rem;
  font-size: 3.75em;
  line-height: 1.1333333333em;
}
.banner-top .button {
  padding: 2px 20px 5px;
  min-height: auto;
  height: auto;
  font-size: 18px;
}
.banner-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(-90deg, rgba(3, 17, 42, 0) 0.18%, rgba(3, 17, 42, 0.7) 99.82%);
}
.section-title-normal {
  border-bottom: 0;
}
.section-title-normal span {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  padding-left: 12px;
}
.section-title-normal span:before {
  border-left: 4px solid #1e73be;
  content: "";
  height: 25px;
  margin-right: 8px;
  display: inline-block;
  left: 0;
  top: 4px;
  position: absolute;
  width: 4px;
}
.box-video .box {
  transition: all 0.3s;
}
.box-video .box .box-text {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.box-video .box .box-image:after {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  font-weight: bold;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 2px;
  font-size: 16px;
  transition: all 0.5s;
}
.box-video .box:hover .box-image:after {
  background: red;
  border-color: red;
}
.box-sl .flickity-prev-next-button {
  background-color: #111;
  color: #fff;
  opacity: 0.9;
  top: 50%;
  margin-top: -60px;
  width: 36px;
  height: 50px;
  border-radius: 5px;
}
.box-sl .flickity-prev-next-button:hover {
  background-color: #1e73be;
}
.box-sl .flickity-prev-next-button.next {
  right: 0;
  transform: translateX(8px);
}
.box-sl .flickity-prev-next-button.previous {
  left: 0;
  transform: translateX(-8px);
}
.post-item .post-title a {
  font-size: 18px;
}
.post-item .from_the_blog_excerpt {
  font-size: 16px;
}
.page-title-inner {
  min-height: auto;
  max-height: 650px;
  height: 51vw;
}
.page-title-inner .flex-col {
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 20px;
}
.page-title-inner h6 {
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.page-title-inner h1 {
  font-size: 3.75em;
  line-height: 1.1333333333em;
  letter-spacing: -2px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.5rem;
}
.page-title-inner .entry-meta {
  margin-top: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.footer-bottom {
  font-size: 16px;
}
.footer-bottom a {
  font-size: 16px;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-bottom ul li {
  display: inline-block;
  margin-bottom: 0;
}
.footer-bottom .social-icons {
  font-size: 16px;
}
.footer-bottom .social-icons span {
  font-weight: normal;
}
.footer-bottom .list_mn ul li:first-child {
  margin-left: 0;
}
.footer-bottom .list_mn a:before {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 5px;
}
.absolute-footer {
  background-color: #100000;
  padding: 0;
}
.absolute-footer .container {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}
.s-ft {
  padding-top: calc(50vw - 300px) !important;
}
.s-ft .section-bg:before {
  background: linear-gradient(180deg, rgba(3, 17, 42, 0), #000000 90%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.s-ft .bg-fill {
  background-position: 50% 0%;
}
.wpcf7 {
  font-size: 16px;
}
.wpcf7 p {
  font-size: 16px;
}
.wpcf7 label {
  font-weight: normal;
  font-size: 16px;
}
.wpcf7 input {
  min-height: 45px;
  margin-top: 5px;
}
.wpcf7 .wpcf7-submit {
  padding: 10px 35px 15px;
  min-height: auto;
  height: auto;
  line-height: 1.5;
  border-radius: 25px;
  margin-top: 20px;
  text-transform: none;
}


.header-wrapper.stuck {
  background: #fff;
}
.header {
  padding-bottom: 50px;
}
.home .header {
  padding-bottom: 0;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .s-ft {
    padding-top: 200px!important;
  }
  .s-ft .bg-fill {
    background-size: contain !important;
  }
  .header {
    padding-bottom: 30px;
  }
  .page-title-inner h1 {
    font-size: 2em;
    margin-bottom: 1rem;
  }
  .banner-top .text-inner p {
    font-size: 1.3em;
  }
  .banner-top {
    padding-top: 80vw !important;
  }
  .banner-top .button {
    padding: 2px 15px 5px;
    min-height: auto;
    height: auto;
    font-size: 16px;
  }
  .banner-top .text-inner h1 {
    margin-bottom: 1rem;
    font-size: 3em;
  }
  .box-sl .flickity-prev-next-button.next {
    right: 0;
    transform: none;
  }
  .box-sl .flickity-prev-next-button.previous {
    left: 0;
    transform: none;
  }
  .box-sl .flickity-prev-next-button {
    opacity: 0.5;
    width: 25px;
    height: 30px;
  }
}
