.content{line-height:1.5}.content p{margin:1.6rem 0}.content img{max-width:100%;margin:1.6rem auto}.content video{width:100%;margin:1.6rem 0}.content h2,.content h3,.content h4{font-weight:700}.content .spor-frame{width:100%;height:100rem}.content .youtube{width:100%;height:44rem}.content a{color:#2196f3}.content blockquote{font-size:2rem;font-style:italic;color:#555;padding:1.2em 30px 1.2em 49px;position:relative;margin:1.6rem 0}.content blockquote:before{font-family:Arial;content:"\201C";font-size:10rem;position:absolute;left:-10px;top:47px}.content .related-news{display:flex;align-items:start;margin:1.6rem 0;box-shadow:0 .1rem .1rem .064rem rgba(0,0,0,.1);padding:1rem}.content .related-news .image{width:30%;margin:0 1.6rem 0 0}.content .related-news img{margin:0}.content .related-news h3{width:100%;font-weight:700}@media (max-width:76.8rem){.body-news-detail .col-4 .padding-vertical-lg{padding:0}}@media (max-width:76.8rem){h1.title{font-size:3.2rem}}
/* Master css */

.post-block-style {
    position: relative;
    overflow: hidden;
}

.post-block-style .post-thumb {
    border-radius: 5px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.post-block-style .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-block-style:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.overlay-post-content .post-content {
    padding: 20px 20px 18px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}


/* Feature Post */

.featured-slider .item {
    min-height: 640px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.featured-slider .item .featured-post .post-content {
    padding: 40px 40px 35px 45px;
}

.featured-slider .item .featured-post .post-title a {
    color: #fff;
}

.post-overaly-style {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    min-height: 350px;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.post-overaly-style::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-overaly-style:hover {
    background-position: 40%;
}

.post-overaly-style.post-sm {
    min-height: 225px;
}

.post-overaly-style.post-md {
    min-height: 400px;
    margin-bottom: -5px;
}

.post-overaly-style.post-extra-md {
    min-height: 430px;
    margin-bottom: -5px;
}

.post-overaly-style.post-lg {
    min-height: 550px;
}

.post-overaly-style:hover::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.post-overaly-style .post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.post-overaly-style .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 1;
}

.post-overaly-style .post-content .post-title a {
    color: #fff;
}

.post-content {
	padding: 20px 0px 40px 0px;
	font-size:15px;
	
}

.post-overaly-style .post-content .post-title a:hover {
    color: #fff;
}

.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.post-overaly-style.overlay-primary::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 74, 0, 0.89)), to(rgba(252, 74, 0, 0.89)));
    background: -webkit-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
    background: -o-linear-gradient(top, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
    background: linear-gradient(180deg, rgba(252, 74, 0, 0.89) 0%, rgba(252, 74, 0, 0.89) 100%);
    opacity: .9;
}

.post-overaly-style.overlay-primary:hover::after {
    opacity: .7;
}
/*-- Block title --*/

.block-title {
    letter-spacing: .64px;
    color: #e01f26;
    line-height: 25px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.block-title .title-angle-shap {
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}

.block-title .title-angle-shap::after,
.block-title .title-angle-shap::before {
    position: absolute;
    top: 0;
    content: '';
    background: #e01f26;
    left: 0;
}

.block-title .title-angle-shap::before {
    width: 3px;
    height: 12px;
}

.block-title .title-angle-shap::after {
    width: 12px;
    height: 3px;
}

.text-light .block-title .title-angle-shap {
    color: #fff;
}

.text-light .block-title .title-angle-shap::after,
.text-light .block-title .title-angle-shap::before {
    background: #fff;
}

.block-title-dark {
    color: #000;
}

.block-title-dark .title-angle-shap::after,
.block-title-dark .title-angle-shap::before {
    background: #000;
}

.block-title-light {
    color: #fff;
}

.block-title-light .title-angle-shap::after,
.block-title-light .title-angle-shap::before {
    background: #fff;
}

.block-title-tech {
    color: #007bff;
}

.block-title-tech .title-angle-shap::after,
.block-title-tech .title-angle-shap::before {
    background: #007bff;
}
.news-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        max-width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 10px;
        margin: 10px 0;
    }
    .news-link img {
        width: 150px;
        height: auto;
        margin-right: 10px;
    }
    .news-title {
        flex-grow: 1;
        font-size: 1.2em;
        color: black;
    }