footer .footer-bg .footer .wrap .list-column .column{
    width: 25%;
}
footer .footer-bg .footer .wrap .list-column .column .btn-email{
    font-size: 11px;
}
.content-detail p,
.content-detail li,
.content-detail span,
.content-detail em,
.content-detail i
{
    font-size: 17px;
}
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6
{
    font-weight: 700;
    font-size: 19px;
    display: block;
    margin-bottom: 25px;
}
.content-detail ul {
    list-style: disc;
    padding-left: 20px;
}
.content-detail ul li, .mce-content-body ul li {
    display: list-item;
    margin-bottom: 25px;
    padding-left: 5px;
    list-style: disc;
}

.content-detail .quote-info-default p:last-child{
    margin-bottom: 0!important;
}

.exp_tbllive .livecontent .minute{
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border-left: 4px solid #d82e00;
    padding-left: 15px;
}

.status_live {
    border: 1px solid #f40000;
    display: inline-block;
    line-height: 9px;
    padding: 2px 4px 1px!important;
    border-radius: 2px;
    width: 31px;
}
.status_live p {
    text-transform: uppercase;
    animation: typing 4s steps(12) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #f40000;
    font-size: 10px;
    vertical-align: top;
}
.status_live .p {
    text-transform: uppercase;
    animation: typing 4s steps(12) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: #f40000;
    font-size: 10px;
    line-height: 0.88;
    vertical-align: top;
    font-family: Arial;
}

@keyframes fading {
    0% {
        opacity: .1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: .1
    }
}
@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    55%,
    65%,
    75% {
        opacity: 1;
    }

    60%,
    70% {
        opacity: 0;
    }

    80% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@media screen and (max-width: 1366px)  {
    header .bottom-header .navigation .main-nav .nav-item .nav-link{
        font-size: 17px;
    }
    .navigation .btn-toggle-nav{
        border-radius: 8px;
    }
}

body.search-modal-open {
    overflow: hidden;
}

.search-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.55);
}

.search-modal:not(.hidden) {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.search-modal__box {
    position: relative;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 4px;
    padding: 28px 24px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.search-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 4px 8px;
}

.search-modal__close:hover {
    color: #052962;
}

.search-modal__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #052962;
}

.search-modal__form {
    display: flex;
    gap: 10px;
}

.search-modal__form input[name="search"] {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    font-size: 15px;
}

.search-modal__form input[name="search"]:focus {
    outline: none;
    border-color: #052962;
}

.search-modal__form button[type="submit"] {
    height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 2px;
    background: #052962;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.search-modal__form button[type="submit"]:hover {
    background: #0a3d8f;
}