body{
    margin:0;
    padding:0;
    font-family: 'Mont';
}
ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
.instructions{
  color:#007bff!important;
}
.instructions:hover{
  cursor: pointer!important;
  color:initial!important;
}

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;
    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, header.sticky .lang_social .lang_input{
    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_white1{
    width:100%;
    height:10px;
    background-image: url(../img/nav_underline.svg);
    background-size: 150px;
    background-repeat: repeat-x;
    opacity:1;
}
.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 .d_space{
    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;
}
.vWidth2{
    width:1100px;
}
.vWidth3{
    width:1300px;
    max-width: 100%;
}




.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;
        margin-top: 100vh;
}
.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_section1{
    background-image: url(../img/gallery_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    text-align: center;
}
.gallery_section1 .swiper-pagination{
    display: none;
}
.gallery_section2{
    background-image: url(../img/gallery_bg2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery_page_section{
    background-image: url(../img/gallery_bg_large.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
}
.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 50px;
    margin-top: 50px;
}
.swiper-container-gallery .swiper-wrapper{
    /*height:430px;*/
    /*height: 300px;*/
}
.swiper-container-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.swiper-container-gallery .swiper-slide .gallery_img, .gallery_page_section .gallery_page_item .gallery_img{
    /*height:60%;*/
    height: 250px;
    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);
}
.gallery_page_item{
    background: #fff;
}
.gallery_page_item .gallery_text{
    text-align: left;
    padding:20px;
}
.gallery_page_section .content_header{
    padding-bottom: 70px;
}
.gallery_page_section .gallery_page_item .gallery_img{
    height: 320px;
}
.gallery_page_section .col-lg-4{
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 70px;
}
.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, .gallery_page_item .gallery_text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 100px;
    margin-bottom: 0px;
}
.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;*/
    justify-content:center;
    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;
}

.pagination_links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_links .pagination_link{
    margin:10px 10px;
}
.pagination_links .pagination_link a{
    color:#fff;
    font-weight: 700;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.pagination_links .pagination_link a.active, .pagination_links .pagination_link a:hover{
    color:#1E8AE3;
    background: #fff;
}
.pagination_links .pagination_link a img{
    width:35px;
}


















.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;*/
    width: 370px;
    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_input1.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;
}


/* new modal */

.uploadedImg_success{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.8);
}
.uploadedImg_success .image_success {
    box-shadow: 1px 1px 50px rgba(0,0,0,.35);
}
.uploadedImg_success .image_success img {
    width: 100%;
    max-width: 650px;
}
.uploadedImg_success .image_success-actions {
    display: flex;
    margin-top: 25px;
}
.uploadedImg_success .image_success-actions img {
    width: 65px;
    margin: 0 10px;
    cursor: pointer;
}

/* end new modal */


.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;
    cursor: pointer;
}
.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;
}





