
/* ==================================== */
/* 1. KHUYẾN MẠI PAGE & BANNER */
/* ==================================== */

#page-promotion {
    background: #113160;
}
.my-24
{
    margin: 24px 0;
}
.mb-24
{
    margin-bottom: 24px;
}
.searchform .button.icon
{
    background: #ce2030 !important;
}
#page-promotion .super-sale-header img {
    max-height: 1080px; 
    width: 100%;
    object-fit: cover;
}
.gap-25
{
    gap: 25px;
}
#page-promotion .sale-title {
    font-size: 8rem;
    font-weight: 900;
    line-height: 0.8;
    color: white;
    background: linear-gradient(180deg, #fceb9e 0%, #eabb00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        0 0 5px rgba(255, 255, 255, 0.7),
        0 4px 0 #4f6984,
        0 8px 0 #3b5065,
        0 12px 0 #283748,
        0 16px 0 #1b2837;
    margin: 0;
    padding: 0;
}
#masthead
{
    background: #fff;
}

#page-promotion .promotions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-bottom: 50px;
    padding-top: 70px;
}

#page-promotion .promotion-card {
    overflow: hidden;
    border-radius: 12px;
    padding: 10px;
    background: #FFF;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}

.promotion-card .card-image {
    position: relative;
    display: flex;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.promotion-card .card-image .img-medium {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.promotion-card .promotion-flag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10; 
}

.status-tag, .exclusive-tag {
    position: absolute;
    padding: 4px 8px;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.status-tag { top: 10px; left: 10px; }
.exclusive-tag { top: 35px; left: 10px; }

.active-tag { background-color: #f7b731; color: #333; }
.inactive-tag { background-color: #444; color: white; }
.exclusive-tag { background-color: #cc0033; color: white; }

.promotion-card .card-title {
    margin: 16px 6px;
}

.promotion-card .card-title a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.promotion-card .card-description {
    margin: 0 6px 16px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    /* Font và màu */
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* ==================================== */
/* 2. KHUYẾN MẠI */
/* ==================================== */

#page-contact
{
    padding-top: 50px;
    padding-bottom: 70px;
    background: #113160
}

#page-contact .container
{
    max-width: 1196px;
    margin: 0 auto;
}

#page-contact svg
{
    fill: linear-gradient(117deg, rgba(255, 255, 255, 0.14) 22.32%, rgba(255, 255, 255, 0.06) 77.27%);
    stroke-width: 2px;
    stroke: var(--W-stroke, rgba(196, 196, 196, 0.00));
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.20));
    backdrop-filter: blur(20px);
}

#page-contact .form-body {
    padding: 60px 32px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
}

#page-contact .form-body {
    margin: 10px;
}

.page-contact-body .section-title::after
{
    content: "";
    left: 0;
    width: 4px;
    height: 10px;
    position: absolute;
    border-radius: 12px;
    background: var(--M1, #CE2030);
}
.page-contact-body .section-title
{
    padding-bottom: 12px;
    padding-left: 10px;
    margin-bottom: 24px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: "Gilroy", sans-serif !important;
    line-height: normal;
    position: relative;
    border-bottom: 1px solid #fff;
}
#page-contact .contact-info
{
    padding: 0 46px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-body input,
.form-body textarea
{
    color: #fff !important;
    display: flex !important;
    height: 48px !important;
    padding: 12px 24px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 10px !important;
    align-self: stretch !important;
    border-radius: 8px !important;
    border: 1px solid rgba(196, 196, 196, 0.00) !important;
    background: var(--Text-BW, #002D47) !important;
}
.html.custom.html_topbar_left
{
    margin: 0 !important;
    display: flex;
}
#page-contact .contact-item:last-child {
    margin-bottom: 0;
}
.pll-hover-dropdown
{
    padding: 10px !important;
    padding-bottom: 5px!important;
}
/* File: pll-dropdown.css */
.pll-hover-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.pll-hover-dropdown > li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pll-hover-dropdown > li svg {
    vertical-align: middle;
}

.pll-hover-dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    z-index: 999;
    min-width: 100px;
}

.pll-hover-dropdown .submenu li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
}

.pll-hover-dropdown .submenu li:hover {
    background: #f0f0f0;
}

.pll-hover-dropdown .submenu
{
    border: unset !important;
    z-index: 999;
    background: #fff;
}
.pll-hover-dropdown li
{
    margin-bottom: 0 !important;
}
.pll-hover-dropdown .submenu li
{
    padding: 10px !important;
    padding-top: 5px !important;
    margin-bottom: 0 !important;
}
#page-contact .detail-row .detail-label
{
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.70);
    display: inline-block;
    width: 190px;
    margin-right: 20px;
}

#page-contact .contact-item svg
{
    margin-right: 15px;
}

.info-section
{
    margin-bottom: 50px;
}

.page-contact-body
{
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background: url('../images/bg-contact-form.png');
}

.page-contact-body .section-title::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #F65050;
    width: 86.667px;
    height: 1px;
}

