.main .container .banner-top {
    position: relative;
}

.main .container .banner-top .img-top {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main .container .banner-top .box-content {
    position: absolute;
    right: 20px;
    top: 20px;
}

.main .container .banner-top .box-content .box-search {
    display: flex;
    flex-direction: column;
}

.main .container .detail-top {
    margin: 20px 0 0;
    display: flex;
    gap: 8px;
}

.main .container .detail-top .detail-lf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex: 3;
    align-items: center;
}

.main .container .detail-top .detail-lf .google-new {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.main .container .detail-top .detail-lf .google-new .icon {
    height: 19px;
    display: block;
    position: relative;
    top: 3px;
}

.main .container .detail-top .detail-lf .google-new .text {
    font-size: 16px;
    font-weight: 600;
    color: #8f8a8a;
    line-height: unset;
    height: 19px;
}

.main .container .detail-top .detail-lf .box-author {
    height: 45px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #5bb0e6 0%, #0e4e6f 100%);
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
}

.main .container .detail-top .detail-lf .box-author .author-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.main .container .detail-top .detail-r {
    flex: 1;
    padding: 16px;
}

.main .page-container {
    display: flex;
    flex-direction: column;
}

.main .content {
    display: flex;
    gap: 24px;
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.main .main-article {
    flex: 3;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.main .main-article .detail-tile {
    font-size: 28px;
    font-weight: bold;
    color: #08666c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.main .main-article h2 {
    color: #1c3f94;
    margin-top: 20px;
}

.main .main-article h3 {
    color: #1c3f94;
    margin-top: 20px;
}

.main .sidebar {
    flex: 1;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
    font-size: 14px;
}

.main .sidebar button {
    background: #1c3f94;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

.main .sidebar .box-sidebar-name {
    margin-top: 20px;
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #08666c;
    padding-bottom: 4px;
    color: #08666c;
}

.main .sidebar ul {
    list-style: none;
    padding-left: 0;
}

.main .sidebar .list-topic .topic-name {
    text-decoration: none;
    font-size: 18px;
    color: gray;
    font-weight: 500;
    margin-top: 8px;
    display: block;
}

.main .sidebar .list-news li {
    border-bottom: 1px solid #08666c;
    margin-top: 10px;
    padding: 8px;
}

.main .sidebar .list-news .list-news-item {
    font-size: 18px;
    font-weight: 600;
    color: #08666c;
    text-decoration: none;
}

.main .sidebar .list-news .date-time {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

.main .sidebar .list-news .date-time::before {
    content: "|";
    font-weight: 600;
    margin: 0 5px;
    position: relative;
    top: -1px;
}

.main .contact-box {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 10px;
    border-left: 4px solid #08666c;
    line-height: 1.3;
}

.main .contact-box strong {
    display: block;
    margin-bottom: 6px;
}

.related-posts-name {
    font-size: 16px;
    font-weight: 500;
    color: #a5a3a3;
    margin-top: 20px;
}

.related-posts {
    margin-top: 10px;
    padding-bottom: 40px !important;
}

.related-posts .box-category-item {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.related-posts .box-category-item .box-category-link-with-avatar {
    display: block;
    aspect-ratio: 16/9;
}

.related-posts .box-category-item .box-category-link-with-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.related-posts .box-category-item .box-category-content {
    padding: 0 15px 15px 15px;
}

.related-posts .box-category-item .box-category-content .box-category-title-text {
    line-height: unset;
}

.related-posts .box-category-item .box-category-content .box-category-link-title {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;
    font-size: 16px;
}

.related-posts .box-category-item .box-category-content .box-category-time {
    margin: 10px 0;
    font-size: 12px;
    color: #383838;
    font-weight: 600;
}

.related-posts .box-category-item .box-category-content .box-category-icon {
    display: flex;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: #4D00C7;
    font-weight: 600;
}

.related-posts .box-category-item .box-category-content .box-category-icon .icon {
    width: 20px;
    height: 20px;
    display: block;
}

.related-posts .box-category-item .box-category-content .box-category-icon .icon svg {
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.elementor-social-icon {
    display: flex !important;
}

@media (max-width: 768px) {
    .main .content {
        flex-direction: column;
        padding: 10px;
    }

    .main .container .banner-top .img-top {
        height: 180px;
    }

    .main .container .detail-top .detail-r {
        flex: unset;
        padding: 0;
    }

    .main .container .detail-top .detail-lf {
        width: 100%;
    }

    .main .container .detail-top .detail-lf .box-author {
        font-size: 12px;
        padding: 10px;
        line-height: 11px;
        height: 30px;
        width: 130px;
    }

    .main .container .detail-top .detail-lf .box-author .author-name {
        font-size: 12px;
    }

    .main .container .detail-top .detail-lf .google-new .text {
        font-size: 14px;
    }

    .main .container .detail-top .detail-lf .google-new .icon {
        scale: 0.9;
    }

    .main .main-article .detail-tile {
        font-size: 24px;
    }

    .main .container .detail-top .detail-lf .google-new {
        flex-wrap: wrap;
    }

    .main .container .detail-top .detail-lf .google-new .text {
        width: max-content;
    }

    .scroll-top {
        width: 40px !important;
        height: 40px !important;
        line-height: 30px !important;
    }

    .main .trending-topics .box-sidebar-name {
        margin-top: 0;
    }

    .main .sidebar .list-topic .topic-name {
        font-size: 16px;
        margin-top: 0px;
    }
    .main .sidebar .list-news .list-news-item{
        font-size: 16px;
    }
    .main .sidebar .list-news .list-news-item {
        font-size: 16px;
    }
    .main .sidebar .list-news li {
        margin-top: 5px;
    }
    .main .container .detail-top {
        flex-direction: column;
    }
}