#report_page,
footer {
    background-color: #17224B;
    position: relative;
}

.repo-page-vector {
    position: absolute;
    left: -125px;
    top: 60px;
    width: 46%;
}

.slider {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 200px;
}

.owl-nav button {
    background-color: transparent;
}

.owl-carousel .card-work {
    opacity: 0.2;
    pointer-events: none;
}

.owl-carousel .owl-item.active.center .card-work {
    opacity: 1;
    pointer-events: painted;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 1;
}

.owl-nav .owl-next {
    left: -50px;
}

.owl-nav .owl-prev {
    right: -50px;
}

.owl-prev span, .owl-next span {
    display: none;
}

.top-navbar {
    background-color: #17224B;
    padding-bottom: 38px;
}

.top-navbar .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.58);
}

.top-navbar .navbar-nav .nav-item .nav-link:hover,
.top-navbar .navbar-nav .nav-item .nav-link:active, 
.top-navbar .navbar-nav .nav-item .nav-link:focus {
    color: #FFFFFF;
}

#report_section {
    margin: 230px 0 380px;
}

#report_section .section-title-content {
    margin: 0 88px 135px;
}

#report_section .section-title-content img {
	top: -160px;
}

#report_section .section-title-content .section-title {
    font-size: 165px;
}

#report_section .section-desc {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 42px;
    width: auto;
    max-width: 1063px;
    margin: 0 100px;
}

/* cards */
.report-content {
    margin-top: 83px;
    position: relative;
    z-index: 200;
}

.report-content .card-work {
    box-shadow: 0px 29px 60px 0px #17161A0D;
    background-color: #0B1939;
    height: 474px;
    position: relative;
}

/* show more */
.report-content .card-work.show-more .img-content,
.report-content .card-work.show-more .img-content img {
    height: 100% !important;
}

.report-content .card-work.show-more .card-btn-content {
    display: none;
}

/* show less */
.report-content .card-work .card-body .work-date,
.report-content .card-work .card-body .work-desc,
.report-content .card-work .card-body .work-title {
    color: white;
}

.report-content .card-work .card-btn-content,
.report-content .card-work .card-body {
    background-color: transparent;
}

.report-content .card-work .card-btn-content .card-btn h6 {
    font-size: 12px;
}

/* media */
@media(max-width: 1299px) {
    #report_section .section-title-content img {
        width: auto;
    }
}

@media (max-width: 991px) {
    #report_section {
        margin-bottom: 200px;
    }
    #report_section .section-title-content {
        margin: 0 30px 135px;
    }
    #report_section .section-desc {
        margin: 0 40px;
    }
    .report-content .card-work {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .owl-nav .owl-next {
        left: -25px;
    }
    .owl-nav .owl-prev {
        right: -25px;
    }
}

@media (max-width: 576px) {
    .owl-nav {
        top: 93%;
        display: flex;
        justify-content: space-between;
        max-width: 330px;
        height: 64px;
        transform: translateX(50%);
        right: 50%;
        z-index: 20;
    }
    .owl-nav .owl-next, .owl-nav .owl-prev {
        height: auto;
        width: auto;
    }
    .owl-nav .owl-next {
        left: 0;
    }
    .owl-nav .owl-prev {
        right: 0;
    }
    #report_section .section-title-content {
        margin-bottom: 80px;
    }
    #report_section .section-title-content .section-title {
        font-size: 125px;
    }
    #report_section .section-title-content img {
        width: 380px !important;
        right: -300px;
        top: -140px;
    }
    #report_section .section-desc {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width: 400px) {
    #report_section {
        margin: 100px 0 150px !important;
    }
    #report_section .section-title-content {
        margin: 0 15px 50px;
    }
    #report_section .section-title-content img {
        width: 250px !important;
        top: -80px;
    }
    #report_section .section-title-content .section-title {
        font-size: 70px !important;
    }
    #report_section .section-desc {
        margin: 0 15px;
    }
    #report_section .section-desc {
        font-size: 24px;
        line-height: 32px;
    }
}