.main {
    background-color: #111;
    height: 100%;
}

.category-header {
	height: 75vh;
	background: url('/files/images/banner-home.png') no-repeat center center transparent;
	line-height: 50px;
	background-attachment: fixed;
	position: relative;
}

.category-list-checkbox {
	position: relative;
	min-height: 100px;
	background-color: #e3001b;
	width: 100%;
}

.border-sidelong-extra {
	position: absolute;
	background-color: #e3001b;
	opacity: 0.5;
	height: 100px;
	width: 110%;
	top: -45px;
	left: -10px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    z-index: 10;
}

.border-sidelong-main {
	position: absolute;
	background-color: #e3001b;
	height: 100px;
	width: 110%;
	top: -30px;
	left: -10px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    z-index: 10;
}

@media (min-width: 768px) {
	.checkbox-content-title {
		min-height: 50px;
	}
}

@media (min-width: 992px) {
	.thumb-info-wrapper img {
		height: 300px;
	}
}
.category-checkbox-content {
	min-height: 150px;
	background-color: #e3001b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.portfolio-item:hover .thumb-info-action-detail {
    right: 50%;
    top: 50%;
    margin-right: -50px;
    margin-top: -25px;
    background-color: #e3001b;
    color: #FFF;
}

.thumb-info {
	border: 2px solid #484444;
	border-radius: 0px;
}

.thumb-info .thumb-info-wrapper, .thumb-info img {
	border-radius: 0px;
}

.portfolio-item:hover .thumb-info {
	border: 2px solid #e3001b;
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: none;
}

.thumb-info .thumb-info-action-detail {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    width: 100px;
    line-height: 50px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%
    z-index: 2;
}

html.webkit .thumb-info .thumb-info-wrapper {
    margin: 0px;
}

.portfolio-item-des {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 20px;
}

.rob-finder {
	height: 50px;
	line-height: 50px;
	background-color: #e3001b;
	display: inline-block;
	padding: 0 50px;
}

.find-nearest {
	line-height: 44px;
	display: inline-block;
	padding: 0 50px;
	border: 3px solid #e3001b;
}

.content-footer {
	height: 150px;
	width: 100%;
	background: url('/files/images/image_temp/slide-img2.jpg') no-repeat center center transparent;
	line-height: 50px;
}

.bg-content-footer {
	height: 150px;
	width: 100%;
	background: #FFF;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
}

.lh-150 {
	line-height: 150px;
}

.parent-img-rotate {
	position: relative;
	height: 170px;
}
.img-rotate {
	width: 110%;
	height: 300px;
	position: absolute;
	top: -60px;
	left: -10px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
    z-index: 10;
    /*background: url("/files/images/image_temp/bien-chieu.jpg") no-repeat center center transparent;*/
    background-size: cover;
}
.img-rotate-content {
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
    height: 280px;
    padding-top: 110px;
    width: 93%;
}

@media (max-width: 767px) {
	.img-rotate-content {
		width: 98%;
	}
}

.background-rotate {
	background-color: #e3001b;
	opacity: 0.5;
	height: 300px;
	width: 110%;
	position: absolute;
	top: -75px;
	left: -20px;
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    transform: rotate(3deg);
}

.pt-100 {
	padding-top: 100px;
}