/* wix-madefor-display-regular - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/wix-madefor-display-v10-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* wix-madefor-display-500 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/wix-madefor-display-v10-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* wix-madefor-display-600 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/wix-madefor-display-v10-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* wix-madefor-display-700 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/wix-madefor-display-v10-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* wix-madefor-display-800 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Wix Madefor Display';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/wix-madefor-display-v10-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  html,
body{
    font-family: 'Wix Madefor Display', sans-serif;
}
:root{
    --blue: #134CCE;
    --grey:#B1B1B1;
    --bg-grey:#EDF2F5;
    --bg-light-blue:#41598B;
}
.blue{
    color: var(--blue);
}
.color-grey{
    color: var(--grey);
}
.bg-grey {
    background-color: var(--bg-grey);
}
.color-white{
    color: white;
}
.big-font-size{
    font-size: 64px;
    font-weight: 400;
}
.medium-font-size{
    font-size: 40px;
    font-weight: 400;
}
.small-font-size{
    font-size: 24px;
    font-weight: 400;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 20px;
    color: white;
    font-weight: 500;
    padding: 20px;
}
.navbar{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1000;
}
.navbar .dropdown-toggle::after{
    display: none;
}

.hero_hp{
    max-height: 980px;
    height: 980px;
    background:url('../../img/hero-hp.jpg');
    
}
.hero_hp .container{
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.content_hero_slider h2{
    font-size: 32px;
    color: white;
    font-weight: 400;
}
.hero_hp .slider_navigation{
    position: absolute;
    bottom: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.hero_hp .slider_navigation .slick-counter{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    font-size: 32px;
    color: white;
    height: 40px;
}
.hero_hp .arrow_Nav.nav_left svg{
    transform: rotate(180deg);
}
.hp_section1{
    margin: 180px 0;
}
.hp_section1 h1{
    margin-bottom: 50px;
}
.box-arrow.mt1{
    margin-top:300px
}
.box-arrow.mt2{
    margin-top: 200px;
}
.box-arrow.mt3{
    margin-top: 100px;
}
.box-arrow .simple-arrow{
   margin: 25px 0;
   position: relative;
}
.box-arrow .simple-arrow svg{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0% , -50%);
}
.box-arrow .simple-arrow .simple-line{
    width: calc( 100% - 10px);
    height: 2px;
    background-color: var(--blue);
}
.stars-bg{
    padding-top: 180px;
    padding-bottom: 90px;
    background: url('../../img/stars.png'), var(--bg-grey);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-size: 50%;
}
.stars-bg h2{
    margin-bottom: 50px;
}
.stars-bg p{
    margin-bottom: 50px;
}
.hp_section_img_text{
    padding: 180px 0;
}
.hp_section_img_text img{
    border-radius: 20px;
    padding-left: 100px;
}
.hp_section_img_text .row{
    align-items: center;
}
.footer{
    background: url('../../img/footer_star.png'),var(--bg-light-blue);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 80px;
    padding-bottom: 50px;
}
.footer .footer_links{
    padding: 0;
    list-style: none;
}
.footer .footer_links li a{
    color: white;
    font-size: 20px;
    text-decoration: none;
    padding: 20px 0;
    display: block;
}
.footer .copyright{
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.video-js .vjs-big-play-button {
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../..//assets/video_posters/play.png');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    border: none !important;
    box-shadow: none !important;
    margin: auto;
    width: 100px;
    height: 100px;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before{
    display: none;
}
.vjs-big-play-button:before{
    content: "";
    display: none;
}
.vjs-big-play-button:hover{
    background-color: transparent !important;
    opacity: 1;
}
.video-js:hover .vjs-big-play-button{
    background-color: transparent !important;
    animation: pulse 2s infinite;
}
.vjs-theme-city{
    width:100%;
} 

.video_two,
.text2,
.video_one{
    padding: 180px 0;
}
.video_three{
    padding-bottom: 180px;
}
.video-js{
    margin-top: 100px;
    border-radius: 30px;
    overflow: hidden;
}
.list_underline{
    list-style: none;
    padding: 0;
}
.list_underline li{
    border-bottom: 1px solid #B1B1B1;  
}
.slider_conf .item{
    position: relative;
}
.slider_conf img {
    height: 980px;
    object-fit: cover;
  }
.slider_conf .item .box_item{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.huge-font-size{
    font-size: 88px;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1399.98px) {  
    .big-font-size{
        font-size: 50px;
    }
    .medium-font-size {
        font-size: 35px;
    }
    .huge-font-size{
        font-size: 64px;
    }
}
@media (max-width: 1199.98px) { 
    .slider_conf img,
    .hero_hp{
        height: 720px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 10px;
        font-size: 18px;
    }
    .hero_hp .slider_navigation .slick-counter ,
    .content_hero_slider h2 {
        font-size: 30px;
    }
    .video_two,
    .text2,
    .video_one{
        padding: 120px 0
    }
    .hp_section1 {
        margin: 120px 0;
    }
 }
@media (max-width: 991.98px) { 
    .navbar-toggler{
        background-color: white;
    }
    .navbar-collapse{
        background: white;
        border-radius: 0px 0px 20px 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        color: var(--blue);
        padding: 20px;
    }
    .box-arrow.mt1,
    .box-arrow.mt2,
    .box-arrow.mt3,
    .box-arrow.mt4{
        margin-top: 0;
        margin-bottom:30px;

    }
    .stars-bg{
        padding-top:100px;
        padding-bottom: 100px;
        background-size: 100%;
    }
    .video_two,
    .text2,
    .video_one,
    .hp_section_img_text{
        padding: 100px 0;
    }
    .hp_section1{
        margin: 100px 0;
    }
    .hp_section_img_text img{
        padding: 0;
        margin: 20px auto;
        text-align: center;
        width: 400px;
        display: block;
    }
    .huge-font-size{
        font-size: 55px;
    }
    .video-js{
        height: 350px;
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) { 
    .huge-font-size,
    .big-font-size {
        font-size: 36px;
    }
    .medium-font-size {
        font-size: 28px;
    }
    .small-font-size {
        font-size: 20px;
    }
    .footer .footer_links li a{
        padding: 10px 0;
        font-size: 18px;
    }
 }
@media (max-width: 575.98px) { 
    .navbar{
        top: 0;
        padding-top: 0;
    }
    .navbar-brand svg{
        width: 145px;
        height: 145px;
    }
    .slider_conf img{
        height: 600px;
    }
    .hero_hp {
        height: 940px;
    }
    .content_hero_slider h2 {
        font-size: 25px;
    }
    .huge-font-size,
    .big-font-size {
        font-size: 30px;
    } 
    .medium-font-size {
        font-size: 24px;
    }
    .small-font-size {
        font-size: 18px;
    }
    .video_two,
    .text2,
    .video_one,
    .hp_section_img_text{
        padding: 80px 0;
    }
    .hp_section1{
        margin: 80px 0;
    }
    .stars-bg{
        padding-top:80px;
        padding-bottom: 80px;
    }
}