body{
    margin:0;
    padding:0;
    font-family: 'Mont';
}
ul{
    list-style-type: none;
    padding:0;
    margin:0;
}

a:hover{
    color:initial;
    text-decoration: none;
}

.g_pad{
    padding-left:85px;
    padding-right:85px;
}

.g_pad2{
    padding-left:60px;
    padding-right:60px;
}


.inline_block{
    display: inline-block;
}





.yellow_clr{
    color:#ffbd03;
}
.blue_clr{
    color:#3fa9f5;
}
.black_clr{
    color:#000;
}
.white_clr{
    color:#fff;
}



.font10{
    font-size: 10px;
}
.font12{
    font-size: 12px;
}
.font13{
    font-size: 13px;
}
.font15{
    font-size: 15px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}
.font24{
    font-size: 24px;
}
.font26{
    font-size: 26px;
}
.font28{
    font-size: 28px;
}
.font30{
    font-size: 30px;
}
.font32{
    font-size: 32px;
}





.semibold{
    font-weight:500;
}
.bold{
    font-weight:700;
}
.bold2{
    font-weight:800;
}
.heavy{
    font-weight:400;
}




.uppercase{
    text-transform: uppercase;
}






.ls1{
    letter-spacing: 1px;
}
.ls2{
    letter-spacing: 2px;
}







.mr10{
    margin-right:10px;
}
.ml10{
    margin-left:10px;
}
.mb10{
    margin-bottom:10px;
}
.mr20{
    margin-right:20px;
}
.ml20{
    margin-left:20px;
}
.mb20{
    margin-bottom:20px;
}
.mr30{
    margin-right:30px;
}
.ml30{
    margin-left:30px;
}
.mb30{
    margin-bottom:30px;
}
.mt30{
    margin-top:30px;
}
.mr40{
    margin-right:40px;
}
.ml40{
    margin-left:40px;
}
.mb40{
    margin-bottom:40px;
}
.mt40{
    margin-top:40px;
}
.mb50{
    margin-bottom:50px;
}
.mt50{
    margin-top:50px;
}
.mb60{
    margin-bottom:60px;
}
.mt60{
    margin-top:60px;
}
.mb70{
    margin-bottom:70px;
}
.mb80{
    margin-bottom:80px;
}
.mb90{
    margin-bottom:90px;
}
.mb100{
    margin-bottom:100px;
}




header{
    height:170px;
    width:100%;
    padding-top:50px;
    position: fixed;
    top: 0px;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
header.sticky{
    height:100px;
    padding-top:0px;
    background:rgba(255,255,255,1);
    position: fixed;
    -webkit-box-shadow: 0px 5px 21px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 21px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 21px -12px rgba(0,0,0,0.75);
}
header .header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    height: 100%;
}
header.sticky .header{
    align-items: center;
}
header .logo{
    width:167px;
}
header .logo img{
    height:100px;
}

header.sticky .logo img{
    height:70px;
}

header .logo .logo_white{
    display:block;
}
header .logo .logo_blue{
    display:none;
}
header.sticky .logo .logo_white{
    display:none;
}
header.sticky .logo .logo_blue{
    display:block;
}



header .lang_social{
    margin-top:10px;
}
header.sticky .lang_social {
    margin-top: 8px;
}
header nav.desktop_nav{
    margin-top:13px;
}
header.sticky nav.desktop_nav {
    margin-top: 8px;
}
header nav.desktop_nav ul li{
    display: inline-block;
}
header.sticky nav.desktop_nav ul li a{
    color:#3fa9f5;
}
header nav.desktop_nav ul li a{
    display: block;
    color:#fff;
    font-family: 'Mont';
    font-weight: bold;
    font-size:17px;
    letter-spacing: 2px;
}
header .lang_social{
    color:#fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header.sticky .lang_social{
    color:#3fa9f5;
}
header .lang_social .lang{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Mont';
    font-weight: bold;
    font-size:17px;
    letter-spacing: 2px;
}
header .social{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    margin-bottom: 10px;
}

header .social a{
    height:30px;
    width:30px;
}

header .social_icons_white{
    display: block;
}
header .social_icons_blue{
    display: none;
}
header.sticky .social_icons_white{
    display: none;
}
header.sticky .social_icons_blue{
    display: block;
}



.link{
    cursor: pointer;
}
.link a:hover > .underline{
    opacity: 1;
}
.link.active a > .underline{
    opacity: 1;
}

.mobile_nav_items a{
    display: block;
}


.lang .lang_input{
    opacity:0.6;
    color: #fff;
}
.lang .lang_input.active{
    opacity:1;
}
.lang .lang_input.active > .underline{
    opacity:1;
}

