.list-news-home-wrap {
    padding-left: 0;
}
.xct:hover{
	color: #ff0000;
	background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
    border-bottom: 4px solid #f00;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.xct{
	/*position: absolute;
    top: 2%;
    right: 0px;
    color: #0030ff;
	font-size: 14px;*/
	position: absolute;
    top: 0%;
    right: 0px;
    color: #0030ff;
    font-size: 14px;
    border-radius: 7px;
    background: #cecece;
    padding: 10px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-home-item {
    margin-bottom: 12px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
}
.news-home-item:last-child {
    margin-bottom: 0;
}
.news-home-img img {
    display: block;
}
.news-home-img {
    width: 30%;
    border: 1px solid #eee;
    padding: 2px;
    margin-right: 10px;
    display: block;
}
.news-home-info {
    width: 70%;
}
.news-home-title {
    margin-bottom: 5px;
}
#cate_hori {
    position: relative;
}
.section_title_2 {
    padding: 0 40px;
    display: inline-block;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
}
.section_title_2:before {
    position: absolute;
    content: '';
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 8px;
    border-left: 3px solid;
    border-right: 3px solid;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    border-color: #fdd400;
}
.section_title_2:after {
    position: absolute;
    content: '';
    top: 2px;
    bottom: 2px;
    width: 8px;
    border-left: 3px solid;
    border-right: 3px solid;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    left: auto;
    right: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    border-color: #fdd400;
}
.service-wrap {
    /*background-color: #1e2e3a;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;*/
}
/*.service-item {
	padding: 5px;
	display: flex;
	cursor: pointer;
	margin-bottom: 10px;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
}
.service-item:hover {
}
.ser-img img {max-width: 70px;}
.ser-name {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	line-height: 25px;
	position: relative;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.ser-des {
	color: #000;
	margin-top: 5px;
}
.ser-des p {
    margin-bottom: 0;
}
.ser-img {
    width: 30%;
    text-align: center;
    padding-right: 10px;
}
.ser-img {}
.ser-name span:before {}
.ser-name span {
    position: relative;
    display: inline-block;
}
.ser-name:after {
    content: '';
    display: block;
    height: 2px;
    width: 20%;
    background: #a80022;
    margin: 0px 0 5px 0;
    display: none;
}*/
.service-item:hover {
	transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.service-item {
    border-top: 1px dotted #cecece;
    box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
    padding: 7px;
	margin: 10px 0 12px 0;
    border-radius: 7px;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.service-item .ser-img {
    vertical-align: middle;
	justify-content: center;
	display: flex;	
	align-items: center;
	height: 100px;
}
.service-item .ser-info {
    display: block;
    vertical-align: middle;
    padding: 0 10px;
}
.service-item .ser-info .ser-name {
	justify-content: center;
	display: flex;	
	align-items: center;
    font-weight: bold;
	margin: 10px 0;
    text-align: center;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.service-item .ser-info .ser-des {
	margin: 10px 0;
    text-align: center;
	justify-content: center;
	display: flex;	
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 20px;
	height: 40px;
}
#cate_hori {
    visibility: visible;
    opacity: 1;
    display: block;
}
.special-box {
	background: #FFF;
}
.special-header .special-title{
    padding: 10px 20px;
    display: inline-block;
    background: #bb001c url('../img/arrow-fade.png') right center no-repeat;
    background-size: 110px;
    color: #FFF;
    padding-right: 110px;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.special-header .bg-special {
    max-height: 70px;
    margin-left: 0;
    z-index: 9;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.special-header .special-title:after {
    position: absolute;
    content: '';
    right: -65px;
    top: 0;
    bottom: 0;
    width: 65px;
    border-left: 65px solid #bb001c;
    border-right: 0;
    border-top: 50px solid transparent;
    box-sizing: border-box;
}
.special-header {
    display: inline-block;
    position: relative;
}
.header-bottom {
    box-shadow: none;
}
.list-cate-child {
    list-style: none;
    position: absolute;
    right: 0;
    top: 10px;
}
.list-cate-child li {
    float: left;
}
.list-cate-child li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
}
.theme-default {
	box-sizing: border-box;
	margin-bottom: 15px;
}
/*.ads-home {
	box-sizing: border-box;
	margin-bottom: 30px;
}
.ads-home img{
    padding: 0;
    float: left;
	width: 100%;
	border-radius: 7px;
}
.ads-wrap{
}
.ads-img {
    overflow: hidden;
}
.ads-img a {
    overflow: hidden;
    display: block;
    position: relative;
}
.ads-img a:before, .ads-img a:after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.ads-img a:before {
    left: -100%;
    top: -100%;
}
.ads-img a:after {
    left: 100%;
    top: 100%;
}
.ads-img a:hover:before, .ads-img a:hover:after {
    left: 0;
    top: 0;
}*/
/*   NEWS   */
.news-home-box {
    background: #f4f5f6;
}
.news_main {
    /*margin-bottom: 20px;*/
}
.top-news {
    /*margin-bottom: 20px;*/
}
.top-news .news_item:first-child {
    margin-top: -10px;
}
.top-news .news_item:last-child {
    border: none;
}
.news_item{
    overflow:hidden;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.top-news .news_item{
    padding: 10px 0;
}
.news_item .news_img{
    float:left;
    /*margin-right: 10px;*/
    max-width: 30%;
    border: 1px solid #eee;
}
.news_title{
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.news_title:hover{
    color: #006BA0;
}
/*.news_img img {
    max-width: 100%;
    float: left;
}*/
.news_des {
    color: #636363;
}
.news_main .news_title {
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.home_cate_left {
    background: #fff;
    padding: 20px 7px 10px 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
	border-top: 2px solid #000;
}
#home_cate_left {
    position: relative;
    margin-bottom: 15px;
	background: #fff;
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#home_cate_right {
    position: relative;
	background: #fff;
}
.list-page-right {
    position: absolute;
    top: 0;
    right: 0;
}
.home_cate_right{
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 2px solid #000;
	background: #fff;
    margin-bottom: 10px;
}
.list-page-right a span{
	/*font-weight: bold;*/
}
.list-page-right a {
    /*display: inline-block;
    line-height: 45px;
    padding: 0 12px;
    color: #333;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;*/
	display: inline-block;
    line-height: 43px;
    padding: 0 10px;
    color: #f00;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    border: 1px solid #E5E7EB;
    border-radius: 1rem;
    background: #b9b7b3;
}
.list-page-right a:hover {
    background: linear-gradient(140deg, #fdd400 20%, #ffff00 50%, #f9d61f 90%);
	border-bottom: 4px solid #f00;
}
.news_home_wid {
    position: relative;
    height: 100%;
}
.home_temp_img img {
    display: block;
}
.news-home-slide-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0;
}
.news-home-slide-img {
    width: 40%;
    padding-right: 15px;
}
.news-home-slide-info {
    width: 60%;
}
.news-home-slide-des {
    color: #5d5d5d;
    margin-top: 10px;
}
.home_temp_img {
    position: relative;
	border-radius: 7px;
	padding-bottom: 15px;
}
.home_temp_img_content {
    right: 0;
    bottom: 0;
    display: table;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    color: #fff;
}
.home_temp_img_details {
    padding: 5%;
    box-sizing: border-box;
    line-height: 18px;
    max-height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.home_temp_img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(0 0 0 / 20%);*/
}
.home_temp_img_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.home_temp_img_des {
    font-size: 14px;
    line-height: 22px;
	text-align: center;
}
.slide-button-top{
	border-top: 2px solid #000;
}
.news_home_slide{
	/*border-top: 2px solid #000;*/
    padding: 10px;
	/*box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);    
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
}
.news_home_wid{
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);    
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.hieu_ung{
    /* position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:640px;
    height:400px;
	background:#000;*/
    overflow: hidden;   
}
.noi_dung{
    width: 100%;
    height:100%;
}
.noi_dung img{
    width:100%;
    transition: 0.5s;
}
.hieu_ung:hover img {
    transform: rotate(-10deg) scale(1.3);
    opacity:0.5;
}
.phu_de{
    position: absolute;
    top:40px;
    left:40px;
    right:40px;
    bottom:40px;
    /* background:#fff; */
}
.phu_de::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scale(0,1)
}
.hieu_ung:hover .phu_de:before{
    transform: scale(1,1)
}
.phu_de::after{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scale(1,0)
}
.hieu_ung:hover .phu_de:after{
    transform: scale(1,1)
}
.thong_tin{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index:1;
    padding:20px;
    text-align: center;
    opacity:0;
    transition: 0.5s;
}
.hieu_ung:hover .thong_tin{
    opacity: 1;
}
.thong_tin h2{
    color: #fff;
    margin:0;
    padding:0;
    font-size: 24px;
    text-transform: uppercase;
}
.thong_tin p{
    color: #fff;
    margin:20px 0 0;
    padding:0;
    font-size: 15px;
}
#home_cate_left .title-bg span{
	background: url(../img/h.png) left center no-repeat !important;
}
.img-home-cate-left{
	position: absolute;
    width: 55px;
    height: 55px;
    left: 2px;
    top: -15px;
}
.home_cate_left_title span{
	margin-left: 45px;
}