.form-body .submit-button
{
    height: fit-content !important;
    padding: 12px 24px !important;
    text-transform: unset !important;
    border-radius: 8px !important;
    width: 100% !important;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    background: var(--M1, #CE2030) !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
}

.form-body label
{
    margin-bottom: 6px !important;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#page-contact .contact-item
{
    margin-bottom: 31px;
}

#page-contact .detail-row
{
    margin-bottom: 24px;
}

#page-contact .company-name
{
    margin-bottom: 40px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* ==================================== */
/* 2. TÀI LIỆU */
/* ==================================== */
#page-document
{
    padding: 50px 0;
    background: #113160
}

#page-document .page-header .page-title
{
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

#page-document .document-list
{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#page-document .document-thumbnail
{
    width: 244px;
    max-width: 244px;
    min-width: 244px;
}

#page-document .document-list .document-thumbnail img
{
    border-radius: 12px;
    height: 149px;
    width: 100%;
    object-fit: cover;
}

#page-document .document-title
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #002D47;
    font-feature-settings: 'liga' off, 'clig' off;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

#page-document .document-excerpt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.75);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
    margin-bottom: 0;
}

#page-document .document-item
{
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.07);
}

#page-document .document-excerpt
{
    display: flex;
    padding: 6px 16px 12px 6px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

#page-document .document-meta
{
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Gray, #F5F5F5);
}

#page-document .document-title
{
    margin: 6px;
    margin-bottom: 0;
}

#page-document .document-meta .logo
{
    width: 60px;
    height: 25px;
}

#page-document .document-meta .logo img
{
    height: 100%;
    width: 100%;
}

#page-document .meta-author
{
    color: var(--Text-BW, #002D47);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#page-document .meta-date
{
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.gap-10
{
    gap: 10px;
}

/* ==================================== */
/* 3. CHI TIẾT TÀI LIỆU */
/* ==================================== */
/* --- CSS CHO PHẦN TỬ CHA (DÙNG ĐỂ ẨN ICON MẶC ĐỊNH) --- */
#single-document-content .ez-toc-pull-right {
    margin-left: 30px;
    z-index: 10; 
    position: relative; 
    width: 24px;
    height: 24px;
}
/* --- CSS CHO ICON MỚI (ICON SVG) --- */
#single-document-content .ez-toc-js-icon-con
{
    display: none;
}

#single-document-content .ez-toc-list
{
    margin-top: 15px;
}

#single-document-content .ez-toc-list li
{
    margin-bottom: 10px;
}

#single-document-content .ez-toc-pull-right::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_10_20876)"><path d="M6.49219 20.1296L8.26219 21.8996L18.1622 11.9996L8.26219 2.09961L6.49219 3.86961L14.6222 11.9996L6.49219 20.1296Z" fill="black"/></g><defs><clipPath id="clip0_10_20876"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    opacity: 1; 
    position: absolute;
    top: 8px;
    left: 0;
    width: 24px;
    height: 24px; 
    z-index: 99999; 
}

#single-document-content #ez-toc-container
{
    background: #fff;
    margin-bottom: 24px !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    padding: 12px !important;
}

#single-document-content .ez-toc-title
{
    padding-left: 35px;
    position: relative;
}

#single-document-content .ez-toc-title::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 17.25C7.5 17.0511 7.57902 16.8603 7.71967 16.7197C7.86032 16.579 8.05109 16.5 8.25 16.5H21.75C21.9489 16.5 22.1397 16.579 22.2803 16.7197C22.421 16.8603 22.5 17.0511 22.5 17.25C22.5 17.4489 22.421 17.6397 22.2803 17.7803C22.1397 17.921 21.9489 18 21.75 18H8.25C8.05109 18 7.86032 17.921 7.71967 17.7803C7.57902 17.6397 7.5 17.4489 7.5 17.25ZM7.5 11.25C7.5 11.0511 7.57902 10.8603 7.71967 10.7197C7.86032 10.579 8.05109 10.5 8.25 10.5H21.75C21.9489 10.5 22.1397 10.579 22.2803 10.7197C22.421 10.8603 22.5 11.0511 22.5 11.25C22.5 11.4489 22.421 11.6397 22.2803 11.7803C22.1397 11.921 21.9489 12 21.75 12H8.25C8.05109 12 7.86032 11.921 7.71967 11.7803C7.57902 11.6397 7.5 11.4489 7.5 11.25ZM7.5 5.25C7.5 5.05109 7.57902 4.86032 7.71967 4.71967C7.86032 4.57902 8.05109 4.5 8.25 4.5H21.75C21.9489 4.5 22.1397 4.57902 22.2803 4.71967C22.421 4.86032 22.5 5.05109 22.5 5.25C22.5 5.44891 22.421 5.63968 22.2803 5.78033C22.1397 5.92098 21.9489 6 21.75 6H8.25C8.05109 6 7.86032 5.92098 7.71967 5.78033C7.57902 5.63968 7.5 5.44891 7.5 5.25Z" fill="black"/><path d="M2.5695 17.7975V17.0865H3C3.3255 17.0865 3.5445 16.881 3.5445 16.611C3.5445 16.3335 3.3075 16.146 3.003 16.146C2.6685 16.146 2.4525 16.374 2.4435 16.611H1.5585C1.5825 15.9105 2.118 15.4305 3.0375 15.4305C3.9195 15.4275 4.4685 15.867 4.473 16.485C4.47584 16.6969 4.40314 16.903 4.26792 17.0663C4.1327 17.2295 3.94379 17.3393 3.735 17.376V17.4255C3.97171 17.4431 4.19251 17.5514 4.35148 17.7276C4.51044 17.9039 4.59533 18.1347 4.5885 18.372C4.593 19.1715 3.8355 19.572 3.012 19.572C2.028 19.572 1.512 19.017 1.5 18.381H2.373C2.385 18.648 2.652 18.84 3.006 18.8445C3.387 18.8445 3.642 18.627 3.639 18.3195C3.636 18.027 3.4065 17.7975 3.018 17.7975H2.568H2.5695ZM2.5635 10.749H1.6575V10.6965C1.6575 10.0845 2.1 9.43048 3.0945 9.43048C3.969 9.43048 4.5345 9.91948 4.5345 10.5645C4.5345 11.148 4.149 11.49 3.8205 11.8365L3.015 12.6945V12.7395H4.596V13.5H1.7145V12.9075L3.15 11.4225C3.357 11.2095 3.5895 10.9665 3.5895 10.6605C3.5895 10.3905 3.369 10.1805 3.0765 10.1805C3.00897 10.178 2.94166 10.1894 2.87869 10.2139C2.81573 10.2384 2.75845 10.2756 2.71039 10.3231C2.66233 10.3706 2.62451 10.4274 2.59924 10.4901C2.57398 10.5527 2.56182 10.6199 2.5635 10.6875V10.749ZM3.846 7.49998H2.8935V4.38598H2.847L1.95 5.01598V4.16548L2.8935 3.50098H3.846V7.49998Z" fill="black"/></svg>');
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
}
.first-news-slide .swiper-slide
{
    margin-top: 0px !important;
    margin-bottom: 16px;
}
#single-document-content #single-document-content #ez-toc-container .ez-toc-js-icon-con,
#single-blog #single-post-content #ez-toc-container .ez-toc-js-icon-con
{

}
.video-item--small h5
{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

#single-document-content #ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label,
#single-blog #ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label {
    left: 4px;
}

#single-document-content .single-body h1,
#single-document-content .single-body h2,
#single-document-content .single-body h3,
#single-document-content .single-body h4,
#single-document-content .single-body h5,
#single-document-content .single-body h6,
#single-blog .single-body h1,
#single-blog .single-body h2,
#single-blog .single-body h3,
#single-blog .single-body h4,
#single-blog .single-body h5,
#single-blog .single-body h6
{
    font-family: "Gilroy", sans-serif !important;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
}

#single-document-content .single-body p,
#single-blog .single-body p
{
    font-family: "Gilroy", sans-serif !important;
    line-height: 200%;
    margin-bottom: 24px;
}

#single-document-content .document-entry-short-content,
#single-blog .post-entry-short-content
{
    margin-top: 24px;
}

#single-document-content .meta-author,
#single-blog .meta-author
{
    color: var(--Text-BW, #002D47);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#single-document-content .document-featured-image img,
#single-blog .post-featured-image img
{
    border-radius: 12px;
    background: url(<path-to-image>) lightgray 0px -132.807px / 100% 135.34% no-repeat;
    width: 100%;
}
#single-document-content .document-meta-bar,
#single-blog .post-meta-bar
{
    margin: 24px 0;
}
#single-document-content .document-info-share span,
#single-blog .post-info-share span
{
    color: #6E6565;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#single-document-content,
#single-blog
{
    padding-top: 50px;
    padding-bottom: 70px;
    background: var(--M-BG, #113160);
}

#single-document-content .single-body
{
    border-radius: 12px;
    background: #FFF;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    color: rgba(0, 0, 0, 0.80);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    text-transform: capitalize;
}

#single-blog .single-body
{
    border-radius: 12px;
    background: #FFF;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    color: rgba(0, 0, 0, 0.80);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    text-transform: capitalize;
}

#single-document-content .document-entry-header .document-title,
#single-blog .post-entry-header .post-title
{
    color: var(--Text-BW, #002D47);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

/* ==================================== */
/* 4. PAGE TIN TỨC */
/* ==================================== */

/* Các CSS cơ bản cho toàn trang */
#page-news
{
    padding: 50px 0;
    background: #113160;
}

#page-news .first-news-slide
{
    overflow: hidden;
}

#page-news .dark-overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4); /* Lớp phủ đen */
    z-index: 1; /* Đảm bảo lớp phủ nằm trên hình ảnh */
}

/* ========================================================= */
/* 1. KHỞI TẠO FLEX CONTAINER & GHI ĐÈ BOOTSTRAP */
/* ========================================================= */
#page-news .top-featured-posts .row {
    display: flex; 
    transition: all 0.5s ease-in-out; 
    padding: 0;
}

#page-news .top-featured-posts .col-lg-6,
#page-news .top-featured-posts .col-lg-3,
#page-news .top-featured-posts .col-md-6 {
    /* Đảm bảo các thuộc tính Bootstrap bị vô hiệu hóa */
    padding: 0 15px;
    max-width: none !important; /* Dùng !important nếu cần ghi đè mạnh hơn */
    flex-basis: 0; 
    transition: flex-grow 0.5s ease-in-out; 
}

/* ========================================================= */
/* 2. TRẠNG THÁI MẶC ĐỊNH (50% - 25% - 25%) */
/* ========================================================= */
#page-news .top-featured-posts .col-lg-6 {
    flex-grow: 2; 
}

#page-news .top-featured-posts .col-lg-3 {
    flex-grow: 1; /* Cả hai cột 3 đều có flex-grow: 1, đảm bảo chúng bằng nhau */
}

/* ========================================================= */
/* 3. TRẠNG THÁI HOVER (HOVER 50%, CÒN LẠI 25% - 25%) */
/* ========================================================= */
#page-news .top-featured-posts .row:hover .col-lg-6,
#page-news .top-featured-posts .row:hover .col-lg-3 {
    flex-grow: 1; 
}

@media (min-width: 1360px) {
  #page-news .top-featured-posts .row .col-lg-6:hover,
  #page-news .top-featured-posts .row .col-lg-3:hover {
      flex-grow: 2;
  }
}

#page-news .featured-item {
    transition: all 0.5s ease-in-out;
    height: 100%;
}

/* --- TOP FEATURED POSTS (3 bài đầu) --- */
#page-news .top-featured-posts {
    position: relative; /* Cho lớp phủ hình ảnh */
    z-index: 1;
}

#page-news .featured-item {
    min-height: 444px; /* Chiều cao tối thiểu cho card */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end; /* Căn nội dung xuống dưới */
    padding: 20px;
    position: relative;
    overflow: hidden; /* Để xử lý lớp phủ tốt hơn */
    border-radius: 8px;
    margin-bottom: 20px;
}
#page-news .featured-item::before { /* Lớp phủ cho hình ảnh nền */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
    z-index: 0;
}
#page-news .featured-item .content {
    position: relative;
    z-index: 1;
    color: #fff;
}

