
.s-nav {
    margin-top: 20px;
    height: 40px;
    border-bottom: 0.1em solid var(--border-color);
    padding-left: 15px;
    margin-bottom: 10px;
}


.s-navigation-item-container {
    float: left;
    padding-top: 9px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.s-navigation-item-container::-webkit-scrollbar {
    display: none;
}

.s-navigation-item {
    height: 100%;
    text-decoration: none;
    color: var(--secondary-color);
    font-size: 13pt;
    margin-left: 20px;
}

.an {
    color: var(--tint-color) !important;
    font-weight: 590;
    border-bottom: 2px solid var(--tint-color);
}

.s-navigation-item:hover {
    text-decoration: none;
    color: var(--secondary-color);
}

.s-section-1 {
    width: 100%;
}

.s-section-1 {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.s-section-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.section-title {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.section-title h4 {
    color: var(--primary-color);
}

.s-header {
    padding-top: 50px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 20px;
    align-items: center;
    display: flex;
}

.s-icon {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
.s-title {
    font-size: 24pt;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.s-subtitle {
    font-size: 13pt;
    font-weight: 200;
    color: var(--secondary-color);
}

.s-subtitle strong{
    color: var(--tint-color);
}

.t-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.t-article-card {
    flex: 1;
    width: calc(33% - 10px);
    display: flex;
    flex-direction: column;
}

.t-article-image {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center;
}

.t-article-image img{
    height: 100%;
    width: auto;
    flex: 1;
}

.t-article-title {
    font-size: 14pt;
    color: var(--primary-color);
}

.t-article-date {
    font-size: 10pt;
    color: var(--secondary-color);
}

.t-article-continue {
    font-size: 10pt;
    color: var(--tint-color);
}

.symbol-detail-news {
    width: 100%;
}