@charset "utf-8";
@font-face {
    font-family: OpenSans-Regular;
    src:url('../fonts/OpenSans-Regular.eot'),
        url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: OpenSans-Semibold;
    src:url('../fonts/OpenSans-Semibold.eot'),
        url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: OpenSans-Italic;
    src:url('../fonts/OpenSans-Italic.eot'),
        url('../fonts/OpenSans-Italic.ttf');
}
body,
html{
    margin: 0px;
    padding: 0px;
    direction: rtl;
}
img {
	max-width: 100%;
	border: none;
}
/*default setting start*/
body{
    font-family: "OpenSans-Regular","Microsoft JhengHei","微軟正黑體",arial,"新細明體",sans-serif;
    font-size: 16px;
    color:#424242;
}
h1{
    font-size: 42px;
    line-height: 50px;
}
h2{
    font-size: 30px;
    line-height: 36px;
}
h3{
    font-size: 24px;
    line-height: 30px;
}
h4{
    font-size: 20px;
    line-height: 26px;
}
h5{
    font-size: 18px;
    line-height: 26px;
}
h6{
    font-size: 15px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 24px;
}
hr{
    margin-top: 60px;
    margin-bottom: 55px;
    border: 0;
    border-top: 1px solid #e4e4e4;
}
.ltr{
    direction:ltr;
    text-align:right;
}
.transition-effect{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*default setting end*/
ul{
	margin:0;
    padding: 0;
}
a,
a:hover,
a:active,
a:focus{
    color:#424242;
    outline: 0;
}
a:focus{
    text-decoration:none;
}
button{
    outline:none;
}
.html_edit{
    overflow: hidden;
}
.html_edit table{
    width: 100%;
    max-width: 100%;
    height: auto;
    table-layout: fixed;
}
.html_edit img{
    max-width: 100%;
    height: auto;
}
.html_edit p{
    color:#626262;
}
.html_edit ul{
    padding-left:40px;
}
.html_edit a{
    color:#d10101;
    text-decoration:underline;
}
.html_edit a:hover{
    color:#F91E1E;
}

.container{
    padding-right: 20px;
    padding-left: 20px;
}
.burgundy{
    color: #d10101;
}
/*---Header start---*/
.header_top{
    height:40px;
    background-color:#fff;
}
.header_bottom{
    height: auto;
    border-top:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
    background-color: rgba(255,255,255,0.85);
    position: relative;
}
.navbar-collapse{
    float: right;
    padding:0;
    margin-right: 77px;
}

#header_block.container-fluid,
#footer_block.container-fluid,
#header_block .row{
    padding: 0;
    margin: 0 auto;
}

#header_block{
    width: 100%;
    position: fixed;
    z-index: 1700;
}

#footer_block{
    background-color:#1b1b1b;
}
.footer_logo{
    padding:60px 0 55px;
}

/*MENU*/
#header_block .navbar-default{
    border-radius: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}
#header_block .navbar-brand{
    padding: 0;
    margin-top: 14px;
    height: auto;
}
.logo_m_block{
    display: none;
}
.navbar-default .navbar-nav > li > a{
    font-size: 18px;
    color: #1b1b1b;
    display: block;
    padding: 24px 22px 0 23px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #1b1b1b;
}

.navbar-default .navbar-nav > li{
    position: relative;
    height:66px;
}
.wide_menu_wrap{
    position: absolute;
    left:0;
    z-index: 1;
    background-color: #fbfbfb;
    background-clip: padding-box;
    width: 100%;
    display:none;
}
#wide_menu_wrap .wide_menu_display{
    padding-right: 286px;
}
.wide_menu_display ul{
    float:right;
}
.prod_menu_category{
    float:right;
}
.prod_menu_category .title{
    padding: 25px 18px 0px;
    font-weight: bold;
}