#page-news .featured-item .content h3 {
    width: unset;
    margin: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#page-news .featured-item .content h3 a
{
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

#page-news .featured-item .entry-content
{
    padding: 0;
    margin: 16px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.80);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

#page-news .featured-item h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
#page-news .featured-item h3 a {
    color: #fff;
}
#page-news .featured-item .meta {
    font-size: 12px;
    color: #ccc;
}

/* --- LATEST NEWS SECTION (4 bài ở giữa) --- */
#page-news .latest-news-section h2 {
    font-size: 24px;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block; /* Để border-bottom chỉ rộng bằng chữ */
}
#page-news .post-card {
    background-color: #2a344d; /* Nền card tối hơn */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}
#page-news .post-card img {
    width: 100%;
    height: 180px; /* Chiều cao cố định cho ảnh */
    object-fit: cover;
}
#page-news .post-card .content {
    padding: 15px;
}
#page-news .post-card .category {
    background-color: #555; /* Màu category khác */
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 3px;
    margin-bottom: 8px;
    display: inline-block;
}
#page-news .post-card h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#page-news .post-card h3 a {
    color: #f0f0f0;
}
#page-news .post-card .meta {
    font-size: 11px;
    color: #ccc;
}

/* --- HOSTING BANNER --- */
#page-news .hosting-banner-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 114px 0;
    text-align: center;
    position: relative;
    z-index: 0; /* Đặt dưới lớp phủ */
}
#page-news .hosting-banner-section .banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}
#page-news .hosting-banner-section h1 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px; /* 127.778% */
    letter-spacing: -1.44px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