.asfaleia_page{
    background-image: url(../img/gallery_bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.asfaleia_content{
    width: 100%;
    background: #fff;
    padding:50px;
}
.asfaleia_content_in{
    background-image: url(../img/asfaleia_img.svg);
    background-position: top right;    
    background-repeat: no-repeat;
    background-size: 45%;
    height: 100%;
    width: 100%;
    text-align: left;
}
.asfaleia_contents{
    padding-top: 80px;
}
.asfaleia_contents h1{
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 70px;
}
.asfaleia_contents h2{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
.asfaleia_contents p{
    font-size: 22px;
    margin-bottom: 30px;
}
.asfaleia_contents p a{
    color: #3FA2EE;
}

#create-link {
    color: #fff;
    font-weight: 900;
}

#create-link:hover{
    color:#FFBD03;
}
@media only screen and (max-width: 768px) {
    .asfaleia_page.g_pad{
        padding-top: 100px;
        padding-left:10px;
        padding-right:10px;
    }
    .asfaleia_content{
        width: 100%;
        background: #fff;
        padding:20px;
    }
    .asfaleia_content_in{
        background-size: 65%;
    }
    .asfaleia_contents{
        padding-top: 80px;
    }
    .asfaleia_contents h1{
        font-weight: 800;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .asfaleia_contents h2{
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .asfaleia_contents p{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .asfaleia_contents p a{
        color: #3FA2EE;
    }
}

.nea_page{
    background-image: url(../img/nea_page_img.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.nea_page .content_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 50px;
    position: relative;
    margin:0 auto;
}
.nea_page .content_header div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.nea_page .content_header .fx {
    max-height: 25px;
    margin: 0 20px;
}
.nea_page .content_header img.fx_alter{
    min-height: 205px;
}
.nea_page .content_header img {
    max-height: 55px;
    height: 55px;
}
.nea_page .content_header img.title{
    width: 104px;
}
.nea_page_content{
    display: flex;
    justify-content: center;
}
.nea_content_in{
    background:#fff;
    width: 100%;
    padding: 50px;
}
.swiper-container-nea_page{
    width:100%;
    height: 600px;
    padding: 0 35px;
}
.swiper-container-nea_page .swiper-slide div{
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-container-nea_page .swiper-button-next {
    background-image: url(../img/arrow_right.svg);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}
.swiper-container-nea_page .swiper-button-prev {
    background-image: url(../img/arrow_left.svg);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}
.nea_content{
    padding: 0 35px;
    width: 100%;
}

.nea_content .nea_date{
    color:#3FA2EE;
    font-size: 20px;
    margin-bottom: 10px;
}
.nea_content .nea_title{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}
.nea_content .nea_text{
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}
.nea_content img{
    width:100%;
    max-width:100%;
    margin-bottom: 50px;
}
.nea_text a{
    color: #3FA2EE;
    text-decoration: underline;
}
.prev_next_neo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prev_next_neo img{
    max-height: 45px;
    max-width: 45px;
    margin:0;
}
.prev_next_neo a:first-child img{
    margin-right:10px;
}
.prev_next_neo a:last-child img{
    margin-left:10px;
}
.prev_next_neo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color:#000;
    font-weight: 900;
}

@media only screen and (max-width: 1366px) {
    .swiper-container-nea_page{
        height: 600px;
        padding: 0 35px;
    }
}

@media only screen and (max-width: 987px) {
    .swiper-container-nea_page{
        height: 500px;
        padding: 0 25px;
    }
    .nea_content{
        padding: 0 25px;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-container-nea_page{
        height: 400px;
        padding: 0px;
    }
    .nea_content{
        padding: 0px;
    }
    .prev_next_neo a span{
        display: none;
    }
    .nea_content_in{
        padding: 20px;
    }
    .nea_page .content_header img.fx_alter {
        min-height: 75px;
    }
    .nea_content .nea_date{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nea_content .nea_title{
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 10px;
    }
    .nea_content .nea_text{
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .nea_page.g_pad{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nea_page .content_header {
        padding-top: 0px;
    }
    .nea_page .content_header .fx {
        max-height: 20px;
        margin: 0 15px;
    }
    .nea_page .content_header img {
        max-height: 45px;
        height: auto;
        width:auto;
    }
}

.dimiourgw_page .dimiourgw_section1{
    background-image: url(../img/dimiourgw_page_img.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.dimiourgw_page .dimiourgw_section1 .content_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
    margin:0 auto;
}
.dimiourgw_page .dimiourgw_section1 .content_header div{
    text-align: center;
}
.dimiourgw_page .dimiourgw_section1 .content_header div img {
    height: 55px;
}
.dimiourgw_page .dimiourgw_section1 .content_header .fx {
    height: 205px;
    margin: 0 20px;
}
.dimiourgw_page .dimiourgw_section1 .content_header h1{
    color:#fff;
    font-weight: 800;
    font-size:32px;
    margin-top: 30px;
}
.dimiourgw_page .dimiourgw_section1 .content_subheader{
    max-width: 750px;
    color: #fff;
    font-size:20px;
    font-weight: 400;
    text-align: center;
    margin:0 auto;
    padding-bottom: 20px;
}
.swiper-container-dimiourgw_page{
    width:100%;
    height: 620px;
    padding: 35px 35px;
}
.dimiourgw_page_content{
    display: flex;
    justify-content: center;
}
.swiper-container-dimiourgw_page .swiper-slide div{
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container-dimiourgw_page .play_icon_big{
    max-width:100px;
}
.swiper-container-dimiourgw_page .swiper-button-next {
    background-image: url(../img/arrow_right.svg);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}
.swiper-container-dimiourgw_page .swiper-button-prev {
    background-image: url(../img/arrow_left.svg);
    width: 47px;
    height: 64px;
    background-size: 47px 64px;
}

.label_container{
    position: absolute;
    top: -20px;
    left: 30px;
    width:auto !important;
    height:auto !important;
}
.label_container img{
    width:100px;
}
.label_container p{
    position: absolute;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}
.dimiourgw_page_section2{
    background-image: url(../img/dimiourgw_page_img2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.dimiourgw_page_section2 .fx_l, .dimiourgw_page_section2 .fx_s{
    width:100%;
}
.dimiourgw_page_section2 .fx_l{
    display: block;
}
.dimiourgw_page_section2 .fx_s{
    display: none;
}
.dimiourgw_page_section2 p{
    margin:5px 0;
    font-size:22px;
}
.dimiourgw_page_section2 .dps{
    margin-bottom: 50px;
}
.dps_col1{
    background: #FFBD03;
    color:#fff;
    padding:40px;
}
.dps_col1 h1{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px;
}
.dps_col1_content p{
    margin:5px 0;
    font-size:22px;
}
.dps_col2{
    padding:0 50px 0 100px;
}
.dps_col2 h2{
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px;
}
.dps_col2 p{
    margin:5px 0;
    font-size:20px;
}
.download, .print{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.download div img, .print div img{
    width: 60px;
    margin-right:30px;
}
.download span, .print span{
    color:#1E8AE3;
    font-weight: 900;
    font-size: 32px;
    line-height: 30px;
}
.centered_content{
    margin:0 auto;
}
.dimiourgw_page .dimiourgw_page_section2 .content_header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}
.dimiourgw_page .dimiourgw_page_section2 .content_header div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin: 0 auto;
}
.dimiourgw_page .dimiourgw_page_section2 .content_header .fx_alter{
    max-width:80px;
}
.dimiourgw_page .dimiourgw_page_section2 .content_header .fx {
    max-width: 50px;
    margin: 0 20px;
}
.dimiourgw_page .dimiourgw_page_section2 .content_header .title {
    max-height: 60px;
    margin: 0 20px;
}
.dimiourgw_page_section2 .vimata .row .d_space {
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 70px;
}
.vimata{
    padding-top: 50px;
}
.vimata .row .content_inner .content_image, .vimata .row .content_inner .content_image img{
    width: 100%;
    position: relative;
}
.vimata .row .content_inner .content_text {
padding-top: 30px;
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
}
.vima_num{
    background:#FF6666;
    position: absolute;
    width:60px;
    height:60px;
    border-radius: 100px;
    bottom:-20px;
    left:-20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 32px;
    font-weight: 800;
}





@media only screen and (max-width: 890px) {
    .dps_col2 {
        padding: 0 20px 0 50px;
    }
}



@media only screen and (max-width: 768px) {
    .dimiourgw_page .dimiourgw_section1 .content_header .fx {
        display: none;
    }
    .dimiourgw_page .dimiourgw_section1 .content_header div img {
        height: auto;
        max-width: 300px;
        width: 100%;
    }
    .dimiourgw_page .dimiourgw_section1 .content_header h1{
        font-size:28px;
    }
    .dimiourgw_page .dimiourgw_section1 .content_subheader{
        font-size: 16px;
    }
    .dimiourgw_page .dimiourgw_section1 .content_header {
        padding-top: 0;
    }
    .swiper-container-dimiourgw_page {
        width: 100%;
        height: 300px;
        padding: 5px 0px;
    }
    .label_container{
        position: absolute;
        top: -10px;
        left: 10px;
        width:auto !important;
        height:auto !important;
    }
    .label_container img{
        width:60px;
    }
    .label_container p{
        position: absolute;
        color: #fff;
        font-size: 28px;
        font-weight: 900;
        margin: 0;
    }
    .swiper-container-dimiourgw_page .play_icon_big {
        max-width: 50px;
    }
    .dimiourgw_page_section2 .fx_s{
        display: block;
    }
    .dimiourgw_page_section2 .fx_l{
        display: none;
    }
    .dps{
        padding-left:20px;
        padding-right:20px;
    }
    .download span, .print span {
        font-size: 22px;
    }
    .dimiourgw_page_section2 p {
        font-size: 16px;
    }
    .dimiourgw_page .dimiourgw_page_section2 .content_header .fx_alter{
        max-width:80px;
    }
    .dimiourgw_page .dimiourgw_page_section2 .content_header .fx {
        max-width: 50px;
        margin: 0px;
    }
    .dimiourgw_page .dimiourgw_page_section2 .content_header .title {
        width:calc(100% - 120px);
        max-width: 300px;
        margin: 0 20px;
    }
    .dimiourgw_page_section2 .content .row .d_space {
        margin-bottom: 30px;
    }
}























































@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%;
    }
    .vWidth3{
        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;
    }


    .vWidth2{
        width:100%;
    }





    .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;
    }
    .gallery_page_section .gallery_page_item .gallery_img{
        height: 250px;
    }
    .gallery_page_section .col-lg-4{
        padding-right: 35px;
        padding-left: 35px;
        margin-bottom: 70px;
    }

}









































































@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_nav {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .diaskedasi_section .content_footer .fx{
        width:50px;
    }
    .diaskedasi_section .content_nav_item {
        margin: 0 10px;
    }
    .diaskedasi_section .content .row .d_space {
        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_page_section .content_header{
        padding-top: 10px;
    }
    .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;
    }

    .gallery_page_section .gallery_page_item .gallery_img{
        height: 300px;
    }
    .gallery_page_section .col-lg-4{
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
    }






    .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;
}

.diaskedasi_section {
    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;
    }
    .nea_section{
    margin-top: 0vh;
    }
}
 @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;
    }










#swipebox-overlay{
    background: rgba(13, 13, 13, 0.87);
}
#swipebox-top-bar, #swipebox-top-bar:hover, #swipebox-top-bar.visible-bars{
    -webkit-transform:translate3d(0,50px,0);
    transform:translate3d(0,50px,0);
    line-height: 93px;
}
#swipebox-bottom-bar, #swipebox-bottom-bar:hover, #swipebox-bottom-bar.visible-bars{
    -webkit-transform:translate3d(0,-50px,0);
    transform:translate3d(0,-50px,0);
    bottom: -40px;
}
#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: transparent;
    opacity: .95;
}
#swipebox-close{
    background-image: url(../img/close_btn.svg) !important;
    background-position: center;
    right: 40px;
    top: 20px;
    width: 50px;
    height: 50px;
}
#swipebox-arrows {
    width: 90%;
}

@media screen and (max-width: 800px){
    #swipebox-close{
        right: 10px;
        top: 10px;
    }
    #swipebox-top-bar, #swipebox-top-bar:hover, #swipebox-top-bar.visible-bars{
        line-height: 73px;
    }
}
#swipebox-next{
    background-image: url(../img/arrow_right_yellow.svg) !important;
    background-position: center;
}
#swipebox-prev{
    background-image: url(../img/arrow_left_yellow.svg) !important;
    background-position: center;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    border: 10px solid #39B54A !important;
}
#swipebox-slider .slide img {
    border: 10px solid #FFBD03 !important;
}
.swiper-button-next.swiper-button-disabled,  .swiper-button-prev.swiper-button-disabled{
opacity:0;
}



#posterVideoEnd{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  	display:none;
    cursor:pointer;
}