@charset "utf-8";

/* CSS Document */
.prd-carousel .tag-list-item {
    display: none;
}

.prdview_panel.editor-area {
    margin: 0;
}

.prdview_panel.editor-area p:last-child {
    margin: 0;
}

.prdview_panel.editor-area div[class*=col-] {
    margin: 0;
}

.col-prdview-right .color_list {
    margin-bottom: 26px;
}

.prdview_info {
    margin-bottom: 30px;
}

.prdview_accordion {
    margin-top: 34px;
}

.prdview_panel.editor-area img {
    margin: 0 !important;
}

.editor-area .edit_sec_1.dark_style h2 {
    color: #ffffff;
}

.editor-area.feature-list-item ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.editor-area.feature-list-item ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 22px;
    margin: 10px 0;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: normal;
}

.editor-area.feature-list-item ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 2px;
    width: 10px;
    background-color: #000000;
}

.dark_body .editor-area.feature-list-item ul li::before {
    background-color: #ffffff;
}

.editor-area.spec-item h6 {
    margin: 7px 0;
    font-size: 16px;
}

.editor-area.spec-item ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
}

.editor-area.spec-item li {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: normal;
}

.editor-area.spec-item p {
    margin: 0 0 14px 0;
    font-size: 13px;
    line-height: 21px;
}

.edit_sec_7 {
    background-color: #f5f5f5;
}

.dark_body {
    background-color: #1a1b1b;
}

.editor-area .edit_sec_11:not(:last-child) {
    margin-bottom: 45px;
}

.editor-area .edit_sec_11 img {
    width: 100%;
}

.editor-area .edit_sec_11 img.w-auto {
    width: auto;
}

.editor-area .edit_sec_11 .edit_content_11 {
    padding: 0 30px 10px 30px;
}

.editor-area .edit_sec_11 .edit_content_11 h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.editor-area .edit_sec_11 .edit_content_11 p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.editor-area .edit_sec_11 .btn-style-2 {
    padding: 10px 18px;
}

.editor-area .edit_sec_12:not(:last-child) {
    margin-bottom: 35px;
}

.editor-area .edit_sec_12 .edit_content_12 {
    padding: 0 30px 10px 30px;
}

.editor-area .edit_sec_12 .edit_content_12 .youtube_content {
    margin-bottom: 0;
}

.edit_sec_13 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.slick-thumb {
    position: relative;
    overflow: hidden;
}

.editor-area .slick-thumb .overlink {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slick-thumb img {
    transition: 0.3s ease-in-out;
}

.slick-thumb.img-bg img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slick-thumb:hover img {
    transform: scale(1.08);
}

.editor-area .nav-tabs .nav-link {
    letter-spacing: normal;
}

.editor-area .tab-content {
    margin-top: 60px;
}

.editor-area .insvestor-table-2.audit_style {
    table-layout: fixed;
}

.editor-area .insvestor-table-3.director_style {
    table-layout: fixed;
}

.editor-area .insvestor-table-1 {
    table-layout: fixed;
}

.editor-area .insvestor-table-1.course-style-1 {
    table-layout: auto;
}

.editor-area .insvestor-table-1.course-style-1 td:first-child {
    width: 520px;
    text-align: left;
}

.editor-area .insvestor-table-1.course-style-1 td:nth-child(2) {
    text-align: left;
}

.editor-area .insvestor-table-1.course-style-1 td:nth-child(3) {
    width: 120px;
}

.filter-panel {
    transition: none;
}

.filter-panel.is_fixed {
    z-index: 99;
}

.header-with-topbar.sticky .navbar-top,
.header-with-topbar.sticky.header-appear nav.navbar.bootsnav {
    z-index: 999;
}

.editor-area .insvestor-table-1 td a[href*=".pdf"] {
    background-image: url(../../userfiles/images/common/pdf-svgrepo-com.svg);
}

.editor-area .insvestor-table-1 td a[href*=".youtube"] {
    background-image: url(../../userfiles/images/common/video-playback-mark-svgrepo-com.svg);
}

.filter-bar-open {
    color: #000000;
}

.filter-bar-open::before,
.filter-bar-open:after {
    top: 3px;
}

#videoModal {
    width: 100%;
    max-width: 930px;
    padding: 0 15px;
    display: none;
    background-color: transparent;
}

#videoModal .youtube_content {
    margin-bottom: 0;
}

#videoModal>.f-button.is-close-btn {
    right: 8px;
}

.video-modal-btn {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .4);
    color: #000000;
    width: 60px;
    height: 60px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    transition: 0.3s ease-in-out;
}

.video-modal-btn:hover,
.video-modal-btn:active,
.video-modal-btn:focus {
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 13px rgba(255, 255, 255, .6);
}

