
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/


.h2-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    color: #000;
}
.h2-title+p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #da632e;
}

.h5-title {
    font-weight: bold;
    font-size: 1.2rem;
}
.h6-title {
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: underline;
}



@media (min-width: 992px) {
    .h2-title+p {
        margin-bottom: 60px;
    }
}


/*========================================================
                      	 按鈕設定
=========================================================*/

.btn-more {
    margin-bottom: 30px;
}
.btn-more a {
    display: inline-block;
    background: #da632e url("../img/index/arrow-icon1.png") no-repeat calc(100% - 30px) center;
    padding: 5px 70px 5px 30px;
    border-radius: 20px;
    color: #fff;
}
.btn-more a:hover {
    background-color: #1475a8;
    padding: 5px 80px 5px 40px;
}

@media (min-width: 992px) {
    .btn-more {
        margin-bottom: 0px;
    }
}


/*========================================================
                      	 產品介紹
=========================================================*/

.bg-1 {
    background: url("../img/index/bg-1.jpg") no-repeat center top;
    background-size: 100% auto;
}
.products-wrap {
	padding-top: 60px;
}
/*.products-wrap .row {
    padding-bottom: 60px;
}*/
.products-info {
    padding-bottom:50px;
}

.products-info h3 {
    color: #4e90e2;
    font-weight: bold;
}
.products-info h5{
    padding-bottom:20px;
}
.products-info p{
    padding-bottom:10px;
}


.products-info ul{
    list-style: none;
    padding:0;
}
.products-info img{
	width:100%;
} 


.products-img {
    position: relative;
}
.products-video {
    position: relative;
    z-index: 2;
}
.products-video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 70px;
    height: 70px;
    background: url("../img/index/video-icon.png") no-repeat center center;
}
.products-video a {
    display: block;
    overflow: hidden;
}
.products-video a img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}
.products-video a:hover img {
    transform: scale(1.1);
}


@media (min-width: 992px) {

    .info1 {
        margin-right: 80px;
    }   
    .info2 {
        margin-left: 80px;
    }
    .products-img {
        top: -40px;
    }
    .video1 {
        position: absolute;
        left: -60px;
        bottom: -60px;
    }
    .video2 {
        position: absolute;
        right: -60px;
        bottom: -60px;
    }
    .products-video span {
        background-size: 50px auto;
    }
    .products-video a img {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    /*.products-wrap .row {
        padding-bottom: 120px;
    }*/
    .products-img {
        top: 0;
    }
    .video1 {
        left: -80px;
        bottom: -80px;
    }
    .video2 {
        right: -80px;
        bottom: -80px;
    }
    .products-video span {
        background-size: 50px auto;
    }
    .products-video a img {
        width: 100%;
    }
}
@media (min-width: 1600px) {
    /*.products-wrap .row {
        padding-bottom: 200px;
    }*/
}


/*========================================================
                      	 前瞻技術
=========================================================*/

.bg-2 {
    background: url("../img/index/bg-2.jpg") no-repeat center center;
    background-size: 100% auto;
}
.technology-wrap {
    margin-bottom: 120px;
}
.technology-wrap > div {
    padding-left: 5%;
    padding-right: 5%;
}
.technology-info {
    padding-left: 5%;
    padding-right: 5%;
}
.technology-info .title {
    color: #fff;
    background-color: #a4ba5c;
    text-align: center;
    font-size: 1.2rem;
    padding: 5px;
}
.technology-img {
    background-color: #e9e9e9;
    padding: 30px;
}
.technology-img img {
    width: 100%;
    vertical-align: bottom;
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:before,a.figure:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    content: '';
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s; 
}
a.figure:before {
    background: #fff;
}
a.figure:after {
    background: url(../images/magnifier.png) no-repeat center center;
}
a.figure:hover:before, a.figure:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:hover:before {
    opacity: 0.15;
}
a.figure:hover:after {
    opacity: 1;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(12, 56, 98, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}

/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 15px;
}
.table1 tr:nth-child(2n+1) {
	background-color: #e5f3f6;
}

.table1 th {
	background-color: #0da4bf;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
}
.table1 td {
	padding: 5px 15px !important;
    border: none;
}
.table1 td:first-of-type {
    text-align: center;
}

.table2 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 1rem;
}
.table2 tr:nth-child(2n+1) {
	background-color: #e5f3f6;
}

.table2 th {
	background-color: #0da4bf;
	color: #fff;
    font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 10px !important;
	text-align: center;	
}
.table2 td {
	padding: 5px 15px !important;
    border: none;
}