#page-news .hosting-banner-section p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#page-news .hosting-banner-section .btn {
    border-radius: 8px;
    background: var(--M1, #CE2030);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #fff;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
#page-news .hosting-banner-section .banner-image { /* Hình cô gái */
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    width: auto;
}
/* Adjusted positioning for the banner image to be more precise based on the screenshot */
#page-news .hosting-banner-section {
    min-height: 400px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    background-repeat: no-repeat !important;
}
#page-news .hosting-banner-section .banner-content {
    max-width: 50%; /* Content takes less space */
    margin: 0;
    padding-right: 20px;
}
#page-news .hosting-banner-section .banner-image {
    position: absolute;
    right: 5%; /* Adjust as needed */
    bottom: 0;
    max-height: 100%; /* Adjust based on actual image */
    width: auto;
    z-index: 2; /* Ensure image is above overlay */
}

/* --- CONTENT WITH SIDEBAR (Phần lớn nội dung chính) --- */
#page-news .content-with-sidebar {
    padding-top: 40px;
}
#page-news .main-column {
    /* flex-grow: 1; */
}
#page-news .sidebar-column {
    /* flex-shrink: 0; */
}
#page-news .content-block {
    margin-bottom: 40px;
}

#page-news .news-list-slider-2 .large-post img {
    width: 100%;
    border-radius: 6px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 16px;
}

#page-news #first-news-slide .large-post img {
    width: 100%;
    border-radius: 6px;
    aspect-ratio: 11 / 9;
    object-fit: cover;
    margin-bottom: 16px;
}

#page-news .large-post .category {
    background-color: #555;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}
