/*
Theme Name: Leodigi BDS
Theme URI: https://leodigi.dev/
Author: Thắng Nguyễn
Author URI: https://leodigi.dev/
Description: Leodigi BDS
Version: 2.0
Text Domain: Leodigi.dev
*/
@font-face {
  font-family: 'Brushwell';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('fonts/NVN-Brushwell-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Conqueror';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('fonts/SVN-Conqueror-Didot.otf') format('woff2'),
    url('fonts/SVN-Conqueror-Didot.otf') format('woff');
}
@font-face {
  font-family: 'BaskervilleBook';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('fonts/SFUBaskervilleBookRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'BaskervilleBook';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('fonts/SFUBaskervilleBookMedium.ttf') format('truetype');
}

@font-face {
  font-family: 'BaskervilleBook';
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: url('fonts/SFUBaskervilleBookMediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'BaskervilleBook';
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url('fonts/SFUBaskervilleBookRegular.ttf') format('truetype');
}
body {
  font-family: 'Montserrat', Sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: #565656 !important;
}
.brxe-container {
  width: 1324px;
}
.bds-home h2,
.bds-post h2 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1em;
  color: #18648c;
}
.bds-home h3 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
  color: #18648c;
}
.bds-post h3 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  color: #18648c;
}
.bds-home.home-ti:before {
  content: '';
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff05 0%, #ffffff 70%);
  height: 100px;
  width: 100%;
}
.bds-home.home-ti h2 {
  font-family: 'BaskervilleBook', Sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 1rem;
}
.bds-home.home-ti h3 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 20px 0;
}
.bds-home.home-ti h3 strong {
  font-family: 'Montserrat', Sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #bd9806;
}
.br-desktop {
  display: none;
}

.font-nvm {
  font-family: 'Brushwell', Sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-transform: none;
  color: #18648c;
  display: inline-block;
  transform: translateY(10px);
}
.bds-home ul {
  list-style: none;
  padding-left: 0;
}

.bds-home li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
  font-family: 'BaskervilleBook', Sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  color: #18648c;
  transition: color 0.3s;
}

.bds-home li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('/wp-content/uploads/2025/05/icon.png');
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.reveal-mask {
  overflow: hidden;
  display: inline-block;
}

.reveal-mask img {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2s ease-out;
}

.reveal-mask.revealed img {
  transform: scaleX(1);
}
.home-slider .swiper-slide:before {
  content: '';
  background-image: linear-gradient(180deg, #18648c00 0%, #18648c 100%);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.home-slider h2 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 56px;
  font-weight: 600;
}
.home-slider-2 .image {
  border-radius: 10px;
}

.home-slider-2 h3 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}
.home-slider-2 h2 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
  color: #bd9806;
  display: inline-block;
  transform: translateY(10px);
}
.docdao h3 {
  font-family: 'Conqueror', Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #18648c;
  height: 100px;
}
.docdao h3 strong {
  font-family: 'Montserrat', Sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #bd9806;
}
.docdao p {
  height: 100px;
}
.docdao .slider-content {
  padding: 30px 20px;
}
.docdao .content {
  margin-bottom: 50px;
}
.bds-home.home-ti {
  z-index: 2;
  position: relative;
}

.x-marker .tippy-content {
  background: transparent !important;
}
.tq-tab .tq-tab-menu {
  width: max-content;
  box-shadow: -4px 3px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.tq-tab .tq-tab-menu.tab-menu .tab-title {
  margin-top: 10px;
  color: #fff !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.tq-tab .tq-tab-menu.tab-menu .tab-l-title.tab-title.brx-open {
  background-color: #fff !important;
  margin: 10px;
  border-radius: 15px;
  color: #bd9806;
}
.tq-tab .tq-tab-menu.tab-menu .tab-title.brx-open {
  color: #bd9806 !important;
}
.tq-tab .tab-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: none !important;
}
input#gform_submit_button_1 {
  background: #18648c;
  margin: 0 auto;
}
.home .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
.sb-360 iframe {
  width: 100vw;
  height: 100vh;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media only screen and (min-width: 1025px) {
  .br-desktop {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .home-slider-2 .brxe-container {
    width: calc(50% + 662px) !important;
  }
}
@media (min-width: 1350px) {
  .hero-single {
    padding-top: 320px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1520px) {
  .bds-home.home-ti {
    margin-top: -250px;
  }
}
@media (min-width: 1920px) {
  .bds-home.home-ti {
    margin-top: -260px;
  }
}

@media (min-width: 2560px) {
  .bds-home.home-ti {
    margin-top: -260px;
  }
}
@media (max-width: 767px) {
  :where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
    background-color: #fff;
  }
  .bds-home h2,
  .bds-post h2 {
    font-size: 30px;
  }
  .bds-home h3 {
    font-size: 20px;
  }
  .bds-home li {
    font-size: 20px;
    padding-left: 35px;
  }
  .bds-home li::before {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .font-nvm {
    font-size: 40px;
    transform: translateY(0px);
  }
  .bds-home.home-ti h3 strong {
    font-size: 30px;
  }
  .bds-home.home-ti h3 {
    font-size: 22px;
    line-height: 1em;
  }
  .home-slider-2 h2 {
    font-size: 24px;
    transform: translateY(0px);
  }
  .home-slider-2 h3 {
    line-height: 0.5em;
  }
  .docdao h3 {
    height: 50px;
  }
  .bds-home.home-ti h2 {
    font-size: 30px;
  }
  .home-slider .swiper-slide:before {
    height: 100%;
  }
}
