/* =====================================
   全域
===================================== */

@import url('css-Raleway400600.css'); /* font-family: 'Raleway', sans-serif; */
body {
    font-family: Arial, Helvetica,"微软雅黑","微軟正黑體", sans-serif;
    color: #333;
    
}
.bg{
    /*background: url(../image/bg.jpg) repeat-x center bottom !important;*/
    /*background-size: auto;*/
}
@media (max-width: 1199px) {
    .bg{
        background: url(../image/bg.png) repeat center bottom !important;
    }
}
a:hover {
    text-decoration: none;
    color: #0072bc;
}
/* =====================================
   共用樣式
===================================== */
/* a - 轉場過度 */
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.ulset {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reset {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 清除浮動、清除浮動+高度 */
.clearboth, .space15 {
    clear: both;
    font-size: 0;
    overflow: hidden;
}
.space15 {
    height: 15px;
}
/* 按鈕-top */
.scrollToTop {
    display: none;
    position: fixed;
    z-index: 1005;
    bottom: 50px;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000', GradientType=0 ); /* IE6-9 */
}
.scrollToTop i {
    font-size: 26px;
    line-height: 40px;
}

.innes {
    width: 50%;
    float: left;
    margin-top: 4rem;
    text-align: center;
}

.innes img {
    width: 80%;
    margin: 0 auto;
}


.innes h3 {
    font-size: 2rem;
    text-align: center;
}

@media (max-width: 1050px) {
.innes {
    width: 100%;
    float: left;
    margin-top: 4rem;
    text-align: center;
}

.aboutc {
    width: 330px;
    padding-left: 40px;
    float: left;
}
}


@media (max-width: 767px) {
.scrollToTop {
    bottom: 75px;
}
}

@media (max-width: 360px) {
.scrollToTop {
    bottom: 105px;
    right: 10px;
}
}

@media (max-width: 320px) {
.scrollToTop {
    bottom: 120px;
}
}
.edit strong {
    font-weight: bold;
}
.edit em {
    font-style: italic;
}
.edit hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 {
    font-family: "微软雅黑"/*inherit*/;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.edit h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.edit h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.edit h1 {
    font-size: 36px;
}
.edit h2 {
    font-size: 30px;
}
.edit h3 {
    font-size: 24px;
}
.edit h4 {
    font-size: 18px;
}
.edit h5 {
    font-size: 14px;
}
.edit h6 {
    font-size: 12px;
}
.edit p {
    margin: 0 0 20px;
}
.edit ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.edit ul {
    padding-left: 35px;
    list-style-type: disc;
}
.edit ol {
    padding-left: 35px;
    list-style-type: decimal;
}
.edit li {
    padding-bottom: 2px;
}
.edit sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.edit sup {
    top: -.5em;
}
.edit sub {
    bottom: -.25em;
}
/* 下拉選單 */
.form-group .city .selectBox {
    display: inline-block;
}
.selectBox {
    position: relative;
    z-index: 1;
    background-color: #f0f0f0;
}
.selectBox select {
    padding: 0 20px 0 10px;
    width: 100%;
    height: 34px;
    color: #000;
    outline: none;
    line-height: 36px;
    border: none;
    border-radius: 0;
    background: transparent;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
 display: none;
}
.selectBox:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: #333 1px solid;
    border-bottom: #333 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectBox:hover {
    border-color: #333;
}
/* 按鈕 */
.btn-style {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    border: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-style1 {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    border: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* 按鈕顏色樣式 */
.black {
    color: #fff;
    border: #000 solid 1px;
    background-color: #000;
}
.black:hover, .black:focus {
    color: #fff;
    text-decoration: none;
    border: #501598 solid 1px;
    background-color: #501598;
}
.white {
    color: #000;
    border: #000 solid 1px;
    background-color: #fff;
}
.white:hover, .white:focus {
    color: #fff;
    text-decoration: none;
    border: #444 solid 1px;
    background-color: #444;
}
.green {
    color: #fff;
    border: #370e69 solid 1px;
    background-color: #370e69;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
}
.green:hover, .green:focus {
    color: #fff;
    text-decoration: none;
    border: #501598 solid 1px;
    background-color: #501598;
}
.red {
    font-size: 1em;
    line-height: 26px;
    padding: 4px 10px;
    color: #fff;
    border: #ff8181 solid 1px;
    background-color: #ff8181;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
}
.red:hover, .red:focus {
    color: #fff;
    text-decoration: none;
    border: #ed1c24 solid 1px;
    background-color: #ed1c24;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
    box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
}
/* ----------------表格初始化---------------- */
table.tab-set {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.tab-set td {
    padding: 0;
}
/*************************
Typography 
**************************/

.font1 {
    font-size: 2em;
    line-height: 1.3em;
    color: #cfa779;
}
.font2 {
    font-size: 24px;
    color: #010080;
}
.font3 {
    font-size: 15px;
    line-height: 24px;
    color: #0000b5;
}
.font5 {
    font-size: 13px;
    color: #ed0a28;
}
.font6 {
    font-size: 1em;
    color: #5800b7;
    font-weight: 700;
}
.font7 {
    font-size: 16px;
    font-weight: bold;
}
.font8 {
    font-size: 18px;
    color: #010080;
    padding: 0 0 0 15px;
    background-image: url(../image/icon13.png);
    background-repeat: no-repeat;
    background-position: left 8px;
}
.font9 {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #ff9331;
}
.font10 {
    font-size: 1.8em;
    line-height: 1.3em;
    color: #ffb32f;
}
.font11 {
    color: #ed0a28;
}
sup {
    font-size: 0.7em;
    line-height: 1em;
}
/* =====================================
   表單 - 共用樣式
===================================== */
.form-group {
    margin-bottom: 10px;
}
.form-group .ti-label {
    margin-bottom: 3px;
    width: 100%;
    color: #000;
    font-weight: normal;
    line-height: 25px;
}
.form-group .ti-label span {
    display: inline-block;
    width: 12px;
    font-size: 1.083333rem;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
}
.input-txt {
    color: #777;
}
.input-txt, .input-txt .name, .input-txt .add {
    position: relative;
    overflow: hidden;
}
.input-txt .input-style, .input-txt textarea {
    display: block;
    padding: 10px;
    width: 100%;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: none #f0f0f0;
}
.input-txt .input-style {
    padding: 0 10px;
    height: 34px;
    line-height: 35px;
}
.input-txt .input-style:focus, .input-txt .message-style:focus {
    border: #333 solid 1px;
}
.input-txt .input-style1 {
    display: block;
    padding: 10px;
    width: 100%;
    border: #e4daef solid 1px;
    box-shadow: none;
    border-radius: 0;
    background: none #fff;
}
.input-txt .input-style1 {
    padding: 0 10px;
    height: 34px;
    line-height: 35px;
}
.input-txt .input-style1:focus {
    border: #333 solid 1px;
}
.code-img {
    margin-left: 4px;
    float: right;
}
/* 下拉選單 */
.form-group .city .selectBox {
    display: inline-block;
}
.selectBox {
    position: relative;
    z-index: 1;
    background-color: #f0f0f0;
}
.selectBox select {
    padding: 0 20px 0 10px;
    width: 100%;
    height: 34px;
    color: #000;
    outline: none;
    line-height: 36px;
    border: none;
    border-radius: 0;
    background: transparent;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
 display: none;
}
.selectBox:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: #333 1px solid;
    border-bottom: #333 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectBox:hover {
    border-color: #333;
}
/* 表單按鈕 */
#btn-group ul, .btn-group ul {
    text-align: center;
}

@media only screen and (max-width: 414px) {
#btn-group ul li,  .btn-group ul li {
    float: left;
    width: 50%;
}
}

@media only screen and (min-width: 415px) {
#btn-group ul li,  .btn-group ul li {
    display: inline-block;
    margin: 0 5px;
    width: 135px;
}
}
/* 頁數pagenum */
.pages {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.backbox {
    TEXT-ALIGN: center;
    float: left;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    padding-top: 20px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination > li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1b6081;
    border-color: #1b6081;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.btn-primary {
    color: #fff;
    background-color: #43454c;
    border-color: #43454c;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    line-height: 22px;
}
.btn-primary[disabled], .btn-primary[disabled]:hover {
    color: #666;
    background-color: #d2d2d2;
    border-color: #d2d2d2
}
.btn-primary.focus, .btn-primary:focus {
    color: #666;
    background-color: #d2d2d2;
    border-color: #d2d2d2
}
.btn-primary:hover {
    color: #fff;
    background-color: #1b6081;
    border-color: #1b6081;
}
.pagenum2 {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.pagenum2 A {
    padding: 7px 30px 8px;
    COLOR: #fff;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.3s;
    background-color: #555;
}
.pagenum2 A:hover {
    COLOR: #FFF;
    text-decoration: none;
    background-color: #1b6081;
}
/*************************
 Footer CSS
**************************/
#footer {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(91,165,212,0.70) 0%,rgba(73,107,154,0.70) 99.48%);
	background-image: -moz-linear-gradient(0deg,rgba(91,165,212,0.70) 0%,rgba(73,107,154,0.70) 99.48%);
	background-image: -o-linear-gradient(0deg,rgba(91,165,212,0.70) 0%,rgba(73,107,154,0.70) 99.48%);
	background-image: linear-gradient(90deg,rgba(91,165,212,0.70) 0%,rgba(73,107,154,0.70) 99.48%);
}
.footer-logo {
    float: left;
    margin: 10px 20px;
}
.basic {
    
    float: left;
    width: 100%;
   
}
.basic dl.com1 {
	width: 30%;
	float: left;
	margin-right: 3%;
	padding: 0;
}
.basic dt {
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	color: #243774;   
}
.basic dd {
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 26px;
	color: #FFFFFF;
	border-left: 1px solid #243774;
}
.basic dd A:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.basic dd i{
	color: #243774;
	margin-right: 5px;
	width: 15px;
}
.basic dd A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.basic dd A:hover {
	color: #243774;
	text-decoration: none;
}
.basic ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 17.5%;
}
.basic li {
    list-style-type: none;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.basic li A {
    padding: 5px 5px 5px 18px;
    color: #22b1d4;
    text-decoration: none;
    background-image: url(../image/icon3.png);
    background-repeat: no-repeat;
    background-position: 5px 11px;
}
.basic li A:hover {
    color: #4bdcff;
    text-decoration: none;
    border-radius: 3px;
    background-color: #1c1c1c;
}
.copyright {
	width: 100%;
	padding: 15px;
	font-size: 13px;
	line-height: 22px;
	color: #737373;
	text-align: left;
	margin: 0;
	display: inline-block;
}
.copyright A:link {
    color: #737373;
    text-decoration: none
}
.copyright A:visited {
    color: #737373;
    text-decoration: none
}
.copyright A:hover {
	color: #353535;
	text-decoration: underline
}

@media (min-width: 992px) and (max-width: 1199px) {
.basic dl.com1 {
    width: 100%;
}
.basic dl.com2 {
    width: 25%;
    margin: 10px 0 0;
}
.basic ul {
    width: 25%;
    margin: 15px 0 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.basic {
    width: 100%;
}
.basic dl.com1 {
    width: 100%;
}
.basic dl.com2 {
    width: 25%;
    margin: 10px 0 0;
}
.basic ul {
    width: 25%;
    margin: 15px 0 0;
}
}

@media (max-width: 767px) {
.basic {
    width: 100%;
}
.basic dl.com1 {
    width: 100%;
}
.basic dl.com2 {
    width: 50%;
    margin: 10px 0 0;
}
.basic ul {
    width: 50%;
    margin: 15px 0 0;
}
.copyright {
    text-align: left;
}
}

@media (max-width: 480px) {
.basic dl.com2 {
    width: 100%;
    margin: 10px 0 0;
}
.basic ul {
    width: 100%;
    margin: 15px 0 0;
}
}
/*************************
******* Home ******
**************************/
#content {
    width: 100%;
    margin: 0;
}
.raychem {
    width: 100%;
    margin: 60px 0 40px;
    padding: 0;
    background-color: #fff;
}
.raychem img {
    display: block;
    height: auto;
    max-width: 100%;
}
.raychem .wo1 {
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
    border-bottom: 5px solid #7c7c7c;
}
.raychem .wo2 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 35px 0 30px;
    border-bottom: 5px solid #7c7c7c;
}
.raychem .wo2 img {
    margin: 0 auto;
}
.raychem .wo3 {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 30px 0 0;
}
.raychem .logo {
    margin: 5px 0;
}
.raychem .txt {
    font-size: 16px;
    line-height: 26px;
}
.raychem .txt1 {
    font-size: 16px;
    line-height: 28px;
    color: #010080;
    font-weight: bold;
}
.raychem .txt2 {
    font-size: 16px;
    line-height: 26px;
}
.iabout {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #ccffff;
    text-align: center;
    margin: 0;
    padding: 30px 15px;
    background-color: #56a7bb;
}
.iapplication {
    width: 100%;
    margin: 0;
    padding: 35px 0 30px;
    background-color: #1b5f81;
}
.iapplication::after {
    content: "";
    display: block;
    clear: both;
}
.iapplication h2 {
    font-family: 'Raleway', "微軟正黑體", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.iapplication h2 .ch {
    font-size: 18px;
    color: #56a7bb;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
}
.application {
}
.application ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, calc(100%/6));
    grid-template-rows: 350px 350px;
    grid-template-areas: "a01 a01 a02 a02 a03 a03"  "a04 a04 a04 a05 a05 a05";
}
.application ul li {
    position: relative;
    overflow: hidden;
}
.application ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.application ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 5s ease-out;
}
.application ul li:hover a img {
    transform: scale(1.2, 1.2);
}

