/*
* Font Family
*/
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-Black.ttf);
  font-family: 'Montserrat-Black';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-Bold.ttf);
  font-family: 'Montserrat-Bold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-ExtraBold.ttf);
  font-family: 'Montserrat-ExtraBold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-Light.ttf);
  font-family: 'Montserrat-Light';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-Medium.ttf);
  font-family: 'Montserrat-Medium';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-Regular.ttf);
  font-family: 'Montserrat-Regular';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/Montserrat-SemiBold.ttf);
  font-family: 'Montserrat-SemiBold';
}
/*
* Color
*/
/*
* Notes
font-size 60px -> 40px, 
font-size 48px -> 24px,
font-size 30px -> 18px;
font-size 20px -> 14px
font-size button no change
*/
/*
* General settings
*/
body,
ul,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
  padding: 0px;
}
body {
  position: relative;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
  line-height: normal;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
}
p {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
strong {
  font-weight: normal;
  font-family: 'Montserrat-Bold';
}
.container-fluid {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}
.inner-container {
  position: relative;
}
.pd-left {
  padding-left: 160px;
}
.pd-right {
  padding-right: 160px;
}
.hide-item {
  display: none!important;
}
/*Container single post
*/
.main-single-post {
  padding-top: calc(105px + 7.825%);
}
/*
* Image width percent
*/
.bg-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
/*
* Overlay
*/
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
/*
* Button
*/
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 20px;
  transition: all 0.4s ease;
}
.btn-icon {
  font-size: 0px;
}
.btn-icon img {
  object-fit: contain;
  width: 16.5px;
  transition: all 0.3s;
}
.btn-has-text {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  letter-spacing: 5.6px;
}
/*
* Position absolute
*/
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/*
* Logo img
*/
.logo {
  display: inline-block;
  line-height: 0px;
  font-size: 0px;
}
.logo img {
  object-fit: contain;
  height: 80px;
  transition: height 0.5s ease, filter 0.3s ease 0.2s, -webkit-filter 0.3s ease 0.2s;
  -webkit-transition: height 0.5s ease, -webkit-filter 0.3s ease 0.2s;
  -moz-transition: height 0.5s ease, -moz-filter 0.3s ease 0.2s;
  -o-transition: height 0.5s ease, -o-filter 0.3s ease 0.2s;
}
/*
* title block
*/
.title-block {
  position: relative;
  padding-top: 130px;
  padding-top: calc(105px + 1.5625%);
  padding-bottom: 622px;
  padding-bottom: 32.39583333%;
}
.title-block h2 {
  position: relative;
  color: #fff;
  font-family: 'Montserrat-Black';
  font-size: 48px;
  text-transform: uppercase;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.title-block h2 .word {
  transition: opacity 0.05s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.05s;
  transition: transform 0.25s, opacity 0.05s, -webkit-transform 0.25s;
}
.title-block h2 .char {
  transition: opacity 0.05s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.05s;
  transition: transform 0.25s, opacity 0.05s, -webkit-transform 0.25s;
}
.title-block [data-scroll='out'] {
  opacity: 0;
  -webkit-transform: translate3d(-25px, -20px, -800px);
  transform: translate3d(-25px, -20px, -800px);
}
.title-block [data-scroll='out'] .char {
  opacity: 0;
  -webkit-transform: translate3d(-25px, -20px, -800px);
  transform: translate3d(-25px, -20px, -800px);
}
.title-block [data-scroll] {
  transition: opacity 1s;
}
.title-block [data-scroll="in"] {
  opacity: 1;
}
/*
* background color
*/
.background-color {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .scroll-effect {
    visibility: hidden;
  }
}
@media only screen and (max-width: 1440px) {
  .pd-left {
    padding-left: 80px;
  }
  .pd-right {
    padding-right: 80px;
  }
  .title-block h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .pd-left {
    padding-left: 40px;
  }
  .pd-right {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .title-block {
    padding-top: calc(75px + 2%);
  }
  .title-block h2 {
    font-size: 24px;
  }
  .btn-custom {
    padding: 10px 20px;
  }
  .btn-icon {
    padding: 10px;
  }
  .btn-has-text {
    letter-spacing: 2.5px;
  }
  .logo img {
    height: 60px;
  }
  .main-single-post {
    padding-top: calc(75px + 7.825%);
  }
}
@media only screen and (max-width: 767px) {
  .title-block {
    padding-top: 30px;
  }
  .first-block .title-block {
    padding-top: 70px;
  }
  .pd-left {
    padding-left: 15px;
  }
  .pd-right {
    padding-right: 15px;
  }
  .logo img {
    height: 40px;
  }
  .main-category-page .first-block .title-block {
    padding-top: 70px;
  }
  .faq-page .block-openning .title-block {
    padding-top: 70px;
  }
  .main-single-post {
    padding-top: 80px;
  }
  .main-category-page .title-block {
    padding-top: 70px;
  }
  .overflow {
    overflow: hidden;
  }
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  /*
    * Button header
    */
}
header .container-fluid {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
header .menu {
  list-style-type: none;
  display: inline-flex;
  flex-direction: row;
}
header .menu-item {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  text-transform: uppercase;
}
header .menu > .menu-item > a {
  display: inline-block;
  padding: 29.5px 10px;
  transition: color 0.3s ease;
}
header .btn-menu {
  width: 25px;
  height: 18px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  display: none;
}
header .menu-bar {
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 2.5px;
  transition: transform 0.3s linear;
}
header .top-bar {
  top: 0px;
}
header .bottom-bar {
  bottom: 0px;
  width: 10px;
}
header.sticky-menu .container-fluid {
  background-color: #fff;
  padding-top: 0px;
  box-shadow: 0px 0px 24px rgba(207, 205, 205, 0.25);
}
header.sticky-menu .menu-item {
  color: #000;
}
header.sticky-menu .logo img {
  height: 60px;
  filter: invert(1);
}
header.single-page .menu-item {
  color: #000;
}
header.single-page .menu-bar {
  background-color: #000;
}
@media only screen and (max-width: 1023px) {
  header .container-fluid {
    padding-top: 15px;
  }
  header .menu > .menu-item > a {
    padding: 19.5px 10px;
  }
  header.sticky-menu .logo img {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  header .container-fluid {
    padding-top: 10px;
    align-items: center;
  }
  header .btn-menu {
    display: inline-block;
  }
  header .overlay.hide-item {
    display: block!important;
    background-color: #fff;
  }
  header nav {
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    width: 100%;
    padding-top: 75px;
  }
  header .menu {
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  header .menu-item {
    color: #090526;
  }
  header .menu > .menu-item > a {
    padding: 15px;
    width: 100%;
  }
  header.show-menu .logo {
    z-index: 2;
  }
  header.show-menu .logo img {
    filter: invert(1);
  }
  header.show-menu nav {
    visibility: visible;
    opacity: 1;
  }
  header.show-menu .menu-bar {
    background-color: #000;
  }
  header.sticky-menu .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.sticky-menu .logo img {
    height: 30px;
  }
  header.sticky-menu .menu-bar {
    background-color: #000;
  }
}
footer ul {
  list-style-type: none;
}
footer .top-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .top-footer .list-social-content {
  display: inline-flex;
  align-items: center;
}
footer .top-footer .text-social {
  color: #000;
  font-family: 'Montserrat-Light';
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding-right: 30px;
}
footer .top-footer .list-social {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
footer .top-footer .list-social li:not(:last-child) {
  padding-right: 30px;
}
footer .top-footer .list-social li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #090526;
  transition: all 0.2s;
  border-radius: 50%;
}
footer .top-footer .list-social li a:hover {
  background-color: #fff;
}
footer .top-footer .list-social li a:hover img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(22%) saturate(7079%) hue-rotate(237deg) brightness(95%) contrast(107%);
}
footer .top-footer .list-social img {
  height: 15px;
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(191deg) brightness(104%) contrast(100%);
}
footer .bottom-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .bottom-footer .text {
  display: inline-block;
  color: #000;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
}
footer .bottom-footer .list-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
footer .bottom-footer .list-link li {
  padding-left: 10px;
  padding-right: 10px;
}
footer .bottom-footer .list-link li:first-child {
  padding-left: 0px;
}
footer .bottom-footer .list-link li:last-child {
  padding-right: 0px;
}
footer .bottom-footer .list-link li:not(:last-child) {
  border-right: 1px solid #000;
}
footer .middle-footer {
  padding-top: 110px;
  padding-bottom: 60px;
  /*
        * Cols middle
        */
  /*
        *Col one
        */
  /*
        *Col three
        */
}
footer .middle-footer > .row {
  justify-content: space-between;
}
footer .middle-footer .title {
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  padding-bottom: 10px;
}
footer .middle-footer .col-middle .row {
  justify-content: center;
}
footer .middle-footer .list-link {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat-Regular';
  font-size: 16px;
}
footer .middle-footer .list-link li:not(:last-child) {
  padding-bottom: 10px;
}
footer .middle-footer .col-one {
  max-width: 17.5%;
  min-width: 280px;
}
footer .middle-footer .description {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  letter-spacing: 0.1px;
}
footer .middle-footer .description p {
  padding-bottom: 5px;
  line-height: 1.5;
}
footer .middle-footer .description p:first-of-type {
  padding-bottom: 10px;
}
footer .middle-footer .image {
  position: relative;
  padding-bottom: 100%;
}
footer .middle-footer .col-three {
  max-width: 25%;
  min-width: 350px;
}
footer .middle-footer .post {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .middle-footer .post:not(:last-child) {
  padding-bottom: 10px;
}
footer .middle-footer .image-content {
  width: 80px;
}
footer .middle-footer .text-content {
  flex: 1;
  padding-left: 15px;
}
footer .middle-footer .category {
  font-family: 'Montserrat-Bold';
  font-size: 13px;
}
footer .middle-footer .post-title {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  height: 48px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .middle-footer .post-date {
  font-family: 'Montserrat-Light';
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1600px) {
  footer .middle-footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  footer .middle-footer .col-one {
    max-width: unset;
    min-width: unset;
  }
  footer .middle-footer .col-three {
    max-width: unset;
    min-width: unset;
  }
}
@media only screen and (max-width: 1280px) {
  footer .middle-footer {
    /*
            * Cols middle
            */
    /*
            *Col one
            */
    /*
            *Col three
            */
  }
  footer .middle-footer .col-middle {
    width: 50%;
    padding-top: 20px;
  }
  footer .middle-footer .col-middle .row {
    justify-content: space-between;
    padding-right: 10%;
  }
  footer .middle-footer .col-middle .col-3 {
    width: auto;
    flex: 1 0 0%;
  }
  footer .middle-footer .col-one {
    width: 100%;
  }
  footer .middle-footer .col-three {
    width: 50%;
    padding-top: 20px;
  }
  footer .middle-footer .col-three .content {
    padding-left: 20%;
    padding-right: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  footer .top-footer .text-social {
    font-size: 14px;
    padding-right: 20px;
  }
  footer .top-footer .list-social li:not(:last-child) {
    padding-right: 20px;
  }
  footer .bottom-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .bottom-footer .text {
    font-size: 14px;
  }
  footer .middle-footer {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer .middle-footer .title {
    font-size: 14px;
  }
  footer .middle-footer .list-link {
    font-size: 14px;
  }
  footer .middle-footer .description {
    font-size: 14px;
  }
  footer .middle-footer .text-content {
    flex: 1;
    padding-left: 10px;
  }
  footer .middle-footer .category {
    font-size: 12px;
  }
  footer .middle-footer .post-title {
    font-size: 14px;
    height: 47px;
  }
  footer .middle-footer .post-date {
    font-size: 12px;
  }
  footer .middle-footer .col-three .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  footer .top-footer .text-social {
    padding-right: 10px;
  }
  footer .top-footer .list-social img {
    height: 12.5px;
  }
  footer .top-footer .list-social li a {
    width: 25px;
    height: 25px;
  }
  footer .top-footer .list-social li:not(:last-child) {
    padding-right: 10px;
  }
  footer .middle-footer {
    /*
            * Cols middle
            */
    /*
            *Col one
            */
    /*
            *Col three
            */
  }
  footer .middle-footer .col-middle {
    order: 2;
    padding-top: 10px;
  }
  footer .middle-footer .col-middle .row {
    padding-right: 0px;
  }
  footer .middle-footer .col-middle .col-3 {
    width: 100%;
  }
  footer .middle-footer .col-middle .content {
    padding-top: 10px;
  }
  footer .middle-footer .col-one {
    order: 1;
  }
  footer .middle-footer .col-three {
    order: 3;
    width: 100%;
    padding-top: 10px;
  }
  footer .bottom-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .bottom-footer .text {
    text-align: center;
  }
  footer .bottom-footer .list-link {
    flex-direction: row;
    justify-items: center;
  }
  footer .bottom-footer .list-link li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home-banner .video-bg {
  position: relative;
}
.home-banner .inner-content {
  position: relative;
  min-height: 100vh;
  padding-top: calc(105px + 500%/384);
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}
.home-banner .wrapper {
  position: relative;
  padding: 10% 6.25%;
  max-width: 56.25%;
}
.home-banner .wrapper-content {
  position: relative;
}
.home-banner h1 {
  color: #fff;
  font-family: 'Montserrat-Light';
  font-size: 60px;
  padding-bottom: 20px;
}
.home-banner h1 strong {
  font-family: 'Montserrat-Black';
  display: block;
}
.home-banner .description {
  color: #fff;
  font-family: 'Montserrat-Light';
  font-size: 30px;
  padding-bottom: 30px;
}
.home-banner .description span {
  font-family: 'Montserrat-Bold';
}
.home-banner .btn-home-banner {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.home-banner .btn-home-banner:hover {
  background-color: #fff;
  color: #FF727D;
}
.home-banner .border-custom {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.home-banner .border-custom .top-left,
.home-banner .border-custom .top-right,
.home-banner .border-custom .bottom-right,
.home-banner .border-custom .bottom-left {
  box-sizing: border-box;
  position: absolute;
  content: '';
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.home-banner .border-custom .top-left {
  top: 0px;
  left: 0px;
  border-top: 10px solid #FF727D;
  animation-delay: 0s;
}
.home-banner .border-custom .top-right {
  top: 0px;
  right: 0px;
  border-right: 10px solid #FF727D;
  animation-delay: 0.5s;
}
.home-banner .border-custom .bottom-right {
  bottom: 0px;
  right: 0px;
  border-bottom: 10px solid #FF727D;
  animation-delay: 1s;
}
.home-banner .border-custom .bottom-left {
  bottom: 0px;
  left: 0px;
  border-left: 10px solid #FF727D;
  animation-delay: 1.5s;
}
.home-banner .effect-width {
  animation-name: width-border;
}
.home-banner .effect-height {
  animation-name: height-border;
}
@keyframes width-border {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes height-border {
  from {
    height: 0px;
  }
  to {
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .home-banner h1 {
    font-size: 45px;
  }
  .home-banner .description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-banner h1 {
    font-size: 40px;
  }
  .home-banner .description {
    font-size: 18px;
  }
  .home-banner .wrapper {
    max-width: 65%;
    padding: 8% 6%;
  }
  .home-banner .btn-home-banner {
    border-bottom-right-radius: 20px;
  }
  .home-banner .border-custom .top-left,
  .home-banner .border-custom .top-right,
  .home-banner .border-custom .bottom-right,
  .home-banner .border-custom .bottom-left {
    border-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .wrapper {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.home-introduce {
  /*
    * Slide config
    */
}
.home-introduce .container-fluid {
  padding-bottom: 225px;
}
.home-introduce .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.home-introduce .title {
  color: #fff;
  font-family: 'Montserrat-ExtraBold';
  padding-bottom: 40px;
  line-height: 1;
  font-size: 60px;
}
.home-introduce .block-introduce {
  position: relative;
}
.home-introduce .row {
  margin: -15px;
}
.home-introduce .col {
  padding: 15px;
}
.home-introduce .col.two-cols .image {
  padding-bottom: 100%;
}
.home-introduce .col.three-cols .image {
  padding-bottom: 147.05882353%;
}
.home-introduce .col.slide-item .image {
  padding-bottom: 147.05882353%;
}
.home-introduce .content {
  position: relative;
}
.home-introduce .btn-introduce {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.home-introduce .btn-introduce:hover {
  background-color: #fff;
}
.home-introduce .btn-introduce:hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(858%) hue-rotate(307deg) brightness(109%) contrast(101%);
}
.home-introduce .image {
  position: relative;
  padding-bottom: 46.875%;
}
.home-introduce .text-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 45px;
  padding-left: 30px;
}
.home-introduce .slick-slide {
  height: auto;
}
.home-introduce .btn-slide.btn-previous {
  left: 0px;
}
.home-introduce .btn-slide.btn-next {
  right: 0px;
}
@media only screen and (max-width: 1280px) {
  .home-introduce .container-fluid {
    padding-bottom: 160px;
  }
  .home-introduce .title {
    padding-bottom: 30px;
    font-size: 45px;
  }
  .home-introduce .text-content {
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .home-introduce .row {
    margin: -10px;
  }
  .home-introduce .col {
    padding: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-introduce .container-fluid {
    padding-bottom: 100px;
  }
  .home-introduce .title {
    padding-bottom: 20px;
    font-size: 35px;
  }
  .home-introduce .text-content {
    padding-bottom: 20px;
  }
  .home-introduce .btn-introduce {
    border-bottom-right-radius: 20px;
  }
  .home-introduce .row {
    margin: -5px;
  }
  .home-introduce .col {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-introduce .container-fluid {
    padding-bottom: 30px;
  }
  .home-introduce .title {
    padding-bottom: 0px;
    font-size: 24px;
  }
  .home-introduce .row {
    margin: -10px 0px;
    position: relative;
  }
  .home-introduce .col {
    padding: 10px 0px;
    width: 100%!important;
  }
  .home-introduce .col:not(.slide-item) {
    position: sticky;
    top: 50px;
    flex: 0 0 auto;
  }
  .home-introduce .image {
    padding-bottom: 151.42857143% !important;
  }
  .home-introduce .text-content {
    padding: 0px 15px 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.home-video .container-fluid {
  padding-bottom: 225px;
}
.home-video .title-block h2 {
  color: #000;
}
.home-video .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.home-video .title {
  color: #fff;
  font-family: 'Montserrat-ExtraBold';
  padding-bottom: 40px;
  line-height: 1;
  font-size: 60px;
}
.home-video .btn-video {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.home-video .btn-video:hover {
  background-color: #fff;
}
.home-video .btn-video:hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(858%) hue-rotate(307deg) brightness(109%) contrast(101%);
}
.home-video .video {
  position: relative;
  padding-bottom: 50%;
}
.home-video .video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.home-video .text-content {
  position: absolute;
  bottom: 43.75%;
  left: 0px;
  width: 100%;
  padding-left: 40px;
}
@media only screen and (max-width: 1280px) {
  .home-video .container-fluid {
    padding-bottom: 160px;
  }
  .home-video .title {
    padding-bottom: 30px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-video .container-fluid {
    padding-bottom: 100px;
  }
  .home-video .title {
    padding-bottom: 20px;
    font-size: 35px;
  }
  .home-video .btn-icon {
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-video .container-fluid {
    padding-bottom: 30px;
  }
  .home-video .title {
    font-size: 24px;
  }
  .home-video .video {
    padding-bottom: 86.95652174% !important;
  }
  .home-video .text-content {
    bottom: 0px;
    padding: 0px 15px 15px;
  }
}
.image-video-introduce {
  /*
    * Block introduce
    */
  /*
    * Slide config
    */
}
.image-video-introduce .container-fluid {
  padding-bottom: 100px;
}
.image-video-introduce .title-block h2 {
  color: #000;
}
.image-video-introduce .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.image-video-introduce .title {
  color: #fff;
  font-family: 'Montserrat-ExtraBold';
  padding-bottom: 40px;
  line-height: 1;
  font-size: 60px;
}
.image-video-introduce .btn-image-video {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.image-video-introduce .btn-image-video:hover {
  background-color: #fff;
}
.image-video-introduce .btn-image-video:hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(858%) hue-rotate(307deg) brightness(109%) contrast(101%);
}
.image-video-introduce .media-content {
  position: relative;
  padding-bottom: 50%;
}
.image-video-introduce .media-player {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.image-video-introduce .overlay {
  width: 48.75%;
  backdrop-filter: grayscale(1);
  -webkit-backdrop-filter: grayscale(1);
}
.image-video-introduce .text-content {
  position: absolute;
  bottom: 43.75%;
  left: 0px;
  width: 100%;
  padding-left: 40px;
}
.image-video-introduce .introduce-content {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -120px;
  margin-top: -7.5%;
}
.image-video-introduce .row {
  margin: -15px;
}
.image-video-introduce .col {
  padding: 15px;
}
.image-video-introduce .col.two-cols .image {
  padding-bottom: 71.5%;
}
.image-video-introduce .col.three-cols .image {
  padding-bottom: 108.33333333%;
}
.image-video-introduce .col.slide-item .image {
  padding-bottom: 108.33333333%;
}
.image-video-introduce .image-container {
  position: relative;
}
.image-video-introduce .image {
  position: relative;
  padding-bottom: 45%;
}
.image-video-introduce .text {
  color: #fff;
  font-family: 'Montserrat-Light';
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  bottom: 10px;
  display: inline-block;
  padding: 5px 10px;
}
.image-video-introduce .text-container {
  padding-top: 20px;
  padding-bottom: 10px;
}
.image-video-introduce .name-content {
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  color: rgba(9, 5, 38, 0.7);
  padding-bottom: 20px;
}
.image-video-introduce .description {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
}
.image-video-introduce .slick-slide {
  height: auto;
}
.image-video-introduce .group-button {
  transform: translateX(-50%);
  top: 31.57894737%;
}
@media only screen and (max-width: 1280px) {
  .image-video-introduce {
    /*
        * Block introduce
        */
  }
  .image-video-introduce .container-fluid {
    padding-bottom: 80px;
  }
  .image-video-introduce .title {
    padding-bottom: 30px;
    font-size: 45px;
  }
  .image-video-introduce .row {
    margin: -10px;
  }
  .image-video-introduce .col {
    padding: 10px;
  }
  .image-video-introduce .text-container {
    padding-top: 10px;
  }
  .image-video-introduce .name-content {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .image-video-introduce .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .image-video-introduce {
    /*
        * Block introduce
        */
  }
  .image-video-introduce .container-fluid {
    padding-bottom: 60px;
  }
  .image-video-introduce .title {
    padding-bottom: 20px;
    font-size: 35px;
  }
  .image-video-introduce .row {
    margin: -5px;
  }
  .image-video-introduce .col {
    padding: 5px;
  }
  .image-video-introduce .text {
    font-size: 15px;
  }
  .image-video-introduce .name-content {
    font-size: 14px;
  }
  .image-video-introduce .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .image-video-introduce {
    /*
        * Block introduce
        */
  }
  .image-video-introduce .container-fluid {
    padding-bottom: 30px;
  }
  .image-video-introduce .title {
    font-size: 24px;
  }
  .image-video-introduce .media-content {
    padding-bottom: 86.95652174% !important;
  }
  .image-video-introduce .introduce-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -20%;
  }
  .image-video-introduce .row {
    margin: -10px 0px;
    position: relative;
  }
  .image-video-introduce .col {
    padding: 10px 0px;
    width: 100%!important;
  }
  .image-video-introduce .col:not(.slide-item) {
    position: sticky;
    top: 50px;
    flex: 0 0 auto;
  }
  .image-video-introduce .image {
    padding-bottom: 60%!important;
  }
  .image-video-introduce .btn-image-video {
    border-bottom-right-radius: 20px;
  }
}
.block-slideshow {
  /*
    * Block Slideshow
    */
  /*
    *effect
    */
}
.block-slideshow .container-fluid {
  padding-bottom: 225px;
}
.block-slideshow .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.block-slideshow .btn-icon {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.block-slideshow .accordion-custom {
  width: 100%;
  padding-bottom: 46.875%;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
.block-slideshow .slideshow-cotainer {
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.block-slideshow .slideshow-item {
  flex: 1 1 auto;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  transition: all 1000ms;
}
.block-slideshow .slideshow-item:not(.show-content):hover .overlay {
  opacity: 0;
}
.block-slideshow .slideshow-item:not(.show-content):hover .title-text {
  transform: rotate(180deg) scale(0.8);
}
.block-slideshow .text-content {
  position: absolute;
  padding: 40px;
  left: 0px;
  width: 100%;
  display: none;
  overflow: hidden;
}
.block-slideshow .bottom-text {
  max-width: 60%;
}
.block-slideshow .slideshow-cotainer > :nth-child(3n+1) .text-content {
  top: 0px;
}
.block-slideshow .slideshow-cotainer > :nth-child(3n+2) .text-content {
  top: 50%;
  transform: translateY(-50%);
}
.block-slideshow .slideshow-cotainer > :nth-child(3n) .text-content {
  bottom: 0px;
}
.block-slideshow .title {
  color: #fff;
  font-family: 'Montserrat-ExtraBold';
  line-height: 1;
  font-size: 60px;
  display: inline-block;
  top: 0px;
  vertical-align: bottom;
  padding-bottom: 20px;
  transition: all 300ms;
}
.block-slideshow .description {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 30px;
  padding-bottom: 20px;
}
.block-slideshow .btn-slideshow {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.block-slideshow .btn-slideshow:hover {
  background-color: #fff;
}
.block-slideshow .btn-slideshow:hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(858%) hue-rotate(307deg) brightness(109%) contrast(101%);
}
.block-slideshow .title-text {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat-ExtraBold';
  line-height: 1;
  font-size: 40px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: all 0.3s linear;
  display: inline-block;
  white-space: nowrap;
}
.block-slideshow .text-collaped {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block-slideshow .slideshow-cotainer.show-content .slideshow-item {
  width: 10%;
}
.block-slideshow .slideshow-cotainer.show-content .slideshow-item.show-content {
  width: 90%;
}
.block-slideshow .slideshow-cotainer.show-content .slideshow-item.show-content .title {
  transform: translateX(0px);
  left: 40px;
}
.block-slideshow .slideshow-cotainer.show-content .slideshow-item.show-content .overlay {
  opacity: 0.5;
}
@media only screen and (max-width: 1280px) {
  .block-slideshow .container-fluid {
    padding-bottom: 160px;
  }
  .block-slideshow .text-content {
    padding: 20px;
  }
  .block-slideshow .bottom-text {
    max-width: 80%;
  }
  .block-slideshow .title {
    font-size: 45px;
  }
  .block-slideshow .title-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-slideshow .container-fluid {
    padding-bottom: 100px;
  }
  .block-slideshow .title {
    font-size: 35px;
  }
  .block-slideshow .title-text {
    font-size: 25px;
  }
  .block-slideshow .description {
    font-size: 20px;
  }
  .block-slideshow .btn-icon {
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-slideshow {
    /*
   * Block Slideshow
   */
  }
  .block-slideshow .container-fluid {
    padding-bottom: 30px;
  }
  .block-slideshow .title {
    top: 50%;
    font-size: 24px;
  }
  .block-slideshow .description {
    font-size: 16px;
  }
  .block-slideshow .accordion-custom {
    padding-bottom: unset;
  }
  .block-slideshow .slideshow-cotainer {
    height: auto;
    position: static;
  }
  .block-slideshow .slideshow-item {
    display: block;
    padding-bottom: unset;
    width: 100%;
  }
  .block-slideshow .slideshow-cotainer {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .block-slideshow .slideshow-cotainer .text-content {
    top: 50%!important;
    left: 0px!important;
    transform: translateY(-50%) !important;
  }
  .block-slideshow .slideshow-cotainer > :nth-child(3n+1) .text-content {
    left: 0px;
    transform: translateY(-50%);
  }
  .block-slideshow .slideshow-cotainer > :nth-child(3n+2) .text-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-slideshow .slideshow-cotainer > :nth-child(3n) .text-content {
    right: 0px;
    left: unset;
    transform: translateY(-50%);
  }
  .block-slideshow .text-collaped {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-slideshow .title-text {
    font-size: 16px;
    writing-mode: unset;
    transform: none;
  }
  .block-slideshow .slideshow-item:not(.show-content):hover .title-text {
    transform: scale(0.8);
  }
  .block-slideshow .slideshow-cotainer.show-content .slideshow-item {
    width: 100%;
  }
  .block-slideshow .slideshow-cotainer.show-content .slideshow-item.show-content {
    width: 100%;
    height: 100%!important;
    flex: auto;
  }
  .block-slideshow .slideshow-cotainer.show-content .slideshow-item.show-content .title {
    transform: none;
  }
}
.home-slide-image-video {
  /*
    * part Video
    */
}
.home-slide-image-video .container-fluid {
  padding-bottom: 225px;
}
.home-slide-image-video .title-block h2 {
  color: #000;
}
.home-slide-image-video .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.home-slide-image-video .block-slide {
  position: relative;
}
.home-slide-image-video .content {
  position: relative;
  background-color: #fff;
}
.home-slide-image-video .btn-slide-image-video {
  background-color: #fff;
  border-bottom-right-radius: 30px;
}
.home-slide-image-video .btn-slide-image-video img {
  filter: brightness(0) saturate(100%);
}
.home-slide-image-video .btn-slide-image-video:hover {
  background-color: rgba(9, 5, 38, 0.7);
  border-color: #fff;
}
.home-slide-image-video .btn-slide-image-video:hover img {
  filter: unset;
}
.home-slide-image-video .overlay {
  background: #FF727D;
  mix-blend-mode: multiply;
}
.home-slide-image-video .media {
  position: relative;
  padding-bottom: 147.05882353%;
}
.home-slide-image-video .text-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.home-slide-image-video .bottom-text {
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}
.home-slide-image-video .description {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 30px;
  padding-bottom: 40px;
}
.home-slide-image-video .title {
  color: #fff;
  font-size: 25px;
  padding-top: 8%;
  padding-left: 10px;
  padding-right: 10px;
}
.home-slide-image-video .title span {
  display: inline-block;
  padding: 5px 10px;
}
.home-slide-image-video .title p {
  text-align: center;
}
.home-slide-image-video .title p:nth-of-type(1) {
  font-family: 'Montserrat-Light';
}
.home-slide-image-video .title p:nth-of-type(2) {
  font-family: 'Montserrat-Black';
}
.home-slide-image-video .title p:nth-of-type(3) {
  font-family: 'Montserrat-Regular';
}
.home-slide-image-video .btn-content-video {
  width: 100%;
  text-align: right;
}
.home-slide-image-video .btn-video {
  width: 100px;
  height: 100px;
  background-color: #3A3751;
}
.home-slide-image-video .content.video .overlay {
  opacity: 0;
}
.home-slide-image-video .content.video .text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-slide-image-video .content.video .top-text,
.home-slide-image-video .content.video .bottom-text {
  width: 100%;
}
.home-slide-image-video .content.video .description {
  color: #000;
}
.home-slide-image-video .content.video .btn-slide-image-video {
  background-color: rgba(9, 5, 38, 0.7);
}
.home-slide-image-video .content.video .btn-slide-image-video img {
  filter: unset;
}
.home-slide-image-video .content.video .btn-slide-image-video:hover {
  background-color: #fff;
  border-color: #000;
}
.home-slide-image-video .content.video .btn-slide-image-video:hover img {
  filter: brightness(0) saturate(100%);
}
.home-slide-image-video .slick-list {
  margin: 0px -15px;
}
.home-slide-image-video .slick-slide {
  padding: 0px 15px;
  height: inherit!important;
}
.home-slide-image-video .btn-slide.btn-previous {
  left: 0px;
}
.home-slide-image-video .btn-slide.btn-next {
  right: 0px;
}
@media only screen and (max-width: 1600px) {
  .home-slide-image-video .description {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .home-slide-image-video .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-slide-image-video {
    /*
        * part Video
        */
  }
  .home-slide-image-video .container-fluid {
    padding-bottom: 160px;
  }
  .home-slide-image-video .description {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .home-slide-image-video .title {
    font-size: 20px;
  }
  .home-slide-image-video .bottom-text {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-slide-image-video .title {
    font-size: 20px;
    padding-top: 20px;
  }
  .home-slide-image-video .btn-video {
    width: 60px;
    height: 60px;
  }
  .home-slide-image-video .slick-list {
    margin: 0px -10px;
  }
  .home-slide-image-video .slick-slide {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-slide-image-video {
    /*
       * part Video
       */
  }
  .home-slide-image-video .container-fluid {
    padding-bottom: 100px;
  }
  .home-slide-image-video .bottom-text {
    padding-bottom: 10px;
  }
  .home-slide-image-video .description {
    font-size: 14px;
  }
  .home-slide-image-video .btn-slide-image-video {
    border-bottom-right-radius: 20px;
  }
  .home-slide-image-video .title {
    font-size: 16px;
    padding-top: 10px;
  }
  .home-slide-image-video .title span {
    padding: 5px;
  }
  .home-slide-image-video .btn-video {
    width: 40px;
    height: 40px;
  }
  .home-slide-image-video .btn-video img {
    width: 14px;
  }
  .home-slide-image-video .slick-list {
    margin: -10px -5px;
  }
  .home-slide-image-video .slick-slide {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slide-image-video .container-fluid {
    padding-bottom: 30px;
  }
  .home-slide-image-video .media {
    padding-bottom: 151.42857143% !important;
  }
  .home-slide-image-video .content.video {
    box-shadow: 0px 0px 24px rgba(207, 205, 205, 0.25);
  }
  .home-slide-image-video .group-button {
    display: block;
  }
}
.home-text-introduce .container-fluid {
  padding-bottom: 225px;
}
.home-text-introduce .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.home-text-introduce .title-block h2 {
  color: #000;
}
.home-text-introduce .block-text-group {
  background-color: #fff;
  padding: 70px 20px;
  box-shadow: 0px 0px 24px rgba(207, 205, 205, 0.25);
}
.home-text-introduce .description {
  color: #000;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
}
.home-text-introduce .description h2,
.home-text-introduce .description h3,
.home-text-introduce .description h4 {
  color: inherit;
  font-size: inherit;
  font-family: 'Montserrat-Bold';
}
.home-text-introduce .row {
  margin: -30px;
}
.home-text-introduce .col,
.home-text-introduce .col-6 {
  padding: 30px;
}
.home-text-introduce .content {
  position: relative;
}
.home-text-introduce .text-content {
  position: relative;
  padding-left: 35px;
}
.home-text-introduce .text-content::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: #FF727D;
}
@media only screen and (max-width: 1280px) {
  .home-text-introduce .container-fluid {
    padding-bottom: 160px;
  }
  .home-text-introduce .block-text-group {
    padding: 50px 20px;
  }
  .home-text-introduce .row {
    margin: -15px;
  }
  .home-text-introduce .col,
  .home-text-introduce .col-6 {
    padding: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-text-introduce .container-fluid {
    padding-bottom: 100px;
  }
  .home-text-introduce .block-text-group {
    padding: 30px 10px;
  }
  .home-text-introduce .description {
    font-size: 16px;
  }
  .home-text-introduce .text-content {
    padding-left: 25px;
  }
  .home-text-introduce .text-content::before {
    top: 0px;
    width: 15px;
    height: 15px;
  }
  .home-text-introduce .row {
    margin: -5px;
  }
  .home-text-introduce .col,
  .home-text-introduce .col-6 {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-text-introduce .container-fluid {
    padding-bottom: 30px;
  }
  .home-text-introduce .row {
    margin: -10px 0px;
  }
  .home-text-introduce .col,
  .home-text-introduce .col-6 {
    padding: 10px 0px;
    width: 100%;
  }
}
#video-show-modal .modal-dialog {
  max-width: 75%;
}
#video-show-modal .modal-content {
  background-color: transparent;
  border: 0px;
}
#video-show-modal .modal-header,
#video-show-modal .modal-body {
  border: 0px;
}
#video-show-modal .btn-close {
  background-image: url('../images/ic-x-close.png');
  opacity: 1;
}
#video-show-modal .btn-close:focus,
#video-show-modal .btn-close:hover {
  border: 0px;
  box-shadow: none;
}
#video-show-modal .video-player {
  position: relative;
  padding-bottom: 56.25%;
}
#video-show-modal iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
  object-fit: unset;
}
@media only screen and (max-width: 1023px) {
  #video-show-modal .modal-dialog {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #video-show-modal .modal-dialog {
    max-width: 100%;
  }
}
.group-button {
  width: 100%;
}
.btn-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  transition: all 0.2s;
}
.btn-slide img {
  object-fit: contain;
  width: 20px;
  transition: all 0.3s;
}
.btn-slide:hover {
  background-color: #FF727D;
  border-color: #fff;
}
.btn-slide:hover img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(52deg) brightness(105%) contrast(100%);
}
.btn-slide.btn-previous {
  left: 40px;
}
.btn-slide.btn-next {
  right: 40px;
}
@media only screen and (max-width: 1023px) {
  .btn-slide {
    width: 30px;
    height: 30px;
  }
  .btn-slide img {
    width: 12.5px;
  }
}
@media only screen and (max-width: 767px) {
  .group-button {
    display: none;
  }
}
.block-gallery {
  /*
      *buttons
      */
  /*
      * Inside open fancy box
      */
}
.block-gallery .container-fluid {
  padding-bottom: 225px;
}
.block-gallery .col-4 {
  width: calc((100% - 60px)/3);
}
.block-gallery .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
  transition: opacity 0.3s;
}
.block-gallery .image-gallery {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block-gallery iframe.bg-img {
  object-fit: contain;
}
.block-gallery .media {
  position: relative;
}
.block-gallery .gallery-content {
  margin-bottom: 30px;
}
.block-gallery .video-mp4 {
  width: 100%;
  display: block;
}
.block-gallery .btn-icon {
  padding: 0px;
}
.block-gallery .btn-gallery_image {
  z-index: 0;
  opacity: 0;
}
.block-gallery .btn-gallery_image img {
  width: 100px;
}
.block-gallery .btn-gallery_video {
  width: 100px;
  height: 100px;
  background-color: rgba(58, 55, 81, 0.5);
  z-index: 1;
}
.block-gallery .media:hover .btn-gallery_image {
  z-index: 1;
  opacity: 1;
}
.block-gallery .media:hover .btn-gallery_video {
  background-color: #090526;
}
.block-gallery .gallery-item-content {
  display: none;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fancybox__container .fancybox__footer {
  display: none;
}
.fancybox__container .fancybox__content {
  background-color: transparent;
  width: 80%;
  height: 100%;
  padding: 0px;
}
.fancybox__container .inner-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fancybox__container .content {
  display: flex;
  flex-direction: row;
  background-color: white;
  align-items: stretch;
  height: 100%;
}
.fancybox__container .content.one-col {
  padding: 20px;
}
.fancybox__container .content.one-col .media-container {
  width: 100%;
}
.fancybox__container .media-container {
  width: 45.625%;
}
.fancybox__container .media-content {
  position: relative;
  height: 100%;
}
.fancybox__container iframe.bg-img {
  object-fit: fill;
}
.fancybox__container .text-container {
  width: 54.375%;
  padding: 0px 50px;
}
.fancybox__container .description {
  height: 100% !important;
  padding: 15% 0px 10%;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  scrollbar-width: none;
}
.fancybox__container .description::-webkit-scrollbar {
  width: 0px;
}
.fancybox__container .description h3 {
  font-family: 'Montserrat-Black';
  font-size: 30px;
  padding-bottom: 50px;
}
.fancybox__container .description p:not(:last-child) {
  padding-bottom: 10px;
}
.fancybox__container .description p img {
  display: block;
  margin: 0px auto;
  object-fit: cover;
  height: auto;
}
.fancybox__container .description .wp-caption {
  text-align: center;
  max-width: 100%;
}
.fancybox__container .description .wp-caption img {
  height: auto;
  object-fit: cover;
}
.fancybox__container .description ul {
  list-style-type: none;
}
.fancybox__container .description ul:not(:last-child) {
  padding-bottom: 30px;
}
.fancybox__container .description ul li {
  padding-left: 20px;
  position: relative;
}
.fancybox__container .description ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0px;
  background-color: #FF727D;
}
.fancybox__container .description ul li:not(:last-child) {
  padding-bottom: 10px;
}
.fancybox__container .description p + ul {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .block-gallery .inner-container {
    opacity: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .block-gallery {
    /*
             *buttons
             */
  }
  .block-gallery .container-fluid {
    padding-bottom: 160px;
  }
  .block-gallery .btn-gallery_image img {
    width: 60px;
  }
  .block-gallery .btn-gallery_video {
    width: 60px;
    height: 60px;
  }
  .fancybox__container .text-container {
    padding: 0px 30px;
  }
  .fancybox__container .description {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-gallery .container-fluid {
    padding-bottom: 100px;
  }
  .block-gallery .col-4 {
    width: calc((100% - 30px)/2);
  }
  .fancybox__container .content {
    flex-direction: column;
    overflow-y: scroll;
  }
  .fancybox__container .content.one-col {
    overflow: hidden;
  }
  .fancybox__container .content.one-col .media-container {
    height: 100%;
    position: relative;
  }
  .fancybox__container .content.one-col .media-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: unset;
  }
  .fancybox__container .media-container {
    width: 100%;
  }
  .fancybox__container .media-content {
    padding-bottom: 65%;
  }
  .fancybox__container .text-container {
    width: 100%;
  }
  .fancybox__container .description {
    font-size: 14px;
  }
  .fancybox__container .description h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .fancybox__container .description p:not(:last-child) {
    padding-bottom: 5px;
  }
  .fancybox__container .description ul:not(:last-child) {
    padding-bottom: 10px;
  }
  .fancybox__container .description ul li {
    padding-left: 15px;
  }
  .fancybox__container .description ul li:not(:last-child) {
    padding-bottom: 5px;
  }
  .fancybox__container .description p + ul {
    padding-top: 5px;
  }
  .is-horizontal .f-carousel__nav .f-button.is-next .f-button.is-next,
  .is-horizontal .fancybox__nav .f-button.is-next {
    right: 0px;
  }
  .is-horizontal .f-carousel__nav .f-button.is-next .f-button.is-prev,
  .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .block-gallery .container-fluid {
    padding-bottom: 30px;
  }
  .block-gallery .col-4 {
    width: 100%;
  }
  .block-gallery .gallery-content {
    margin-bottom: 15px;
  }
  .fancybox__container .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fancybox__container .content {
    height: auto;
    max-height: 100%;
  }
  .fancybox__container .content.one-col {
    padding: 10px;
    justify-content: center;
  }
  .fancybox__container .content.one-col .media-container {
    height: auto;
    position: relative;
  }
  .fancybox__container .content.one-col .media-content {
    position: relative;
    top: unet;
    left: unset;
    width: 100%;
    padding-bottom: 65%;
  }
  .fancybox__container .text-container {
    padding: 0px 10px;
  }
  .fancybox__container .description {
    font-size: 12px;
    padding: 20px 0px;
  }
  .fancybox__container .description h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.single-openning .container-fluid {
  padding-bottom: 20px;
}
.single-openning .category {
  font-family: 'Montserrat-Light';
  font-size: 20px;
  padding-bottom: 20px;
}
.single-openning .category a:not(:last-child)::after {
  content: ',';
}
.single-openning .title-block {
  padding-top: 0px;
  padding-bottom: 30px;
}
.single-openning .title-block h2 {
  font-family: 'Montserrat-Bold';
  color: #000;
  font-size: 30px;
  text-transform: unset;
}
.single-openning .title-block h2:first-letter {
  text-transform: uppercase;
}
.single-openning .post-info {
  color: rgba(9, 5, 38, 0.5);
  font-family: 'Montserrat-Light';
  font-size: 20px;
}
.single-openning .post-info .author {
  font-family: 'Montserrat-Bold';
  letter-spacing: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .single-openning .category {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .single-openning .title-block {
    padding-bottom: 20px;
  }
  .single-openning .title-block h2 {
    font-size: 20px;
  }
  .single-openning .post-info {
    font-size: 14px;
  }
  .single-openning .post-info .author {
    letter-spacing: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
}
.single-media .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-media .media {
  padding-bottom: 50%;
  position: relative;
}
.single-media .caption-image {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  padding-top: 10px;
  color: #090526;
}
@media only screen and (max-width: 1280px) {
  .single-media .media {
    padding-bottom: 75%;
  }
}
.single-text .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-text .description {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #090526;
}
.single-text .description p:not(:last-child) {
  padding-bottom: 5px;
}
.single-text .description h2,
.single-text .description h3,
.single-text .description h4,
.single-text .description h5 {
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  padding-bottom: 70px;
}
.single-text .description ul {
  list-style-type: none;
  padding: 50px 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -20px 0px;
}
.single-text .description ul li {
  position: relative;
  width: 50%;
  padding: 20px 0px;
}
.single-text .description ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FF727D;
  position: absolute;
  top: 25px;
}
.single-text .description ul li:nth-child(2n+1) {
  padding-left: 20px;
  padding-right: 50px;
}
.single-text .description ul li:nth-child(2n+1)::before {
  left: 0px;
}
.single-text .description ul li:nth-child(2n) {
  padding-left: 70px;
}
.single-text .description ul li:nth-child(2n)::before {
  left: 50px;
}
.single-text .description img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .single-text .description ul {
    list-style-type: none;
    padding: 30px 20px;
    margin: -10px 0px;
  }
  .single-text .description ul li {
    padding: 10px 0px;
  }
  .single-text .description ul li::before {
    top: 15px;
  }
  .single-text .description ul li:nth-child(2n+1) {
    padding-right: 10px;
  }
  .single-text .description ul li:nth-child(2n) {
    padding-left: 25px;
  }
  .single-text .description ul li:nth-child(2n)::before {
    left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-text .description {
    font-size: 14px;
  }
  .single-text .description h3 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .single-text .description ul {
    padding-left: 20px;
    padding-right: 20px;
    margin: -5px 0px;
  }
  .single-text .description ul li {
    width: 50%;
    padding: 5px 0px;
  }
  .single-text .description ul li::before {
    top: 10px;
  }
  .single-text .description ul li:nth-child(2n+1) {
    padding-left: 15px;
    padding-right: 10px;
  }
  .single-text .description ul li:nth-child(2n) {
    padding-left: 25px;
  }
  .single-text .description ul li:nth-child(2n)::before {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-text .description {
    font-size: 14px;
  }
  .single-text .description h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .single-text .description ul {
    flex-direction: column;
  }
  .single-text .description ul li {
    width: 100%;
  }
  .single-text .description ul li::before {
    top: 5px;
  }
  .single-text .description ul li:nth-child(2n+1) {
    padding-left: 15px;
    padding-right: 0px;
  }
  .single-text .description ul li:nth-child(2n) {
    padding-left: 15px;
  }
  .single-text .description ul li:nth-child(2n)::before {
    left: 0px;
  }
}
.single-two-cols .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-two-cols .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-two-cols .col-large {
  width: 55%;
  padding-right: 15px;
}
.single-two-cols .col-small {
  width: 45%;
  padding-left: 15px;
}
.single-two-cols .text-content {
  padding-top: 30px;
}
.single-two-cols .description {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #090526;
}
.single-two-cols .description p:not(:last-child) {
  padding-bottom: 5px;
}
.single-two-cols .description h2,
.single-two-cols .description h3,
.single-two-cols .description h4,
.single-two-cols .description h5 {
  font-family: 'Montserrat-Bold';
  font-size: inherit;
}
.single-two-cols .description img {
  max-width: 100%;
  height: auto;
}
.single-two-cols .image {
  position: relative;
}
.single-two-cols .col-large .image {
  padding-bottom: 78%;
}
@media only screen and (max-width: 1023px) {
  .single-two-cols .col-large {
    padding-right: 10px;
  }
  .single-two-cols .col-small {
    padding-left: 10px;
  }
  .single-two-cols .text-content {
    padding-top: 10px;
  }
  .single-two-cols .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-two-cols .content-container {
    flex-direction: column;
  }
  .single-two-cols .col-large {
    width: 100%;
    padding-right: 0px;
  }
  .single-two-cols .col-small {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .single-two-cols .image {
    padding-bottom: 65%!important;
  }
}
.single-related {
  position: relative;
}
.single-related .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-related .row {
  margin: -15px;
}
.single-related .col-4 {
  padding: 15px;
}
.single-related .title-block {
  padding-top: 30px;
  padding-bottom: 60px;
}
.single-related .title-block h2 {
  color: #090526;
  font-family: 'Montserrat-Black';
  font-size: 48px;
  text-transform: uppercase;
}
.single-related .related-post {
  position: relative;
}
.single-related .image {
  position: relative;
  padding-bottom: 108.33333333%;
  overflow: hidden;
}
.single-related .category {
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-family: 'Montserrat-Light';
  font-size: 25px;
  color: #fff;
}
.single-related .category span {
  display: inline-block;
  padding: 5px;
}
.single-related .text-content {
  background-color: #fff;
  padding: 15px 0px 20px;
}
.single-related .content:hover .bg-img {
  transform: scale(1.1);
}
.single-related .small-title {
  color: rgba(9, 5, 38, 0.7);
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  height: 70px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-related .text {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  height: 100px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-related .slick-slide {
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .single-related .row {
    margin: -10px;
  }
  .single-related .col-4 {
    padding: 10px;
  }
  .single-related .title-block {
    padding-bottom: 50px;
  }
  .single-related .title-block h2 {
    font-size: 36px;
  }
  .single-related .category {
    font-size: 20px;
  }
  .single-related .text-content {
    padding: 10px 0px;
  }
  .single-related .small-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-related .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-related .row {
    margin: -5px;
  }
  .single-related .col-4 {
    padding: 5px;
  }
  .single-related .title-block {
    padding-bottom: 30px;
  }
  .single-related .title-block h2 {
    font-size: 30px;
  }
  .single-related .category {
    font-size: 16px;
  }
  .single-related .text-content {
    padding-top: 5px;
  }
  .single-related .small-title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 55px;
  }
  .single-related .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-related .container-fluid {
    padding-top: 0px;
  }
  .single-related .title-block {
    padding-top: 0px;
  }
  .single-related .title-block h2 {
    font-size: 25px;
  }
  .single-related .col-4 {
    width: 100%;
  }
  .single-related .small-title {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: unset;
  }
  .single-related .text {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: unset;
  }
}
.line-break .container-fluid {
  padding-top: 100px;
  padding-bottom: 50px;
}
.line-break .line {
  width: 100%;
  border-top: 1px solid rgba(9, 5, 38, 0.5);
}
@media only screen and (max-width: 1280px) {
  .line-break .container-fluid {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .line-break .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.single-category-tag .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-category-tag .title-block {
  padding-top: 30px;
  padding-bottom: 60px;
}
.single-category-tag .title-block h2 {
  color: #090526;
  font-family: 'Montserrat-Black';
  font-size: 48px;
  text-transform: uppercase;
}
.single-category-tag .categories-tags-container {
  list-style-type: none;
  margin-top: -6px;
  margin-bottom: -6px;
}
.single-category-tag .category-tag {
  display: inline-block;
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.single-category-tag .category-tag:not(:last-child) {
  padding-right: 12px;
}
.single-category-tag .category-tag > a {
  display: inline-flex;
  align-items: center;
  padding: 10px 35px;
  border: 1px solid #090526;
  border-radius: 50px;
}
.single-category-tag .name-category-tag {
  padding-right: 15px;
}
.single-category-tag .count-category-tag {
  display: inline-flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat-Bold';
  color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1280px) {
  .single-category-tag .title-block {
    padding-bottom: 50px;
  }
  .single-category-tag .title-block h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-category-tag .container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-category-tag .title-block {
    padding-bottom: 30px;
  }
  .single-category-tag .title-block h2 {
    font-size: 30px;
  }
  .single-category-tag .categories-tags-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .single-category-tag .category-tag {
    display: inline-block;
    font-size: 14px;
  }
  .single-category-tag .category-tag:not(:last-child) {
    padding-right: 10px;
  }
  .single-category-tag .category-tag > a {
    padding: 5px 15px;
    border-radius: 20px;
  }
  .single-category-tag .name-category-tag {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category-tag .container-fluid {
    padding-top: 0px;
  }
  .single-category-tag .title-block {
    padding-top: 0px;
  }
  .single-category-tag .title-block h2 {
    font-size: 25px;
  }
}
.show-posts {
  position: relative;
}
.show-posts .container-fluid {
  padding-bottom: 225px;
}
.show-posts .title-block h2 {
  color: #090526;
  font-family: 'Montserrat-Black';
  font-size: 48px;
  text-transform: uppercase;
}
.show-posts .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.show-posts .row {
  margin: -15px;
}
.show-posts .col-4 {
  padding: 15px;
}
.show-posts .list-posts {
  position: relative;
}
.show-posts .image {
  position: relative;
  padding-bottom: 108.33333333%;
  overflow: hidden;
}
.show-posts .text-content {
  background-color: #fff;
  padding: 15px 0px 20px;
}
.show-posts .content:hover .bg-img {
  transform: scale(1.1);
}
.show-posts .category {
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 5px;
}
.show-posts .category li {
  display: inline-block;
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
}
.show-posts .category li:not(:last-child)::after {
  content: ',';
}
.show-posts .small-title {
  color: rgba(9, 5, 38, 0.7);
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  margin-bottom: 20px;
  height: 60px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-posts .text {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.show-posts .slick-slide {
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .show-posts .container-fluid {
    padding-bottom: 160px;
  }
  .show-posts .row {
    margin: -10px;
  }
  .show-posts .col-4 {
    padding: 10px;
  }
  .show-posts .title-block h2 {
    font-size: 36px;
  }
  .show-posts .text-content {
    padding: 10px 0px;
  }
  .show-posts .small-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .show-posts .container-fluid {
    padding-bottom: 100px;
  }
  .show-posts .row {
    margin: -5px;
  }
  .show-posts .col-4 {
    padding: 5px;
  }
  .show-posts .title-block h2 {
    font-size: 30px;
  }
  .show-posts .text-content {
    padding-top: 5px;
  }
  .show-posts .category li {
    font-size: 16px;
  }
  .show-posts .small-title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 48px;
  }
  .show-posts .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .show-posts .container-fluid {
    padding-bottom: 30px;
  }
  .show-posts .title-block h2 {
    font-size: 25px;
  }
  .show-posts .col-4 {
    width: 100%;
  }
  .show-posts .category li {
    font-size: 14px;
  }
  .show-posts .small-title {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: unset;
  }
  .show-posts .text {
    font-size: 14px;
    -webkit-line-clamp: unset;
  }
}
.pagination-custom {
  margin-top: 40px;
  font-family: 'Montserrat-Bold';
  color: #090526;
  font-size: 14px;
}
.pagination-custom > .page-numbers {
  justify-content: center;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pagination-custom > .page-numbers li:not(:last-child) {
  padding-right: 5px;
}
li > .page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #090526;
  border-radius: 5px;
  transition: all 0.4s ease;
}
li > .page-numbers:hover {
  border-color: transparent;
  background-color: #090526;
  color: #fff;
}
li > .page-numbers.current {
  border-color: transparent;
  background-color: #090526;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagination-custom {
    padding-top: 20px;
  }
}
.aboutus-introduce .title {
  position: relative;
  color: #fff;
  font-family: 'Montserrat-Light';
  font-size: 60px;
  padding-bottom: 20px;
}
.aboutus-introduce .title strong {
  font-family: 'Montserrat-Black';
  display: block;
}
.aboutus-introduce .overlay {
  backdrop-filter: grayscale(1);
  -webkit-backdrop-filter: grayscale(1);
}
.aboutus-introduce .description {
  position: relative;
  color: #fff;
  font-family: 'Montserrat-Light';
  font-size: 20px;
  margin-bottom: 12.5%;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutus-introduce .description span {
  font-family: 'Montserrat-Bold';
}
.aboutus-introduce .btn-content {
  position: relative;
}
.aboutus-introduce .btn-aboutus-intro {
  background-color: #FF727D;
  border-bottom-right-radius: 30px;
}
.aboutus-introduce .btn-aboutus-intro:hover {
  background-color: #fff;
}
.aboutus-introduce .btn-aboutus-intro:hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(36%) saturate(858%) hue-rotate(307deg) brightness(109%) contrast(101%);
}
.aboutus-introduce .media-content {
  position: relative;
  padding-bottom: 42.1875%;
}
.aboutus-introduce .media-player {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.aboutus-introduce .text-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  max-width: 49.47916667%;
  padding-top: calc(105px + 4.15%);
}
.aboutus-introduce .aboutus-intro-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.aboutus-introduce .small-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.6875% 20px;
  margin-bottom: 20px;
}
.aboutus-introduce .icon {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.aboutus-introduce .icon img {
  width: 20px;
  object-fit: contain;
}
.aboutus-introduce .title-intro {
  display: inline-block;
  padding: 20px 10px 10px;
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 20px;
}
.aboutus-introduce .description-intro {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
  font-family: 'Montserrat-Light';
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 1630px) {
  .aboutus-introduce .title {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .aboutus-introduce .description {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .aboutus-introduce .media-content {
    min-height: 650px;
  }
  .aboutus-introduce .title-intro {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutus-introduce .title {
    font-size: 35px;
  }
  .aboutus-introduce .description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .aboutus-introduce .btn-aboutus-intro {
    border-bottom-right-radius: 20px;
  }
  .aboutus-introduce .media-content {
    min-height: 550px;
  }
  .aboutus-introduce .text-content {
    max-width: 50%;
    padding-top: calc(75px + 4.15%);
  }
  .aboutus-introduce .description-intro {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-introduce .media-content {
    min-height: 80vh;
  }
  .aboutus-introduce .text-content {
    width: 100%;
    max-width: unset;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .aboutus-introduce .small-content {
    padding: 10px 5px;
    margin-bottom: 10px;
    width: 50%;
  }
  .aboutus-introduce .icon {
    width: 35px;
    height: 35px;
  }
  .aboutus-introduce .title-intro {
    padding: 10px 0px;
    font-size: 14px;
  }
  .aboutus-introduce .description-intro {
    font-size: 12px;
  }
}
.aboutus-introduce-data .image-background {
  position: relative;
}
.aboutus-introduce-data .image {
  position: relative;
  padding-bottom: 32.03125%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.aboutus-introduce-data .wrapper {
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
}
.aboutus-introduce-data .row {
  margin: -15px;
}
.aboutus-introduce-data .col-3 {
  padding: 15px;
  text-align: center;
  position: relative;
  /*        opacity: 0;
        transform: translateY(30px);*/
}
.aboutus-introduce-data .number {
  font-family: 'Montserrat-Bold';
  font-size: 80px;
  color: #fff;
  line-height: 1;
}
.aboutus-introduce-data .text {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.aboutus-introduce-data .effect-custom {
  animation: move 0.3s forwards;
}
@keyframes move {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 1280px) {
  .aboutus-introduce-data .number {
    font-size: 60px;
  }
  .aboutus-introduce-data .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutus-introduce-data .image {
    padding-bottom: 34.375%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-introduce-data .image {
    padding-bottom: 60%;
  }
  .aboutus-introduce-data .row {
    margin: -15px -5px;
  }
  .aboutus-introduce-data .col-3 {
    padding: 15px 5px;
    width: 50%;
  }
  .aboutus-introduce-data .number {
    font-size: 40px;
  }
  .aboutus-introduce-data .text {
    font-size: 14px;
  }
}
.aboutus-logoes .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
}
.aboutus-logoes .text-content {
  width: 40.625%;
  padding-right: 80px;
}
.aboutus-logoes .description {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
}
.aboutus-logoes .description h2 {
  font-family: 'Montserrat-Black';
  font-size: 48px;
  padding-bottom: 60px;
}
.aboutus-logoes .description p:not(:last-child) {
  padding-bottom: 5px;
}
.aboutus-logoes .list-logo {
  width: 59.375%;
}
.aboutus-logoes .row {
  margin: -15px;
  align-items: center;
}
.aboutus-logoes .col-4 {
  padding: 15px;
}
.aboutus-logoes .col-4 img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1280px) {
  .aboutus-logoes .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .aboutus-logoes .text-content {
    padding-right: 40px;
  }
  .aboutus-logoes .description {
    font-size: 18px;
  }
  .aboutus-logoes .description h2 {
    font-size: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutus-logoes .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .aboutus-logoes .text-content {
    padding-right: 20px;
  }
  .aboutus-logoes .description {
    font-size: 14px;
  }
  .aboutus-logoes .description h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-logoes .container-fluid {
    padding-bottom: 30px;
    flex-direction: column;
  }
  .aboutus-logoes .text-content {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .aboutus-logoes .description h2 {
    padding-bottom: 10px;
  }
  .aboutus-logoes .list-logo {
    width: 100%;
  }
}
.aboutus-team .container-fluid {
  padding-bottom: 225px;
}
.aboutus-team .title-block {
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutus-team .background-color {
  mix-blend-mode: color-burn;
}
.aboutus-team .overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.aboutus-team .inner-container {
  margin-top: -19%;
}
.aboutus-team .name {
  color: #090526;
  font-family: 'Montserrat-Bold';
  padding-bottom: 20px;
  font-size: 20px;
}
.aboutus-team .job {
  color: #090526;
  font-family: 'Montserrat-Light';
  font-size: 16px;
}
.aboutus-team .list-team {
  position: relative;
}
.aboutus-team .row {
  margin: -15px;
}
.aboutus-team .col-3 {
  padding: 15px;
}
.aboutus-team .content {
  position: relative;
}
.aboutus-team .content:hover .overlay {
  opacity: 0.4;
}
.aboutus-team .content:hover .list-social {
  opacity: 1;
}
.aboutus-team .image-content {
  position: relative;
}
.aboutus-team .list-social {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 15px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.aboutus-team .list-social ul {
  list-style-type: none;
  display: inline-flex;
  flex-direction: row;
}
.aboutus-team .list-social li:not(:last-child) {
  padding-right: 10px;
}
.aboutus-team .list-social img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.aboutus-team .image {
  position: relative;
  padding-bottom: 106.66666667%;
}
.aboutus-team .text-content {
  padding-top: 25px;
}
@media only screen and (max-width: 1280px) {
  .aboutus-team .container-fluid {
    padding-bottom: 150px;
  }
  .aboutus-team .title {
    padding-bottom: 30px;
    font-size: 45px;
  }
  .aboutus-team .row {
    margin: -10px;
  }
  .aboutus-team .col-3 {
    padding: 10px;
  }
  .aboutus-team .name {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutus-team .container-fluid {
    padding-bottom: 100px;
  }
  .aboutus-team .col-3 {
    width: 33.33333333%;
  }
  .aboutus-team .text-content {
    padding-top: 15px;
  }
  .aboutus-team .name {
    font-size: 16px;
  }
  .aboutus-team .job {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-team .container-fluid {
    padding-bottom: 50px;
  }
  .aboutus-team .name {
    font-size: 14px;
  }
  .aboutus-team .row {
    margin: -10px -5px;
  }
  .aboutus-team .col-3 {
    width: 50%;
    padding: 10px 5px;
  }
}
.aboutus-slide .split-slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
}
.aboutus-slide .slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.aboutus-slide .slideshow .slider {
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.aboutus-slide .slideshow .slider * {
  outline: none;
}
.aboutus-slide .slideshow .slider .item {
  height: 100vh;
  width: 100% !important;
  position: relative;
  overflow: hidden;
  border: none;
}
.aboutus-slide .slideshow .slider .item .text {
  display: none;
}
.aboutus-slide .slideshow .slider .item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutus-slide .slideshow .slick-dots {
  list-style-type: none;
  position: absolute;
  z-index: 100;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.aboutus-slide .slideshow .slick-dots button {
  position: relative;
  text-align: center;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  background-color: transparent;
  color: #fff;
  border: 0px;
  box-shadow: none;
  display: flex;
  flex-direction: row;
}
.aboutus-slide .slideshow .slick-dots button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 3px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: calc(100% + 5px);
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.75;
}
.aboutus-slide .slideshow .slick-dots li.slick-active button {
  font-family: 'Montserrat-Bold';
}
.aboutus-slide .slideshow .slick-dots li.slick-active button::before {
  width: 40px;
  opacity: 1;
}
.aboutus-slide .slideshow .slick-vertical .slick-slide {
  border: 0px;
}
.aboutus-slide .slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50%;
  pointer-events: none;
}
.aboutus-slide .slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}
.aboutus-slide .slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat-Black';
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.aboutus-slide .slideshow-text .item {
  padding: 0px 50px;
}
@media only screen and (max-width: 1023px) {
  .aboutus-slide .split-slideshow {
    height: 60vh;
  }
  .aboutus-slide .slideshow .slider {
    height: 60vh;
  }
  .aboutus-slide .slideshow .slider .item {
    height: 60vh;
  }
  .aboutus-slide .slideshow .slick-dots {
    padding-right: 15px;
  }
  .aboutus-slide .slideshow .slick-dots li:not(:last-child) {
    margin-bottom: 10px;
  }
  .aboutus-slide .slideshow .slick-dots li {
    width: 8px;
    height: 20px;
    border-radius: 5px;
    background: #fff;
    border: 2px solid #F3AC46;
  }
  .aboutus-slide .slideshow .slick-dots li.slick-active {
    height: 30px;
    background: #F3AC46;
  }
  .aboutus-slide .slideshow .slick-dots button {
    display: none;
  }
  .aboutus-slide .slideshow-text {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .aboutus-slide .slideshow-text .item {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-slide .slideshow .slick-dots {
    padding-right: 10px;
  }
  .aboutus-slide .slideshow-text .item {
    padding: 0px 20px;
  }
}
.aboutus-text-image .container-fluid {
  padding-bottom: 225px;
}
.aboutus-text-image .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.aboutus-text-image .list-content {
  position: relative;
}
.aboutus-text-image .content {
  position: relative;
  display: flex;
  flex-direction: row;
}
.aboutus-text-image .content.left .text-content {
  padding-left: 60px;
}
.aboutus-text-image .content.right .image-content {
  order: 2;
}
.aboutus-text-image .content.right .text-content {
  order: 1;
  padding-right: 60px;
}
.aboutus-text-image .content:first-child .text {
  color: #fff;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutus-text-image .content:not(:last-child) {
  padding-bottom: 100px;
}
.aboutus-text-image .image-content {
  width: 48.75%;
}
.aboutus-text-image .image {
  position: relative;
  padding-bottom: 98.72%;
}
.aboutus-text-image .text-content {
  width: 51.25%;
}
.aboutus-text-image .text {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
}
.aboutus-text-image .text.font-admin {
  font-size: 16px;
}
.aboutus-text-image .text h1,
.aboutus-text-image .text h2,
.aboutus-text-image .text h3,
.aboutus-text-image .text h4 {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1280px) {
  .aboutus-text-image .container-fluid {
    padding-bottom: 150px;
  }
  .aboutus-text-image .content.left .text-content {
    padding-left: 30px;
  }
  .aboutus-text-image .content.right .text-content {
    padding-right: 30px;
  }
  .aboutus-text-image .content:not(:last-child) {
    padding-bottom: 40px;
  }
  .aboutus-text-image .content:first-child .font-admin {
    -webkit-line-clamp: 6;
  }
  .aboutus-text-image .text {
    font-size: 16px;
  }
  .aboutus-text-image .text h3 {
    font-size: 25px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutus-text-image .container-fluid {
    padding-bottom: 100px;
  }
  .aboutus-text-image .content.left .text-content {
    padding-left: 20px;
  }
  .aboutus-text-image .content.right .text-content {
    padding-right: 20px;
  }
  .aboutus-text-image .content:not(:last-child) {
    padding-bottom: 30px;
  }
  .aboutus-text-image .text {
    font-size: 14px;
  }
  .aboutus-text-image .text h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-text-image .container-fluid {
    padding-bottom: 50px;
  }
  .aboutus-text-image .content {
    flex-direction: column;
  }
  .aboutus-text-image .image-content {
    width: 100%;
    order: 1!important;
  }
  .aboutus-text-image .text-content {
    width: 100%;
    order: 2!important;
    padding-top: 20px;
    background-color: #fff;
  }
  .aboutus-text-image .content.left .text-content {
    padding-left: 0px;
  }
  .aboutus-text-image .content.right .text-content {
    padding-right: 0px;
  }
  .aboutus-text-image .content:not(:last-child) {
    padding-bottom: 20px;
  }
  .aboutus-text-image .content:first-child .text {
    color: #090526;
    -webkit-line-clamp: unset;
  }
}
.aboutus-progress .container-fluid {
  padding-bottom: 225px;
}
.aboutus-progress .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.aboutus-progress .content-container {
  position: relative;
  background-color: #090526;
  padding-top: 150px;
  padding-bottom: 220px;
  padding-left: 80px;
  padding-right: 80px;
}
.aboutus-progress .list-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.aboutus-progress .list-image .bg-img {
  opacity: 0;
}
.aboutus-progress .list-image .overlay {
  opacity: 0;
}
.aboutus-progress .list-progress {
  position: relative;
  z-index: 2;
}
.aboutus-progress .content {
  position: relative;
  cursor: default;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.aboutus-progress .description {
  max-width: 900px;
  margin: 0px auto;
  position: relative;
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  text-align: center;
  padding-bottom: 100px;
  transition: opacity 0.3s ease;
}
.aboutus-progress .text {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 25px;
  text-align: center;
  width: 100%;
}
.aboutus-progress .text.font-text-admin {
  font-size: 20px;
}
.aboutus-progress .text span {
  display: block;
  max-width: 80%;
  margin: 0px auto;
}
.aboutus-progress .text .big-text {
  font-family: 'Montserrat-Bold';
  font-size: 90px;
  line-height: 1;
  padding-bottom: 15px;
}
.aboutus-progress .text .font-admin {
  font-size: 70px;
}
.aboutus-progress .single-chart {
  justify-content: space-around;
}
.aboutus-progress .circular-chart {
  display: block;
}
.aboutus-progress .circle-bg {
  fill: none;
  stroke: #F3AC46;
  stroke-width: 0.5px;
}
.aboutus-progress .circle {
  fill: none;
  stroke-width: 3px;
}
.aboutus-progress .percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.aboutus-progress .animation-circle {
  animation: progress 1s ease-out forwards;
}
.aboutus-progress .opacity-in {
  opacity: 1!important;
}
.aboutus-progress .opacity-out {
  opacity: 0!important;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media only screen and (max-width: 1600px) {
  .aboutus-progress .content-container {
    padding-top: 120px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .aboutus-progress .text {
    font-size: 20px;
  }
  .aboutus-progress .text.font-text-admin {
    font-size: 18px;
  }
  .aboutus-progress .text .big-text {
    font-size: 80px;
    padding-bottom: 10px;
  }
  .aboutus-progress .text .font-admin {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .aboutus-progress .container-fluid {
    padding-bottom: 150px;
  }
  .aboutus-progress .content-container {
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutus-progress .text {
    font-size: 16px;
  }
  .aboutus-progress .text.font-text-admin {
    font-size: 15px;
  }
  .aboutus-progress .text .big-text {
    font-size: 70px;
  }
  .aboutus-progress .text .font-admin {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .aboutus-progress .container-fluid {
    padding-bottom: 100px;
  }
  .aboutus-progress .content-container {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .aboutus-progress .description {
    font-size: 16px;
    padding-bottom: 60px;
  }
  .aboutus-progress .row {
    margin: -15px;
  }
  .aboutus-progress .col-3 {
    padding: 15px;
    width: 50%;
  }
  .aboutus-progress .text .font-admin {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-progress .container-fluid {
    padding-bottom: 50px;
  }
  .aboutus-progress .content-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .aboutus-progress .description {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .aboutus-progress .row {
    margin: -5px;
  }
  .aboutus-progress .col-3 {
    padding: 5px;
  }
  .aboutus-progress .text {
    font-size: 14px;
  }
  .aboutus-progress .text .big-text {
    font-size: 40px;
    padding-bottom: 5px;
  }
}
.price .container-fluid {
  padding-bottom: 60px;
}
.price .title-block {
  padding-bottom: 28%;
}
.price .inner-container {
  margin-top: -520px;
  margin-top: -20.83333333%;
}
.price .list-price {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.price .row {
  margin: -15px;
}
.price .col-3 {
  padding: 15px;
}
.price .content {
  position: relative;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  text-align: center;
  background-color: #F2F2F2;
  padding: 30px 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.price h3 {
  padding: 60px 0px 40px;
  font-family: 'Montserrat-Black';
  font-size: 40px;
  color: #090526;
  text-align: center;
}
.price .type-price {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  color: #090526;
  height: 90px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.price .price-content {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
  color: #3EC5D4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.price .price-content span:not(:last-child) {
  padding-right: 5px;
}
.price .price-number {
  font-family: 'Montserrat-Black';
  font-size: 40px;
  color: #3748A5;
}
.price .description {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #090526;
}
@media only screen and (max-width: 1600px) {
  .price .list-price {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price .content {
    padding: 20px 10px;
  }
  .price h3 {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .price .row {
    margin: -10px;
  }
  .price .col-3 {
    padding: 10px;
  }
  .price h3 {
    font-size: 30px;
  }
  .price .type-price {
    font-size: 20px;
    margin-bottom: 5px;
    height: 60px;
  }
  .price .price-content {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .price .price-number {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .price .container-fluid {
    padding-bottom: 50px;
  }
  .price .row {
    margin: -5px;
  }
  .price .col-3 {
    padding: 5px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .price .container-fluid {
    padding-bottom: 30px;
  }
  .price .row {
    position: relative;
  }
  .price .col-3 {
    width: 100%;
  }
  .price .type-price {
    height: auto;
  }
}
.faq-page .block-openning .container-fluid {
  padding-top: 105px;
  padding-bottom: 160px;
}
.faq-page .block-openning .title-block {
  padding-top: 5%;
  padding-bottom: 5%;
}
.faq-page .block-openning .total-search {
  max-width: 65%;
  padding: 60px 40px 110px;
  border: 10px solid #fff;
}
.faq-page .block-openning .text {
  color: #fff;
  font-family: 'Montserrat-Regular';
  padding-bottom: 100px;
  font-size: 40px;
}
.faq-page .block-openning .form-row {
  width: 80%;
}
.faq-page .block-openning label {
  width: 100%;
}
.faq-page .block-openning input[type='text'] {
  width: 100%;
  color: #fff;
  background-color: transparent;
  font-family: 'Montserrat-SemiBold';
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 30px;
  border: 0px;
  border-bottom: 1px solid #fff;
}
.faq-page .block-openning input[type='text']::placeholder {
  font-family: 'Montserrat-Regular';
  font-size: 48px;
  color: #fff;
}
.faq-page .block-openning input[type='text']:focus {
  outline-style: none;
}
.faq-page .search-page {
  margin-top: -100px;
}
.faq-page .search-page .container-fluid {
  padding-bottom: 160px;
}
.faq-page .search-page .row {
  margin: -15px;
}
.faq-page .search-page .col-4 {
  padding: 15px;
}
.faq-page .search-page .content {
  position: relative;
}
.faq-page .search-page .content:hover .bg-img {
  transform: scale(1.1);
}
.faq-page .search-page .image-content {
  position: relative;
}
.faq-page .search-page .image {
  position: relative;
  padding-bottom: 108.33333333%;
  overflow: hidden;
}
.faq-page .search-page .category {
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-family: 'Montserrat-Light';
  font-size: 25px;
  color: #fff;
}
.faq-page .search-page .category span {
  display: inline-block;
  padding: 5px;
}
.faq-page .search-page .text-content {
  background-color: #fff;
  padding: 15px 0px 20px;
}
.faq-page .search-page .small-title {
  color: rgba(9, 5, 38, 0.7);
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  height: 70px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-page .search-page .description {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  height: 100px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1280px) {
  .faq-page .block-openning .total-search {
    padding: 50px 20px 100px;
  }
  .faq-page .block-openning .text {
    font-size: 30px;
  }
  .faq-page .block-openning input[type='text'] {
    font-size: 25px;
  }
  .faq-page .block-openning input[type='text']::placeholder {
    font-size: 35px;
  }
  .faq-page .search-page .container-fluid {
    padding-bottom: 100px;
  }
  .faq-page .search-page .row {
    margin: -10px;
  }
  .faq-page .search-page .col-4 {
    padding: 10px;
  }
  .faq-page .search-page .category {
    font-size: 20px;
  }
  .faq-page .search-page .text-content {
    padding: 10px 0px;
  }
  .faq-page .search-page .small-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-page .block-openning .container-fluid {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .faq-page .block-openning .title-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faq-page .block-openning .total-search {
    max-width: 100%;
    padding: 30px 20px 50px;
    border: 2px solid #fff;
  }
  .faq-page .block-openning .text {
    padding-bottom: 60px;
    font-size: 24px;
  }
  .faq-page .block-openning .form-row {
    width: 100%;
  }
  .faq-page .block-openning input[type='text'] {
    font-size: 16px;
  }
  .faq-page .block-openning input[type='text']::placeholder {
    font-size: 30px;
  }
  .faq-page .search-page {
    margin-top: -80px;
  }
  .faq-page .search-page .container-fluid {
    padding-bottom: 50px;
  }
  .faq-page .search-page .row {
    margin: -5px;
  }
  .faq-page .search-page .col-4 {
    padding: 5px;
  }
  .faq-page .search-page .category {
    font-size: 16px;
  }
  .faq-page .search-page .text-content {
    padding-top: 5px;
  }
  .faq-page .search-page .small-title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 55px;
  }
  .faq-page .search-page .description {
    font-size: 16px;
    height: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-page .block-openning .container-fluid {
    padding-top: 50px;
  }
  .faq-page .block-openning .title-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .faq-page .block-openning .total-search {
    max-width: 100%;
    padding: 30px 20px;
    border: 1px solid #fff;
  }
  .faq-page .block-openning .text {
    padding-bottom: 40px;
    font-size: 20px;
  }
  .faq-page .block-openning input[type='text'] {
    font-size: 14px;
  }
  .faq-page .block-openning input[type='text']::placeholder {
    font-size: 20px;
  }
  .faq-page .search-page .col-4 {
    width: 100%;
  }
  .faq-page .search-page .small-title {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: unset;
  }
  .faq-page .search-page .description {
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: unset;
  }
}
.contact-form .container-fluid {
  padding-top: 105px;
  padding-bottom: 160px;
}
.contact-form .title-block {
  padding-top: 30px;
  padding-bottom: 5%;
}
.contact-form .form-content {
  max-width: 65%;
  padding: 80px 90px;
  border: 10px solid #fff;
}
.contact-form label {
  width: 100%;
}
.contact-form label:not(:last-of-type) {
  padding-bottom: 50px;
}
.contact-form input:not([type='submit']),
.contact-form textarea {
  width: 100%;
  color: #fff;
  background-color: transparent;
  font-family: 'Montserrat-SemiBold';
  padding: 10px;
  font-size: 20px;
  border: 0px;
  border-bottom: 1px solid #fff;
}
.contact-form input:not([type='submit'])::placeholder,
.contact-form textarea::placeholder {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #fff;
}
.contact-form input:not([type='submit']):focus,
.contact-form textarea:focus {
  outline-style: none;
  background-color: transparent;
}
.contact-form textarea {
  height: 150px;
}
.contact-form input[type='submit'] {
  margin-top: 70px;
  color: #252641;
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 30px;
  border: 1px solid transparent;
  box-shadow: none;
  transition: all 0.3s;
}
.contact-form input[type='submit']:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.contact-form .wpcf7-response-output {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1280px) {
  .contact-form .container-fluid {
    padding-bottom: 100px;
  }
  .contact-form .title-block {
    padding-bottom: 60px;
  }
  .contact-form .form-content {
    padding: 60px 50px;
  }
  .contact-form label:not(:last-of-type) {
    padding-bottom: 30px;
  }
  .contact-form input[type='submit'] {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-form .container-fluid {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .contact-form .title-block {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .contact-form .form-content {
    max-width: 100%;
    border-width: 2px;
    padding: 40px;
  }
  .contact-form label:not(:last-of-type) {
    padding-bottom: 20px;
  }
  .contact-form input:not([type='submit']),
  .contact-form textarea {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .contact-form input:not([type='submit'])::placeholder,
  .contact-form textarea::placeholder {
    font-size: 14px;
  }
  .contact-form input[type='submit'] {
    margin-top: 30px;
    padding: 10px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .container-fluid {
    padding-top: 50px;
  }
  .contact-form .form-content {
    padding: 20px 15px;
  }
}
.information .title-block {
  padding-bottom: 100px;
}
.information .detail-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -15px;
}
.information .small-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 15px;
}
.information .icon {
  display: inline-block;
  padding-bottom: 20px;
}
.information .icon img {
  height: 60px;
  object-fit: contain;
}
.information .description {
  display: inline-block;
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  text-align: center;
  word-break: break-word;
}
.information .map-content {
  padding-top: 100px;
}
.information .map {
  padding-bottom: 37.5%;
  position: relative;
}
.information iframe.bg-img {
  object-fit: unset;
}
@media only screen and (max-width: 1440px) {
  .information .title-block {
    padding-bottom: 60px;
  }
  .information .detail-container {
    margin: -10px;
  }
  .information .small-content {
    padding: 10px;
  }
  .information .icon {
    padding-bottom: 10px;
  }
  .information .description {
    font-size: 16px;
  }
  .information .map-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .information .detail-container {
    margin: -5px;
  }
  .information .small-content {
    padding: 5px;
  }
  .information .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .information .title-block {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .information .detail-container {
    margin: -10px;
  }
  .information .small-content {
    width: 50%;
    padding: 10px;
  }
  .information .icon img {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .information.first-block .title-block {
    padding-top: 70px;
  }
  .information .title-block {
    padding-top: 30px;
  }
  .information .detail-container {
    margin: -5px;
  }
  .information .small-content {
    width: 100%;
    padding: 5px;
    flex-direction: row;
    align-items: center;
  }
  .information .icon {
    padding-bottom: 0px;
    width: 35px;
    text-align: left;
  }
  .information .icon img {
    max-width: 25px;
    height: 20px;
  }
  .information .description {
    text-align: left;
    flex: 1;
  }
  .information .map-content {
    padding-top: 30px;
  }
  .information .map {
    padding-bottom: 65%;
  }
}
.block-term-condition .container-fluid {
  padding-top: 60px;
  padding-bottom: 100px;
}
.block-term-condition.first-block .container-fluid {
  padding-top: 135px;
}
.block-term-condition .description {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
}
.block-term-condition p:not(:last-child) {
  padding-bottom: 10px;
}
.block-term-condition h2,
.block-term-condition h3,
.block-term-condition h4,
.block-term-condition h5 {
  font-family: 'Montserrat-Bold';
  color: #090526;
  font-size: 20px;
  padding-bottom: 20px;
}
.block-term-condition ol,
.block-term-condition ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
.block-term-condition ol li,
.block-term-condition ul li {
  color: #000;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
.block-term-condition ol li::before,
.block-term-condition ul li::before {
  content: '';
  background-color: #090526;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.block-term-condition ol li:not(:last-child),
.block-term-condition ul li:not(:last-child) {
  margin-bottom: 10px;
}
.block-term-condition ol:not(:last-child),
.block-term-condition ul:not(:last-child) {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .block-term-condition .container-fluid {
    padding-bottom: 120px;
  }
  .block-term-condition .description {
    font-size: 16px;
  }
  .block-term-condition ol li,
  .block-term-condition ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-term-condition .container-fluid {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .block-term-condition.first-block .container-fluid {
    padding-top: 90px;
  }
  .block-term-condition .description {
    font-size: 14px;
  }
  .block-term-condition p:not(:last-child) {
    padding-bottom: 5px;
  }
  .block-term-condition ol li,
  .block-term-condition ul li {
    font-size: 14px;
  }
  .block-term-condition ol li::before,
  .block-term-condition ul li::before {
    top: 8px;
  }
  .block-term-condition ol li:not(:last-child),
  .block-term-condition ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-term-condition ol:not(:last-child),
  .block-term-condition ul:not(:last-child) {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-term-condition .container-fluid {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .block-term-condition.first-block .container-fluid {
    padding-top: 70px;
  }
  .block-term-condition h2,
  .block-term-condition h3,
  .block-term-condition h4 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.slide-effect .container-fluid {
  padding-bottom: 225px;
}
.slide-effect .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
.slide-effect .content {
  display: block;
  position: relative;
}
.slide-effect .content:hover .bg-img {
  transform: scale(1.05);
}
.slide-effect .block-slide-effect {
  position: relative;
}
.slide-effect .image-content {
  position: relative;
}
.slide-effect .image {
  overflow: hidden;
  padding-bottom: 125%;
  position: relative;
}
.slide-effect .text-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.slide-effect .number,
.slide-effect .small-title {
  color: #090526;
  font-family: 'Montserrat-Black';
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.slide-effect .small-title {
  display: block;
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-effect .small-description {
  color: #090526;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
}
.slide-effect .slick-slide {
  height: auto;
}
.slide-effect .btn-slide.btn-previous {
  left: 0px;
}
.slide-effect .btn-slide.btn-next {
  right: 0px;
}
@media only screen and (max-width: 1280px) {
  .slide-effect .container-fluid {
    padding-bottom: 120px;
  }
  .slide-effect .number,
  .slide-effect .small-title {
    font-size: 25px;
  }
  .slide-effect .small-title {
    height: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .slide-effect .container-fluid {
    padding-bottom: 80px;
  }
  .slide-effect .number,
  .slide-effect .small-title {
    font-size: 20px;
  }
  .slide-effect .small-title {
    height: 40px;
  }
  .slide-effect .small-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-effect .container-fluid {
    padding-bottom: 50px;
  }
  .slide-effect .small-title {
    height: auto;
    -webkit-line-clamp: unset;
  }
  .slide-effect .slick-list {
    margin: 0px -10px;
  }
  .slide-effect .slick-slide {
    margin: 0px 10px;
  }
  .slide-effect .group-button {
    display: block;
  }
}
.error-404 .container-fluid {
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.error-404 .btn-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5%;
  width: 100%;
  text-align: center;
}
.error-404 .btn-404 {
  border: 1px solid #fff;
  border-radius: 3px;
}
.main-category-page .show-posts .container-fluid {
  padding-bottom: 100px;
}
.main-category-page .show-posts .title-block h2 {
  color: #fff;
}
.main-category-page .show-posts .inner-container {
  margin-top: -520px;
  margin-top: -27.08333333%;
}
@media only screen and (max-width: 1280px) {
  .main-category-page .show-posts .container-fluid {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-category-page .show-posts .container-fluid {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main-category-page .show-posts .container-fluid {
    padding-bottom: 30px;
  }
}
#text-show-modal .modal-dialog {
  max-width: 75%;
}
#text-show-modal .modal-content {
  border: 0px;
  max-height: 90vh;
  background-color: transparent;
}
#text-show-modal .modal-header {
  border: 0px;
  background-color: transparent;
}
#text-show-modal .modal-body {
  background-color: #fff;
  border: 0px;
  overflow-y: scroll;
}
#text-show-modal .btn-close {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6006%) hue-rotate(141deg) brightness(123%) contrast(72%);
}
#text-show-modal .btn-close:focus,
#text-show-modal .btn-close:hover {
  border: 0px;
  box-shadow: none;
}
#text-show-modal .text-content {
  padding: 4% 2%;
}
#text-show-modal .cols-text {
  padding-bottom: 10px;
}
#text-show-modal .col-content,
#text-show-modal .description {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #090526;
}
#text-show-modal .col-content p:not(:last-child),
#text-show-modal .description p:not(:last-child) {
  padding-bottom: 5px;
}
#text-show-modal .col-content .wp-caption,
#text-show-modal .description .wp-caption {
  width: 100%!important;
}
#text-show-modal .col-content p img,
#text-show-modal .description p img,
#text-show-modal .col-content .wp-caption img,
#text-show-modal .description .wp-caption img {
  width: 100%!important;
  max-width: 100%;
  max-height: 100%;
}
#text-show-modal .col-content ol,
#text-show-modal .description ol,
#text-show-modal .col-content ul,
#text-show-modal .description ul {
  list-style-type: none;
  padding-bottom: 10px;
}
#text-show-modal .col-content ol li,
#text-show-modal .description ol li,
#text-show-modal .col-content ul li,
#text-show-modal .description ul li {
  padding-left: 25px;
  position: relative;
}
#text-show-modal .col-content ol li::before,
#text-show-modal .description ol li::before,
#text-show-modal .col-content ul li::before,
#text-show-modal .description ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0px;
  position: absolute;
  background-color: #FF727D;
}
#text-show-modal .col-content ol li:not(:last-child),
#text-show-modal .description ol li:not(:last-child),
#text-show-modal .col-content ul li:not(:last-child),
#text-show-modal .description ul li:not(:last-child) {
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #text-show-modal .modal-dialog {
    max-width: 90%;
  }
  #text-show-modal .col-content,
  #text-show-modal .description {
    font-size: 14px;
  }
  #text-show-modal .col-content ol,
  #text-show-modal .description ol,
  #text-show-modal .col-content ul,
  #text-show-modal .description ul {
    padding-bottom: 10px;
  }
  #text-show-modal .col-content ol li,
  #text-show-modal .description ol li,
  #text-show-modal .col-content ul li,
  #text-show-modal .description ul li {
    padding-left: 20px;
  }
  #text-show-modal .col-content ol li::before,
  #text-show-modal .description ol li::before,
  #text-show-modal .col-content ul li::before,
  #text-show-modal .description ul li::before {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #text-show-modal .modal-dialog {
    max-width: 100%;
  }
  #text-show-modal .row {
    flex-direction: column;
  }
  #text-show-modal .col {
    width: 100%;
  }
}
.search-allpage {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  display: inline-block;
}
.search-allpage .search {
  position: relative;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #090526;
  background-color: #fff;
  transition: width 0.3s linear;
}
.search-allpage .search img {
  width: 20px;
  left: 10px;
}
.search-allpage .search-form {
  display: none;
  width: 100%;
  opacity: 0;
  right: 0px;
  margin-block-end: 0px;
}
.search-allpage label {
  width: 100%;
}
.search-allpage input[type='text'] {
  width: 100%;
  color: #090526;
  background-color: #fff;
  font-family: 'Montserrat-SemiBold';
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 35px;
  font-size: 20px;
  border-radius: 9999px;
  border: 1px solid #090526;
}
.search-allpage input[type='text']::placeholder {
  font-family: 'Montserrat-Regular';
  font-size: 20px;
  color: #090526;
  opacity: 0;
  transition: opacity 0.2s 0.2s;
}
.search-allpage input[type='text']:focus {
  outline-style: none;
}
.search-allpage .search.show-search {
  width: 400px;
  border: 0px;
}
.search-allpage .search.show-search .search-form {
  display: block;
  opacity: 1;
}
.search-allpage .search.show-search input[type='text']::placeholder {
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .search-allpage {
    right: 15px;
    bottom: 15px;
  }
  .search-allpage input[type='text'] {
    font-size: 14px;
  }
  .search-allpage input[type='text']::placeholder {
    font-size: 14px;
  }
  .search-allpage .search {
    height: 34px;
    width: 34px;
  }
  .search-allpage .search img {
    left: 7px;
  }
  .search-allpage .search.show-search {
    width: 290px;
  }
  .search-allpage .search.show-search img {
    left: 10px;
  }
}
.comment-content .container-fluid {
  padding-top: 30px;
  padding-bottom: 100px;
}
.comment-content .inner-container {
  width: 65%;
  max-width: 1000px;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
}
.comment-content .comments-title {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  color: #000;
  padding-bottom: 20px;
}
.comment-content .comment-list {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin: 0px;
}
.comment-content ol.children {
  margin: 0px;
  padding: 0px;
}
.comment-content li.comment {
  display: block;
  width: 100%;
}
.comment-content li.comment.depth-1 > ol.children {
  padding-left: 20px;
  padding-right: 20px;
}
.comment-content li.comment:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.comment-content li.comment:not(:first-of-type) {
  padding-top: 20px;
}
.comment-content li.comment .comment-body {
  color: #000;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
}
.comment-content li.comment .comment-body .comment-author {
  padding-bottom: 10px;
}
.comment-content li.comment .comment-body .comment-author img {
  width: 50px;
  height: 50px;
}
.comment-content li.comment .comment-body .comment-author cite.fn {
  padding-left: 5px;
  color: #000;
}
.comment-content li.comment .comment-body .comment-author span {
  padding-left: 5px;
}
.comment-content li.comment .comment-body .comment-meta a {
  text-decoration: none;
  color: rgba(9, 5, 38, 0.7);
  font-style: italic;
}
.comment-content li.comment .comment-body p {
  padding: 10px 10px 20px;
}
.comment-content li.comment .comment-body .reply {
  text-align: right;
}
.comment-content li.comment .comment-body .reply a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 2.5px;
  transition: all 0.4s ease;
}
.comment-content li.comment .comment-body .reply a:hover {
  background-color: #FF727D;
  color: #fff;
}
.comment-content li.comment .comment-respond .comment-reply-title {
  font-size: 20px;
}
.comment-content li.comment .comment-respond small a {
  color: rgba(9, 5, 38, 0.7);
  padding-left: 15px;
  font-size: 14px;
}
.comment-content li.comment .comment-body + .comment-respond {
  padding-bottom: 20px;
}
.comment-content li.comment.byuser .comment-body cite.fn a {
  color: #000;
  font-family: 'Montserrat-Bold';
  text-decoration: none;
}
.comment-content .comment-respond .comment-reply-title {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  color: #000;
  padding-bottom: 10px;
}
.comment-content .comment-respond .comment-notes {
  font-size: 16px;
  color: #000;
  font-family: 'Montserrat-Regular';
  padding-bottom: 20px;
}
.comment-content .comment-respond .comment-form > p:not(:last-of-type) {
  padding-bottom: 20px;
}
.comment-content .comment-respond .comment-form label {
  display: block;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: #000;
  padding-bottom: 5px;
}
.comment-content .comment-respond .comment-form input:not([type="submit"]):not([type="checkbox"]),
.comment-content .comment-respond .comment-form textarea {
  width: 100%;
  padding: 10px;
  outline-style: none;
  border: 1px solid rgba(9, 5, 38, 0.7);
  border-radius: 5px;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  color: #000;
}
.comment-content .comment-respond .comment-form textarea {
  max-height: 200px;
}
.comment-content .comment-respond .comment-form input[type="submit"] {
  font-size: 18px;
  line-height: 1;
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
  background: rgba(9, 5, 38, 0.7);
  border: 1px solid transparent;
  color: #fff;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.comment-content .comment-respond .comment-form input[type="submit"]:hover {
  border-color: #FF727D;
  background: #FF727D;
  color: #fff;
}
.comment-content .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 5px;
  padding-bottom: 0px;
}
.comment-content .comment-respond .comment-form-cookies-consent input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  border: 1px solid #000;
}
@media only screen and (max-width: 1280px) {
  .comment-content .container-fluid {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .comment-content .inner-container {
    width: 100%;
    max-width: unset;
    padding-right: 40px;
  }
  .comment-content .comments-title {
    padding-bottom: 10px;
  }
  .comment-content .comment-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .comment-content li.comment.depth-1 > ol.children {
    padding-left: 10px;
    padding-right: 10px;
  }
  .comment-content li.comment .comment-body {
    color: #000;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
  }
  .comment-content li.comment .comment-body p {
    padding: 10px;
  }
  .comment-content li.comment .comment-respond small a {
    padding-left: 10px;
  }
  .comment-content .comment-respond .comment-notes {
    padding-bottom: 10px;
  }
  .comment-content .comment-respond .comment-form > p:not(:last-of-type) {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .comment-content .container-fluid {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .comment-content .comments-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .comment-content .comment-list {
    padding-bottom: 20px;
  }
  .comment-content li.comment {
    display: block;
    width: 100%;
  }
  .comment-content li.comment:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .comment-content li.comment:not(:first-of-type) {
    padding-top: 10px;
  }
  .comment-content li.comment .comment-body {
    font-size: 14px;
  }
  .comment-content li.comment .comment-body .comment-author {
    padding-bottom: 5px;
  }
  .comment-content li.comment .comment-body p {
    padding: 10px 10px 10px 0px;
  }
  .comment-content li.comment .comment-respond .comment-reply-title {
    font-size: 16px;
  }
  .comment-content li.comment .comment-respond small a {
    padding-left: 10px;
    font-size: 12px;
  }
  .comment-content .comment-respond .comment-reply-title {
    font-size: 20px;
  }
  .comment-content .comment-respond .comment-notes {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .comment-content .comment-respond .comment-form > p:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .comment-content .comment-respond .comment-form label {
    font-size: 14px;
  }
  .comment-content .comment-respond .comment-form input:not([type="submit"]):not([type="checkbox"]),
  .comment-content .comment-respond .comment-form textarea {
    font-size: 14px;
    padding: 5px;
  }
  .comment-content .comment-respond .comment-form textarea {
    max-height: 150px;
  }
  .comment-content .comment-respond .comment-form input[type="submit"] {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 10px;
  }
  .comment-content .comment-respond .comment-form-cookies-consent label {
    padding-left: 0px;
    font-size: 12px;
  }
  .comment-content .comment-respond .comment-form-cookies-consent input {
    height: 15px;
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-content .container-fluid {
    padding-bottom: 30px;
  }
  .comment-content .inner-container {
    padding-right: 15px;
  }
  .comment-content .comment-respond .comment-form-cookies-consent {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .comment-content .comment-respond .comment-form-cookies-consent label {
    flex: 1;
    padding-left: 5px;
  }
  .comment-content .comment-respond .comment-form input[type="submit"] {
    width: 100%;
    font-size: 14px;
  }
  .comment-content .comment-respond .comment-form textarea {
    max-height: 50px;
  }
}