.underline_white{
    width:100%;
    height:10px;
    background-image: url(../img/nav_underline.svg);
    background-size: 150px;
    background-repeat: repeat-x;
    opacity:0;
}
.underline_blue{
    width:100%;
    height:10px;
    background-image: url(../img/nav_underline_blue.svg);
    background-size: 150px;
    background-repeat: repeat-x;
    opacity:0;
}
header .underline_white{
    display: block;
}
header .underline_blue{
    display: none;
}
header.sticky .underline_white{
    display: none;
}
header.sticky .underline_blue{
    display: block;
}

.underline.show{
    opacity: 1;
}





header .mobile_nav{
    display: none;
}






.diaskedasi_section{
    background: #f9f7f7;
}
.diaskedasi_section .title{
    height: 52px;
}
.diaskedasi_section .fxm{
    display: none;
}
.diaskedasi_section .fx{
    display: block;
    max-width: 250px;
}
.diaskedasi_section .content_header{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diaskedasi_section .content_footer{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.diaskedasi_section .content_nav{
    display: flex;
    justify-content: center;
}
.diaskedasi_section .content_wrapper{
    margin-top:-10px;
}
.diaskedasi_section .underline_black{
    width:100%;
    height:10px;
    background-image: url(../img/underline_black.svg);
    background-size: 150px;
    background-repeat: repeat-x;
    opacity:0;
}
.diaskedasi_section .content_nav_item{
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-family: 'Mont';
    font-weight: 800;
    font-size:17px;
    letter-spacing: 1px;
    margin:0 20px;
    opacity:0.4;
}
.diaskedasi_section .content_nav_item.active{
    opacity: 1;
}
.diaskedasi_section .content_nav_item:hover > .underline, .content_nav_item.active > .underline{
    opacity: 1;
}
.diaskedasi_section .content_nav_item:hover{
    opacity: 1;
}
.diaskedasi_section .content{
    margin-top:40px;
}
.diaskedasi_section .content .row .col-xl-4{
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 70px
}

.diaskedasi_section .content_footer{
    margin-top:-70px;
}
.diaskedasi_section .content_footer .load_more{
    color: #3fa9f5;
    font-family: 'Mont';
    font-weight: 800;
    font-size:17px;
    cursor: pointer;
}
.underline_more{
    width:100%;
    height:10px;
    background-image: url(../img/underline_more.svg);
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat;
}



.vWidth{
    width:1600px;
}




.diaskedasi_section .content .row .content_inner{
    background: #fff;
}
.diaskedasi_section .content .row .content_inner .content_image, .diaskedasi_section .content .row .content_inner .content_image img{
    width:100%;
    position: relative;
}
.icon_badge{
    position: absolute !important;
    top:-4px;
    left:10px;
    width:50px !important;
}
.diaskedasi_section .content .row .content_inner .content_text{
    width:100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.diaskedasi_section .content .row .content_inner .content_text_without_btn{
    width:calc(100% - 40px);
    box-sizing: border-box;
    padding:20px;
    padding-right:0px;
    background: #fff;
}
.diaskedasi_section .content .row .content_inner .content_text_without_btn p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
}
.diaskedasi_section .content .row .content_inner .content_btn{
    width:60px;
}
.diaskedasi_section .content .row .content_inner .content_btn img{
    width:100%;
    left: 26px;
    position: relative;
}









.nea_section{
    background-image: url(../img/nea_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nea_section .content_header{
    display: flex;
    justify-content: center;
}
.nea_section .content_footer{
    display: flex;
    justify-content: flex-start;
}
.nea_section .title{
    height: 52px;
    margin-top:100px;
    margin-bottom:40px;
}
.nea_section .fx{
    max-width: 250px;
}
.swiper-container-nea {
    width: 1200px;
    height: 600px;
    padding:0 35px;
}
.swiper-container-nea .swiper-wrapper{
    height:530px;
}
.swiper-container-nea .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-nea .swiper-slide .nea_img{
    height:100%;
    width:60%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.swiper-container-nea .swiper-slide .nea_text{
    width:40%;
    box-sizing: border-box;
    padding:30px;
    padding-right:50px;
    text-align: left;
}
.swiper-container-nea .swiper-slide .nea_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    max-height: 215px;
}
.nea_section .swiper-pagination-bullet{
    opacity: 0.6;
    background: #fff;
}
.nea_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.nea_section .swiper-button-next, .nea_section .swiper-button-prev {
    top: calc(50% - 45px);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}
.nea_section .swiper-button-next {
    background-image: url(../img/arrow_right.svg);
}
.nea_section .swiper-button-prev {
    background-image: url(../img/arrow_left.svg);
}
.nea_section .swiper-button-next.swiper-button-disabled, .nea_section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.underline_yellow{
    width:100%;
    height:10px;
    background-image: url(../img/underline_yellow.svg);
    background-size: 150px;
    background-repeat: repeat-x;
    opacity:1;
}








.promo_banner, .promo_banner img{
    width:100%;
}









.tomouseio_section{
    background: #f9f7f7;
}
.tomouseio_section .content_header{
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tomouseio_section .fx{
    max-width: 130px;
}
.tomouseio_section .title{
    height: 125px;
}
.swiper-container-tomouseio {
    width: 1500px;
    height: 600px;
    padding:0 35px;
    padding-top:20px;
}
.swiper-container-tomouseio .swiper-wrapper{
    height:530px;
}
.swiper-container-tomouseio .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-tomouseio .swiper-slide .tomouseio_img{
    height:100%;
    width:100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.tomouseio_section .swiper-pagination-bullet{
    opacity: 0.6;
    background: #3fa9f5;
}
.tomouseio_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3fa9f5;
}
.tomouseio_section .swiper-button-next, .tomouseio_section .swiper-button-prev {
    top: calc(50% - 25px);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}
.tomouseio_section .swiper-button-next {
    background-image: url(../img/arrow_right.svg);
}
.tomouseio_section .swiper-button-prev {
    background-image: url(../img/arrow_left.svg);
}
.tomouseio_section .swiper-button-next.swiper-button-disabled, .tomouseio_section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.tomouseio_section .fxm{
    display: none;
}

.tomouseio_section .content_footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 88%;
    /*padding:0 35px;*/
    padding-top: 40px;
    /*margin:0 auto;*/
}
.tomouseio_section .content_footer .fx_08{
    width:300px;
}
.tomouseio_section .content_footer .mouseio_text_img{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.tomouseio_section .content_footer .mouseio_text{
    width:500px;
    padding-bottom:30px;
}
.tomouseio_section .content_footer .mouseio_video{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width:500px;
    padding-bottom:30px;
}
.tomouseio_section .content_footer .mouseio_video img{
    width:500px;
}
.video_text{
    background: #ff6666;
    padding:30px;
    position: relative;
}
.video_text h4{
    color:#fff;
}
.video_text_without_play{
    width:calc(100% - 30px);
}
.video_text img{
    width:60px !important;
    position: absolute;
    right:-30px;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}






.gallery_section{
    background-image: url(../img/gallery_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery_section .content_header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
.gallery_section .content_header img{
    max-height: 55px;
}
.gallery_section .content_header .fx{
    max-height: 25px;
    margin:0 20px;
}
.swiper-container-gallery {
    width: 100%;
    height: 500px;
    padding:10px 35px;
    margin-top: 50px;
}
.swiper-container-gallery .swiper-wrapper{
    height:430px;
}
.swiper-container-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-container-gallery .swiper-slide .gallery_img{
    height:60%;
    width:100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 4px rgba(255,255,255,1);
}
.swiper-container-gallery .swiper-slide .gallery_text{
    width:100%;
    box-sizing: border-box;
    padding:20px;
    text-align: left;
}
.swiper-container-gallery .swiper-slide .gallery_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 100px;
}
.gallery_section .swiper-pagination-bullet{
    opacity: 0.6;
    background: #fff;
}
.gallery_section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.gallery_section .swiper-button-next, .gallery_section .swiper-button-prev {
    top: calc(50% - 45px);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}
.gallery_section .swiper-button-next {
    background-image: url(../img/arrow_right_yellow.svg);
}
.gallery_section .swiper-button-prev {
    background-image: url(../img/arrow_left_yellow.svg);
}
.gallery_section .swiper-button-next.swiper-button-disabled, .gallery_section .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.gallery_section .swiper-slide.swiper-slide-active{
    webkit-box-shadow: 0px 0px 0px 8px rgba(255,188,3,1);
    -moz-box-shadow: 0px 0px 0px 8px rgba(255,188,3,1);
    box-shadow: 0px 0px 0px 8px rgba(255,188,3,1);
}
.gallery_section .content_footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 80px;
}
.gallery_section .content_footer .fx{
    width:400px;
}
.gallery_section .content_footer .gallery_upload_pre{
    max-width:500px;
    color:#fff;
}
.gallery_section .content_footer .gallery_upload_pre img{
    width:50px;
}
.gallery_section .content_footer .gallery_upload_pre .upload_btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}
.gallery_section .content_footer .gallery_upload_pre .upload_btn img{
    margin-right: 10px
}
.underline_yellow2{
    width:100%;
    height:15px;
    background-image: url(../img/underline_yellow2.svg);
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: center;
    opacity:1;
}



footer .footer_top{
    background:#2d2f3a;
    display: flex;
    justify-content: space-between;
}
footer .footer_links a{
    color:#fff;
    opacity:0.5;
    margin-right: 30px;
    padding:15px 0;
    display: inline-block;
}
footer .back_to_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:#fff;
    cursor: pointer;
}
footer .back_to_top img{
    width:35px;
    margin-left: 10px;
}

footer .footer_bottom{
    background: #393b49;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top:50px;
    padding-bottom:50px;
}
footer .footer_bottom .contact, footer .footer_bottom .copyright{
    width:332px;
    color:#fff;
    opacity:0.5;
}
footer .footer_bottom .copyright{
    text-align: right;
}
footer .footer_bottom .contact a{
    color:#fff;
}
footer .footer_bottom .footer_logo img{
    width:150px;
    opacity:0.5;
}


















.desktop_banner{
    display: block;
}
.mobile_banner{
    display: none;
}

.desktop_bg_video{
    display: block;
}
.mobile_bg_video{
    display: none;
}






















.upload_modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background-image: url(../img/upload_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.upload_success_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 9;
    background-image: url(../img/upload_success_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.upload_error_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 9;
    background-image: url(../img/upload_error_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.upload_modal.open{
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.upload_modal .modal_header{
    padding-top: 50px;
    height:60px;
    width:100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}
.upload_modal .close_modal{
    height: 40px;
    cursor: pointer;
}

.upload_modal .modal_content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    flex-direction: column;
    height: 100%;
}
.upload_modal .modal_content form{
    max-width:100%;
}
.upload_modal .name_input{
    background-color: transparent;
    background-image: url(../img/name_input.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:0px;
    width:450px;
    height: 38px;
    padding:0 14px;
}
.upload_modal .error_badge{
    width:40px;
    margin-left: 10px;
}
.upload_modal .age_input{
    background-color: transparent;
    background-image: url(../img/age_input.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:0px;
    width: 102px;
    height: 38px;
    padding:0 14px;
}
.upload_modal .city_input{
    background-color: transparent;
    background-image: url(../img/city_input.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:0px;
    width: 225px;
    height: 38px;
    padding:0 14px;
}
.upload_modal .country_input{
    background-color: transparent;
    background-image: url(../img/country_input.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border:0px;
    width: 151px;
    height: 38px;
    padding: 0 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.upload_modal .s_inputs{
    margin-right: 20px;
}




.upload_modal .form-group {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.upload_modal .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.upload_modal .form-group label {
  position: relative;
  cursor: pointer;
}

.upload_modal .form-group label:before {
    content: url(../img/agree_input.svg);
    -webkit-appearance: none;
    width: 48px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.upload_modal .form-group input:checked + label:after {
    content: url(../img/agree_input_valid.svg);
    display: block;
    position: absolute;
    top: 0px;
    width: 48px;
}

.upload_modal .drop_img{
    background-color: transparent;
    background-image: url(../img/img_input.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:500px;
    height: 150px;
    text-align: center;
}

.upload_modal .drop_img .img_input_pre{
    width:200px;
    margin-top:-50px;
}

.underline_txt{
    text-decoration: underline;
}
.block{
    display: block;
}

.upload_modal .upload_btn2{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    cursor: pointer;
}
.upload_modal .upload_btn2 img{
    width:40px;
    margin-right: 10px;
}

.mob_drop_img{
    display: none;
}

.upload_modal .error_input{
    display: none;
}

.upload_modal .upload_result .upload_result_img{
    max-width: 200px;
    margin-bottom: 40px;
}
.upload_modal .upload_result p{
    margin-bottom: 40px;
}
.upload_modal .upload_result .modal_content{
    justify-content: center !important;
}
.upload_modal .upload_result.upload_error_bg .upload_btn2_container{
    margin-top:40px !important;
}
.mW400{
    max-width: 400px;
}
.center{
    text-align: center;
}

.upload_result{
    display: none;
}
.upload_result.open{
    display: block;
}







.page404{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 10;
}
.page404 .content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    flex-direction: column;
    height: 100%;
}
.page404 .content .img404{
    max-width: 500px;
    padding: 0 90px;
    margin-bottom: 40px;
}
.page404 .content .upload_btn2 img{
    width:40px;
    margin-right: 10px;
}



































































@media only screen and (max-width: 1650px) {
    .vWidth{
        width:1500px;
    }
    .swiper-container-tomouseio {
        width: 1400px;
    }
    .tomouseio_section .content_footer{
        width: 93%;
    }
}
@media only screen and (max-width: 1550px) {
    .vWidth{
        width:1400px;
    }
    .swiper-container-tomouseio {
        width: 1300px;
    }
}
@media only screen and (max-width: 1450px) {
    .vWidth{
        width:1300px;
    }
    .swiper-container-tomouseio {
        width: 1200px;
    }
    .tomouseio_section .content_footer .mouseio_text{
        width:400px;
    }
}


@media only screen and (max-width: 1366px) {

    .vWidth{
        width:100%;
    }

    header .logo img {
        height: 80px;
    }
    header .logo {
        width: 137px;
    }
    header nav.desktop_nav ul li {
        margin-left: 20px;
    }
    .diaskedasi_section.g_pad{
        padding-left:40px;
        padding-right:40px;
    }
    .diaskedasi_section .content .g_pad2{
        padding-left:10px;
        padding-right:10px;
    }



    .swiper-container-nea {
        width: 1000px;
        height: 600px;
        padding:0 35px;
    }
    .swiper-container-nea .swiper-wrapper{
        height:530px;
    }
    .swiper-container-nea .swiper-slide .nea_img{
        width:55%;
    }
    .swiper-container-nea .swiper-slide .nea_text{
        width:45%;
    }
    .swiper-container-tomouseio {
        width: 1000px;
        height: 600px;
        padding:0 35px;
        padding-top:20px;
    }
    .swiper-container-tomouseio .swiper-wrapper{
        height:530px;
    }

    .tomouseio_section .swiper-button-next, .tomouseio_section .swiper-button-prev {
        top: calc(50% - 25px);
        width: 47px;
        height: 64px;
        background-size: 47px 64px;
    }
    .tomouseio_section .content_footer .fx_08{
        width:200px;
    }

}































































@media only screen and (min-width: 1181px) {
    .mobile_nav_overlay{
        display: none !important;
    }
}









@media only screen and (max-width: 1180px) {

    header .desktop_nav{
        display: none;
    }

    header .desktop_lang_social{
        display: none;
    }

    header .mobile_nav{
        display: block;
    }

    header .mobile_nav img{
        height: 30px;
    }

    header .mobile_nav .burger_menu_white, header.sticky .mobile_nav .burger_menu_blue{
        display: block;
    }
    header .mobile_nav .burger_menu_blue, header.sticky .mobile_nav .burger_menu_white{
        display: none;
    }


    .mobile_nav_overlay{
        width:100%;
        height:100%;
        position:fixed;
        z-index: 1;
        background-image:url(../img/nav_bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top:0px;
        left:0px;
        -webkit-transition:transform 0.25s ease-in-out;
        transition:transform 0.25s ease-in-out;
        -webkit-transform:translateX(100%);
        transform:translateX(100%);
    }
    .mobile_nav_overlay.open{
        -webkit-transform:translateX(0%);
        transform:translateX(0%);
    }

    .mobile_nav_header{
        padding-top:50px;
        display: flex;
        justify-content: flex-end;
    }

    .close_nav{
        height: 40px
    }

    .mobile_nav_content{
        width:100%;
        height: calc(100% - 60px);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }
    .mobile_nav_content_in{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    header.sticky .mobile_nav_content .social_icons_white{
        display: block !important;
    }
    header.sticky .mobile_nav_content .underline_white{
        display: block !important;
    }

    .m_nav_item{
        height:50px;
        width:100%;
        text-align: center;
        margin:8px 0;
    }
    .m_nav_item .m_nav_item_btn{
        height: 100%;
    }
    .m_nav_item .m_nav_item_selected{
        height: 50%;
        margin:0 5px;
        display: none;
    }
    .m_nav_item.active .m_nav_item_selected{
        display: inline-block;
    }


    .mobile_nav_content_in .lang{
        display: flex;
        color:#fff;
        justify-content: center;
        align-items: center;
        font-family: 'Mont';
        font-weight: bold;
        font-size:17px;
        letter-spacing: 2px;
    }

    .diaskedasi_section .content_header .fxm, .tomouseio_section .content_header .fxm{
        display: block;
    }
    .diaskedasi_section .content_header .fx, .tomouseio_section .content_header .fx{
        display: none;
    }
    .diaskedasi_section .content_footer .fx{
        width:100px;
    }

    .diaskedasi_section.g_pad{
        padding-left:20px;
        padding-right:20px;
    }
    .swiper-container-nea {
        width: 900px;
        height: 520px;
        padding:0 35px;
    }
    .swiper-container-nea .swiper-wrapper{
        height:450px;
    }
    .swiper-container-nea .swiper-slide .nea_img{
        width:55%;
    }
    .swiper-container-nea .swiper-slide .nea_text{
        width:45%;
    }
    .swiper-container-tomouseio {
        width: 900px;
        height: 520px;
        padding:0 35px;
        padding-top:20px;
    }
    .swiper-container-tomouseio .swiper-wrapper{
        height:450px;
    }

    .tomouseio_section .swiper-button-next, .tomouseio_section .swiper-button-prev {
        top: calc(50% - 25px);
        width: 47px;
        height: 64px;
        background-size: 47px 64px;
    }

    .tomouseio_section .content_header .fxm:nth-child(2){
        left: 0px;
        width: 70px;
        z-index: 1;
        margin-top: -40px;
    }

    .tomouseio_section .content_header .fxm:nth-child(5){
        right: 0px;
        width: 100px;
        z-index: 1;
        margin-top: -50px;
    }

    .diaskedasi_section .content_header .title, .tomouseio_section .content_header .title{
        position: relative;
        z-index: 2;
        width: 250px;
    }





    .tomouseio_section .content_footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: auto;
        /* padding: 0 35px; */
    }
    .tomouseio_section .content_footer .fx_08{
        width:300px;
    }
    .tomouseio_section .content_footer .mouseio_text_img{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .tomouseio_section .content_footer .mouseio_text{
        max-width:500px;
        width:auto;
        padding-bottom:30px;
    }
    .tomouseio_section .content_footer .mouseio_video{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        max-width:500px;
        width:auto;
        padding-bottom:30px;
    }
    .tomouseio_section .content_footer .mouseio_video img{
        max-width:500px;
        width:auto;
    }
    .video_text{
        background: #ff6666;
        padding:30px;
    }
    .video_text h4{
        color:#fff;
    }

}









































































@media only screen and (max-width: 987px) {
    .g_pad {
        padding-left: 40px;
        padding-right: 40px;
    }
    header {
        padding-top: 30px;
    }
    .swiper-container-nea {
        width: 100%;
        height: 450px;
        padding:0 35px;
    }
    .swiper-container-nea .swiper-wrapper{
        height:400px;
    }
    .swiper-container-nea .swiper-slide .nea_img{
        width:100%;
    }
    .swiper-container-nea .swiper-slide .nea_text{
        width:100%;
    }
    .swiper-container-nea .swiper-slide {
        flex-direction: column;
    }
    .swiper-container-nea .swiper-slide .nea_img{
        height:300px;
        width:100%;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    .swiper-container-nea .swiper-slide .nea_text{
        width:100%;
        box-sizing: border-box;
        padding:20px;
        padding-right:20px;
        text-align: center;
    }
    .swiper-container-nea .swiper-slide .nea_text h4{
        margin-bottom: 10px;
    }
    .swiper-container-nea .swiper-slide .nea_text p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        max-height: 90px;
        margin-bottom: 10px;
    }
    .nea_section .content_footer{
        display: flex;
        justify-content: center;
        margin-top:20px;
    }
    .nea_section .content_footer img{
        width:50%;
    }
    .swiper-container-nea .swiper-button-next, .swiper-container-nea .swiper-button-prev{
        display: none;
    }
    .swiper-container-tomouseio {
        width: 100%;
        height: 450px;
        padding:0 35px;
        padding-top:20px;
    }
    .swiper-container-tomouseio .swiper-wrapper{
        height:400px;
    }

    .tomouseio_section .swiper-button-next, .tomouseio_section .swiper-button-prev {
        top: calc(50% - 15px);
        width: 47px;
        height: 64px;
        background-size: 47px 64px;
    }
}









































































@media only screen and (max-width: 768px) {

    .g_pad {
        padding-left: 20px;
        padding-right: 20px;
    }

    header, header.sticky {
        height: 70px;
        padding-top: 0px;
    }
    header .header {
        align-items: center;
    }
    header .logo img, header.sticky .logo img {
        height: 50px;
    }
    header .mobile_nav img {
        height: 25px;
    }

    .close_nav{
        height: 35px
    }

    .mobile_nav_header {
        padding-top: 20px;
    }

    .diaskedasi_section .content_header, .tomouseio_section .content_header {
        justify-content: center;
    }

    .diaskedasi_section .content_header .fxm:nth-child(2){
        position: absolute;
        left: 0px;
        width: 100px;
        z-index: 1;
        margin-top: -40px;
    }

    .diaskedasi_section .content_header .fxm:nth-child(5){
        position: absolute;
        right: 0px;
        width: 100px;
        z-index: 1;
        margin-top: -50px;
    }

    .tomouseio_section .content_header .fxm:nth-child(2){
        position: absolute;
        left: 0px;
        width: 40px;
        z-index: 1;
        margin-top: -40px;
    }

    .tomouseio_section .content_header .fxm:nth-child(5){
        position: absolute;
        right: 0px;
        width: 100px;
        z-index: 1;
        margin-top: -50px;
    }

    .diaskedasi_section .content_header .title, .tomouseio_section .content_header .title{
        position: relative;
        z-index: 2;
        width: 200px;
    }
    .nea_section .content_header .title{
        position: relative;
        z-index: 2;
        width: 70px;
    }

    .diaskedasi_section .content_wrapper {
        margin-top: 30px;
        position: relative;
        z-index: 3;
    }
    .diaskedasi_section .content_footer .fx{
        width:50px;
    }
    .diaskedasi_section .content_nav_item {
        margin: 0 10px;
    }
    .diaskedasi_section .content .row .col-xl-4 {
        margin-bottom: 30px;
    }
    .diaskedasi_section .content_footer{
        margin-top: -40px;
    }

    .tomouseio_section .swiper-button-next, .tomouseio_section .swiper-button-prev {
        top: calc(50% - 15px);
        width: 47px;
        height: 64px;
        background-size: 47px 64px;
    }
    .tomouseio_section .content_footer .mouseio_text_img{
        display: block;
    }
    .tomouseio_section .content_footer .fx_08 {
        max-width: 300px;
        width:auto;
        margin-bottom: 30px;
    }
    .tomouseio_section .content_footer {
        padding: 0 25px;
    }
    .video_text {
        padding: 20px;
    }


    .tomouseio_section .content_footer .mouseio_video {
        margin: 0 10px;
    }

    .gallery_section.g_pad{
        padding-left:0px;
        padding-right:0px;
    }


    .gallery_section .content_header img {
        max-height: 40px;
    }
    .gallery_section .content_header .fx {
        max-height: 15px;
        margin:0 10px;
    }

    .gallery_section .swiper-button-next, .gallery_section .swiper-button-prev {
        display: none;
    }



    .gallery_section .content_footer{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .gallery_section .content_footer .fx{
        max-width:400px;
        width: auto;
        margin:0 30px;
        margin-bottom: 20px;
    }
    .gallery_section .content_footer .gallery_upload_pre{
        max-width:500px;
        color:#fff;
        margin:0 30px;
    }
    .gallery_section .content_footer .gallery_upload_pre img{
        width:50px;
    }
    .gallery_section .content_footer .gallery_upload_pre .upload_btn{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
        cursor: pointer;
    }
    .gallery_section .content_footer .gallery_upload_pre .upload_btn img{
        margin-right: 10px
    }
    .underline_yellow2{
        width:100%;
        height:10px;
        background-image: url(../img/underline_yellow2.svg);
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: 0;
        opacity:1;
    }




    footer .footer_top{
        background:#2d2f3a;
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
        align-items: center;
        padding-top:30px;
        padding-bottom:20px;
    }
    footer .footer_links{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .footer_links a{
        color:#fff;
        opacity:0.5;
        margin-right: 0px;
        padding:10px 0;
        display: inline-block;
    }
    footer .back_to_top{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color:#fff;
        cursor: pointer;
        padding-bottom: 20px;
    }
    footer .back_to_top img{
        width:35px;
        margin-left: 10px;
    }

    footer .footer_bottom{
        background: #393b49;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top:30px;
        padding-bottom:30px;
        text-align: center;
    }
    footer .footer_bottom .contact, footer .footer_bottom .copyright{
        width:auto;
        color:#fff;
        opacity:0.5;
    }
    footer .footer_bottom .copyright{
        text-align: center;
    }
    footer .footer_bottom .contact a{
        color:#fff;
    }
    footer .footer_bottom .footer_logo img{
        width:150px;
        opacity:0.5;
        padding:30px 0;
    }







    .desktop_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .desktop_bg_video{
        display: none;
    }
    .mobile_bg_video{
        display: block;
    }

























    .upload_modal .modal_header{
        padding-top: 20px;
        height:60px;
        width:100%;
        position: fixed;
        display: flex;
        justify-content: flex-end;
    }
    .upload_modal .close_modal{
        height: 40px;
        cursor: pointer;
    }

    .upload_modal .modal_content{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding:20px;
        flex-direction: column;
        height: 100%;
    }
    .upload_modal .modal_content form {
        text-align: center;
    }
    .upload_modal .modal_content .age_city_country, .upload_modal .modal_content .agree_container{
        margin:0px !important;
    }
    .upload_modal .name_input{
        background-color: transparent;
        background-image: url(../img/name_input.svg);
        background-size: 200% 100px;
        background-repeat: no-repeat;
        background-position: center;
        border:0px;
        width:200px;
        height: 38px;
        padding:0 7px;
    }
    .upload_modal .error_input{
        display: none;
    }
    .upload_modal .error_badge{
        width:40px;
        margin-left: 10px;
    }
    .upload_modal .age_input{
        background-color: transparent;
        background-image: url(../img/age_input.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border:0px;
        width: 102px;
        height: 38px;
        padding:0 14px;
    }
    .upload_modal .city_input{
        background-color: transparent;
        background-image: url(../img/city_input.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border:0px;
        width: 225px;
        height: 38px;
        padding:0 14px;
    }
    .upload_modal .country_input{
        background-color: transparent;
        background-image: url(../img/country_input.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border:0px;
        width: 151px;
        height: 38px;
        padding: 0 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .upload_modal .s_inputs{
        margin-right: 20px;
    }




    .upload_modal .form-group {
      display: block;
      margin-bottom: 0px;
      text-align: center;
    }

    .upload_modal .form-group input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
    }

    .upload_modal .form-group label {
      position: relative;
      cursor: pointer;
    }

    .upload_modal .form-group label:before {
        content: url(../img/agree_input.svg);
        -webkit-appearance: none;
        width: 48px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

    .upload_modal .form-group input:checked + label:after {
        content: url(../img/agree_input_valid.svg);
        display: block;
        position: absolute;
        top: 0px;
        width: 48px;
    }
    .upload_modal .upload_image_container{
        display: flex;
        justify-content: center;
        margin-top:5px;
    }

    .upload_modal .drop_img{
        background-color: transparent;
        background-image: url(../img/img_input.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 280px;
        height: 90px;
        text-align: center;
        display: none;
    }

    .upload_modal .drop_img .img_input_pre{
        width:100px;
        margin-top:-30px;
    }

    .upload_modal .upload_btn2{
        display: flex;
        justify-content: center;
        align-items: center;
        color:#fff;
    }
    .upload_modal .upload_btn2 img{
        width:40px;
        margin-right: 10px;
    }
    .upload_modal .title{
        margin-bottom: 0px;
        font-size:25px;
        text-align: center;
    }
    .upload_modal .upload_btn2_container{
        margin-top:10px;
    }

    .mob_drop_img{
        display: block;
    }
    .mob_drop_img img{
        width:40%;
    }





.page404 .content .img404{
    max-width: 400px;
    padding: 0 90px;
    margin-bottom: 30px;
}













}









































































@media only screen and (max-width: 500px) {
    .m_nav_item{
        height:30px;
    }
    .icon_badge{
        width:40px !important;
    }
    .diaskedasi_section .content .row .content_inner .content_text_without_btn{
        width:100%;
        padding-right: 20px;
    }
    .diaskedasi_section .content .row .content_inner .content_btn{
        display: none;
    }
    .swiper-container-tomouseio {
        width: 100%;
        height: 300px;
        padding:0 35px;
        padding-top:20px;
    }
    .swiper-container-tomouseio .swiper-wrapper{
        height:230px;
    }

    .tomouseio_section .swiper-button-next, .tomouseio_section .swiper-button-prev {
        top: calc(50% - 25px);
        width: 47px;
        height: 64px;
        background-size: 47px 64px;
    }


}







    

.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
    left: 0;
    z-index: -99;
}
.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}

.bg_video_container{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}

.diaskedasi_section {
    margin-top: 100vh;
    position: relative;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media only screen and (max-width: 819px){
    .video-background {
        display: none;
    }    
    .mobile_bg_video1{
        display: block !important;
    }
    .diaskedasi_section {
        top: auto !important;
        position: static !important;
    }
    .bg_video_container{
        height: 100%;
        width: 100%;
        position: static;
    }
}
 @media screen and (orientation:landscape) and (max-width: 815px){
    .video-background {
        display: none;
    }    
    .mobile_bg_video1{
        display: block !important;
    }
    .diaskedasi_section {
        top: auto !important;
        position: static !important;
    }
    .bg_video_container{
        height: 100%;
        width: 100%;
        position: static;
    }
 }

.bg_video_container.mob{
    height: auto !important;
    width: 100% !important;
    position: static;
}
.bg_video_container.mob .video-background {
        display: none;
    }
.bg_video_container.mob .mobile_bg_video1{
        display: block !important;
    }
.diaskedasi_section.mob {
        top: auto !important;
        position: static !important;
    }
.bg_video_container.mob .bg_video_container{
        height: 100%;
        width: 100%;
        position: static;
    }