@media (min-width:992px) {
    .sitemapSec .row-cols-lg-5>* {
        width: auto;
        flex: 1;
    }

    header a.logo img {
        height: 50px;
        width: auto;
    }
}

@media (max-width:991px) {
    .editor-area .edit_sec_1.dark_style h2 {
        color: #000000;
    }

    .editor-area .tab-content {
        margin-top: 30px;
    }

    .filter-panel {
        transition: 0.3s ease-in-out;
        position: relative !important;
        top: unset !important;
    }
}

@media (max-width:767px) {
    .banner_height {
        height: auto;
        min-height: 110px;
    }

    .banner_title {
        font-size: 28px;
        line-height: 33px;
    }

    .banner_txt {
        display: none;
    }

    .support_search {
        margin-top: 0;
        margin-bottom: 20px;
    }

    #videoModal>.f-button.is-close-btn {
        right: 12px;
        top: -48px;
    }
}

.prds-icon-img {
    max-height: 70px;
}


.btn-style-6,
.editor-area .btn-style-6 {
    padding: 16px 26px;
    min-width: 150px;
    letter-spacing: .5px;
}

.qrcode-link {
    display: inline-flex;
    border: 1px solid #666;
}

.qrcode-link img {
    width: 200px;
    height: 200px;
    margin: 0 !important;
}

@media (max-width:1199px) {
    .prds-icon-img {
        max-height: 60px;
    }
}

@media (max-width:991px) {
    .prds-icon-img {
        max-height: 120px;
    }
}

@media (max-width:767px) {
    .prds-icon-img {
        max-height: 80px;
    }
}

@media (max-width:419px) {
    .prds-icon-img {
        max-height: 60px;
    }
}

/* button style */

.swiper-btn.model-style-1 {
    border-color: #000000;
    color: #000000;
    background-color: transparent;
}

.swiper-btn.model-style-1:hover {
    background-color: #525252;
    border-color: #525252;
    color: #ffffff;
}

.swiper-btn.model-style-1:hover span {
    color: #ffffff !important;
}

.swiper-btn.model-style-2 {
    border-color: #000000;
    color: #000000;
    background-color: transparent;
}

.swiper-btn.model-style-2:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.swiper-btn.model-style-2:hover span {
    color: #ffffff !important;
}

.swiper-btn.model-style-3 {
    border-color: #000000;
    color: #000000;
    background-color: transparent;
}

.swiper-btn.model-style-3:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.swiper-btn.model-style-3:hover span {
    color: #000000 !important;
}

.swiper-btn.model-style-4 {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.swiper-btn.model-style-4:hover {
    background-color: #525252;
    border-color: #525252;
    color: #ffffff;
}

.swiper-btn.model-style-4:hover span {
    color: #ffffff !important;
}

.swiper-btn.model-style-5 {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.swiper-btn.model-style-5:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.swiper-btn.model-style-5:hover span {
    color: #ffffff !important;
}

.swiper-btn.model-style-6 {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.swiper-btn.model-style-6:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.swiper-btn.model-style-6:hover span {
    color: #000000 !important;
}

@media (max-width:991px) {
    .swiper-btn.model-style-1:hover {
        background-color: #525252;
        border-color: #525252;
        color: #ffffff;
    }

    .swiper-btn.model-style-1:hover span {
        color: #ffffff !important;
    }

    .swiper-btn.model-style-2:hover {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff;
    }

    .swiper-btn.model-style-2:hover span {
        color: #ffffff !important;
    }

    .swiper-btn.model-style-3:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #000000;
    }

    .swiper-btn.model-style-3:hover span {
        color: #000000 !important;
    }

    .swiper-btn.model-style-4:hover {
        background-color: #525252;
        border-color: #525252;
        color: #ffffff;
    }

    .swiper-btn.model-style-4:hover span {
        color: #ffffff !important;
    }

    .swiper-btn.model-style-5:hover {
        background-color: #000000;
        border-color: #000000;
        color: #ffffff;
    }

    .swiper-btn.model-style-5:hover span {
        color: #ffffff !important;
    }

    .swiper-btn.model-style-6:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #000000;
    }

    .swiper-btn.model-style-6:hover span {
        color: #000000 !important;
    }
}


/* hidden */

main {
    display: flex;
    flex-direction: column;
}

[class*="mainSlider"] {
    order: 1;
}

[class*="mainSec--quicklink"] {
    padding: 0;
}

[class*="mainSec--video"] {
    order: 4;
}

[class*="mainSec--carousel"] {
    order: 3;
    padding-bottom: 90px !important;
}

[class*="mainSec--slick"] {
    order: 5;
}

[class*="mainSec--adslide"] {
    order: 6;
}

@media (max-width:991px) {
    [class*="mainSec--carousel"] {
        padding-bottom: 45px !important;
    }
}