.navbar-nav > li .menu_lv2{
    position: absolute;
    top: 66px;
    right: 0;
    z-index: 1;
}
.menu_lv2{
    border:1px solid #ececec;
    border-top:0;
    //box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    display: none;
}
.menu_lv2 li,
.wide_menu_display ul li{
    padding:10px 18px;
    list-style:none;
}
.menu_lv2 li a,
.wide_menu_display ul li a{
    color: #626262;
    font-size: 15px;
    line-height: 22px;
}
.menu_lv2 li a:hover,
.wide_menu_display ul li a:hover{
    color:#d10101;
    text-decoration:underline;
}
.contain{
    padding-top: 40px;
    padding-bottom: 120px;
}
.menu_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 500;
}
/*resident*/
.resident_menu{
    float:left;
    font-size:14px;
}
.resident_menu > li{
    float: right;
    list-style:none;
    height:40px;
    padding:10px 20px 0;
}
.resident_menu a:hover,.resident_menu a:focus{
    text-decoration:none;
}
.resident_menu > li > .resident_link{
    display:block;
    position:relative;
    padding-right: 25px;
}
.resident_menu > li > a:hover:after,
.resident_dropdown > a:hover:after{
    content:'';
    display: block;
    background-color: #d10101;
    height: 2px;
    margin-top: 8px;
}
.resident_menu li .resident_item{
    padding-left:0;
}
.resident_search{
    height: 40px;
    float: left;
    padding:0;
    position:relative;
    z-index:10;
}
.resident_search .search_btn{
    padding: 7px 13px 7px 17px;
    position:relative;
    cursor:pointer;
    height: 100%;
    font-size:18px;
    z-index:10;
}
.resident_search .search_btn.open,
.resident_search .search_btn.open + .search_input,
.resident_search .search_btn:hover{
    background-color:#aaa;
    color:#fff;
}
.resident_search .search_input{
    width:0;
    height:40px;
    position:absolute;
    top:0;
    left: 100%;
    overflow:hidden;
}
.resident_search .search_input div{
    padding: 5px 15px 0 0;
}
.resident_search .search_input input,
.mobile_search input{
    width:100%;
    background-color:transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
}
.mobile_search input{
    width: 100%;
    padding:0 5px;
}
.mobile_search button{
    background: transparent;
    border: 0;
    font-size:18px;
    padding: 0px 5px;
    position: absolute;
    top: 12px;
    left: 15px;
}
/* WebKit browsers */
.resident_search .search_input input::-webkit-input-placeholder, 
.mobile_search input::-webkit-input-placeholder{ 
    color: #fff;
}
/* Mozilla Firefox 19+ and Firefox 18-*/
.resident_search .search_input input::-moz-placeholder,
.resident_search .search_input input:-moz-placeholder,
.mobile_search input::-moz-placeholder,
.mobile_search input:-moz-placeholder { 
    color: #fff;
    opacity:  1;
}
/* Internet Explorer 10-11 */
.resident_search .search_input input:-ms-input-placeholder, 
.mobile_search input:-ms-input-placeholder { 
    color: #fff;
}

.resident_menu .lang_btn {
    display:block;
    height: 25px;
    padding: 0 25px 0 0;
    background-color: #fff;
    background: url(../images/posiflex_lang_icon.png) 100% 2px no-repeat;
    border: 0;
    outline: none;
}
.resident_link img{
    position: absolute;
    right: 0;
    top: 2px;
}
.resident_menu .dropdown-menu{
    top: 30px;
    margin: 0;
    padding: 10px 0;
    border-radius: 0;
    border: 1px solid #ececec;
    webkit-box-shadow: none;
    box-shadow: none;
    right: 0;
    min-width:189px;
}
.resident_menu .dropdown-menu > li > a{
    padding: 5px 20px;
    text-align: right;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color:#ee2e24;
}
/* footer*/
.sitemap{
    text-align:center;
}
.sitemap_main{
    display:inline-block;
    text-align:left;
}
.sitemap_main li{
    list-style:none;
}
.sitemap_main > li{
    float: right;
    text-align: right;
}
.sitemap_main > li > a{
    font-size:18px;
    color:#fff;
}
.sitemap_main > li > a:hover{
    text-decoration:none;
}
.sitemap_main div{
    padding:25px 0;
}

.sitemap_submenu{
    width:200px;
    float: right;
}
.sitemap_submenu li{
    padding: 5px 0;
}
.sitemap_submenu a{
    font-size:15px;
    color:#bfbfbf;
}
.sitemap_submenu a:hover{
    color:#d10101;
}
.footer_copyrighr{
    font-size:15px;
    color:#bfbfbf;
    padding:60px 0;
}
.footer_copyrighr a{
    color: #bfbfbf;
}
.footer_copyrighr a:hover{
    color: #d10101;
}
.footer_copyrighr span{
    margin-top:10px;
    display:block;
}