#page-news .large-post h3 a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#page-news .large-post .meta {
    color: rgba(255, 255, 255, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: capitalize;
}
#page-news .large-post p {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Small Post List (trong Tìm hiểu công nghệ, Tư vấn dịch vụ) */
#page-news .small-post-list .small-post-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}
#page-news .small-post-list .small-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#page-news .small-post-list .post-thumb {
    flex-shrink: 0; /* Không co lại */
    width: 90px;
    height: 70px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
}
#page-news .small-post-list .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page-news .small-post-list .post-content h4 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
}
#page-news .small-post-list .post-content h4 a {
    color: #f0f0f0;
}
#page-news .small-post-list .post-content .meta {
    color: rgba(255, 255, 255, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.sidebar-widget .icon-right
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background: var(--M1, #CE2030);
}

/* Sidebar Widgets */
.sidebar-widget {
    margin-bottom: 24px;
}
.sidebar-widget h3 {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    color: #F65050;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-widget ul li {
    margin-bottom: 17px;
}
.sidebar-widget .btn-social
{   
    flex-wrap: wrap;
    width: calc(100% / 2 - 5px);
    display: flex;
    padding: 12px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sidebar-widget .weather-widget
{
    border-radius: 12px;
    background:
    linear-gradient(154deg, rgba(28, 50, 251, 0.91) 0%, rgba(28, 251, 224, 0.60) 99%),
    url(../images/03.png),
    rgba(0, 0, 0, 0.45) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.sidebar-widget .weather-widget h2
{
    color: var(--White, #FFF);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.sidebar-widget .weather-widget .temp
{
    margin: 50px 0 !important;
    text-align: center;
}

.sidebar-widget .weather-widget p
{
    color: var(--White, #FFF);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
    text-transform: capitalize;
}

.sidebar-widget .weather-widget ul li
{
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.sidebar-widget .widget-subscribe .wpcf7-submit
{
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 163.9%;
    background: var(--M1, #CE2030);
}
.sidebar-widget .widget-subscribe input[type="email"]::placeholder {
    text-align: center;
    color: #2D2D2D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 163.9%;
}
.sidebar-widget .widget-subscribe h2
{
    margin-bottom: 24px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.sidebar-widget .widget-subscribe
{
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    padding: 104px 36px;
}
.sidebar-widget .btn-social svg
{
    margin-right: 12px;
}
.sidebar-widget .btn-social a
{
    color: #FFF;
}
.sidebar-widget .facebook-btn
{
    background: #4281FF;
}
.sidebar-widget .youtube-btn
{
    background: var(--M1, #CE2030);
}
.sidebar-widget .linkin-btn
{
    background: #19BCAE;
}
.sidebar-widget .tiktok-btn
{
    background: #000;
}
.sidebar-widget ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sidebar-widget ul li a:hover {
    color: #F65050;
}

/* Header chứa tabs và nút Xem thêm/Điều hướng */
.widget-recent .news-tabs-header {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between; /* Đặt tabs và controls ở hai bên */
    align-items: flex-end; /* Căn chỉnh các phần tử ở dưới cùng */
    padding-bottom: 12px;
    border-bottom: 1px solid #fff; /* Đường kẻ mỏng */
}

/* Điều chỉnh lại dòng kẻ mỏng để nằm sát các tab */
#page-news .tabs-underline {
    /* Loại bỏ nếu đã dùng border-bottom trên news-tabs-header */
    display: none; 
}

/* Các tab (Recent, Trending, Most Views) */
.widget-recent .nav-tabs {
    border: none;
    height: 30px;
    display: flex; 
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.widget-recent .news-tabs-header .nav-link {
    color: #FFF !important;
    border: unset;
    padding: 0;
    background: transparent;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    cursor: pointer;
    transition: color 0.3s;
}

.widget-recent .news-tabs-header .nav-item {
    margin: 0 !important;
}

.widget-recent .news-tabs-header .nav-link.active {
    color: #F65050 !important;
}

.widget-recent.news-tabs-header .navigation-controls {
    display: flex;
    align-items: center;
}

.widget-recent .small-post-item {
    display: flex; 
    align-items: flex-start;
    margin-bottom: 16px;
}

.widget-recent .small-post-list-container .small-post-item:last-child {
    border-bottom: none;
}

#page-news .post-thumb,
.widget-recent .post-thumb {
    width: 93px; 
    min-width: 93px; 
    height: 70px;
    margin-right: 12px;
    overflow: hidden;
}

#page-news .post-thumb img,
.widget-recent .post-thumb img{
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover; /* Đảm bảo ảnh lấp đầy khung mà không bị méo */
}

/* Nội dung bài viết (tiêu đề và meta) */
#page-news .post-content {
    flex-grow: 1;
}

.widget-recent .small-post-list-container h4 a
{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-recent .small-post-list-container .post-content h4 {
    margin-bottom: 10px;
}

.widget-recent .small-post-list-container .post-content a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.widget-recent .small-post-list-container .post-content .meta {
    color: rgba(255, 255, 255, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: capitalize;
}

/* Weather Widget (ví dụ) */
.sidebar-widget .weather-widget {
    text-align: center;
}
.sidebar-widget .weather-widget .city {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sidebar-widget .weather-widget .temp {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.sidebar-widget .weather-widget .condition {
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebar-widget .weather-widget
{
    padding: 25px;
}
.sidebar-widget .weather-widget .details {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: #ccc;
}

/* Video Section */
#page-news .video-section h2 {
    font-size: 24px;
    border-bottom: 2px solid #4CAF50;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
}
/* Footer */
#page-news .main-footer {
    background-color: #10182b; /* Màu nền footer */
    color: #ccc;
    padding: 30px 0;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #333;
}

#page-news .top-featured-posts .content
{
    width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
}

.article-item {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.news-list-slider-2
{
    margin-bottom: 50px;
}

.article-image {
    width: 93px;
    min-width: 93px;
    height: 70px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
}

.article-content {
    flex-grow: 1;
}

.article-content .title {
    margin: 0 0 5px 0; /* Bỏ padding/margin mặc định của thẻ <p> */
    line-height: 1.4;
    font-size: 14px;
}

.article-content
{
    margin-left: 12px;
}

.article-content .date {
    color: rgba(255, 255, 255, 0.50);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

#news-list-slider-3
{
    margin-top: 70px;
}

.content-with-sidebar .article-item
{
    margin-bottom: 16px;
}

.content-with-sidebar .article-item .article-content .title a
{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Fade in khi load nội dung */
.ajax-fade-in {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}
.ajax-fade-in p
{
    color: #fff;
}
.ajax-fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* Spinner loading */
.news-loading {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.news-loading::after {
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* ==================================== */
/* Category */
/* ==================================== */

#page-category
{
    padding: 50px 0;
    background: #113160;
}

.mb-50
{
    margin-bottom: 50px;
}

.pagination .next-page
{
    display: flex;
    text-align: center;
}

.pagination .page-item a
{
    display: inline-block;
    height: 40px;
    width: 40px;
    background: transparent;
    border: unset;
    color: #fff;
    text-align: center !important;
}

.pagination .page-item .next.page-link
{
    padding: 0;
}

.pagination .page-item .next.page-link span
{
    display: flex;
    padding: 10px 16px 10px 16px;
    align-items: center;
    gap: 8px;
    color: var(--Text-BW, #002D47);
    border-radius: 12px;
    background: #FFF !important;
    height: fit-content;
    width: fit-content;
}

.pagination .page-item
{
    margin-bottom: 0;
}

.pagination .page-item span
{
    text-align: center;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 8px;
}

.pagination .page-item .current
{
    border: unset !important;
    color: var(--Text-BW, #002D47);
    border-radius: 12px;
    background: var(--Gray, #F5F5F5);
}

.title-page h1
{
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-style: normal;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 150%; /* 60px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
/* ==================================== */
/* Kiểm tra tên miền (DOMAIN CHECK) */
/* ==================================== */

#page-check-domain,
#bg-domain-price
{
    position: relative;
    background: #113160 url('../../assets/images/domain_bg.png') 0 0px / 100% 124% no-repeat;
    z-index: 1;
}

#page-check-domain .page-header
{
    padding: 50px 0;
}

#page-check-domain .page-header .page-title
{
    text-align: center;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
    text-transform: uppercase;
}
#page-check-domain .domain-checker-container 
{
    position: relative;
    margin: 0 auto;
    max-width: 1520px;
    margin-bottom: 173px;
    background: rgba(255, 255, 255, 0.12); 
    border-radius: 15px; 
        
    backdrop-filter: blur(25px);
    z-index: 9999;
    color: #fff;
}

#domainTabs
{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
}

#page-check-domain #domainTabsContent input:focus,
#page-check-domain #domainTabsContent textarea:focus
{
    box-shadow: unset;
}

#page-check-domain #domainTabsContent textarea
{
    height: 110px !important;
}

#page-check-domain #domainTabsContent input,
#page-check-domain #domainTabsContent textarea
{
    display: flex;
    height: 48px;
    margin-bottom: 0;
    color: #fff;
    outline: unset;
    padding: 15px 14px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.12);
    align-items: center;
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #004567 !important;
}
.flex-1
{
    flex: 1;
}

#page-check-domain .search-form-domain
{
    gap: 16px;
}

#page-check-domain .btn-use-test
{
    flex: 0 0 110px;
    margin: unset;
    text-transform: none;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    border-radius: 8px;
    height: 48px;
    background: var(--M1, #CE2030);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

#page-check-domain #domainTabsContent input::placeholder,
#page-check-domain #domainTabsContent textarea::placeholder
{
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#page-check-domain .domain-selected
{
    display: flex;
    align-items: center;
    gap: 24px;
}

#page-check-domain .form-label
{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

#page-check-domain .domain-selected span
{
    display: flex;
    padding: 10px 24px;
    align-items: center;
    gap: 10px;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #7C7C7C;
    background: conic-gradient(from 183deg at 45.9% 50%, #D1D3D4 49.135220646858215deg, #EFF1F1 91.98603630065918deg, #E5E8E8 208.42347621917725deg, #D9DBDD 256.78767442703247deg);
}

#page-check-domain .tlds-list
{
    display: flex;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 24px;
    align-items: center;
    gap: 24px;
}

#page-check-domain .domain-group .label a
{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

#page-check-domain .domain-group .label 
{
    margin-bottom: 19px;
}

#page-check-domain .domain-group h6::after
{
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff;
}

.tlds-list span
{
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 6px;
}

.tlds-list .selected {
    background-color: #ce2030;
    opacity: 1;
    box-shadow: 0 2px 5px rgba(206, 32, 48, 0.5);
}

.remove-tld
{
    cursor: pointer;
}

.shape-ellipse
{
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 1299px;
    height: 549px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-delete-domain-seleced
{
    text-transform: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

select option {
  appearance: none;
  background: #fff !important;
  padding: 10px 15px !important;
  color: #000;
  padding: 8px;
  border: 1px solid #ccc;
}

.shape-ellipse2
{
    content: "";
    position: absolute;
    top: 35%;
    right: 10%;
    width: 300px;
    height: 300px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

#page-check-domain::before,
#bg-domain-price::before
{
    content: "";
    background: url('../images/affter_domain_check.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
}

#page-check-domain button
{
    margin: 0;
}

#page-check-domain .form-select:focus
{
    box-shadow: unset;
}

#page-check-domain .form-select
{
    height: 48px;
    margin-bottom: 0;
    color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.12);
}

#page-check-domain .domain-group .label h6
{
    position: relative;
    padding-left: 15px;
    text-transform: none;
    list-style: disc;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

#page-check-domain .domain-group > *
{
    text-transform: none !important;
}

#page-check-domain .domain-group
{
    text-transform: none !important;
    margin-bottom: 24px;
}

#page-check-domain .domain-group:last-child
{
    margin-bottom: 0px;
}

#page-check-domain #domainTabsContent
{
    padding: 24px 100px;
}

#page-check-domain #domainTabs
{
    background: rgba(255, 255, 255, 0.12);
    padding: 13px 70px;
    margin-bottom: 0;
}

#page-check-domain .domain-checker-container .nav-link.active
{
    color: #fff;
}

#page-check-domain .domain-checker-container .nav-link
{
    text-transform: none;
    background: transparent;
    border: unset !important;
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

#page-check-domain .page-header p
{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

/* ==================================== */
/* DOMAIN (TABLE) */
/* ==================================== */

.cloud360-table {
  background: linear-gradient(180deg,rgba(46, 51, 90, 1) 0%, rgba(0, 155, 207, 0.3) 100%);
  color: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
}

.table>:not(caption)>*>*
{
    background: transparent;
}

.cloud360-table
{
    margin-top: 50px;
}

.cloud360-thead {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.cloud360-table td
{
    border-top: 1px solid #009eff2b !important;
}

.cloud360-table th {
  border-top: 1px solid #009eff4f !important;
  color: #fff;
  text-transform: none !important;
  text-align: center;
  font-weight: 600;
  padding: 16px 12px;
  opacity: 0.85;
}

.cloud360-table td {
  padding: 24px 12px !important;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #A1A5C1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: -0.5px;
}

.cloud360-table tbody tr td:first-child
{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.cloud360-table tbody tr:hover {
  background: rgba(255,255,255,0.05);
  transition: .3s;
}

/* ==================================== */
/* DOMAIN (INTERNETIONAL) */
/* ==================================== */
.domain-international
{
    border-radius: 12px;
    background: url('../images/domain_internetional_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.domain-international-body
{
    padding: 50px 50px 24px 50px;
}

.header-title p
{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
}

.header-title 
{
    margin-bottom: 50px;
}

.header-title h2 span
{
    color: var(--White---Primary, #FFF);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-title h2
{
    margin-bottom: 6px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.domain-international h3,
.domain-vn h3
{
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    margin-bottom: 0;
    height: 49px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.domain-card h4
{
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}

.domain-card .feed
{
    margin-bottom: 12px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.domain-card .price
{
    color: #FF4051;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 700;
    line-height: normal;
}

.domain-card {
  text-align: left;
  background: url('../images/domain_card_bg.png');
  background-repeat: no-repeat;
  background-color:linear-gradient(180deg, #002236 0%, #07202F 100%);
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 12px 14px 39px 14px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: .3s ease;
}

.domain-vn-body
{
    padding: 50px 50px 24px 50px;
}
.domain-vn
{
    border-radius: 12px;
    background: linear-gradient(168deg, rgba(46, 51, 90, 0.24) -4.68%, rgba(0, 155, 207, 0.24) 95.45%);
    border-radius: 15px;
    backdrop-filter: blur(25px);

}

#bg-domain-price
{
    padding-bottom: 250px;
}

.domain-international
{
    position: relative;
    margin-top: -250px;
    z-index: 9;
}

.domain-card ul::after
{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    top: 0;
}

.domain-card ul
{
    margin-top: 12px;
    padding-top: 12px;
    position: relative;
    text-align: left;
    list-style: none;
}

.domain-card span {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 6px;
  font-weight: 400;
}

.domain-card:hover {
  transform: translateY(-4px);
}

/* ==================================== */
/* RESPONSIVE (MEDIA QUERIES) */
/* ==================================== */

@media (max-width: 1200px) {
    #page-promotion .promotions-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}
/* Responsive adjustments */
@media (max-width: 991px) {
    #page-check-domain #domainTabs {
        padding: 13px 50px;
    }
    #page-check-domain #domainTabsContent {
        padding: 24px 50px;
    }
    #page-news .main-header .main-menu ul {
        justify-content: center;
        gap: 15px;
    }
    #page-news .hosting-banner-section .banner-image {
        display: none; /* Hide image on smaller screens */
    }
    #page-news .hosting-banner-section .banner-content {
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    #page-news .main-column, .sidebar-column {
        margin-bottom: 30px; /* Add space between columns on small screens */
    }
    #page-check-domain .page-header .page-title
    {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    #single-blog .single-body
    {
        border-radius: 8px;
    }
    #page-promotion .promotion-card {
        margin-bottom: 0px;
    }
    .document-info-share > div
    {
        margin-top: 15px;
    }
    #single-document-content .document-entry-header .document-title, #single-blog .post-entry-header .post-title
    {
        font-size: 24px;
    }
    #single-document-content .document-featured-image img, #single-blog .post-featured-image img
    {
        aspect-ratio: 16 / 9;
    }
    #single-document-content .single-body
    {
        padding: 12px;
    }
    #page-document .page-header .page-title
    {
        font-size: 28px;
    }
    #page-document .document-thumbnail
    {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
    #page-document .document-content
    {
        margin-top: 15px;
    }
    #page-document .document-list .document-thumbnail img
    {
        height: unset;
        aspect-ratio: 16/9;
    }
    #page-document .document-excerpt p
    {
        -webkit-line-clamp: 3;
    }
    #page-document .document-item
    {
        display: block;
    }
    #page-check-domain .domain-selected 
    {
        gap: 12px;
    }
    #page-check-domain .page-header .page-title
    {
        font-size: 24px;
    }
    .btn-delete-domain-seleced
    {
        padding: 0;
    }
    #page-check-domain .nav li
    {
        margin: 0 !important;
    }
    #page-check-domain #domainTabs {
        padding: 13px 24px;
    }
    #page-check-domain #domainTabsContent {
        padding: 24px;
    }
    #page-promotion .promotions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    #page-check-domain .domain-checker-container .nav-link
    {
        padding: 10px !important;
    }
    #page-check-domain #domainTabs {
        padding: 13px;
    }
    #page-check-domain .search-form-domain
    {
        display: block !important;
    }
    #page-check-domain .btn-use-test
    {
        margin-top: 10px;
        width: 100%;
    }
    #page-promotion .promotions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #page-promotion .sale-title {
        font-size: 4rem;
        line-height: 1;
    }
    #page-check-domain .tlds-list{
       gap: 5px;
    flex-wrap: wrap; 
    }
}

@media screen and (max-width: 1359px) {
    .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .logo-left .logo {
        margin: 0 !important;
    }
    .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center;
    }
    .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1;
    }
    .logo-left.medium-logo-center .flex-col.show-for-medium.flex-left,
    .logo-left.medium-logo-center .flex-col.show-for-medium.flex-right
    {
        display: block !important;
    }
    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
    }
      .menu-has-child.submenu-open > a .menu-arrow {
        transform: rotate(180deg);
        transition: 0.2s;
    }
    .logo-left .logo {
        margin: 0 !important;
    }
    .custom-submenu {
        background: transparent;
    }
    .custom-submenu ul {
        display: block;
    }
    .custom-submenu-wrapper {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        padding-top: 0px;
        position: unset;
        overflow: hidden;
        transition: opacity 0.5s ease, max-height 0.3s ease;
    }

    .menu-has-child.submenu-open .custom-submenu-wrapper {
        visibility: visible;
        opacity: 1;
        max-height: 500px; /* đủ lớn hơn submenu của bạn */
    }

    .menu-has-child.submenu-open > a .menu-arrow {
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .mfp-content {
        background: #002d47 !important;
    }
    .mobile-sidebar .custom-submenu ul li::after {
        display: none;
    }
    .mobile-sidebar .nav-sidebar .menu-item:last-child {
        margin-left: 0 !important;
    }
    .mobile-sidebar .nav-sidebar .menu-item a {
        display: flex;
        justify-content: space-between;
        color: #fff !important;
        padding-right: 20px;
    }
    .mobile-sidebar .nav-sidebar .menu-item::after,
    .mobile-sidebar .nav-sidebar .menu-item::before {
        display: none;
    }
    .mobile-sidebar .custom-submenu-wrapper {
        transform: unset;
    }
    .mobile-sidebar .submenu-icon {
        display: none;
    }
    .mobile-sidebar .custom-submenu ul {
        padding: 0 !important;
    }
    .mobile-sidebar .custom-submenu ul li {
        padding: 0;
    }
    .mobile-sidebar .submenu-title::before,
    .mobile-sidebar .submenu-description {
        display: none !important;
    }
    .mobile-sidebar .header-search-form.search-form {
        margin: 0 !important;
    }
    .html.custom.html_topbar_left
    {
        padding: 0 !important;
        display: block !important;
    }
    .html.custom.html_topbar_right
    {
        margin-left: 0 !important;
    }
    .header-button-1 a,
    .header-button-2 a
    {
        padding: 15px 20px !important;
    }
    .header-button-1,
    .header-button-2
    {
        border-top: 1px solid #004567;
    }
    #home_banner,
    .banner-global {
        height: unset;
    }
    #home_banner .banner-left {
        padding: 50px 0;
    }
}
#page-news .small-post-list .post-content .meta
{
    margin-bottom: 0;
}
.pll-click-wrapper { position:relative; display:inline-block; cursor:pointer; padding: 10px;}
.pll-click-wrapper .submenu { display:none; position:absolute; top:110%; left:0; background:#fff; box-shadow:0 3px 10px rgba(0,0,0,0.1); z-index:99999; }
.pll-click-wrapper .item { display:flex; align-items:center;padding: 10px;padding-top: 0;}
.pll-click-wrapper .item:hover { opacity:0.7; }

.gradient_bg
{
    position: absolute;
    left: 0%;
    bottom: 0;
    opacity: 0.4;
}
