﻿.ft-new .top-content .ui.grid {
    margin: 0 !important;
}

.ft-new .top-content .ui.grid .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ft-new .bottom-content .ui.grid .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ft-new .top-content p, .top-content a {
    color: #000;
    font-size: 12px;
}

.ft-new .top-content a:hover {
    text-decoration: underline;
    text-decoration-color: #7e41f6;
    text-underline-offset: 5px;
}

.ft-new .top-content p {
    margin-bottom: .5em;
}

.ft-new .top-content .logo-nhansu {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 5px;
}

.ft-new .top-content .title-nhansu {
    display: block;
    align-content: center;
    height: 100%;
    font-size: 24px;
    color: #7e41f6;
    font-weight: 700;
    font-family: 'Times New Roman' !important;
}

.ft-new .top-content .title-nhansu:hover {
    text-decoration: none;
}

.ft-new .bottom-content .ui.grid {
    margin: 0 !important;
}

.ft-new .bottom-content .column {
    padding-top: .5em !important;
    padding-bottom: .5em !important;
}

.ft-new .bottom-content p {
    margin-bottom: .5em;
}

.ft-new .bottom-content p {
    color: #000;
    font-size: 10px;
}

.ft-new .logo-hst {
    width: 35px;
    margin-right: 10px;
}

.ft-new .logo-hst img {
    width: 38px;
    display: block;
}

.ft-new .text-tvpl {
    font-size: 15px !important;
    font-family: 'Times New Roman' !important;
    color: #FF0000 !important;
    font-weight: bold !important;
}

.ft-new .slogan-tvpl {
    font-size: 13px !important;
    font-family: 'Times New Roman' !important;
    color: #FF0000 !important;
    font-style: italic !important;
}

.ft-new .text-tvnd {
    font-size: 15px !important;
    color: #003398;
    font-weight: bolder !important;
}

.ft-new .slogan-tvnd {
    font-size: 13px !important;
    font-family: 'Times New Roman' !important;
    color: #FF0000 !important;
    font-style: italic !important;
}

.ft-new .text-tvnd .t1 {
    color: #003398;
}

.ft-new .text-tvnd .t2 {
    color: #4caf4f;
}

.ft-new .text-tvpl-small {
    font-family: 'Times New Roman' !important;
    color: red !important;
}

.ft-new .top-content .accordion .content a {
    font-size: 13px;
    padding-left: 1.8em;
}

@media only screen and (max-width: 767px) {
    .ft-new .bottom-content .ui.items:not(.unstackable) > .item {
        flex-direction: unset !important;
    }

    .ft-new .top-content {
        padding-top: 10px;
    }

    .ft-new .top-content .ui.grid .column {
        padding: 0.5em 0 1em 0 !important;
    }

    .ft-new .bottom-content {
        padding-top: 10px;
    }

    .ft-new .item-tvpl {
        margin: 0 1em 0 1em !important;
        width: auto !important;
    }

    .ft-new .item-tvnd {
        margin: 0 1em 1em 1em !important;
        width: auto !important;
    }
}