/*alert block*/
.alert_block{
    display: none;
}
.overlay{
    position: fixed;
    z-index: 2000;
    background-color: #000;
    top: 0;
    left: 0;
    bottom:0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
.alert_content{
    width: 95%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #FFF;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 2001;
    text-align: center;
}
.alert_content.icon{
    min-height:350px;
}
.alert_content img{
    display: block;
    position: relative;
    margin: 80px auto 0;
}
.alert_content span{
    display: block;
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    max-height: 110px;
    overflow: hidden;
}
.alert_content .alert_close_btn{
    display: block;
    position: relative;
    background-color: #EE2D24;
    padding:11px 0;
    width: 180px;
    margin: 30px auto;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
}
.scroll_top{
    position: fixed;
    width: 50px;
    bottom: 50px;
    left: 50px;
    z-index: 999;
    cursor: pointer;
    display: none;
}
.empty_data{
    padding-top:30px;
    color:#626262;
    font-size:20px;
}
.not_found_container{
    background-color:#f5f5f5;
    min-height:430px;
    padding:110px 0;

}
.not_found_container .img_block{
    width:25%;
    padding:10px 15px;
    padding-right:30px;
    text-align: center;
}
.not_found_container .text_block{
    width:75%;
}
.not_found_block{
    float:left;
}
.not_found_block h2{
    margin-top:0;
    margin-bottom:22px;
}
.not_found_block .message{
    position:relative;
}
.not_found_block .message p{
    padding-top: 15px;
    line-height: 32px;
    color: #626262;
    margin-bottom: 40px;
}
.not_found_block .message:before {
    content: '';
    width: 80px;
    height: 3px;
    display: block;
    background-color: #d10101;
    margin-bottom: 7px;
    margin-left: 1px;
}
.link_list{
    list-style:none;
}
.link_list li{
    float:left;
    padding-right: 15px;
    line-height: 16px;
}
.link_list li + li{
    padding:0 15px;
    border-left: 1px solid #626262;
}
.link_list a{
    color:#d10101;
}
.link_list a:hover{
    color:#F91E1E;
    text-decoration: none;
}
@media (min-width:768px){
    .tablet_hidden{
        display:none!important;
    }
    .clear{
        clear:both;
    }
}
@media (min-width:1025px){
    .pc_hidden{
        display:none!important;
    }
    .navbar,#wide_menu{
        position:static;
    }
    .navbar-nav .menu_lv2{
        min-width:188px;
        background: #fbfbfb;
        background-clip: padding-box;
    }
    .navbar-nav .menu_lv2,.wide_menu_display ul{
        min-width:178px;
        max-width:178px;
        padding:9px 0;
    }
    .wide_menu_wrap{
        border-bottom:1px solid #ececec;
    }
    .navbar-nav > li:hover .menu_lv2{
        display: block;
        border-top: 1px solid transparent;
    }
    .navbar-nav > li.wide_menu:hover .menu_lv2{
        display:none;
    }
    .navbar-nav > li.wide_menu:hover .wide_menu_wrap{
        display:block;
    }
    .navbar-nav > li:hover > a:after{
        content:'';
        display: block;
        background-color: #d10101;
        height: 2px;
        margin-top: 21px;
    }
}

