@import url('https://fonts.googleapis.com/css?family=Rubik:300,400|Source+Serif+Pro:600');
@import url('https://fonts.googleapis.com/css?family=Tinos');
*{
    font-family: 'Rubik', "source-han-serif-tc", sans-serif;
    padding: 0px;
    font-size: 16px;
}
body{
    padding: 0px;
    margin: 0px;
    position: relative;
}
h3{
    font-size: 1.4rem;
}
/* unvisited link */
a:link {
    color: #000;
    text-decoration:inherit;
}

img {
    -webkit-touch-callout: none;
}

/* visited link */
a:visited {
    color: #000;
    text-decoration:inherit;
}

/* mouse over link */
a:hover {
    color: #000;
    text-decoration:inherit;
}

/* selected link */
a:active {
    color: #000;
    text-decoration:inherit;
}

.header_link:active {
    color: #fff;
    text-decoration:inherit;
}
.header_link{
    color: #fff !important;
    text-decoration:inherit;
}
.header_link:hover{
    color: #fff;
    text-decoration:inherit;
}

.img{
    position:relative;
    background:#777;
    height:0px;
    background-size:cover !important;
    background-position:center !important;
}
  
.img_padding{
    padding-bottom:35%;
}

body{
    background: url(../img/public/lightpaperfibers_test.jpg);
    background-repeat: repeat;

}

section{
    margin: 15px 0px 15px 0px;
}

canvas{

    width: 100%;
    height: 100%;
}

.text_underline_desk{
    text-decoration:underline;
}


.cis_text{
    font-family: 'Tinos', "source-han-serif-tc", serif;
}

.screen_contain{
    width: 100%;
    padding: 0px 8% 0px 8%;
}
.screen_contain_left{
    width: 100%;
    padding: 0px 0px 0px 8%;
    margin: 0px 0px 0px 0px;
}

.screen_contain_nonerwd{
    width: 100%;
    padding: 0px 8% 0px 8%;
}

.screen_contain_left_nonerwd{
    width: 100%;
    padding: 0px 0px 0px 8%;
    margin: 0px 0px 0px 0px;
}


.div_img{
    background-size: cover;
    background-repeat: no-repeat;
}

.text_underline{
    text-decoration:underline;
}

.normal_bg_img{
    background-position: center !important;
    background-size: cover !important;
}

.margin_top_fix{
    margin-top: 30px !important;
}

.margin_top_sm{
    margin-top: 15px !important;
}

.margin_top_lg{
    margin-top: 60px !important;
}


.empty_footer{
    width: 100%;
    height: 70px;
}

.empty_sm_footer{
    width: 100%;
    height: 30px;
}


.temp_subnav_vedio_time{
    margin-top: -5px;
    font-size: .9rem;
    color: #777;
}

.nomargin{
    margin: 0px !important;
}

.margin_top_mine{
    margin-top: -5px !important;
}

.nopadding{
    padding: 0px;
}

.temp_mid_title_bg {
    margin-bottom: 30px;
}

.temp_mid_title_sm {
    margin-bottom: 10px;
}

.float_left{
    float: left;
}
.padding_eight{
    padding:8px;
}

.underline_null{
    text-decoration: underline;
    -webkit-text-decoration-color: #777; /* Safari */    
    text-decoration-color: #777;

}
.noheight{
    height: 0px;
}

.temp_title_slider_dot{
    padding: 0px 0px 0px 0px;
}

.font_title{
    font-size: 2.6rem !important;
    font-weight: bold !important;
}

.font_sub_title{
    font-size: 1.4rem !important;
    font-weight: bold !important;
}

.font_content{
    font-size: 16px !important;
    line-height: 28px !important;
}

.font_time{
    font-size: 16px !important;
}

.font_twenty{
   /* font-size: 20px !important; */
}

.margin_bottom_3rem{
    margin-bottom: 3rem;
}

.margin_bottom_2rem{
    margin-bottom: 3rem;
}
.margin_top_2rem{
    margin-top: 3rem;
}

.under_hover{
    position: relative;
    color: #000;
    text-decoration: none;
}
  
.under_hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(.9);
    transform: scaleX(.9);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}
  
.under_hover:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    cursor: pointer; 
}

.mouse_pointer{
    cursor: pointer; 
}

.ex_title:hover{
    text-decoration:underline;
}

.index_crossover_position{
    position: absolute; 
    top:-110px; 
    left: 15px;
}

@media only screen and (max-width: 1199px) {
    .index_crossover_position{
        position: absolute; 
        top:-110px; 
        left: -10px;
    }
}

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

    .index_crossover_position{
        position: absolute; 
        top:-110px; 
        left: -40px;
    }

    .text_underline_desk{
        text-decoration:none;
    }

    .font_title{
        font-size: 2rem !important;
        font-weight: bold !important;
    }

    .screen_contain_left{
        width: 100%;
        padding: 0px 0px 0px 15px;
        margin: 0px 0px 0px 0px;
    }
    .screen_contain{
        width: 100%;
        padding: 0px 15px;
        margin: 0px 0px 0px 0px;
    }

    .margin_top_fix{
        margin-top: 15px !important;
    }

    .margin_top_lg{
        margin-top: 30px !important;
    }

    .text_underline_mobile{
        text-decoration:underline;
    }
   
}

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


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

.titleModal_info_list > div > div > a{
    color: #bd1523;
}