.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px
}
.pb-30{
    padding-bottom: 30px;
}
.pb-20{
    padding-bottom: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.secOne_image{
    position: relative;
}
.secOne_title {
    font-size: 24px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    padding: 15px;
    margin: 0;
}
.secOne_title a{
	color: #f1f1f1;
}
.secOne_post{
	position: relative;
}
.secOne_title2 {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    padding: 10px;
    margin: 0;
}
.secOne_title2 a {
    color: #f1f1f1;
}
.advertise img{
    width: 100%;
}
.quicktab-item {
    display: flex;
    gap: 10px;
}
.quicktab-thumb {
    max-width: 35%;
}
.divison-list {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}
.cat9-post-top-thumb{
    display: flex;
    gap:10px;
}
.cat9-post-btm{
    display: flex;
    gap:10px;
}
.cat9-post-btm-thumb {
    max-width: 100px;
}

.quicknews-slider{
    overflow: hidden;
}
.quicknews-slider .slick-slide{
    height: auto !important; 
}
.quicknews-slider .slick-slide {
  margin: 0 8px;
}
.quicknews-slider .slick-list {
  margin: 0 -8px;
}
.quicknews-slider .slider{
    border: none;
}
.quicknews-slider-nav{
    margin-top: 20px;
}
.quicknews-slider-nav .fa-angle-left{
    background: #000;
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.quicknews-slider-nav .fa-angle-right{
    background: #000;
    color: #fff;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.cat13-postItem {
    display: flex;
    gap: 10px;
}
.cat13-postItem-thumb {
    max-width: 120px;
}