@media (max-width:1024px){
    .header_bottom{
        height:66px;
    }
    #header_main .collapsing{
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }
    body.noscroll{
        overflow: hidden;
    }
    .contain{
        padding-top: 66px;
    }
    .m_hidden{
        display:none!important;
    }
    .header_top{
        height:0;
    }
    .header_top .container,.header_bottom .container{
        padding:0;
    }
    #header_main{
        height: 65px;
    }
    #menu_list{
        display: block;
        position: fixed;
        z-index: 1600;
        top: -1px;
        width: 260px;
        background: #fbfbfb;
        border: 0;
        right: -100%;
        margin: 0;
    }
    #header_block .navbar-brand{
        position: absolute;
        left: 50%;
        margin-top: 0;
        margin-left: -94px;
        bottom: 10px;
    }
    #header_block .navbar-header{
        height: 65px;
        position:relative;
    }
    
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color: transparent;
    }

    .navbar-toggle{
        border: 0;
        margin-top: 16px;
        margin-right: 10px;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #959595;
    }
    .navbar-toggle .icon-bar{
        width: 25px;
        height: 2px;
    }
    .navbar-collapse{
        padding: 0;
    }

    .logo_m_block{
        display: inline-block;
        text-align: center;
        padding-top: 15px;
        width: 100%;
    }
    
    .navbar-nav{
        margin: 0;
    }

    .navbar-nav > li .menu_lv2{
        position: relative;
        width: 100%;
        top: 0;
    }
    .menu_lv1>li{
        position: relative;
    }
    .menu_lv1>li>a.menu_lv1_drop:after{
        content: '';
        display: block;
        width: 13px;
        height: 15px;
        position: absolute;
        background: url('../images/posiflex_plus.png') no-repeat center;
        left: 20px;
        top: 22.5px;
    }
    .menu_lv1>li>a.open:after{
        background-image: url('../images/posiflex_minus.png');
    }
    .menu_lv2{
        display: block;
        border:0;
    }
    .menu_lv2 li{
        padding:0;
        background-color: #ececec;
        border-bottom: 1px solid #fff;
    }
    .menu_lv2 li:last-child{
        border-bottom: 1px solid #ececec;
    }
    .menu_lv2 li:hover{
        border: 0;
        border-bottom: 1px solid #ececec;
    }
    .menu_lv2 li a{
        display:block;
        color: #626262;
        width: 100%;
        padding: 14px 15px 14px 50px;  
        border: 0;  
    }
    .menu_lv2 li a:hover,
    .menu_lv2 li a:active,
    .menu_lv2 li.active a{
        color:#fff;
        background: #ee2e24;
        text-decoration: none;
    }

    .navbar-default .navbar-nav > li{
        border-top: 1px solid #ececec;
        height: auto;
    }
    .navbar-default .navbar-nav > li:last-child{
        border-bottom: 1px solid #ececec;
    }

    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
        line-height: 22px;
        padding: 14px 20px 14px 35px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li:hover > a{
        background: transparent;
    }
    .navbar-default .navbar-nav > li.menu_close_btn_block{
        height: 66px;
        border-top: none;
        border-bottom:1px solid #c9c9c9;
        text-align: left;
        padding: 22px 20px;
    }
    #menu_close_btn{
        width:20px;
        height:20px;
        border: 0;
        background: url('../images/posiflex_close_icon.png') no-repeat center;
        padding: 0;
    }
    .navbar-default .navbar-nav > li.mobile_search{
        position: relative;
        padding: 15px 14px 15px 48px;
        border: 0;
        color:#fff;
        background-color: #aaa;
    }
    .resident_search{
        height: 64px;
        top: 1px;
    }
    .resident_search .search_input{
        height:64px;
    }
    .resident_search .search_btn,.resident_search .search_input div{
        padding-top:20px;
    }
    .sitemap_main div{
        padding-bottom:60px;
    }
}

