
#breadcrumb{
	margin: 10px 0;
}
.breadcrumb-st .divider {
    position: relative;
    top: 0;
    opacity: .5;
    margin: 0 .3em;
    font-size: 0.8em;
    font-weight: 300;
}

.banner{
	/*background-size: contain;
	background-position: center center;
	height: 500px;*/
	position: relative;
}
.banner-title{
	position: absolute;
	color: #fff;
	font-size: 40px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-align: center;
    top: 66%;
    left: 50%;
    padding: 0px 100px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
   	transform: translate(-50%, -50%);
   	margin: 10px 0 0 0;
/*    font-family: 'DVN Photograph';*/
} 
@media(max-width: 1199px){
	.banner-title{
		padding: 0px 32px;
		font-size: 32px;
        margin-top: 10px;
	}
}
@media(max-width: 767px){
	.banner-title{
		white-space: normal;
		font-size: 20px;
		line-height: 1.4;
		width: 86%;
		padding: 0;
	}
	.banner{
/*		height: 300px;*/
	}
}
/*pager*/
.pager{
    margin: 30px 0 20px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #000;
    padding: 5px 13px;
    color: #fff;
    line-height: 1.5;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: var(--main-color);
}
@media(max-width: 991px){
    body.category .pager{
        margin-top: 0;
    }
}
/*End pager*/

.dm-title-item{
	margin-bottom: 10px;
}
.dm-title form{
    justify-content: space-between;
    display: flex;
    width: 100%;
}
@media(max-width: 991px){
    .dm-title form{
        flex-direction: column;
    }
}
.yith-wcan-filters,
.yith-wcan-filters .yith-wcan-filter{
    /*width: 100%;*/
    margin-bottom: 0;
}
.filter-items{
    display: flex;
    flex-wrap: wrap;
}
.filter-item a{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 36px;
}
.filter-title{
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
.yith-wcan-filters{
    width: 100%;
    margin-bottom: 0;
}
.filter-item:not(:last-child) a:after {
    content: '|';
    color: var(--main-color);
    margin: 0 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    line-height: 1;
}
@media(max-width: 991px){
    .filter-item a {
        font-size: 14px;
        line-height: 1.3;
    } 
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
        line-height: 1.3;
    }
    .yith-wcan-filters .yith-wcan-filter{
        margin-bottom: 20px;
    }
}

@media(max-width: 767px){
    .filter-item a {
        font-size: 13px;
    }
}
.cl-top{
    background-color: #fff;
    border: 1px dashed var(--main-color);
    margin: 0 0 20px;
    padding: 20px 20px 10px;
}
.col-top-content {
    text-align: justify;
    height: 400px;
    overflow: hidden;
}
.cl-top.active .col-top-content{
    height: inherit;
}
.show_hide {
    display: block;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.show_hide.active{
    color: var(--main-color);
}
.show_hide.active i:before{
    content: "\f0aa";
}
/*.st2-content{
    margin-bottom: 35px;
}*/
.archive.category .footer{
    margin-top: 30px;
}
.giai-thuong-chuyen-nganh{
    padding-top:5px !important;
}