@media (max-width: 767px) {
.application ul {
    display: block;
}
.application ul li {
    padding-top: 50%;
}
}
.application ul li .title {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    text-align: right;
    z-index: 1;
}
.application ul li .title h4 {
    font-size: 20px;
    font-family: 'Raleway', serif;
}
.application ul li .title h5 {
    font-size: 16px;
    letter-spacing: 2px;
}
.application ul li:nth-of-type(1) {
    grid-area: a01;
}
.application ul li:nth-of-type(2) {
    grid-area: a02;
}
.application ul li:nth-of-type(3) {
    grid-area: a03;
}
.application ul li:nth-of-type(4) {
    grid-area: a04;
}
.application ul li:nth-of-type(5) {
    grid-area: a05;
}
/*************************
******* Banner ******
**************************/
.p-banner {
    margin: 0;
    height: 140px;
    background: transparent;
    float: left;
    width: 100%;
}
.p-banner > .title {
    position: relative;
    padding: 0;
    top: 0;
    background-image: url(../image/pb-mark.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.p-banner > .title > span {
    position: absolute;
    top: 38%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.p-banner {
    margin: 25px 0 0;
    height: 200px;
    background: transparent;
    float: left;
    width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.p-banner {
    margin: 0;
    height: 150px;
}
.p-banner > .title > span {
    font-size: 36px;
}
}

@media (max-width: 767px) {
.p-banner {
    margin: 0;
    height: 150px;
}
.p-banner > .title > span {
    font-size: 36px;
}
}

@media (max-width: 480px) {
.p-banner {
    margin: 0;
    height: 100px;
}
.p-banner > .title > span {
    font-size: 26px;
}
}




/* 另一個側選單 */


.zeynep {
	width:100% !important;
	min-height: 260px;
	position:relative;
	left: 0;
	top: 0;
	transform: translateX(0) !important;
	overflow: hidden;
	overflow-y: auto;
	color: #333;
	z-index: 400;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
	.zeynep {
		max-height: 300px;
	}
}

html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
	transition: all 375ms;
	transition-property: left, right, transform;
}

.zeynep-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1010;
	display: none;
	/*background-color: rgba(0,0,0,.4);*/
}
.zeynep-opened .zeynep-overlay {
	display: block;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
	-webkit-overflow-scrolling:touch;
}
.zeynep ul > li {	
	display: block;
}
.zeynep ul > li.has-submenu {
	background: url("../image/submenu-arrow.svg") no-repeat right 5px center;
	background-size: 9px auto;
}
.zeynep ul > li > a {
	font-size: 15px;
	color: #333;
	display: block;
	padding: 8px 16px 8px 10px;
	font-weight: bold;
	text-decoration: none;
}

.zeynep ul > li.active > a{
	color: #fff;
	background: #1b6081;
}
.zeynep ul > li.has-submenu.active > a{
	color: #fff;
	background: url("../image/submenu-arrow-w.svg") no-repeat right 5px center, #88b3d4;
	background-size: 9px auto, auto;
}

.zeynep ul > li:not(:last-child) {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}

.zeynep .submenu {
	width: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: #fff;
	
}
.zeynep .submenu.opened {
	left: 0;
}
.zeynep .submenu-header {
	background-color: #1b6081;
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
.zeynep .submenu-header > a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.zeynep .submenu-header > a:before {
	content: "\f177";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font: normal normal normal 14px/1 FontAwesome;
	/*
	width: 9px;
	height: 100%;
	transform: rotate(-180deg);
	background: url("../image/submenu-arrow.svg") no-repeat center right;*/
}
.zeynep .submenu > label {
	padding:15px 13px;
	font-size: 14px;
	color:rgba(255,255,255,0.9);
	display: block;
	width: 100%;
	background: #88b3d4;
}