@media (max-width:767px){
    .s_hidden{
        display:none!important;
    }
    .container{
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer_logo{
        padding:55px 0 22px;
    }
    .sitemap_main{
        text-align:center;
    }
    .sitemap_main div{
        display:none;
    }
    .sitemap_main > li{
        float:none;
        padding:12px 0;
    }
    .scroll_top{
        left: 20px;
        bottom:20px;
    }
    .not_found_container{
        padding: 30px 0 40px;
    }
    .not_found_container .img_block{
        width:100%;
        padding:0 15px 25px;
    }
    .not_found_container .text_block{
        width:100%;
    }
    .not_found_block .message p{
        margin-bottom:20px;
    }
}
/* html edit */
ul.html_arrow_ul{
    list-style: none;
    line-height: 24px;
    padding: 0;
}
.html_arrow_ul li {
    position: relative;
    padding-right: 15px;
}
.html_arrow_ul li:before {
    content: "\f0d9";
    font-size: 16px;
    position: absolute;
    right: 3px;
    color: #626262;
    font-family: FontAwesome;
}
.responsive_video{
    max-width: 420px!important;
}
.responsive_video td{
    padding-top: 75%;
    position: relative;
}
.responsive_video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* html_left_img */
.html_left_img h3{
    margin-bottom:20px;
}
.html_left_img td:first-child{
    width:350px;
}
@media (max-width:767px){
    .html_left_img td{
        width:100%;
        display:block;
        float:left;
    }
    .html_left_img img{
        display:block;
        margin: 0 auto;
    }
    .html_left_img td:first-child{
        width:100%;
    }
}
/* html_right_img */
.html_right_img h3{
    margin-bottom:20px;
}
.html_right_img td:last-child{
    width:350px;
    text-align: right;
}
@media (max-width:767px){
    .html_right_img td{
        width:100%;
        display:block;
        float:left;
    }
    .html_right_img img{
        display:block;
        margin: 0 auto;
    }
    .html_right_img td:last-child{
        width:100%;
    }
}
/* html_list */
.html_list_title{
    margin-top:0;
    margin-bottom:20px;
}
.html_list td{
    padding-bottom:8px;
}
.html_list td:first-child{
    width:155px;
}
.html_list h6{
    font-size:16px;
    font-weight: bold;
}
.html_list h6:first-letter{
    color: #d10101;
    margin-bottom:8px;
}
@media (max-width:767px){
    .html_list_title{
        margin-bottom:40px;
    }
    .html_list td{
        width:100%;
        display:block;
        float:left;
    }
    .html_list img{
        display:block;
        margin: 0 auto;
    }
    .html_list td:first-child{
        width:100%;
    }
    .html_list td:last-child{
        padding-bottom: 40px;
    }
}
/* html_grid */
.html_grid_top h3{
    margin-top:0;
    margin-bottom:18px;
}
.html_grid_bottom{
    border-collapse: collapse;
}
.html_grid_bottom td{
    background-color:#f5f5f5;
    padding:15px 20px 25px;
    border:10px solid #fff;
    vertical-align:top;
}
.html_grid_bottom td:first-child{
    border-left-width:0;
}
.html_grid_bottom td:last-child{
    border-right-width:0;
}
.html_grid_bottom h4{
    font-weight:bold;
}
ul.html_grid_ul {
    color: #626262;
    list-style: none;
    padding:0;
}
.html_grid_ul li {
    position: relative;
    padding: 4px 10px 4px 15px;
}
.html_grid_ul li:before {
    content: "\f0d9";
    font-size: 16px;
    position: absolute;
    right: 3px;
    color: #d10101;
    font-family: FontAwesome;
}
@media (max-width:767px){
    .html_grid_bottom td{
        width:100%;
        display:block;
        float:left;
    }

    .html_grid_bottom td:first-child,
    .html_grid_bottom td:last-child{
        border-width:0 0 10px;
    }
}
/* html_table_list */
table.html_table_list{
    table-layout:auto;
}
.html_table_list_title{
    margin-bottom:25px;
}
.html_table_list td{
    vertical-align:top;
    padding:15px 7.5px;
}
.html_table_list tr{
    border:1px solid #f5f5f5;
    border-width: 1px 0;
}
.html_table_list tr:nth-child(odd){
    background-color:#fbfbfb
}
.html_table_list td:first-child{
    text-align:center;
}
.html_table_list_text{
    color:#424242;
}
.html_table_list_date{
    color:#d10101;
}
.html_download_table td{
    padding:12px 30px;
}
.html_download_table td:first-child {
    text-align: right;
}
.html_download_table p{
    margin:0;
}
.html_download_table p + p{
    margin-top:10px;
}
.html_download_table a{
    position:relative;
    display:inline-block;
    padding-right: 55px;
    color:#626262;
    text-decoration:none;
}
.html_download_table a:hover{
    color:#d10101;
    text-decoration:underline;
}
.html_download_table a:before{
    content:'';
    display:block;
    width: 25px;
    height: 24px;
    position: absolute;
    right: 0;
    background-image: url(../images/posiflex_download_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.html_download_table a:hover:before{
    background-position: -25px 0;
}

/* html_img_table */
.html_img_table img{
    display:block;
    margin:45px auto 0;
}
.html_img_area{
    text-align:center;
}
.html_img_table .html_img_enlarge{
    display: inline-block;
    position:relative;
    margin-top:40px;
    padding: 9px 25px 9px 50px;
    background-color:#ee2e24;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
}
.html_img_table .html_img_enlarge:hover{
    color:#fff;
}
.html_img_table .html_img_enlarge:before {
    content: "\f00e";
    position: absolute;
    left: 25px;
    font-family: FontAwesome;
}

.cookie_statement{
    background-color:#e5e5e5;
    padding:30px 0;
}
.cookie_statement p{
    width:68%;
    color:#000;
    font-size:15px;
    float:right;
    margin:0;
    padding-left:100px;
}
.confirm-policy-btn{
    min-width:120px;
    margin-top:5px;
    background-color:#ee2e24;
    border-radius: 5px;
    color:#fff;
    text-align:center;
    padding: 6px 10px;
    float:right;
    cursor:pointer;
}
a.policy_link{
    color:#d10101;
    text-decoration:underline;
}
.noagree{
    background-color: #ffebee;
}

@media (max-width:767px){
    .cookie_statement{
        text-align:center;
    }
    .cookie_statement p{
        width:100%;
        padding:0 0 10px;
        text-align:right;
    }
    .confirm-policy-btn{
        display:inline-block;
    }
    .cookie_statement p,
    .confirm-policy-btn{
        float:none;
    }
}