﻿
.content .sec {
    padding: 30px 15px;
    /*background-color: #FFF;*/
    /*background-image:url(../images/home/home_backimg.jpg);*/
}

.content .sec:nth-child(2n+2) {
    /*background-color: #ddd;*/
    /*background-image:url(../images/home/home_backimg.jpg);*/
}

.content .sec .wid > h2 {
    text-align: center;
}

.content .sec .wid > .btn-more {
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px;
    display: block;
}
.content .sec.contact {
    border-bottom:1px solid #EEE;
}
.content .sec .wid-home-contact {
    text-align: center;
}

/* News 01 */
.content .sec.new01 .wid > .row > div {
    margin-bottom: 15px;
	    height: 151px;
}

.content .sec.new01 .wid > .row > div > a {
    display: block;
    position: relative;
}

.content .sec.new01 .wid a .info {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    opacity: 0;
}

.content .sec.new01 .wid a:hover .info {
    opacity: 1;
}

@media(max-width:768px) {
    .content .sec.new01 .wid a .info {
        background-color: rgba(0, 0, 0, 0.6);
        position: static;
        margin-top: 5px;
        opacity: 1;
    }
}

/* News 02 */
.content .sec.new02 .wid > .row > div {
    margin-bottom: 15px;
}

.content .sec.new02 .wid > .row > div > a {
    background-color: #fdfdfd;
    padding: 10px;
    display: block;
}

.content .sec.new02 .wid > .row > div:nth-child(2n+1) .pic {
    float: right;
}

/* News 03 */
.content .sec.new03 .wid .bx-wrapper .bx-pager {
    display: none;
}

/* Product 01 */
.content .sec.product01 .wid > .row > div {
    margin-bottom: 15px;
}

.content .sec.product01 .wid .pic img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.content .sec.product01 .wid .info {
    text-align: center;
}

/* Product 01_2 */
.content .sec.product01_2 .container-fluid {
    padding: 0;
}

.content .sec.product01_2 .wid > .row > div {
    padding: 0;
    position: relative;
}

.content .sec.product01_2 .wid .info {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    margin:0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    opacity: 0;
}
.content .sec.product01_2 .wid a:hover .info {
    opacity: 1;
}
.content .sec.product01_2 .wid .info p {
    width:100%;
    position:absolute;
    top:45%; font-size:30px;
     
}

/* Product 02 */
.content .sec.product02 .wid > .row > div {
    margin-bottom: 15px;
}

/* Product 03 */
.content .sec.product03 .wid .bx-wrapper .bx-controls-direction {
    display: none;
}

.content .sec.product03 .wid .info {
    text-align: center;
}



/*------- for IE --------*/
html.ie .navbar-toggle {
    background-color: #ddd;
}

html.ie .navbar-toggle .icon-bar {
    background-color: #888;
}
