/*
Theme Name: Tin tức
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.meta-related ul li a{color: #0092ff;} .meta-related ul li{line-height: 20px;} .meta-related ul{margin-left: 10px}

.menu-item-has-children .children{
    background: #0092FF;
    z-index: 1;
}
.nav>li.menu-item-has-children.active {
    height: auto;
}
/* Dành cho điện thoại */
@media all and (max-width: 480px) {
.list-news li{width:50%}
.list-news{width:100%}
 
}
 
/* Dành cho máy tính bảng */
@media all and (max-width: 1024px) {
 
}

.sidebar-wrapper .wp-block-code{
	display: none;
}
#mvcwid {
	display: flex;
    justify-content: center;
	color: #fff
}

.container, .container-fluid
 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.related-posts {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

/* TITLE */
.related-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
}

/* GRID */
.related-posts .col {
    margin-bottom: 30px;
}

/* IMAGE */
.related-posts img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform .3s ease;
}

/* HOVER ZOOM */
.related-posts a:hover img {
    transform: scale(1.05);
}

/* TITLE POST */
.related-posts h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 12px;
    color: #111;
}

/* LINK */
.related-posts a {
    text-decoration: none;
    color: inherit;
}

/* MOBILE */
@media (max-width: 849px) {
    .related-posts img {
        height: 180px;
    }
}

/* SMALL MOBILE */
@media (max-width: 549px) {
    .related-posts img {
        height: 160px;
    }
}