.news-ratio{
    display: block;
    overflow: hidden;
}

/* ----- CONTENT ----- */
.pbox{
	background-color: white;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 60px;
}

.pbox .row{
	margin: 0;
}

.pbox h2{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f44336;
    margin: 25px 0 20px 0;
}

.pbox .pitem{
	margin-bottom: 20px;
    border-right: 1px solid #f0f0f0;
}

.pbox .pitem:last-child{
	border-right: 0;
}

.pbox .pitem h3{
	font-size: 18px;
    font-weight: bold;
    color: #f44336;
}

.pbox .pitem p{
    color: #919191;
}

.pbox .pitem .fimg{
	width: 200px;
    height: 200px;
    margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pbox .pitem .fimg img{
	max-width: 100%;
}

section.slogan{
	background: url("../images/slogan-bg.jpg") no-repeat top left;
	width: 100%;
	height: 409px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.slogan h3{
	text-align: center;
	color: white;
	font-size: 28px;
	font-weight: bold;
	line-height: 2em;
}

section.slogan h3 span{
	color: #f44336;
}

.title{
	font-size: 20px;
    color: #f44336;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

section.news{
	margin: 50px 0 75px 0;
}

section.news h3.title{
	margin: 0 0 45px 0;
}

section.news .news-feature{
	padding-left: 0;
}

section.news .news-feature .subtitle{
	font-weight: bold;
    font-size: 16px;
    color: #191919;
    display: block;
    margin: 20px 0 5px 0;
}

section.news .news-feature .subtime{
	color: #919191;
}

.desc{
	color: #7e7e7e;
	text-align: justify;
}

section.news .news-feature .readmore{
	font-size: 13px;
	color: black;
}

section.news .news-list{
	padding-right: 0;
}

section.news .news-list .news-item {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    background-color: white;
    -moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.news .news-list .news-item:last-child {
    margin-bottom: 0;
}

section.news .news-list .news-item .subtitle {
    font-size: 14px;
    color: #2c2b2b;
    margin-bottom: 5px;
    display: block;
}

section.news .news-list [class*='col']{
    padding: 0;
}

section.news .news-list .news-item .ratio {
    width: 37%;
    float: left;
}

section.news .news-list .news-item .desc {
    padding: 10px 15px;
    width: 63%;
    float: left;
}

section.news .action{
    margin: 10px 0 50px 0;
}

section.news .action a{
	width: 25px;
    height: 25px;
    border: 1px solid #919191;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #919191;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    background-color: transparent;
}

section.news .action a:first-child{
	margin-right: 8px;
}

section.news .panel-default{
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

section.news .panel-body{
    padding: 0;
}

section.news .panel-footer {
    background-color: transparent;
    border: 0;
    padding: 15px 0;
}
/* ----- END CONTENT ----- */
@media only screen and (max-width: 991px) {
    .pbox .pitem:last-child{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
    /* Home page */
	.bhead .container{
		padding: 0;
	}

	.bhead .navbar-header{
		padding: 0 15px;
	}

	section.banner{
	    margin: 20px 0 15px 0;
	}

	.pbox{
		margin-bottom: 20px;
	}

	section.news .news-list, section.news .news-feature{
		padding: 0;
	}

	section.news .news-feature{
		margin-bottom: 20px;
	}

    section.news .news-feature a.ratio{
	    display: block;
	    width: 100%;
    }

    section.news .news-feature a.ratio img{
	    width: 100%;
    }

    section.slogan h3{
	    font-size: 1.5em;
    }

    .pbox .pitem .fimg{
	    width: 160px;
    }

    .pbox .pitem:last-child{
		display: block;
	}
}

@media only screen and (max-width: 450px) {
    /* Home page */
	.pbox h2, .pbox .pitem h3{
		font-size: 1.2em;
	}

    .pbox .pitem .fimg{
	    width: 125px;
    }
}