div.swiper-button-next,
div.swiper-button-prev {
    background-image: none;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 21px;
    background-color: #ffffffc4;
    cursor: pointer;
    font-size: 17px;
    line-height: 23px;
    color: #981c1e;
    font-family: 'FontAwesome';
    font-weight: 900;
    top: 27%;
}

div.swiper-button-prev::before {
    content: "\f104";
}

div.swiper-button-prev {
    left: 0;
}

div.swiper-button-next::before {
    content: "\f105";
}

div.swiper-button-next {
    right: 0;
}

div.swiper-button-next:hover,
div.swiper-button-prev:hover {
    background: #ffffffc4;
    color: #981c1e;
}

.promotion {
	background: #f1f1f1;
}
.info_promotion {
	padding: 18px;
}
.ten_promotion {
	text-transform: uppercase;
	margin-bottom: 10px;
}


.section_news {
	background: #f1f1f1;
	padding: 25px 15px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.title_news {
	color: #981c1e;
	text-transform: uppercase;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	font-size: 18px;
}
.khung_cms_home {
	width: 100%;
	margin-top: 15px;
	display: table;
	position: relative;
	border-bottom: dotted 1px #b2b2b2;
	padding-bottom: 15px;
}	
.khung_cms_home_2 {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 25px;
}
.img_cms_home {
	width: 148px;
	margin-right: 15px;
	float: left;
}
.khung_cms_home_2 .img_cms_home {
	width: 87px;
}
.khung_cms_home_2 .img_cms_home img {
	width: 87px;
	height: 87px;
	border: 0;
	object-fit: cover;
}
.ten_cms_home {
	margin-bottom: 5px;
}
.khung_cms_home_2 .ten_cms_home {
}
.ten_cms_home a {
	color: #232323;
}
.control-sidebar {width: 30px;position: absolute;height: 30px;background: #fff;text-align: center;top: 55%;border: 1px solid rgba(1,135,145,0.6);cursor: pointer;display: none;}
.sidebar-one .control-sidebar {left: auto;right: -30px;border-left: none;border-radius: 0px 5px 5px 0px;}
.sidebar-two .control-sidebar {right: 239px;left: auto;border-right: none;border-radius: 5px 0 0 5px;}
.sidebar-fa {font-size: 18px;margin-top: 6px;color: #018791;}

@media only screen and (max-width: 900px) {
.sidebar-one, .sidebar-two {width: 240px;position: fixed;background: #fff;top: 0;height: 100%;z-index: 99;}
.control-sidebar {display: block;}
.sidebar-one {top: 0;left: -240px;}
.sidebar-two {right: -240px;}
.sidebar-content {height: 100%;overflow-y: scroll;width: 100%;}
}
