
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("lihwa-header.css");
@import url("lihwa-footer.css");
@import url("lihwa-banner.css");


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

.h2-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*========================================================
                      	 經典作品
=========================================================*/

.hotCase {
    padding-top: 20px;
    position: relative;
}
.hotCase-title {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.hotCase-info {
    background-repeat: no-repeat;
    background-position: center center;
}
.hotCase-info > div {
    height: 700px;
    overflow: hidden; 
}
.hotCase-info-inner [class*="col-"] {
    height: 350px;
    overflow: hidden;
    background-color: #ededed;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center center;    
}
.hotCase-info1 h3 {
    font-weight: bold;
}
.hotCase-info-inner [class*="col-"] p {
    max-height: 200px;
    overflow: hidden;
}
.hotCase-info-more a {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}
.hotCase-info-more a:hover {
    background-color: #ef8018;
}

/*  尺寸設定 */
@media (min-width: 768px) {
    .hotCase-info > div {
        height: 600px;
    }
    .hotCase-info-inner [class*="col-"] {
        height: 300px;
        padding: 50px;
    }
    .hotCase-info-inner [class*="col-"] p {
        height: 130px;
    }
}
@media (min-width: 1200px) {
    .hotCase-info > div {
        height: 600px;
    }
    .hotCase-info-inner [class*="col-"] {
        height: 300px;
    }
    .hotCase-info-inner [class*="col-"] p {
        height: 130px; 
    }
}

@media (min-width: 1600px) {
    .hotCase-info > div {
        height: 800px;
    }
    .hotCase-info-inner [class*="col-"] {
        height: 400px;
    }
    .hotCase-info-inner [class*="col-"] p {
        height: 160px; 
    }
}

/*========================================================
                      	 經典作品
=========================================================*/

.classicCase {
    background: url("../img/lihwa/index/classicCase-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
}
.classicCase-title {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.classicCase-img {
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.classicCase-info {
    background: url("../img/lihwa/index/classicCase-info-bg.jpg") repeat center center;
}
.classicCase-info-inner {
    color: #fff;
    padding: 40px;
}
.classicCase-info-inner h3:after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 3px solid #ed1717;
    margin-top: 6px;
}
.classicCase-info-desc {
    height: 302px;
    overflow: hidden;
}

.classicCase-info-more {
    text-align: right;
    margin-top: 20px;
}
.classicCase-info-more a {
    background: url("../img/lihwa/index/classicCase-info-more1.png") no-repeat right top;
    color: #fff;
    display: inline-block;
    padding-top: 20px;
    padding-right: 30px;
    font-size: 1rem;
}
.classicCase-info-more a:hover {
    background: url("../img/lihwa/index/classicCase-info-more2.png") no-repeat right top;
    color: #ef8018;
}


/*  尺寸設定 */
@media (min-width: 768px) {
    .classicCase-info-inner {
        padding: 60px;
    }
}
@media (min-width: 992px) {
    .classicCase-img {
        height: 440px;
    }
    .classicCase-info-desc {
        height: 302px;
    }
}
@media (min-width: 1200px) {
    .classicCase-img {
        height: 500px;
    }
    .classicCase-info-desc {
        height: 314px;
    }
}
@media (min-width: 1600px) {
    .classicCase-img {
        height: 570px;
    }
    .classicCase-info-inner {
        padding: 100px;
    }
}

/*========================================================
                      	 新聞中心
=========================================================*/

.news {
    background: url("../img/lihwa/index/news-bg.jpg") no-repeat left bottom;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
}

.news-title .inner {
    position: relative;
    min-height: 160px;
	border: 10px solid transparent;    
}
.news-title .border-img {
    -moz-border-image: -moz-linear-gradient(top left, #ff5600 0%, #dd0000 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #ff5600 0%, #dd0000 100%);
    border-image: linear-gradient(to bottom right, #ff5600 0%, #dd0000 100%);
    border-image-slice: 1;
}
.news-title .box {
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: 3;
    background-color: #fcfcfc;
    padding-top: 11px;
    padding-left: 11px;
}

.news-title .inner h2 {
    font-size: 2rem;
}
.news-title .inner p {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
}


.news .nav-tabs {
    border-bottom: none;
}
.news .nav-tabs li {
	text-align: center;
}
.news .nav-tabs li a {
	display: block;
	font-size: 1rem;
	border-radius: 0;
	color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    background-color: #604444;
}
.news .nav-tabs li.active  {
	color: #fff;
}
.news .nav-tabs > li > a.active, 
.news .nav-tabs > li > a.active:hover, 
.news .nav-tabs > li > a.active:focus {
    background-color: #a81212;
}
.news .nav-tabs > li > a {
    margin-right: 10px;
    margin-bottom: 20px;
}
.news .nav > li > a:hover, 
.news .nav > li > a:focus {
    text-decoration: none;
    background-color: #a81212;
}


.news .tab-content {
}
.news .tab-content ul {
	list-style: none;
	margin: -15px 0 0 0;
	padding: 0;
}
.news .tab-content ul li {
	border-bottom: 1px dashed #a6a6a6;
}
.news .tab-content ul li:first-of-type {
	padding-top: 0;
}
.news .tab-content ul li a {
    display: block;
	color: #1c1c1c;
	padding: 12px 15px 12px 26px;
    background: url('https://api.iconify.design/bx:bxs-right-arrow.svg?color=%23cf1313&width=12px&height=12px') no-repeat 10px 22px;
}
.news .tab-content ul li a:hover {
    background-color: #ededed;
}
.news .tab-content ul li time {
}
.news .tab-content ul li time:after {
	content: "|";
    display: inline-block;
    margin: 0 10px;
}

.news-tab-more {
    margin-top: 20px;
	text-align: right;
}
.news-tab-more a {
	font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    background-color: #666;
	border: 1px solid #fff;    
}
.news-tab-more a:hover {
	border: 1px solid #666;
    background-color: #fff;
    color: #333;
}


/*  尺寸設定 */
@media (max-width: 639px) {
	.news .nav-tabs {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
    .news-title .inner {
        min-height: 240px;   
    }
    .news .nav-tabs li a {
        font-size: 1.1rem;
    }
}


/*========================================================
                      	 聯絡我們
=========================================================*/

.contactUs {
    background: url("../img/lihwa/index/contactUs-bg.jpg") no-repeat center center;
    padding: 100px 5%;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
}
.contactUs h2 {
	text-shadow: 2px 2px 1px #333; 
}
.contactUs h3 {
    font-weight: bold;
	text-shadow: 2px 2px 1px #333; 
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.contactUs p {
	text-shadow: 2px 2px 1px #000; 
    margin-bottom: 50px;
}
.contactUs-btn a {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 5px 20px;
    min-width: 200px;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.contactUs-btn a:hover {
    background-color: #bf883f;
    color: #fff;
}




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

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    z-index: 10;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > p {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-54%);
	z-index: 9;
    font-size: 1.6rem;
    color: #fff;
	text-shadow: 2px 2px 10px #000;
    font-weight: bold;
    width: 90%;
    text-align: center;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 42%;
	z-index: 6;
	transform: translateY(-42%);
	width: 100%;
	text-align: center;
}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	padding: 1px 20px 3px;
	border: 1px solid #fff;
}


/*  尺寸設定 */
@media (min-width: 992px) {
    .image-box .image-pic > p {
        font-size: 2rem;
    } 
}
