body {
    margin: 0;
    padding: 0;
    font-family: Arial, "微軟正黑體";
    color: #454545;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}


/*************************************/
/*                index              */
/*************************************/

header{
    background: url(../tw_img/index/header_bg.jpg);
}

.header_box{
    margin: auto 150px;
}

header .logo{
    padding: 20px 0px;
}

header .right_box{
    display: flex;
    text-align: right;
    justify-content: flex-end;
    padding: 0px;
}

header .search{
    align-self:center;
    background-color: #eeeeee;
    border: 1px solid #d6d6d6;
    padding: 5px;
    border-radius: 50px;
    margin-right: 10px;
}

header .search input{
    border: 0px;
    background-color: #eeeeee;
}

/*webkit瀏覽器專用*/
header .search input::-webkit-input-placeholder { color: #bcbcbc; }
/*Firefox 4-18瀏覽器專用*/
header .search input::-moz-placeholder { color: #bcbcbc; }
/*Firefox 19+瀏覽器專用*/
header .search input::-moz-placeholder{color:#bcbcbc;}
/*IE10瀏覽器專用*/
header .search input:-ms-input-placeholder{color: #bcbcbc;}

header .search button{
    border: 0px;
}

header .lang{
    align-self:center;
    background-color: #eeeeee;
    border: 1px solid #d6d6d6;
    padding: 2px 0px 2px 1px;
}

header .lang select{
    /*移除箭頭樣式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    border: 0px;
    background: transparent;
    font-size: 18px;
    color: #717171;
    vertical-align: middle;
     padding: 0px 10px;
}

header .lang select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

header .lang option{
    background-color: #eeeeee;
}

nav{
    background-color: #1b3a8b;
}

.sm_nav{
    display: none;
}

.navbar{
    padding: 0px;
}

nav .navbar-nav{
    margin: auto;
}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    background: #292b5c;
}

.navbar-light .navbar-toggler{
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon{
    background-image: none;
}

.navbar-toggler{
    padding: 0px;
}

.navbar-toggler-icon{
    color: #fff;
    font-size: 24px;
    padding: 6px 0px;
}

.navFixed {
    z-index: 16;          
    position: fixed;      
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    opacity: 0.94;
    transition: opacity .5s ease-out;   
}

.carousel-indicators li{
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    opacity:1;
    margin: auto 8px;
}

.carousel-indicators .active{
    background-color: #2356dc;
}

@media(max-width:1350px){
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
    }
    header .lang select{
        padding: 0px 5px;
    }
}

@media(max-width:1275px){
    .header_box {
        margin: auto 50px;
    }
}

@media (max-width: 1075px){
    .header_box {
        margin: auto 10px;
    }
}

@media(max-width:991px){
    header .right_box{
        display: inline-block;
        align-self: center;
        padding-left: 20px;
    }
    header .search{
        margin-right: 0px;
        margin-bottom: 10px;
        display: flex;
    }
    header .search input{
        width: 100%;
    }

    .header_box{
        padding-top: 58px;
    }

    header .lang{
        display: inline-block;
        margin-bottom: 10px;
    }
    header .logo{
        padding: 10px 0px;
        text-align: center;
    }
    .sm_nav{
        display: block;
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    .lg_nav{
        display: none;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 8px 10px;
        font-size: 18px;
    }
    .navbar-collapse{
        margin-top: 10px;
    }
    .navbar{
        padding: 10px;
    }
}

/********  about *********/

.about_box .ab_img_box,
.about_box .ab_text_box{
    padding: 0px;
}

.ab_img_box img{
    width: 100%;
}

.ab_text_img{
    position: relative;
}

.ab_text{
    position: absolute;
    top: 50px;
    padding: 40px;
}

.ab_text .title{
   font-size: 26px;
   font-weight: bold;
   color: #282b5b;
}

.ab_text .sub{
    font-size: 22px;
    font-weight: bold;
    color: #1b3a8b;
}

.ab_text .text{
    font-size: 18px;
    width: 65%;
    color: #333333;
    margin: 10px 0px;
}

.about_box .more{
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    display: inline-block;
    padding:6px 22px;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    margin-top: 20px;
}


@media(max-width:1600px){
    .ab_text{
        top: 0px;
    }
    .ab_text .text{
        width: 100%;
    }
}

@media(max-width:1300px){
    .ab_text{
        padding: 10px 20px;
    }
    .ab_text .title{
        font-size: 20px;
    }
    .ab_text .sub{
        font-size: 18px;
    }
    .ab_text .text{
        font-size: 17px;
    }
    .about_box .more{
        margin-top: 0px;
    }
}

@media(max-width:991px){
    .ab_text{
        position: relative;
        padding: 10px 40px;
    }
    .ab_text_img{
        display: none;
    }
    .ab_text_box{
        background-color: #e9e9e9;
    }
}

/****   hp  *****/

.hpContent{
    padding-top: 40px;
    padding-bottom: 40px;
}

.hpContent .owl-theme .owl-nav .owl-prev{
    margin-right: 8px;
}

.hpContent h3{
    font-weight: bold;
    padding: 0px 15px;
    color: #1d1d22;
}

.hpContent h3 span{
    vertical-align: text-bottom;
}

.hpContent .owl-carousel .item{
    padding: 15px;
}

.hpContent .owl-carousel .item .pro_img{
    position: relative;
    max-width: 100%;
    min-height: 246px;
    border: 1px solid #dbdbdb;
    display: flex;
    display: block\0;
    align-items: center;
}

.hpContent .owl-carousel .item .pro_img img{
    max-height: 246px;
    position: absolute\0;
    top: 50%\0;
    left: 50%\0;
    transform: translate(-50%, -50%)\0;

}

.hpContent .owl-carousel .item .pro_hov {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.hpContent .owl-carousel .item a:hover .pro_hov {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    opacity: 1;
}

.hpContent .owl-carousel .item p{
    background-color: #353537;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
    max-width : 247.5px;
}

.hpContent .owl-carousel .item a:hover p{
    background-color: #133079;
}

.hpContent .owl-dots{
	display: none;
}

.hpContent .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.hpContent .owl-theme .owl-nav {
    margin-top: 20px;
    position: initial;
    right: 0;
    display: block;
}

.hpContent .owl-theme .owl-nav .owl-prev{
    margin-right: 8px;
    position: absolute;
    top: 120px;
    left: -22px;
}

.hpContent .owl-theme .owl-nav .owl-next{
    margin-right: 8px;
    position: absolute;
    top: 120px;
    right: -30px;
}

@media(max-width:1200px){
    .hpContent .owl-carousel .item .pro_img{
        min-height: 201px;
    }

    .hpContent .owl-carousel .item .pro_img img{
        max-height: 201px;
    }
}

@media(max-width:480px){
    .hpContent .owl-carousel .item .pro_img{
        margin: auto;
        max-width: 100%;
    }
    .hpContent .owl-carousel .item .pro_img{
        min-height: 300px;
    }

    .hpContent .owl-carousel .item .pro_img img{
        max-height: 300px;
    }
    .hpContent .owl-carousel .item p {
        max-width: 400px;
    }
    .hpContent .owl-carousel .item .pro_hov{
        display: none;
    }
}

/****** process ******/

.process_box{
    position: relative;
    padding: 0px;
}

.hov_box{
    display: none;
    text-align: center;
}

.process_hov{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process_hov p{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}

.process_box:hover .hov_box{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.process_box:hover .process_hov{
    background-color: rgba(27, 38, 67, 0.7);
    width: 100%;
    height: 100%;
}

.process_img{
    width: 100%;
}

.process_text{
    position: absolute;
    right: 20px;
    bottom: 0px;
    color: #fff;
    font-size: 28px;
    text-shadow: 4px 4px 2px #000;
}

@media(max-width:576px){
    .process_text{
        font-size: 20px;
    }
}

/*************************************/
/*               about               */
/*************************************/

.box_right{
    margin-left: 50px;
}

.title_style .breadcrumb{
    background-color: #fff;
    color: #333333;
    padding-top: 20px;
}

.title_style .breadcrumb a{
    color: #333333;
}

.title_style .box_right .title{
    font-size: 26px;
    font-weight: bold;
    color: #3959ac;
}

.title_style .box_right hr{
    margin-top: 10px;
    margin-bottom: 0px;
    border-color: #2a4ca6;
}

.title_style .box_right .thick_line{
    width: 20%;
    height: 4px;
    background-color: #2a4ca6;
    display: block;
    float: right;
}

.title_box{
    margin-bottom: 40px;
}

.about .text_box{
    margin-bottom: 100px;
}

.about .text{
    font-size: 18px;
    margin-bottom: 30px;
}

.about .ab_img {
    border: 8px solid #fff;
    -moz-box-shadow: 0px 0px 5px 2px #cccccc;
    -webkit-box-shadow: 0px 0px 5px 2px #cccccc;
    box-shadow: 0px 0px 5px 2px #cccccc;
    margin-bottom: 30px;
}

.about .sub{
    font-size: 20px;
    font-weight: bold;
    color: #2a4ca6;
}

.about .text_con{
    margin-top: 15px;
}

.about .text_con p{
    font-size: 18px;
    margin: 5px auto;
    display: flex;
}

.about .text_con p img{
    vertical-align: middle;
    margin: auto 8px ;
}

/*------- aside --------*/

.sidBtn {
    display: none;
}

.sideBar{
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: linear-gradient(270deg, rgba(41, 41, 42, 1)60%, rgba(23, 23, 23, 1)60%);
    background: -moz-linear-gradient(270deg, rgba(41, 41, 42, 1)60%, rgba(23, 23, 23, 1)60%);
    background: -webkit-linear-gradient(270deg, rgba(41, 41, 42, 1)60%, rgba(23, 23, 23, 1)60%);
    background: -o-linear-gradient(270deg, rgba(41, 41, 42, 1)60%, rgba(23, 23, 23, 1)60%);  
    padding: 10px;   
    margin-bottom: 5px;
}

.sidBtn{
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}

#sub .has-sub a{
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 15px;
    background: linear-gradient(90deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -moz-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -webkit-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -o-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    border: 1px solid #133079;
}

@media (max-width:991px){
	.sidBtn{
		display:block;
        margin-top: 6px;
	}

	#sub ul{
		display:none;
	}

	.aside-open{
		display:block !important;
	}
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px;
}

@media (max-width:991px){
    #sub {
	   width: 100%;
	   display:none;
    }
    .sideBar .menu{
        float: none;
        padding-left: 10px;
        vertical-align: middle;
    }
}

@media(max-width:991px){
    #sub .has-sub a{
        width: 100%;
    }
}

/*------- aside end --------*/


@media(max-width:991px){
    .box_right{
        margin-top: 20px;
        margin-left: 0px;
    }
}

/*************************************/
/*               history            */
/*************************************/

.history .text_box{
    position: relative;
    display: block;
    min-height: 1600px;
}

.history .midline{
    min-height: 1600px;
    border-right: 1px solid;
    border-image: -webkit-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#2a4ca6 20%, rgba(255,255,255,0.00) 99%) 1 1 1 1;
    border-image: -moz-linear-gradient(-180deg, rgba(255,255,255,0.00) 0%,#2a4ca6 20%, rgba(255,255,255,0.00) 99%) 1 1 1 1;
    border-image: linear-gradient(-180deg, rgba(255,255,255,0) 0%,#2a4ca6 50%, rgba(255,255,255,1) 99%) 1 1 1 1;
    left: 50%;
    position: absolute;
}

.his_box{
    padding-top: 50px;
}

.his_box .his_text{
    margin-top: 40px;
}

.history_border_r{
    background: #4b6ec7;
    position: relative;
    border: transparent;
    padding: 10px 5px;
    font-size: 20px;
    color: #fff;
    width: 30%;
    float: right;
    margin-right: -16px;
    text-align: center;
}

.history_border_r .arrow_r .arrow_int{
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 25%;
    right: -30px;
}

.history_border_r .arrow_r .arrow_out{
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #4b6ec7 transparent transparent;
    position: absolute;
    top: 25%;
    right: -30px;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}

.his_text .text_r{
    padding-left: 30px;
    font-size: 18px;
}

.history_border_l{
    background: #47577f;
    position: relative;
    border: transparent;
    padding: 10px 5px;
    font-size: 20px;
    color: #fff;
    width: 30%;
    margin-left: -15px;
    text-align: center;
}

.history_border_l .arrow_l .arrow_int{
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    top: 25%;
    left: -30px;
}

.history_border_l .arrow_l .arrow_out{
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #47577f transparent transparent;
    position: absolute;
    top: 25%;
    left: -29px;
}

.his_text .text_l{
    padding-right: 30px;
    font-size: 18px;
}

@media(max-width:767px){
    .his_box{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .history .midline{
        display: none;
    }
    .history_border_r{
        float: none;
        margin-bottom: 10px;
    }
    .his_box .his_text{
        display: table;
        width: 100%;
    }
    .his_text .text_l{
        margin-top: 20px;
        padding-right: 0px;
    }
    .his_text .text_r{
        padding-left: 15px;
    }
    .history_border_l{
        float: right;
        margin-top: 10px;
    }
    .his_text .year_r{
        display: table-header-group;
    }
}

/*************************************/
/*              cer_box              */
/*************************************/

.certification .cer_con{
    margin-bottom: 100px;
}

.cer_box{
    margin-bottom: 50px;
    text-align: center;
}

    .cer_box img{
        border: 2px solid #eceaea;
    }

.cer_hov_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.cer_hov p{
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.cer_hov{
    display: none;
}

.cer_box a:hover .cer_hov{
    display: block;
}

.certification .mach_box .name{
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto;
    color: #333333;
}

    .certification .mach_box .name img{
     vertical-align: initial;
     margin-right: 5px;
    }

.certification .mach_box p{
    font-size: 18px;
}

/*************************************/
/*              product              */
/*************************************/

/*產品頁手風琴設定*/

.accordion {
    width: 100%;
}

.accordion .accordion_link{
    cursor: pointer;
    font-size: 17px;
    padding: 10px 15px;
    background: linear-gradient(90deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -moz-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -webkit-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -o-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    border: 1px solid #133079;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: center;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    margin-bottom: -1px;
}

.accordion .single_link{
    cursor: pointer;
    font-size: 17px;
    padding: 10px 15px;
    background: linear-gradient(90deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -moz-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -webkit-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    background: -o-linear-gradient(360deg, rgba(27, 58, 139, 1)0%, rgba(49, 86, 180, 1)100%);
    border: 1px solid #133079;
    color: #fff;
    align-items: center;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    margin-bottom: -1px;
}

.accordion_link a{
    color: #fff;
    text-decoration: none;
    width: 60%;
}

.accordion .single_link img{
    margin-right: 5px;
}

.accordion li.default .submenu {
     display: block;
}

.accordion li img{
    position: absolute;
    right: 25px;
}

.accordion li.open img{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
   
aside ul li .submenu {
    display: none;
}

aside ul .submenu li {
    padding: 8px 15px;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f0f0f0;
}

aside ul .submenu a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #171717;
    font-size: 16px;
    display: block;
}

@media(max-width:991px){
    .accordion{
        display: none;
    }
}

/**** 產品頁手風琴_end  ****/

.product{
    margin-bottom: 100px;
}

.product .pro_con .pro_img{
    margin-bottom: 40px;
}

.product .pro_con .pro_img a{
    position: relative;
    display: block;
    max-width: 243px;
    background-color: #f3f3f3;
    border: 1px solid #dfdfdf;
}

.product .pro_con .pro_img a img{
    width: 100%;
}

.product .pro_con .pro_hov {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.product .pro_con a:hover .pro_hov {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    opacity: 1;
}

.product .pro_con p{
    background-color: #353537;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 8px 10px;
    text-align: center;
}

.product .pro_con .pro_img a:hover p{
    background-color: #133079;
}

@media(max-width:576px){
    .product .pro_con .pro_img a{
        margin: auto;
    }
}
  

/*pro_del*/

.pro_top{
    margin: 0;
}

.pro_delimg{
    border: 1px solid #cacaca;
}

.pro_deltext{
    padding-left: 40px;
}

.pro_deltext .pro_name{
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.pro_deltext a{
    display: block;
    background-color: #505c7a;
    color: #fff;
    width: 42%;
    font-size: 18px;
    text-align: center;
    padding: 8px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}

.pro_deltext a:hover{
    background-color: #2c4992;
}

.product .specification{
    color: #1d2d58;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 60px 0px 10px;
    margin-top: 20px;
    border-left: 4px solid #031b43;
}

.product .pro_del_hr{
    border-bottom: 1px solid #031b43;
    margin-top: 8px;
    margin-bottom: 30px;
}

.pro_del_text{
    font-size: 18px;
}

.pro_del_title{
    font-size: 20px;
    font-weight: bold;
    color: #0a3570;
    margin-bottom: 5px;
}

@media(max-width:767px){
    .pro_deltext{
        margin-top: 20px;
        padding-left: 0px;
    }
}

/*************************************/
/*              inquiry              */
/*************************************/

.inquiry table{
    font-size: 18px;
    text-align: center;
}

.inquiry thead tr{
    background-color: #363636;
    color: #fff;
}

.inquiry tr{
    background-color: #edebeb;
}

.inquiry thead tr th:first-child,
.inquiry tbody tr th{
    border-right: 1px solid #fff;
    width: 10%;
}

.inquiry thead tr th:nth-child(2),
.inquiry tbody tr td:nth-child(2){
    text-align: left;
    width: 55%;
    border-right: 1px solid #fff;
}

.inquiry thead tr th:nth-child(3),
.inquiry tbody tr td:nth-child(3){
    border-right: 1px solid #fff;
}

.inquiry tbody tr td:nth-child(3) input{
    border: 0px;
    width: 80%;
    text-align: center;
}

.inquiry thead tr th:nth-child(4),
.inquiry tbody tr td:nth-child(4){
    width: 10%;
}


.inq_form  input,
.inq_form .contact_area{
    background-color: #f1f1f1;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 10px;
    color: #333;
}

.inq_form .description span{
    color: #ff0000;
}



/*webkit瀏覽器專用*/
.inq_form ::-webkit-input-placeholder { color: #cfcfcf; }
/*Firefox 4-18瀏覽器專用*/
.inq_form input::-moz-placeholder { color: #cfcfcf; }
/*Firefox 19+瀏覽器專用*/
.inq_form input::-moz-placeholder{color:#cfcfcf;}
/*IE10瀏覽器專用*/
.inq_form input:-ms-input-placeholder{color: #cfcfcf;}


.inq_form textarea::-webkit-input-placeholder { color: #cfcfcf; }
/* Firefox 19+ */
.inq_form textarea::-moz-placeholder { color: #cfcfcf; }

.inq_form textarea:-ms-input-placeholder { color: #cfcfcf;  }

.inq_form textarea:-ms-input-placeholder{color: #cfcfcf;}


@media (max-width:767px){
    .inquiry thead tr th:nth-child(4),
    .inquiry tbody tr td:nth-child(4){
        width: 15%;
    }
}

@media (max-width:600px){
	.inquiry thead {
		display: none;
	}

	.inquiry tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(0,0,0,0.15);
        border-top:none;
	}

	.inquiry tbody tr th{
		background: #363636;
		color: #fff;
        width: 100%;
        display: block;
        border-right: 0px;
	}

	.inquiry thead th, 
	.inquiry tbody td {
		display: block;
        width: 100%;
        text-align:center;
    }

    .inquiry .table tr th:nth-child(2),
    .inquiry .table tr td:nth-child(2){
        width: 100%;
        text-align: center;
    }

    .inquiry thead tr th:nth-child(4),
    .inquiry tbody tr td:nth-child(4){
        width: 100%;
    }
}


/*************************************/
/*            equipment              */
/*************************************/

.equipment{
    margin-bottom: 80px;
}

.equipment .equ_box .step{
    text-align: center;
    margin-bottom: 30px;
}

.equipment .equ_box .step p{
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 10px auto;
}


/*************************************/
/*             download              */
/*************************************/

.download{
    margin-bottom: 100px;
}

.download_con table{
    text-align: center;
    font-size: 18px;
    display: inline-table;
    border: 1px solid #dcdcdc;
}

.download_con table thead{
    background-color: #363636;
    color: #fff;
}

.download_con table tbody tr:nth-child(even){
    background-color: #e4eaf9;
}   

.download_con table th{
    border: 0px;
    padding: 8px 15px;
}

.download_con table th,
.download_con .table td{
    border-right: 1px solid #dcdcdc;
}

.download_con table th:nth-child(2){
    text-align: left;
}

.download_con table td:nth-child(2){
    width: 68%;
    text-align: left;
}

.download_con table th:nth-child(3){
    width: 14%;
}

.download_con .table td{
    padding: 5px 15px;
    vertical-align: middle;
}

.download_con table td a{
    display: inline-block;
    width: 26px;
    height: 25px;
    background: url(../tw_img/other/down.png) no-repeat;
}

.download_con table td a:hover{
    background: url(../tw_img/other/down_hov.png) no-repeat;
}

@media(max-width:1200px){
    .download_con table td:nth-child(2){
        width: 60%;
    }
}

@media screen and (max-width: 600px) {
    table {
      border: 0;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
    }

    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 16px;
      text-align: left;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }

    .download_con table{
        border: 0px;
    }

    .download_con tr{
        margin-bottom: 10px;
        display: block;
        border: 1px solid #dcdcdc;
    }

    .download_con table th, .download_con .table td{
        border-right: 0px;
        width: 100%;
        text-align: center;
    }
    .download_con table td:nth-child(2){
        width: 100%;
        text-align: center;
    }
}


/*************************************/
/*               video               */
/*************************************/

.video{
    margin-bottom: 80px;
}

.video_box iframe {
    min-height: 400px;
    padding: 0px 30px;
    width: 100%;
}

.video .name{
    color: #022a79;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    padding-left: 10px;
}

.video .name img{
    vertical-align: bottom;
    margin-right: 8px;
}

.video .video_hr {
    border-bottom: 1px solid #022a79;
    margin-bottom: 20px;
    margin-top: 10px;
}

.video_box .text_box .description{
    font-size: 18px;
    color: #7e7f80;
}

.video_box .text_box p{
    margin: 5px auto 20px;
    font-size: 18px;
}

/*************************************/
/*             contact              */
/*************************************/

.contact .box_right{
    margin-left: 0px;
}

.contact_con{
    margin-bottom: 80px;
}

.contact .con_information{
    font-size: 18px;
    padding-right: 0px;
    margin-top: 20px;
}

.contact .con_information span{
    color: #ff0000;
}

.contact .news_information{
    margin-top: 20px;
}

.contact .news_information p{
    margin-bottom: 10px;
}

.contact .news_information img{
    margin-right: 8px;
    vertical-align: bottom;
}

.con_form p{
    font-size: 18px;
}

.con_form span{
    color: #ef1700;
}

.contact_box .map{
    display: flex;
}

.con_form{
    margin-top: 10px;
    font-size: 16px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #fffde8;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #cdc99b;
    padding: 8px 10px;
    color: #333;
}


/*webkit瀏覽器專用*/
.con_form ::-webkit-input-placeholder { color: #ccc89a; }
/*Firefox 4-18瀏覽器專用*/
.con_form input::-moz-placeholder { color: #ccc89a; }
/*Firefox 19+瀏覽器專用*/
.con_form input::-moz-placeholder{color:#ccc89a;}
/*IE10瀏覽器專用*/
.con_form input:-ms-input-placeholder{color: #ccc89a;}


.con_form textarea::-webkit-input-placeholder { color: #ccc89a; }
/* Firefox 19+ */
.con_form textarea::-moz-placeholder { color: #ccc89a; }

.con_form textarea:-ms-input-placeholder { color: #ccc89a;  }

.con_form textarea:-ms-input-placeholder{color: #ccc89a;}

.authcode_right{
    margin-top: 22px;
}

.contact_btn{
    text-align: center;
    margin-top: 50px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    padding: 6px 35px;
    color: #fff;
    background-color: #505c7a;
    cursor: pointer;
    border: 0px;
}

.contact_btn .btn_con:hover{
    background-color: #2c4992;
    color: #fff;
}

@media(max-width:767px){
    .contact .con_information{
        margin-top: 0px;
        padding-right: 15px;
    }
}


/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px 0px;
}

.page li{
    display: inline;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.page li i{
    font-size: 32px;
    vertical-align: sub;
}

.page li a {
    display: block;
    font-size: 20px;
    
}

.page li .number{
    color: #333333;
    padding: 3px 12px;
    background-color: #e3e3e3;
    border-radius: 50%;
}


/*************************************/
/*               footer              */
/*************************************/

footer{
    clear: both;
    font-size: 16px;
}

.footer_box{
    background-color: #142b66;
    padding: 20px;
    padding-top: 30px;
    border-top: 8px solid #1c1c1c;
}

.footertext{
    font-size: 17px;
}

.footer_box ul{
    display: table-cell;
    color: #fff;
}

.footer_box ul li span{
    padding-left: 20px;
}

.footertext span{
    display: inline-block;
}

.footer_logo{
    text-align: end;
    align-self: center;
}

.footer_img {
    align-self: flex-end;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

.copyright{
    padding: 10px;
    background-color: #1c1c1c;
    color: #ababab;
    text-align: center;
}

@media(max-width:1200px){
    .footer_box ul li span{
        padding-left: 0px;
    }
}

@media(max-width:991px){
    .footer_box{
        padding: 10px;
    }
    .footer_logo{
        text-align: center;
        margin-bottom: 10px;
    }
    .footertext{
        display: table;
        text-align: center;
    }
    .footer_img{
        text-align: center;
        margin-top: 10px;
    }
}

@media(max-width:767px){
    .footer_box ul{
        margin-bottom: 20px;
        display: inline-block;
    }
    .footer_logo{
        text-align: center;
    }
}


