*{
    font-family: Microsoft JhengHei;
}

.headerSide a{
    text-decoration: none;
}

p{
    margin-bottom: 0px;
}
.header{
    margin:30px 0px;
    height: 90px;
}
.headerLogo{
    float:left;
    text-align: center;
}
.headerSide{
    float:left;
    margin: 10px 0px;
    text-align: right;

}
.headerSide img{
    width:48px;
    margin:0px 5px;
    cursor: pointer;
}
.headerSide span{
    margin-right: 10px;
}
.mainMenu{
    margin-bottom: 10px;
}
.matina_menu{
    width: 100%;
    margin-top: 0px;
    border-bottom: none;
}
.matina_menu > ul {
    display: table;
    table-layout: fixed;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.matina_menu > ul > li {
    display: table-cell;
    width: auto;
    float: none;

}
.matina_menu > ul > li:hover{
    background-color:#ff0100;

    color:#FFF;
    transition: background-color 0.5s ease;
}
.matina_menu ul li a:hover{
    color:#FFF;
}
.matina_menu ul{
    width: 100%;
    margin: 0 auto;
    margin-top: -0px;
    padding: 0px;
    max-width: 100%;

}
.matina_menu ul li a {
    line-height: 1;
    font-weight: 700;
    padding: 10px 10px;
    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    border-right: 1px solid #e5e5e5;
    text-decoration: none;
    vertical-align: middle;
    white-space: pre-wrap;
    letter-spacing: 3px;
}
#matina_banner img{
    width:80%;
    height:400px;
    margin: auto;
}
@media (min-width:800px){
    #matina_banner img{
        width:80%;
        height:450px;
        margin: auto;
    }
}
@media (min-width:1200px){
        #matina_banner img{
        width:80%;
        height:500px;
        margin: auto;
    }
}
@media (min-width:1600px){
    #matina_banner img{
    width:45%;
    height:550px;
    margin: auto;
}
}
@media (max-width:576px){
    #matina_banner img{
        width:100%;
        height:265px;
    }
}
@media (max-width:330px){
    #matina_banner img{
        height:235px;
    }
}
.footerInformation{
    text-align: center;
    color:white;
    background: #1007fe;
}
.matina_introduction{
    background-color: #efefef;
}
.intro-title{
    text-align: center;
    font-size: 40px;
    color: #1007fe;
    letter-spacing: 4.5px;
    font-weight: 700;
    margin-bottom: 30px;
}


.introArea{
    padding: 50px;
}
.intro-content{
    line-height: 35px;
    font-size: 18px;
    letter-spacing: normal;
    color: #000;
    text-align: left;
}

.cuadro_intro_hover{
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.cuadro_intro_hover:hover .caption{
    opacity: 1;
    transform: translateY(-150px);
    -webkit-transform:translateY(-150px);
    -moz-transform:translateY(-150px);
    -ms-transform:translateY(-150px);
    -o-transform:translateY(-150px);
}
.cuadro_intro_hover img{
    z-index: 4;
}
.cuadro_intro_hover .caption{
    position: absolute;
    top:150px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    width: 100%;
}
.cuadro_intro_hover .blur{
    background-color: rgba(0,0,0,0.7);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}
.cuadro_intro_hover .caption-text{
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    width: 100%;
}
.cuadro_intro_hover .caption-text p{

    text-align: left;
    padding: 5px;
}
.product-list .product-item{
    margin-bottom: 30px;
}
.matina_contactus{
    background-color: #DDD;
}
.matina_contactus .intro-title{
    margin-top: 50px;
}
.cuadro_intro_hover img{
    width:100%;
    height:100%;
}

.map-title{
    margin-top: 50px;
    text-align: center;
    font-size: 40px;
    color: #FFF;
    letter-spacing: 4.5px;
    font-weight: 700;
    margin-bottom: 30px;
}
.map-content{
    line-height: 35px;
    font-size: 18px;
    letter-spacing: normal;
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.map-intro{
    background-color: #666;
    min-height: 450px;

}
.footer-content{
    text-align: center;
    margin: 0 auto;
}
.footer{
    background: #1007fe;
    padding: 20px 0px;
}
.footerMenu li{
    display: inline-block;
    width: auto;
    padding: 0 3%;
    height: 17px;
}
.footerMenu li a{
    position: relative;
    top: 0px;
    font-size: 17px;
    color: #fff;
}
.footerMenu li + li {
    border-left: 1px solid #fff;
}
.footer .footerMenu {
    height:45px;
    border-bottom: 1px dashed #fff;
}
.containter .row{
    max-width: 1200px;
    margin: auto;
}
@media (max-width:576px){
    .intro-title{
        text-align: center;
        font-size: 28px;
        color: #1007fe;
        letter-spacing: 4.5px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .footer .footerMenu {
        height: initial;
        padding: 0px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #fff;
    }
    .introArea .map-content iframe{
        height:300px;
    }
    .map-intro {
        min-height: 400px;
    }
    .newsImg{
        margin: 0px;
    }
}
.newsImg{
    margin: 20px 50px;
}
#newsLogo{
    width:400px;
    height:100px;
    margin:0px 50px;
}


@media (max-width:768px){

    .newsImg{
        margin: 0px;
    }
    #newsLogo{
        width:300px;
        height:80px;
        margin: 0px;
    }
    #newsIntro{
        max-width: 350px;
    }
}
@media (max-width:576px){

    #newsLogo{
        width:200px;
        height:80px;
        margin: 0px;
    }
    .headerLogo img{
        width:345px;
    }
    .map-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width:400px){
	.headerLogo img {
		width: 300px;
	}
}