﻿#home section .box-adv .list-item {
    margin: -10px;
}

#home section .box-adv .list-item [class*="col-"] {
    padding: 10px;
}

/* Section Event */
@media only screen and (min-width: 992px) {
    #home .section-event,
    #home .section-event.bg .container-fluid {
        padding: 60px 0px 50px 0px;
    }
}

/* Section 1 */
#home .section-1 .page-cover .container {
    top: 50%;
    bottom: unset;
    transform: translateX(-50%) translateY(-50%);
}

#home .section-1 .page-cover .image-wrapper:after {
    padding-top: 100%;
}

@media only screen and (min-width: 768px) {
    #home .section-1 .page-cover .main-info {
        width: 700px;
    }

    #home .section-1 .page-cover .image-wrapper:after {
        padding-top: 42.22223%;
    }
}

#home .section-1 .page-cover .main-info .title {
    font-family: 'Helvetica VU';
    font-weight: 900;
}

/* Section 2 */
@media only screen and (min-width: 992px) {
    #home .section-2,
    #home .section-2.bg .container-fluid {
        padding: 50px 0px 90px 0px;
    }
}

/* Section 3 */
#home .section-3 .stock .title {
    font-size: 1.5rem;
    line-height: 1.5;
}

#home .section-3 .stock .stock-code .icon {
    border-radius: 50%;
    background-color: #c9252c;
    width: 52px;
    height: 52px;
    font-size: 1.75rem;
    line-height: 52px;
}

#home .section-3 .stock .stock-code .value {
    padding-left: 65px;
    font-size: 1.25rem;
    line-height: 52px;
}

#home .section-3 .stock .stock-value {
    font-family: 'Helvetica VU';
    font-size: 1.5rem;
    font-weight: 900;
}

#home .section-3 .stock .stock-value .value {
    color: #ffa60c;
    line-height: 1;
}

#home .section-3 .stock .stock-value.stock-value-up .value {
    color: #2ba629;
}

#home .section-3 .stock .stock-value.stock-value-down .value {
    color: #c9252c;
}

#home .section-3 .stock .stock-value .separator {
    background-color: #ccc;
    width: 3px;
    height: 30px;
}

#home .section-3 .stock .stock-left {
    background: center no-repeat url('/Assets/images/modules/default/home/bg-stock-1.jpg');
    background-size: cover;
}

#home .section-3 .stock .stock-right {
    background: center no-repeat url('/Assets/images/modules/default/home/bg-stock-2.jpg');
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    #home .section-3 .container-fluid {
        background: url('/Assets/images/modules/default/home/bg-stock.jpg') center no-repeat;
        background-size: cover;
    }

    #home .section-3 .stock .title {
        font-size: 2rem;
    }

    #home .section-3 .stock .stock-value {
        font-size: 1.25rem;
    }

    #home .section-3 .stock .stock-value .separator {
        height: 30px;
    }

    #home .section-3 .stock .stock-left,
    #home .section-3 .stock .stock-right {
        background-image: initial;
        height: initial;
    }

    #home .section-3 .stock .stock-right {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 992px) {
    #home .section-3 .stock .title {
        font-size: 2.5rem;
    }

    #home .section-3 .stock .stock-value {
        font-size: 1.75rem;
    }

    #home .section-3 .stock .stock-value .separator {
        height: 50px;
    }

    #home .section-3 .stock .stock-right {
        padding-left: 120px;
    }
}

@media only screen and (min-width: 1200px) {
    #home .section-3 .stock .title {
        font-size: 2.625rem;
    }

    #home .section-3 .stock .stock-value {
        font-size: 2rem;
    }

    #home .section-3 .stock .stock-right {
        padding-left: 150px;
    }
}

/* Section 4 */
#home .section-4 .list-cover .item .item-wrapper:before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6) 100%);
}

#home .section-4 .list-cover .item .image-wrapper:after,
#home .section-4 .list-cover .item.item-wide .image-wrapper:after {
    padding-top: 66.66667%;
}

@media only screen and (min-width: 768px) {
    #home .section-4 .list-cover .item .image-wrapper:after {
        padding-top: 89.33334%;
    }

    #home .section-4 .list-cover .item.item-wide .image-wrapper:after {
        padding-top: calc(44.66667% - 3px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home .section-4 .list-cover .item.item-large .image-wrapper:after {
        padding-top: calc(44.66667% - 3px);
    }
}

#home .section-4 .list-cover .item .main-info .title {
    font-size: 1.25rem;
    line-height: 1.5;
}

#home .section-4 .cover {
    margin: -3px;
}

#home .section-4 .cover .cover-left,
#home .section-4 .cover .cover-right {
    width: 100%;
    padding: 3px;
}

@media only screen and (min-width: 992px) {
    #home .section-4 .cover .cover-left,
    #home .section-4 .cover .cover-right {
        width: 50%;
    }
}

#home .section-4 .list-report .report-title {
    font-size: 1.5rem;
    line-height: 1.4;
}

#home .section-4 .list-report .item .title {
    line-height: 1.5;
}

/* Section 5 */
#home .section-5 .slide-1 .owl-nav .button {
    background: transparent;
    color: #c9252c;
    font-size: 1.5rem;
}

@media only screen and (min-width: 1200px) {
    #home .section-5 .slide-1 .owl-nav {
        opacity: 0;
        transition: opacity 0.3s ease-in;
    }

    #home .section-5 .slide-1 .owl-theme:hover .owl-nav {
        opacity: 1;
    }
}

#home .section-5 .list-item .item .image-wrapper .image {
    opacity: 1;
    transition: opacity 1s linear;
}

#home .section-5 .list-item .item .image-wrapper .image:not(.active) {
    opacity: 0;
}

#home .section-5 .list-item .item .image-wrapper:after {
    padding-top: 133.33334%;
}

#home .section-5 .list-item .item .main-info {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0px;
}

#home .section-5 .list-item .item .main-info .title {
    font-size: 1.25rem;
}

#home .section-5 .list-item .item .organization-info {
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

#home .section-5 .list-item .item .organization-info .code {
    font-family: 'Helvetica VU';
    font-size: 1.5rem;
    font-weight: 900;
}

#home .section-5 .list-item .item .organization-info .name {
    font-size: 1.125rem;
}

#home .section-5 .list-item .item .organization-info .logo {
    height: 95px;
    width: auto;
}

#home .section-5 .list-item .item:hover .main-info {
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    height: 100%;
}

#home .section-5 .list-item .item:hover .main-info .title {
    display: none;
}

#home .section-5 .list-item .item:hover .organization-info {
    opacity: 1;
}

/* Section 6 */
#home .section-6 .wrapper {
    background-color: #f9f9f9;
}

#home .section-6 .list-article .item {
    padding-top: 0px;
    padding-bottom: 0px;
}

#home .section-6 .list-article-secondary .item {
    border-bottom: 1px solid #e5e5e5;
}

#home .section-6 .list-article-secondary .item:first-child {
    border-top: 1px solid #e5e5e5;
}

#home .section-6 .list-article-secondary .item:last-child {
    border-bottom: none;
}

#home .section-6 .list-article-secondary .item .title {
    font-size: 1rem;
    line-height: 1.4;
}

#home .section-6 .box-adv {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) {
    #home .section-6 .box-adv {
        margin-top: 90px;
    }
}