@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);

:root {
    --bs-body-font-family: "FC Minimal";
    --bs-body-font-size: 16px;
    --bs-body-line-height: normal;
    --bs-body-bg: #fff;
    --bg-color-black: #000000;
    --bg-color-primary: #303786;
    --text-color-primary: #303786;
    --text-color-white: #ffffff;
    --bg-gray: #FAFBFD;
    --bg-white: #ffffff;
    /* ===== text ===== */
    --text-header: #000000;
    --text-sub-header: #888888;
    --text-overlay-image: #ffffff;
    /* ===== Button colors ===== */
    --button-primary-bg: #303786;
    --button-primary-text: #ffffff;
    /* ===== Button hover ===== */
    --button-primary-hover-bg: #888888;
    --button-primary-hover-text: #ffffff;
    /* ===== circle ===== */
    --white: #ffffff;
    --green: #57CC33;
    --black: #000000;
    --gray1: #515161;
    --gray2: #888888;
    --gray3: #a3a4a6;
    --gray4: #dddddd;
    /* ===== card color ===== */
    --bg-card: #FAFBFD;
    --bg-card-inner: #ffffff;
    /* ===== border-radius ===== */
    --border-radius-small: 4px;
    --border-radius-medium: 8px;
    --border-radius-large: 16px;
    --border-radius-xl: 100px;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #303786 #ffffff;
}
    /* Chrome, Edge, and Safari */

    *::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #303786;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

.bg-dark {
    background-color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
/* end scroll custom */

.fs-14 {
    font-size: 16px;
}

.row-gap-20 {
    row-gap: 20px;
}

.green {
    color: var(--text-color-primary);
    border-radius: 100px;
}
/* start swiper */

.swiper-container {
    width: 100%;
}

.w-50p {
    width: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination {
    position: relative !important;
    padding-top: 20px;
}

.swiper-pagination-bullet {
    background: #000;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}
/* .swiper-container-android .swiper-slide,
.swiper-wrapper {
    justify-content: start;
} */
/* end swiper */

.frame-delete {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    background-color: var(--bg-white);
    box-shadow: -1px 0px 15px rgb(25 25 25 / 5%);
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

    .navbar-header .dropdown.show .header-item {
        background-color: #f9fafc;
    }

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 260px
}

    .navbar-brand-box img {
        height: 70px;
    }

.logo {
    line-height: 70px
}

    .logo .logo-sm {
        display: none
    }

.logo-dark {
    display: block
}

.logo-light {
    display: none
}
/* .page-content-wrapper {
    margin-top: 60px;
} */

.megamenu-list li {
    position: relative;
    padding: 5px 0
}

    .megamenu-list li a {
        color: #495057
    }

@media (max-width:992px) {
    #page-topbar {
        left: 0
    }

    .navbar-brand-box {
        width: auto
    }

    .logo span.logo-lg {
        display: none
    }

    .logo span.logo-sm {
        display: inline-block
    }
}

.page-content {
    padding: calc(70px) calc(24px / 2) 60px calc(24px / 2)
}

.header-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    border: 0;
    border-radius: 0
}

    .header-item:hover {
        color: #636e75
    }

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #eaedf1;
    padding: 3px
}

.noti-icon i {
    font-size: 24px;
    color: #636e75
}

.noti-icon .badge {
    position: absolute;
    top: 20px;
    right: 6px
}

.notification-item .media {
    padding: .75rem 1rem
}

    .notification-item .media:hover {
        background-color: #eaedf1
    }

.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #74788d
}

    .dropdown-icon-item img {
        height: 24px
    }

    .dropdown-icon-item span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dropdown-icon-item:hover {
        border-color: #edf1f5
    }

.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen::before {
    content: "\ea3f"
}

body[data-topbar=dark] #page-topbar {
    background-color: #1f293f
}

body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, .05)
}

body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

body[data-topbar=dark] .header-item {
    color: #a3acc1
}

    body[data-topbar=dark] .header-item:hover {
        color: #a3acc1
    }

body[data-topbar=dark] .header-profile-user {
    background-color: rgba(255, 255, 255, .25)
}

body[data-topbar=dark] .noti-icon i {
    color: #a3acc1
}

body[data-topbar=dark] .title-tooltip li i {
    color: #a3acc1
}

body[data-topbar=dark] .app-search .form-control {
    background-color: rgba(241, 245, 247, .07);
    color: #fff
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
    color: rgba(255, 255, 255, .5)
}

body[data-sidebar=dark] .navbar-brand-box {
    background: #1f293f
}

body[data-sidebar=dark] .logo-dark {
    display: none
}

body[data-sidebar=dark] .logo-light {
    display: block
}

@media (max-width:600px) {
    .navbar-brand-box img {
        height: 40px;
        margin-top: 5px;
    }

    .navbar-header .dropdown {
        position: static
    }

        .navbar-header .dropdown .dropdown-menu {
            left: 10px !important;
            right: 10px !important
        }
}
/* @media (max-width:380px) {
    .navbar-brand-box {
        display: none
    }
} */

body[data-layout=horizontal] .navbar-brand-box {
    width: auto
}

body[data-layout=horizontal] .page-content {
    margin-top: 0;
    padding: 0;
}

@media (max-width:992px) {
    body[data-layout=horizontal] .page-content {
        margin-top: 10px
    }
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-title-box h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px !important
}

.topbar-social-icon {
    padding: calc(38px / 2) 0
}

.title-tooltip li i {
    font-size: 20px;
    margin-left: 10px;
    color: #636e75
}

.footer {
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    border-top: 1px solid #edf1f5;
    color: #74788d;
    left: 260px;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    background-color: #fff
}

@media (max-width:992px) {
    .footer {
        left: 0
    }
}

.vertical-collpsed .footer {
    left: 70px
}

body[data-layout=horizontal] .footer {
    left: 0 !important
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 280px;
    z-index: 9999;
    float: right !important;
    right: -290px;
    top: 0;
    bottom: 0
}

    .right-bar .right-bar-toggle {
        background-color: #444c54;
        height: 24px;
        width: 24px;
        line-height: 24px;
        color: #edf1f5;
        text-align: center;
        border-radius: 50%
    }

        .right-bar .right-bar-toggle:hover {
            background-color: #4b545c
        }

.rightbar-overlay {
    background-color: rgba(52, 58, 64, .55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
    right: 0
}

.right-bar-enabled .rightbar-overlay {
    display: block
}

@media (max-width:767.98px) {
    .right-bar {
        overflow: auto
    }

        .right-bar .slimscroll-menu {
            height: auto !important
        }
}

.metismenu {
    margin: 0
}

    .metismenu li {
        display: block;
        width: 100%
    }

    .metismenu .mm-collapse {
        display: none
    }

        .metismenu .mm-collapse:not(.mm-show) {
            display: none
        }

        .metismenu .mm-collapse.mm-show {
            display: block
        }

    .metismenu .mm-collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height, visibility;
        transition-property: height, visibility
    }

.vertical-menu {
    width: 260px;
    z-index: 1001;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    box-shadow: 0 2px 4px rgba(126, 142, 177, .1)
}

.user-sidebar {
    position: relative;
    text-align: center;
    background: url(../images/user-img.png);
    background-color: #525ce5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0
}

    .user-sidebar .user-img {
        position: relative
    }

        .user-sidebar .user-img img {
            width: 60px;
            height: 60px;
            border: 3px solid #23c58f;
            padding: 5px
        }

        .user-sidebar .user-img .avatar-online {
            position: absolute;
            bottom: 4px;
            width: 10px;
            height: 10px;
            z-index: 1;
            border: 2px solid transparent;
            border-radius: 50%;
            margin-left: -15px
        }

.main-content {
    margin-left: 260px;
    overflow: hidden
}

    .main-content .content {
        padding: 0 15px 10px 15px;
        margin-top: 70px
    }

#sidebar-menu {
    padding: 0 0 30px 0
}

    #sidebar-menu .mm-active > .has-arrow:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #sidebar-menu .has-arrow:after {
        content: "\f0142";
        font-family: "Material Design Icons";
        display: block;
        float: right;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        font-size: 1rem
    }

    #sidebar-menu ul li a {
        display: block;
        padding: .625rem 1.2rem;
        color: #27303f;
        position: relative;
        font-size: 14.5px;
        -webkit-transition: all .4s;
        transition: all .4s;
        margin: 0 17px;
        border-radius: 3px
    }

        #sidebar-menu ul li a i {
            display: inline-block;
            min-width: 1.75rem;
            padding-bottom: .125em;
            font-size: 16px;
            line-height: 1.40625rem;
            vertical-align: middle;
            color: #27303f;
            -webkit-transition: all .4s;
            transition: all .4s
        }

        #sidebar-menu ul li a:hover {
            color: #525ce5
        }

            #sidebar-menu ul li a:hover i {
                color: #525ce5
            }

    #sidebar-menu ul li .badge {
        margin-top: 5px
    }

    #sidebar-menu ul li ul.sub-menu {
        padding: 0
    }

        #sidebar-menu ul li ul.sub-menu li a {
            padding: .4rem 1.5rem .4rem 2.8rem;
            font-size: 16px;
            color: #27303f;
            background-color: transparent !important
        }

            #sidebar-menu ul li ul.sub-menu li a:before {
                content: "\f09df";
                font-family: "Material Design Icons";
                font-size: 20px;
                line-height: 10px;
                padding-right: 2px;
                vertical-align: middle;
                display: inline-block
            }

        #sidebar-menu ul li ul.sub-menu li ul.sub-menu {
            padding: 0
        }

            #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
                padding: .4rem 1.5rem .4rem 4rem;
                font-size: 14px
            }

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #27303f;
    font-weight: 600
}

.mm-active {
    color: #525ce5 !important
}

    .mm-active > a {
        color: #525ce5 !important;
        background-color: #f5f7fa !important
    }

        .mm-active > a i {
            color: #525ce5 !important
        }

    .mm-active > i {
        color: #525ce5 !important
    }

    .mm-active .active {
        color: #525ce5 !important;
        background-color: #f5f7fa !important
    }

        .mm-active .active i {
            color: #525ce5 !important
        }

@media (max-width:992px) {
    .vertical-menu {
        display: none
    }

    .main-content {
        margin-left: 0 !important
    }

    body.sidebar-enable .vertical-menu {
        display: block
    }
}

.vertical-collpsed .user-sidebar {
    display: none
}

.vertical-collpsed .main-content {
    margin-left: 70px
}

.vertical-collpsed .navbar-brand-box {
    width: 70px !important
}

.vertical-collpsed .logo span.logo-lg {
    display: none
}

.vertical-collpsed .logo span.logo-sm {
    display: block
}

.vertical-collpsed .vertical-menu {
    position: absolute;
    width: 70px !important;
    z-index: 5
}

    .vertical-collpsed .vertical-menu .simplebar-content-wrapper,
    .vertical-collpsed .vertical-menu .simplebar-mask {
        overflow: visible !important
    }

    .vertical-collpsed .vertical-menu .simplebar-scrollbar {
        display: none !important
    }

    .vertical-collpsed .vertical-menu .simplebar-offset {
        bottom: 0 !important
    }

    .vertical-collpsed .vertical-menu #sidebar-menu .badge,
    .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,
    .vertical-collpsed .vertical-menu #sidebar-menu .menu-title {
        display: none !important
    }

    .vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
        height: inherit !important
    }

    .vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
        display: none
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
        position: relative;
        white-space: nowrap
    }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
            padding: 15px 20px;
            min-height: 55px;
            -webkit-transition: none;
            transition: none;
            margin: 0
        }

.vertical-middle {
    vertical-align: middle;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active,
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus,
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover {
    color: #525ce5
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
    font-size: 1.15rem;
    margin-left: 4px
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    background-color: #f5f7fa;
    -webkit-transition: none;
    transition: none
}

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
        display: inline
    }

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
}

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
        -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1);
        box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, .1)
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 8px 20px;
        position: relative;
        width: 190px;
        z-index: 6;
        color: #27303f;
        margin: 0
    }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
            color: #525ce5
        }

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff
}

    .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
        display: block;
        left: 190px;
        height: auto !important;
        margin-top: -36px;
        position: absolute;
        width: 190px
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
        position: absolute;
        right: 20px;
        top: 12px;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
        color: #f9fafc
    }

body[data-sidebar=dark] .user-sidebar {
    background: 0 0
}

body[data-sidebar=dark] .vertical-menu {
    background: #1f293f
}

body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #8590a5
}

    body[data-sidebar=dark] #sidebar-menu ul li a i {
        color: #8590a5
    }

    body[data-sidebar=dark] #sidebar-menu ul li a:hover {
        color: #d7e4ec
    }

        body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
            color: #d7e4ec
        }

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #8590a5
}

    body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
        color: #d7e4ec
    }

body[data-sidebar=dark].vertical-collpsed {
    min-height: 1400px
}

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
        background: #222d46;
        color: #d7e4ec
    }

        body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
            color: #d7e4ec
        }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
        color: #8590a5
    }

        body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
            color: #525ce5
        }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
        background-color: #fff
    }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul > li > a.mm-active {
        color: #d7e4ec !important
    }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li.active > a,
    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li.mm-active > a {
        color: #525ce5 !important
    }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li a.active,
    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li a.mm-active {
        color: #525ce5 !important
    }

body[data-sidebar=dark] .mm-active {
    color: #d7e4ec !important
}

    body[data-sidebar=dark] .mm-active > a {
        color: #d7e4ec !important;
        background-color: #2b364e !important
    }

        body[data-sidebar=dark] .mm-active > a i {
            color: #d7e4ec !important
        }

    body[data-sidebar=dark] .mm-active > i {
        color: #d7e4ec !important
    }

    body[data-sidebar=dark] .mm-active .active {
        color: #d7e4ec !important;
        background-color: #2b364e !important
    }

        body[data-sidebar=dark] .mm-active .active i {
            color: #d7e4ec !important
        }

body[data-sidebar=dark] .menu-title {
    color: #8590a5
}

body[data-layout=horizontal] .main-content {
    margin-left: 0 !important
}

body[data-sidebar-size=small] .navbar-brand-box {
    width: 160px
}

body[data-sidebar-size=small] .vertical-menu {
    width: 160px;
    text-align: center
}

    body[data-sidebar-size=small] .vertical-menu .badge,
    body[data-sidebar-size=small] .vertical-menu .has-arrow:after {
        display: none !important
    }

body[data-sidebar-size=small] .main-content {
    margin-left: 160px
}

body[data-sidebar-size=small] .footer {
    left: 160px
}

body[data-sidebar-size=small] #sidebar-menu ul li a i {
    display: block
}

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a {
    padding-left: 1.5rem
}

    body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a:before {
        display: none
    }

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding-left: 1.5rem
}

body[data-sidebar-size=small].vertical-collpsed .main-content {
    margin-left: 70px
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu {
    text-align: left
}

    body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
        display: inline-block
    }

body[data-sidebar-size=small].vertical-collpsed .footer {
    left: 70px
}

[dir=rtl] #sidebar-menu .has-arrow:after {
    content: "\f0141";
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

[dir=rtl] #sidebar-menu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.topnav {
    background: #fff;
    padding: 0 calc(24px / 2);
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    margin-top: 70px;
    left: 0;
    right: 0;
    z-index: 100
}

    .topnav .topnav-menu {
        margin: 0;
        padding: 0
    }

    .topnav .navbar-nav .nav-link {
        font-size: 15px;
        position: relative;
        padding: 1.2rem 1.5rem;
        color: #27303f
    }

        .topnav .navbar-nav .nav-link i {
            font-size: 15px;
            top: 2px;
            position: relative
        }

        .topnav .navbar-nav .nav-link:focus,
        .topnav .navbar-nav .nav-link:hover {
            color: #525ce5;
            background-color: transparent
        }

    .topnav .navbar-nav .dropdown-item {
        color: #27303f
    }

        .topnav .navbar-nav .dropdown-item.active,
        .topnav .navbar-nav .dropdown-item:hover {
            color: #525ce5;
            background: 0 0
        }

    .topnav .navbar-nav .nav-item .nav-link.active {
        color: #525ce5
    }

    .topnav .navbar-nav .dropdown.active > a {
        color: #525ce5;
        background-color: transparent
    }

@media (min-width:1200px) {
    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 85%
    }
}

@media (min-width:992px) {
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0
    }

    .topnav .dropdown-item {
        padding: .5rem 1.5rem;
        min-width: 180px
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0;
        right: auto
    }

    .topnav .dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 .25rem .25rem
    }

        .topnav .dropdown .dropdown-menu .arrow-down::after {
            right: 15px;
            -webkit-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
            position: absolute
        }

        .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
            position: absolute;
            top: 0 !important;
            left: 100%;
            display: none
        }

    .topnav .dropdown:hover > .dropdown-menu {
        display: block
    }

        .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
            display: block
        }

    .navbar-toggle {
        display: none
    }
}

.arrow-down {
    display: inline-block
}

    .arrow-down:after {
        border-color: initial;
        border-style: solid;
        border-width: 0 0 1px 1px;
        content: "";
        height: .4em;
        display: inline-block;
        right: 5px;
        top: 50%;
        margin-left: 10px;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: .4em
    }

@media (max-width:1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto
    }
}

@media (max-width:991.98px) {
    .navbar-brand-box .logo-dark {
        display: block
    }

        .navbar-brand-box .logo-dark span.logo-sm {
            display: block
        }

    .navbar-brand-box .logo-light {
        display: none
    }

    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0
    }

        .topnav .navbar-nav .nav-link {
            padding: .75rem 1.1rem
        }

        .topnav .dropdown .dropdown-menu {
            background-color: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding-left: 20px
        }

            .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
                width: auto
            }

                .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
                    margin: 0
                }

        .topnav .dropdown .dropdown-item {
            position: relative;
            background-color: transparent
        }

            .topnav .dropdown .dropdown-item.active,
            .topnav .dropdown .dropdown-item:active {
                color: #525ce5
            }

        .topnav .arrow-down::after {
            right: 15px;
            position: absolute
        }
}

@media (min-width:992px) {
    body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-dark {
        display: block
    }

    body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-light {
        display: none
    }

    body[data-layout=horizontal][data-topbar=light] .topnav {
        background-color: #141b2d
    }

        body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
            color: rgba(255, 255, 255, .5)
        }

            body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus,
            body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover {
                color: rgba(255, 255, 255, .9)
            }

        body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav > .dropdown.active > a {
            color: rgba(255, 255, 255, .9) !important
        }
}

body[data-layout=horizontal] .logo-dark {
    display: none
}

body[data-layout=horizontal] .logo-light {
    display: block
}

body[data-topbar=colored] #page-topbar {
    background-color: #778beb
}

body[data-topbar=colored] .navbar-header .dropdown .show.header-item {
    background-color: rgba(255, 255, 255, .05)
}

body[data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

body[data-topbar=colored] .title-tooltip li i {
    color: rgba(255, 255, 255, .8)
}

body[data-topbar=colored] .header-item {
    color: rgba(255, 255, 255, .5)
}

    body[data-topbar=colored] .header-item:hover {
        color: #fff
    }

body[data-topbar=colored] .header-profile-user {
    background-color: rgba(255, 255, 255, .25)
}

body[data-topbar=colored] .noti-icon i {
    color: rgba(255, 255, 255, .5)
}

body[data-topbar=colored] .logo-dark {
    display: none
}

body[data-topbar=colored] .logo-light {
    display: block
}

body[data-topbar=colored] .app-search .form-control {
    background-color: rgba(241, 245, 247, .07);
    color: #fff
}

body[data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=colored] .app-search span {
    color: rgba(255, 255, 255, .5)
}

body[data-layout-size=boxed] {
    background-color: #f1f3f7
}

    body[data-layout-size=boxed] #layout-wrapper {
        background-color: #f5f7fa;
        max-width: 1400px;
        margin: 0 auto;
        -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
        box-shadow: 0 2px 4px rgba(126, 142, 177, .1)
    }

    body[data-layout-size=boxed] #page-topbar {
        max-width: 1400px;
        margin: 0 auto
    }

    body[data-layout-size=boxed] .footer {
        margin: 0 auto;
        max-width: calc(1400px - 260px)
    }

    body[data-layout-size=boxed].vertical-collpsed .footer {
        max-width: calc(1400px - 70px)
    }

body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,
body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,
body[data-layout=horizontal][data-layout-size=boxed] .footer {
    max-width: 100%
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,
body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
    max-width: 1400px
}

.mr-15 {
    margin-right: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.w-100 {
    width: 100%;
}

.overflow-auto {
    overflow: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-muted {
    color: var(--text-sub-header);
    font-size: 16px;
    text-align: left;
}

.card-title {
    font-family: 'FC Minimal';
    font-size: 21px;
    color: var(--text-header);
}

@media (max-width: 1536px) {
    .card-title {
        font-size: 21px;
    }
}

.btn {
    border-radius: var(--border-radius-xl);
    cursor: pointer;
}

.btn-primary {
    color: var(--button-primary-text);
    background-color: var(--button-primary-bg);
    border-color: var(--button-primary-bg);
    width: max-content;
    cursor: pointer;
}

.card-white {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bg-card-inner);
    background-clip: border-box;
    border: 0 solid #eaedf1;
    border-radius: .25rem;
}

.text-head {
    font-family: 'FC Minimal';
    font-size: 21px;
    color: var(--text-header);
}

.text-sub {
    font-family: 'FC Minimal';
    color: var(--text-sub-header);
    font-size: 16px;
}

.card {
    background-color: var(--bg-card);
    border-radius: var(--border-radius-medium);
}

.card-header {
    background-color: var(--bg-card);
    border-radius: var(--border-radius-medium);
}

    .card-header:first-child {
        border-radius: var(--border-radius-medium);
    }
/* ===== start chart ===== */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-background {
    background-color: var(--bg-white);
    fill: #fafbfd;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}
/* ===== end chart ===== */
/* ===== start banner ===== */

.banner {
    display: flex;
    margin-top: 70px;
}

@media (max-width: 991px) {
    .banner {
        display: block;
    }
}

.logo-style {
    border-radius: 10px;
    background-color: var(--bg-white);
    width: 100px;
    padding: 15px;
}

.left {
    flex: 1.3;
    background: url(../images/cover.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 20px;
    color: var(--text-header);
    position: relative;
}

    .left::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.left-content {
    position: relative;
    max-width: 100%;
    text-align: left;
    z-index: 1;
    backdrop-filter: blur(3px);
    background-color: rgb(255 255 255 / 80%);
    padding: 50px 30px;
    margin-right: 200px;
    margin-top: 120px;
    margin-bottom: 60px;
    border-radius: var(--border-radius-large);
}

    .left-content.box-crop-text-detail-banner {
        max-width: 500px !important;
    }

    .left-content h1 {
        font-size: 60px;
        margin-bottom: 10px;
        margin-top: 0;
        font-family: 'FC Minimal';
        color: var(--text-header);
        font-weight: bold;
    }

    .left-content p {
        font-size: 16px;
        margin-bottom: 20px;
        color: var(--text-sub-header);
    }

.icon-circle {
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--bg-color-primary);
    border-radius: 50%;
    color: var(--button-primary-text);
    font-size: 24px;
    margin-bottom: 10px; */
    width: 50px;
    height: 50px;
    background-color: var(--bg-color-primary);
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 24px;
}

.left-content .button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.right {
    flex: 1;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.block-grid {
    width: 500px;
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.banner-info-col-12 .block-grid {
    width: 100%;
    grid-template-columns: 4fr 6fr 6fr 6fr 6fr 6fr;
}

.block {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: var(--border-radius-medium);
    display: flex;
    height: 100%;
    align-items: center;
}

    .block h5 {
        font-size: 0.8rem;
        color: var(--text-sub-header);
        line-height: normal;
    }

    .block h3 {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .block:first-of-type {
        border: 1px solid #f6f6f6;
        background-color: #fff;
        background-image: url("../images/circle-blur.webp");
        background-position: left top;
        background-repeat: no-repeat;
    }

    .block:nth-of-type(2) {
        background-image: url("../images/circle-blur.webp");
        background-position-x: 52px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .block:nth-of-type(3) {
        background-image: url("../images/circle-blur.webp");
        background-position-x: 52px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .block:nth-of-type(4) {
        background-image: url("../images/circle-blur.webp");
        background-position-x: right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .block:nth-of-type(5) {
        background-image: url("../images/circle-blur.webp");
        background-position-x: left;
        background-size: cover;
        background-repeat: no-repeat;
    }

.block {
    border: 1px solid #f6f6f6;
    background-color: #fff;
}

    .block .label {
        color: var(--text-sub-header);
        font-size: 16px;
    }

    .block .value {
        color: #161A19;
        font-size: 26px;
        font-family: 'FC Minimal';
        font-weight: 500;
    }

.block-grid {
    grid-template-columns: 1fr 1fr;
}

.block:first-of-type {
    grid-column: span 2;
}

.symbol-info {
    display: flex;
    justify-content: space-between;
}

    .symbol-info .lasted {
        text-align: right;
    }

.symbol {
    font-size: 32px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

@media (max-width: 1199px) {
    .block .value {
        font-size: 24px;
    }

    .symbol {
        font-size: 24px;
        font-family: 'FC Minimal';
        color: var(--text-header);
    }

    .left-content h1 {
        font-size: 42px;
    }

    .left-content p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .symbol {
        font-size: 40px;
    }

    .left-content {
        margin-right: 0;
    }

    .banner-info-col-12 .block-grid {
        grid-template-columns: 2fr 1fr 2fr 2fr;
    }

    .left {
        justify-content: right;
    }

    .block-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
        /* Optional: Add gap between testimonials */
    }

    .block:first-of-type {
        grid-row: span 2;
    }

    .symbol-info {
        display: block;
        justify-content: space-between;
    }

        .symbol-info .lasted {
            text-align: left;
        }
}

@media (max-width: 767px) {
    .banner-info-col-12 .block-grid {
        grid-template-columns: 2fr 2fr 2fr 2fr;
    }

    .symbol-info {
        display: flex;
    }

        .symbol-info .lasted {
            text-align: right;
        }

    .block .value {
        font-size: 21px;
    }

    .block:first-of-type {
        grid-row: span 2;
        grid-column: span 4;
    }
}

@media (max-width: 575px) {
    .symbol {
        font-size: 30px;
    }

    .left-content h1 {
        font-size: 32px;
    }

    .left-content p {
        font-size: 16px;
    }

    .block:nth-of-type(2),
    .block:nth-of-type(3),
    .block:nth-of-type(4),
    .block:nth-of-type(5) {
        grid-row: span 2;
        grid-column: span 2;
    }
}
/* ===== end banner ===== */
/* ===== atart about ===== */

.about {
    padding-left: 20px;
    padding-right: 20px;
}

.text-about .head {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    font-weight: 500;
}

.text-about p {
    color: var(--gray2);
    font-size: 16px;
}

.about img {
    padding: 50px 0;
}

.img-about {
    padding: 50px 0;
    width: 100%;
}

@media (min-width: 1536px) {
    .img-about {
        padding: 50px 0;
        width: 70%;
    }

    .text-about p {
        color: var(--gray2);
        font-size: 16px;
    }
}

@media (max-width: 1536px) {
    .text-about .head {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .text-about p {
        color: var(--gray2);
        font-size: 16px;
    }

    .img-about {
        padding: 50px 0;
        width: 70%;
    }
}
/* ===== end about ===== */
/* ===== start company-background-col-12 ===== */

.company-background-12 .card-inner {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .company-background-12 .row {
        row-gap: 25px;
        height: auto;
        overflow: auto;
    }
}
/* ===== end company-background-col-12 ===== */
/* ===== start company-background-col-6 ===== */

.d-flex-h-100 {
    display: flex;
    height: 100%;
}

.block-content {
    display: flex;
}

.company-background-6 .row {
    row-gap: 25px;
}

.company-background .card-white .card-body {
    padding: 20px;
}

.company-background-6 .card-inner {
    display: flex;
    flex-direction: column;
}

.card-white {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-body {
    flex: 1;
}

.company-background-6 .card-body {
    padding: 30px;
}
/* ===== end company-background-col-6 ===== */
/* ===== Stsrt company-background-col-4 ===== */

.company-background-4 .row {
    row-gap: 15px;
}

.company-background-4 .card-white .card-body {
    padding: 15px;
}

.company-background-4 .card-inner {
    display: flex;
    flex-direction: column;
}

.card-white {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-body {
    flex: 1;
}

.company-background-4 .scroll {
    height: 465px;
    overflow-y: auto;
    position: relative;
}

    .company-background-4 .scroll::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        /* Height of the fade effect */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
        pointer-events: none;
    }

.company-background-4 .card-body {
    padding: 20px;
}

@media (max-width: 991px) {
    .company-background-6 .row {
        row-gap: 25px;
        height: 450px;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .company-background-6 .row {
        row-gap: 25px;
        height: 300px;
        overflow: auto;
    }
}

@media (max-width:535px) {
    .about img {
        width: 100% !important;
    }
}
/* ===== End company-background-col-4 ===== */
/* ===== Start company-background-v2 ===== */

.company-background-v2 {
}

    .company-background-v2 .bx-wrapper {
        position: relative;
        margin-bottom: 60px;
        padding: 0;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

        .company-background-v2 .bx-wrapper .bx-viewport {
            margin-left: -10px;
            height: 100%;
        }

@media (max-width: 475px) {
    .company-background-v2 .bx-wrapper .bx-viewport {
        margin-left: 0px;
    }
}

.company-background-v2 .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.company-background-v2 .bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

.company-background-v2 ul.bxslider {
    list-style: none;
}

.company-background-v2 .bx-viewport {
    -webkit-transform: translateZ(0);
}

.company-background-v2 .bx-wrapper .bx-controls-auto,
.company-background-v2 .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.company-background-v2 .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../images/slider-one/bx_loader.gif) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.company-background-v2 .bx-wrapper .bx-pager {
    text-align: left;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

    .company-background-v2 .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        border-radius: 5px;
    }

        .company-background-v2 .bx-wrapper .bx-pager.bx-default-pager a.active,
        .company-background-v2 .bx-wrapper .bx-pager.bx-default-pager a:focus,
        .bcompany-background-v2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000;
        }

.company-background-v2 .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.company-background-v2 .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}

.company-background-v2 .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.company-background-v2 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat;
}

    .company-background-v2 .bx-wrapper .bx-prev:focus,
    .company-background-v2 .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

.company-background-v2 .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat;
}

    .company-background-v2 .bx-wrapper .bx-next:focus,
    .company-background-v2 .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

.company-background-v2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

    .company-background-v2 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

.company-background-v2 .bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start.active,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start:focus,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0;
        }

    .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop.active,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop:focus,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px;
        }

.company-background-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.company-background-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.company-background-v2 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .company-background-v2 .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: 0.85em;
        padding: 10px;
    }

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #a1a1a1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
}

    .company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #000000;
        height: 10px;
        width: 42px;
        border-radius: 100px;
    }

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-auto,
.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager {
    bottom: -40px;
}

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a {
    margin-top: -5px;
}

    .company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat 0 0/60px auto;
        left: -29px;
    }

    .company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-next {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat -33px 0/60px auto;
        right: -40px;
    }

.company-background-v2 .carouselteam-wrap .team-carousel {
    margin: 0;
    padding: 0;
}

    .company-background-v2 .carouselteam-wrap .team-carousel li {
        padding: 0;
        list-style-type: none;
        width: calc(25% - 20px);
        margin: 0 10px;
        float: left;
        position: relative;
    }

@media (min-width: 0) and (max-width: 479.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li {
        width: calc(33.33333% - 20px);
        margin-bottom: 20px;
    }
}

.company-background-v2 .carouselteam-wrap .team-carousel li .team-profile {
    position: relative;
}

    .company-background-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

@media (max-width: 991px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        margin: 0 auto;
        width: auto;
    }
}

.company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap {
    bottom: 15px;
    color: var(--text-overlay-image);
    padding: 0 10px;
    position: absolute;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
    width: 100%;
    text-align: center;
}

    .company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content h3 {
        color: var(--text-overlay-image);
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        font-family: 'FC Minimal';
    }

    .company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        color: var(--text-overlay-image);
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        min-height: 45px;
        padding: 10px 25px 0 0;
    }

@media (min-width: 0px) and (max-width: 1199.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        display: none;
    }
}

.company-background-v2 .carouselteam-wrap .team-carousel li:hover .team-sub-wrap {
    bottom: 10px;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
}

.company-background-v2 .carouselteam-wrap .team-carousel .team-tag {
    bottom: 10px;
    color: #fff;
    position: absolute;
    right: 10px;
}

    .company-background-v2 .carouselteam-wrap .team-carousel .team-tag.twitter-icon {
        bottom: 35px;
    }

    .company-background-v2 .carouselteam-wrap .team-carousel .team-tag i {
        font-size: 16px;
    }
/* ===== End company-background-v2  ===== */
/* =====  Start timeline-col-12 ===== */

.timeline-carousel {
    padding: 10px 30px 30px 30px;
    position: relative;
    overflow: hidden;
}

    .timeline-carousel:after {
        left: 0;
    }

    .timeline-carousel:before {
        right: 0;
        opacity: 0;
    }

    .timeline-carousel .slick-list {
        overflow: hidden;
    }

    .timeline-carousel .slick-dots {
        bottom: -20px;
        display: flex;
        justify-content: center;
        padding: 0;
        list-style: none;
    }

        .timeline-carousel .slick-dots li {
            width: 12px;
            height: 12px;
            margin: 0 6px;
            cursor: pointer;
            position: relative;
        }

            .timeline-carousel .slick-dots li::before {
                content: "";
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-color: #c8c8ca;
                border: 1px solid #c8c8ca;
                display: block;
            }

            .timeline-carousel .slick-dots li.slick-active::before {
                background-color: #000;
                border-color: #000;
            }

    .timeline-carousel h1 {
        color: #000;
        font-size: 46px;
        line-height: 50pd;
        margin-bottom: 40px;
        font-weight: 900;
    }

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: pointer;
}

    .timeline-carousel__item .media-wrapper {
        opacity: 0.4;
        padding-bottom: 71.4%;
        transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
        width: calc(100% - 100px);
    }

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

    .timeline-carousel__item-inner:after {
        position: absolute;
        width: 100%;
        top: 56px;
        left: 80px;
        content: "";
        border-bottom: 1px solid rgb(135 135 135 / 20%);
    }

    .timeline-carousel__item-inner .year {
        font-size: 36px;
        line-height: 36px;
        color: #000;
        display: table;
        letter-spacing: -1px;
        padding-right: 10px;
        z-index: 1;
        position: relative;
        margin: -15px 0 20px;
        font-weight: 900;
    }

    .timeline-carousel__item-inner .month {
        font-size: 21px;
        text-transform: uppercase;
        color: #000;
        display: block;
        margin-bottom: 10px;
        font-family: 'FC Minimal';
    }

    .timeline-carousel__item-inner p {
        font-size: 12px;
        line-height: 18px;
        color: #000;
        width: auto;
        padding-right: 30px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .timeline-carousel__item-inner .read-more {
        font-size: 12px;
        color: #000;
        display: table;
        margin-bottom: 10px;
        font-weight: 900;
        text-decoration: none;
        position: relative;
    }

        .timeline-carousel__item-inner .read-more:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            border-bottom: 2px solid #000;
            transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        }

        .timeline-carousel__item-inner .read-more:hover:after {
            width: 100%;
        }

    .timeline-carousel__item-inner .pointer {
        height: 29px;
        position: relative;
        z-index: 1;
        margin: -4px 0 16px;
    }

        .timeline-carousel__item-inner .pointer:after,
        .timeline-carousel__item-inner .pointer:before {
            position: absolute;
            content: "";
        }

        .timeline-carousel__item-inner .pointer:after {
            width: 15px;
            height: 15px;
            border-radius: 100%;
            top: 0;
            left: 0;
            background-color: #57cc34;
        }

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

    .link a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .link .fa {
        font-size: 28px;
        margin-right: 8px;
    }

.slick-dots button {
    display: none;
}

@media (max-width: 767px) {
    .timeline-carousel__item-inner p {
        width: auto;
    }
}
/* =====  End timeline-col-12 ===== */
/* =====  Start timeline-col-6 ===== */

.height-card-custom {
    height: 400px;
    overflow: auto;
}

.timeline-6 .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 75px;
    bottom: 0px;
    width: 2px;
    background: #ddd;
    height: auto;
    overflow: scroll;
}

.timeline-6 .timeline:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-6 .entry {
    clear: both;
    text-align: left;
    position: relative;
}

    .timeline-6 .entry .title {
        margin-bottom: 0.5em;
        float: left;
        text-align: right;
        width: max-content;
    }

        .timeline-6 .entry .title:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            border: 4px solid var(--bg-color-primary);
            background-color: var(--bg-color-primary);
            border-radius: 100%;
            top: 0%;
            left: 56.5px;
            z-index: 99;
        }

        .timeline-6 .entry .title h3 {
            margin: 0;
            font-size: 16px;
            font-family: 'FC Minimal';
            text-align: left;
        }

        .timeline-6 .entry .title p {
            margin: 0;
            font-size: 100%;
        }

    .timeline-6 .entry .body {
        padding-left: 100px;
    }

        .timeline-6 .entry .body p {
            line-height: 1.4em;
            font-weight: 500;
        }

            .timeline-6 .entry .body p:first-child {
                margin-top: 0;
                font-family: 'FC Minimal';
                font-size: 16px;
                margin-bottom: 5px;
            }

.timeline-6 .sub-text {
    color: var(--gray2);
}

.timeline-6 .body .head-text {
    color: var(--black);
    font-family: 'FC Minimal';
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-6 .entry .body ul {
    color: var(--text-sub-header);
    padding-left: 0;
    list-style-type: none;
}

    .timeline-6 .entry .body ul li {
        display: flex;
    }

        .timeline-6 .entry .body ul li:before {
            content: "โ€“";
            margin-right: 0.5em;
        }

.timeline-6 .entry .body img {
    width: 170px;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .timeline-6 .height-card-custom {
        row-gap: 25px;
        height: 450px;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .timeline-6 .height-card-custom {
        row-gap: 25px;
        height: 300px;
        overflow: auto;
    }
}
/* =====  End timeline-col-6 ===== */
/* ===== Start timeline-col-4 ===== */

.timeline-4 .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 75px;
    bottom: 0px;
    width: 2px;
    background: #ddd;
}

.timeline-4 .timeline:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-4 .entry {
    clear: both;
    text-align: left;
    position: relative;
}

    .timeline-4 .entry .title {
        margin-bottom: 0.5em;
        float: left;
        padding-right: 30px;
        text-align: right;
        position: relative;
        width: max-content;
    }

        .timeline-4 .entry .title:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            border: 4px solid #57cc34;
            background-color: #57cc34;
            border-radius: 100%;
            top: 0%;
            right: -4px;
            z-index: 99;
        }

        .timeline-4 .entry .title h3 {
            margin: 0;
            font-size: 21px;
            font-family: 'FC Minimal';
            text-align: left;
        }

        .timeline-4 .entry .title p {
            margin: 0;
            font-size: 100%;
        }

    .timeline-4 .entry .body {
        padding-left: 100px;
    }

        .timeline-4 .entry .body p {
            line-height: 1.4em;
        }

            .timeline-4 .entry .body p:first-child {
                margin-top: 0;
                font-weight: 400;
            }

        .timeline-4 .entry .body ul {
            color: #aaa;
            padding-left: 0;
            list-style-type: none;
        }

.timeline-6 .entry .body ul li:before {
    content: "โ€“";
    margin-right: 0.5em;
}
/* ===== End timeline-col-4 ===== */
/* ===== Start board-person ===== */

.card-content {
    overflow-x: hidden;
    margin: 0px 0;
}

.swiper-pagination-bullet {
    margin: 5px;
}

.column {
    margin: 5px;
    max-width: 100%;
    background-color: #ffffff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}

    .column img {
        width: 100%;
        height: 380px;
        background-size: cover;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

.text {
    padding: 0px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .text .title {
        color: var(--text-overlay-image);
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        font-family: 'FC Minimal';
    }

    .text .position {
        font-size: 16px;
        color: #fff;
    }

.button-container {
    margin: auto;
    width: 100%;
}

    .button-container button {
        width: 100%;
        padding: 10px 20px;
        background-color: #5a64d0;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
    }

        .button-container button:hover {
            background-color: #0056b3;
        }

@media (min-width: 300px) {
    .card-content {
        margin-inline: 20px;
    }
}

@media screen and (min-width: 768px) {
    .card-content {
        margin-inline: 0px;
    }
}

@media screen and (max-width: 1440px) {
    .column img {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .column img {
        height: 300px;
    }
}
/* ===== End board-person  ===== */
/* ===== Start chairman-col-4 ===== */

.chairman {
}

    .chairman .chairman-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .chairman .quoat {
        font-size: 24px;
        font-family: 'FC Minimal';
        line-height: normal;
        color: var(--text-header);
    }

    .chairman .signature .signature-name {
        font-size: 21px;
        font-family: 'FC Minimal';
        color: var(--text-header);
    }

    .chairman .card-body {
        background-image: url(../images/chairman/line-object.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

@media (max-width: 1366px) {
    .hide-on-large {
        display: none;
    }
}

@media (max-width: 991px) {
    .chairman {
        height: 100%;
        display: flex;
    }
}

@media (max-width: 767px) {
    .chairman {
        height: 100%;
        display: block;
    }
}
/* ===== End chairman-col-4 ===== */
/* ===== Start financial hightlight  ===== */

.financial-information {
    display: block;
}

    .financial-information .financial-information-text {
        font-size: 21px;
        font-family: 'FC Minimal';
        color: var(--text-header);
        font-weight: 500;
    }

    .financial-information .financial-information-des {
        font-size: 16px;
        color: var(--gray2);
    }

.financial-information-block .number {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    font-weight: 500;
}

.financial-information-block .number-des {
    font-size: 16px;
    color: var(--text-sub-header);
}

.financial-information-block {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .financial-information-block .card {
        width: 100%;
        height: 100%;
    }

.detail-stock {
    display: flex;
    height: 100%;
}

@media (max-width: 1536px) {
    .financial-information .financial-information-text {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .detail-stock .inbox-wid .inbox-list-item {
        width: 50%;
        float: left;
    }

        .detail-stock .inbox-wid .inbox-list-item a {
            border-bottom: 0 !important;
        }
}

@media (max-width: 991px) {
    .financial-information {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .financial-information-block .number-des {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .detail-stock .inbox-wid .inbox-list-item {
        width: 100%;
        float: left;
    }

        .detail-stock .inbox-wid .inbox-list-item a {
            border-bottom: 1px solid #edf1f5 !important;
        }
}

@media (max-width: 575px) {
    .financial-information {
        display: block;
    }
}
/* ===== End financial hightlight  ===== */
/* ===== Start financial-higghlight-stats-v2 ===== */

.financial-highlight-stats-v2 {
}

    .financial-highlight-stats-v2 .bx-wrapper {
        position: relative;
        margin-bottom: 60px;
        padding: 0;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-viewport {
            margin-left: -10px;
            height: 100%;
        }

@media (max-width: 475px) {
    .financial-highlight-stats-v2 .bx-wrapper .bx-viewport {
        margin-left: 0px;
    }
}

.financial-highlight-stats-v2 .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.financial-highlight-stats-v2 .bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

.financial-highlight-stats-v2 ul.bxslider {
    list-style: none;
}

.financial-highlight-stats-v2 .bx-viewport {
    -webkit-transform: translateZ(0);
}

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto,
.financial-highlight-stats-v2 .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../images/slider-one/bx_loader.gif) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-pager {
    text-align: left;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        border-radius: 5px;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a.active,
        .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a:focus,
        .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000;
        }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.financial-highlight-stats-v2 .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-prev:focus,
    .financial-highlight-stats-v2 .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

.financial-highlight-stats-v2 .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-next:focus,
    .financial-highlight-stats-v2 .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start.active,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start:focus,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0;
        }

    .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop.active,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop:focus,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px;
        }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: 0.85em;
        padding: 10px;
    }

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #a1a1a1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #000000;
        height: 10px;
        width: 42px;
        border-radius: 100px;
    }

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-auto,
.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager {
    bottom: -40px;
}

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a {
    margin-top: -5px;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat 0 0/60px auto;
        left: -29px;
    }

    .financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-next {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat -33px 0/60px auto;
        right: -40px;
    }

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel {
    margin: 0;
    padding: 0;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        padding: 0;
        list-style-type: none;
        width: calc(25% - 20px);
        margin: 0 10px;
        float: left;
        position: relative;
    }

@media (min-width: 0) and (max-width: 479.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        width: calc(33.33333% - 20px);
        margin-bottom: 20px;
    }
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-profile {
    position: relative;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

@media (max-width: 991px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        margin: 0 auto;
        width: auto;
    }
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap {
    bottom: 15px;
    color: var(--text-overlay-image);
    padding: 0 10px;
    position: absolute;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
    width: 100%;
    text-align: center;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content h3 {
        color: var(--text-overlay-image);
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        font-family: 'FC Minimal';
    }

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        color: var(--text-overlay-image);
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        min-height: 45px;
        padding: 10px 25px 0 0;
    }

@media (min-width: 0px) and (max-width: 1199.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        display: none;
    }
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li:hover .team-sub-wrap {
    bottom: 10px;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag {
    bottom: 10px;
    color: #fff;
    position: absolute;
    right: 10px;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag.twitter-icon {
        bottom: 35px;
    }

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag i {
        font-size: 16px;
    }
/* ===== End financial-higghlight-stats-v2  ===== */
/* ===== Start financial graph ===== */

.financial-graph .header-title {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}
/* Apply rounded corners to the top of the bars */

.rounded-top {
    clip-path: inset(0 0 0 0 round 20px 20px 0 0);
    /* 20px เธเธทเธญเธเนเธฒเธฃเธฑเธจเธกเธตเธ—เธตเนเธ•เนเธญเธเธเธฒเธฃ */
}

#graph1 {
    height: 300px;
    width: 100%;
}

#graph2 {
    height: 250px;
    width: 100%;
}

#graph3 {
    height: 250px;
    width: 100%;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
/* ===== End financial graph ===== */
/* ===== Start Detail Stock ===== */

.detail-stock .media-body h5 {
    font-size: 16px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    text-align: left;
}

.detail-stock .media {
    display: flex;
}

.detail-stock .inbox-wid .inbox-list-item a {
    color: var(--text-sub-header);
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #edf1f5;
    cursor: auto;
}

    .detail-stock .inbox-wid .inbox-list-item a:hover {
        opacity: 1;
    }

.detail-stock .inbox-wid .inbox-list-item li:last-child {
    border-bottom: 0px solid #edf1f5;
}
/* =====  End Detail Stock ===== */
/* =====  shareholder-information ===== */

.green {
    background-color: var(--green);
}

.black {
    background-color: var(--black);
}

.gray1 {
    background-color: var(--gray1);
}

.gray2 {
    background-color: var(--gray2);
}

.gray3 {
    background-color: var(--gray3);
}

.gray4 {
    background-color: var(--gray4);
}

.shareholder-information .inbox-wid .inbox-list-item .block-list {
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.shareholder-information .inbox-wid .inbox-list-item a {
    padding: 0 0;
}

.shareholder-information p {
    color: var(--text-sub-header);
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: block;
    position: absolute;
}

.shareholder-information .media-body h5 {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    line-height: normal;
}

.shareholder-information .media-body {
    padding-left: 30px;
}

.shareholder-information .num {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    padding-right: 30px;
}

.shareholder-information .inbox-wid li {
    border-bottom: 1px solid #edf1f5;
    padding: 10px 0;
}

    .shareholder-information .inbox-wid li:last-child {
        border-bottom: 0;
    }

.shareholder-information .media {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.shareholder-information .card-body {
    padding-top: 0;
    padding-bottom: 10px;
}

.effect-image-1 {
    overflow: hidden;
    border-radius: 8px;
}

.image-overlay {
    position: absolute;
    bottom: -10px;
    /* Initially position below */
    left: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    transition: bottom 0.4s, opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.zoom-effect-1:hover .image-overlay {
    bottom: 20px;
}

.zoom-effect-1:hover .image-subtitle {
    bottom: 50px;
    margin-bottom: 30px;
}

.image-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    transform: translateY(50px);
    /* Initially position below */
    transition: transform 0.4s;
    /* Add transform */
}

.image-subtitle,
.image-button {
    opacity: 0;
    transform: translateY(50px);
    /* Initially position below */
    transition: opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.zoom-effect-1:hover .image-title,
.zoom-effect-1:hover .image-subtitle,
.zoom-effect-1:hover .image-button {
    opacity: 1;
    transform: translateY(0);
    /* Slide up upon hover */
}

.zoom-effect-1 img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.zoom-effect-1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.zoom-effect-1 img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.shareholder-information-card .card-image .text-card {
    left: 20px;
}

#pie {
    display: block;
}

#pie1 {
    display: block;
}

#pie2 {
    display: block;
}

#pie3 {
    display: block;
}

.shareholder-information-block .number {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

.shareholder-information-block .number-des {
    font-size: 13px;
    color: var(--text-sub-header);
}

.shareholder-information-block {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .shareholder-information-block.shareholder-information-block-12 {
        display: block;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .shareholder-information-block .card {
        width: 100%;
        height: 100%;
    }

.card-image {
    height: 100%;
}

    .card-image img {
        height: 100%;
        object-fit: cover;
    }

.detail-stock {
    display: flex;
    height: 100%;
}

@media (max-width: 1300px) {
    .shareholder-information .inbox-wid {
        height: 450px;
        overflow: auto;
        position: relative;
    }
}

@media (max-width: 991px) {
    #pie {
        display: none;
    }

    .shareholder-information .inbox-wid {
        height: auto;
    }

    .shareholder-information-block.shareholder-information-block-12 {
        display: flex;
    }

    .shareholder-information .card-body {
        padding-right: 30px;
    }

    #pie1 {
        display: none;
    }

    #pie2 {
        display: none;
    }

    #pie3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .shareholder-information-card .card-image .text-card {
        top: calc(74%);
        left: 20px;
    }

    .shareholder-information-card .card-image img {
        width: 100%;
    }

    .shareholder-information-card .card-image h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .shareholder-information-card .card-image h3 {
        font-size: 18px;
    }
}
/* =====  End shareholder-information  ===== */
/* =====  Start Investor Information ===== */

.card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(14 19 78 / 63%), rgb(255 255 255 / 0%));
    z-index: 1;
}

.investor-information {
}

    .investor-information .row {
        row-gap: 30px;
    }

@media (max-width: 991px) {
    .investor-information .image-overlay {
        bottom: 20px;
    }

    .card-image img {
        width: 100%;
    }

    .investor-calendar .card-image::before {
        content: "";
        background: none;
    }
}

@media (max-width: 575px) {
    .investor-information .card-image .text-card {
        top: calc(75%);
        left: 20px;
    }
}
/* =====  End Investor Information ===== */
/* ===== Start Investor Document ===== */

.investor-document .media-body p {
    color: var(--text-sub-header);
}

.investor-document .image-document img {
    width: 100%;
    text-align: center;
}

.investor-document .media-body h5 {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

.investor-document .media {
    display: flex;
}

.investor-document .inbox-wid li {
    color: #495057;
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #edf1f5;
}

    .investor-document .inbox-wid li:last-child {
        border-bottom: 0px solid #edf1f5;
    }

.investor-document .text-muted {
    font-size: 16px;
}

.investor-document .image-document {
    position: relative;
}

.investor-document .title-document {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .investor-document .title-document .download-link,
    .investor-document .title-document .view-link {
        color: var(--text-overlay-image);
    }

.investor-document .title-text {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-overlay-image);
    line-height: normal;
}

.investor-document .links-document {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.investor-document .download-link,
.view-link {
    text-decoration: none;
    font-size: 16px;
    font-family: 'FC Minimal';
}

    .investor-document .download-link:hover,
    .view-link:hover {
        text-decoration: underline;
        font-size: 16px;
        font-family: 'FC Minimal';
    }

@media (max-width: 1600px) {
    .investor-document .inbox-wid {
        height: 380px;
        overflow: auto;
    }
}

@media (max-width: 1438px) {
    .investor-document .inbox-wid li {
        padding: 11px 0;
    }
}

@media (max-width: 991px) {
    .investor-document {
        display: block;
        height: 100%;
    }

        .investor-document .image-document img {
            width: 250px;
            margin: auto;
        }

        .investor-document .inbox-wid {
            margin-top: 30px;
        }

        .investor-document .image-document {
            position: relative;
            width: 250px;
            margin: auto;
        }
}

@media (max-width: 767px) {
    .investor-document .inbox-wid {
        height: auto;
        overflow: auto;
    }

    .investor-document .image-document {
        width: 250px;
        margin: auto;
    }

    .investor-document {
        display: block;
    }
}
/* ===== End Investor Document =====*/
/* ===== Start Investor calendar =====*/

.investor-calendar .image-overlay {
    position: absolute;
    bottom: -20px;
    /* Initially position below */
    left: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    transition: bottom 0.4s, opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.investor-calendar .zoom-effect-1:hover .image-overlay {
    bottom: 20px;
}

.image-document .img-col-4 {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.investor-calendar .zoom-effect-1:hover .image-subtitle {
    bottom: 50px;
    margin-bottom: 30px;
}

.investor-calendar .image-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    transform: translateY(50px);
    /* Initially position below */
    transition: transform 0.4s;
    /* Add transform */
}

.investor-calendar .image-subtitle,
.investor-calendar .image-button {
    opacity: 0;
    transform: translateY(50px);
    /* Initially position below */
    transition: opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.investor-calendar .media-body h5 {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: #161A19;
}

.investor-calendar .text-muted {
    font-size: 16px;
}

.investor-calendar .image-document {
    position: relative;
}

    .investor-calendar .image-document img {
        border-radius: 10px;
        height: 340px;
        object-fit: cover;
    }

.investor-calendar .title-document {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 9;
}

.investor-calendar .title-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'FC Minimal';
    color: var(--text-overlay-image);
    line-height: normal;
}

.investor-calendar .links-document {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.investor-calendar .title-document .date {
    font-size: 12px;
}

.investor-calendar .title-document p {
    color: var(--text-overlay-image);
    font-size: 16px;
}
/* .investor-calendar{
    display: flex;
    height: 100%;
} */

@media (max-width: 991px) {
    .investor-calendar .title-document {
        position: initial !important;
        margin-top: 30px;
    }

    .image-document .img-col-4 {
        height: initial;
        object-fit: cover;
        border-radius: 10px;
    }

    .investor-calendar .title-text {
        color: #000
    }

    .investor-calendar .title-document p {
        color: #000
    }
}
/*===== End Investor calendar =====*/
/*===== Start Investor News =====*/

.investor-news .card,
.investor-news .card-header {
    background-color: var(--bg-white);
}

.investor-news .card-body {
    padding: 0px 0;
}

.investor-news .card-header {
    padding: 30px 0;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-slider--tabs {
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 5px;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    width: max-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* .tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #345F90;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
  } */

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

.tab-slider--trigger {
    font-family: 'FC Minimal';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text-header);
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: var(--text-header);
        background-color: var(--bg-gray);
        border-radius: 100px;
        font-family: 'FC Minimal';
        font-size: 16px;
        font-weight: 500;
    }
/* .tab-slider--body {
    margin-bottom: 20px;
} */

.investor-news .investor-news-text {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: #000;
}

.investor-news.investor-news-des {
    font-size: 16px;
    color: #000;
}

.investor-news .number {
    font-size: 16px;
    font-weight: 500;
    font-family: 'FC Minimal';
    line-height: normal;
    color: var(--text-header);
}

.investor-news .number-des {
    font-size: 16px;
    color: var(--text-sub-header);
}

@media (max-width: 1650px) {
    .investor-news .number-des {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991px) {
    .investor-news .number-des {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.investor-news .investor-news-block .card-body {
    padding: 20px;
}

.investor-news .investor-news-block .card {
    background-color: var(--bg-card);
}

.investor-news .investor-news-block .card {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .investor-news .investor-news-block .card {
        margin-bottom: 24px;
    }
}
/*===== End Investor News =====*/
/*===== Start Investor email =====*/

.investor-email .card {
    background-image: url(../images/email.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
}

.investor-email.email-col-4 .card {
    background-position-x: right;
    background-position-y: 70px;
    height: 380px;
}

.button-email {
    position: absolute;
    bottom: 30px;
}

.investor-email p {
    color: var(--text-sub-header);
}

@media (max-width: 991px) {
    .investor-email .card {
        background-image: url(../images/email.webp);
        background-position-x: right;
    }
}
/*===== End Investor email =====*/
/*===== Start Investor contact =====*/

.investor-contact .card {
    background-image: url(../images/contact.webp);
    background-position: right;
    background-size: cover;
    height: 380px;
}

.investor-contact .media-body h5 {
    font-size: 16px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

.investor-contact .inbox-wid .inbox-list-item a {
    border-bottom: 0;
}

.investor-contact .media {
    display: flex;
}

.investor-contact .inbox-wid .inbox-list-item a {
    color: var(--text-sub-header);
    display: block;
    padding: 11px 0;
    border-bottom: 0;
}

.investor-contact.contact-col-4 .card {
    background-image: url(../images/contact.webp);
    background-position-x: 500px;
}

@media (max-width: 1199px) {
    .investor-contact .card {
        background-image: url(../images/contact.webp);
        background-position-x: 600px;
    }
}

@media (max-width: 767px) {
    .investor-contact .card {
        background-image: url(../images/contact.webp);
        background-position-x: right;
    }
}

@media (max-width: 525px) {
    .investor-contact .card {
        background-image: url(../images/contact.webp);
        background-position-x: 500px;
    }
}
/*===== End Investor contact =====*/
/*=====  card hover =====*/

.card-h-170 {
    height: 170px;
}

.card-image {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
}

.card-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #fff !important;
    width: 100%;
}

    .card-image .text-card {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff !important;
        z-index: 99;
    }

        .card-image .text-card:before {
            position: absolute;
            content: '';
            z-index: 2;
            bottom: 100%;
            left: 0;
            height: 80px;
            color: #fff !important;
        }

    .card-image h3,
    .card-image p {
        margin: 0 0 10px;
    }

    .card-image h3 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.2em;
        color: var(--text-overlay-image);
    }

    .card-image p {
        font-size: 12px;
        color: #fff;
    }

.text-card .text-primary {
    color: #fff !important;
    font-size: 16px;
}

.card-image {
    color: #fff !important;
}

@media (max-width: 1536px) {
    .card-image h3 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .card-image h3 {
        font-size: 21px;
    }

    .card-h-170 {
        height: auto;
    }
}

@media (max-width: 425px) {
    .card-image h3 {
        font-size: 16px;
    }
}
/*=====  card hover =====*/
/*=====  back-to-top  =====*/

.back-to-top {
    background-color: #303786;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    box-shadow: -1px 0px 15px rgb(25 25 25 / 5%);
    display: none;
    border-radius: 100px;
}

    .back-to-top:hover {
        background-color: #888888;
        color: #fff;
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        box-shadow: -1px 0px 15px rgb(25 25 25 / 5%);
        display: none;
        border-radius: 100px;
    }
/*=====  back-to-top=====*/
/* /////////////company-information///////////////////// */

.company-crop {
    background: var(--white);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    color: var(--gray2);
    font-size: 16px;
}

.company__info {
    padding-top: 15px;
    color: var(--gray2);
    font-size: 16px;
}

    .company__info li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 0.1fr 30px 1.5fr;
        grid-template-columns: 1fr 0.1fr 1.5fr;
        grid-gap: 30px;
        color: var(--black-2);
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 5px;
    }

        .company__info li strong {
            color: var(--secondary);
            font-weight: 400;
        }

.widget__project-details.widget__share ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 0.1fr 20px 1.3fr;
    grid-template-columns: 1fr 0.1fr 1.3fr;
    grid-gap: 1px;
    font-size: 13px;
    line-height: 19px;
    color: var(--black-2);
    text-align: right;
    padding-bottom: 20px;
}

@media only screen and (max-width: 467px) {
    .company__info li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 0.1fr 30px 1.5fr;
        grid-template-columns: 1fr 0.1fr 1.5fr;
        grid-gap: 15px;
    }
}
/* /////////////end-company-information///////////////////// */
/* ===== End company-background-col-4 ===== */
/* ===== Start company-background-v2 ===== */

.company-background-v2 {
}

    .company-background-v2 .bx-wrapper {
        position: relative;
        margin-bottom: 60px;
        padding: 0;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

        .company-background-v2 .bx-wrapper .bx-viewport {
            margin-left: -10px;
            height: 100%;
        }

@media (max-width: 475px) {
    .company-background-v2 .bx-wrapper .bx-viewport {
        margin-left: 0px;
    }
}

.company-background-v2 .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.company-background-v2 .bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

.company-background-v2 ul.bxslider {
    list-style: none;
}

.company-background-v2 .bx-viewport {
    -webkit-transform: translateZ(0);
}

.company-background-v2 .bx-wrapper .bx-controls-auto,
.company-background-v2 .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.company-background-v2 .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../images/slider-one/bx_loader.gif) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.company-background-v2 .bx-wrapper .bx-pager {
    text-align: left;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

    .company-background-v2 .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        border-radius: 5px;
    }

        .company-background-v2 .bx-wrapper .bx-pager.bx-default-pager a.active,
        .company-background-v2 .bx-wrapper .bx-pager.bx-default-pager a:focus,
        .bcompany-background-v2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000;
        }

.company-background-v2 .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.company-background-v2 .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}

.company-background-v2 .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.company-background-v2 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat;
}

    .company-background-v2 .bx-wrapper .bx-prev:focus,
    .company-background-v2 .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

.company-background-v2 .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat;
}

    .company-background-v2 .bx-wrapper .bx-next:focus,
    .company-background-v2 .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

.company-background-v2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

    .company-background-v2 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

.company-background-v2 .bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start.active,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start:focus,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0;
        }

    .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop.active,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop:focus,
        .company-background-v2 .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px;
        }

.company-background-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.company-background-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.company-background-v2 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .company-background-v2 .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: 0.85em;
        padding: 10px;
    }

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #a1a1a1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
}

    .company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #000000;
        height: 10px;
        width: 42px;
        border-radius: 100px;
    }

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-auto,
.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager {
    bottom: -40px;
}

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a {
    margin-top: -5px;
}

    .company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat 0 0/60px auto;
        left: -29px;
    }

    .company-background-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-next {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat -33px 0/60px auto;
        right: -40px;
    }

.company-background-v2 .carouselteam-wrap .team-carousel {
    margin: 0;
    padding: 0;
}

    .company-background-v2 .carouselteam-wrap .team-carousel li {
        padding: 0;
        list-style-type: none;
        width: calc(25% - 20px);
        margin: 0 10px;
        float: left;
        position: relative;
    }

@media (min-width: 0) and (max-width: 479.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li {
        width: calc(33.33333% - 20px);
        margin-bottom: 20px;
    }
}

.company-background-v2 .carouselteam-wrap .team-carousel li .team-profile {
    position: relative;
}

    .company-background-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

@media (max-width: 991px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        margin: 0 auto;
        width: auto;
    }
}

.company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap {
    bottom: 15px;
    color: var(--text-overlay-image);
    padding: 0 10px;
    position: absolute;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
    width: 100%;
    text-align: center;
}

    .company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content h3 {
        color: var(--text-overlay-image);
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        font-family: 'FC Minimal';
    }

    .company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        color: var(--text-overlay-image);
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        min-height: 45px;
        padding: 10px 25px 0 0;
    }

@media (min-width: 0px) and (max-width: 1199.98px) {
    .company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        display: none;
    }
}

.company-background-v2 .carouselteam-wrap .team-carousel li:hover .team-sub-wrap {
    bottom: 10px;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
}

.company-background-v2 .carouselteam-wrap .team-carousel .team-tag {
    bottom: 10px;
    color: #fff;
    position: absolute;
    right: 10px;
}

    .company-background-v2 .carouselteam-wrap .team-carousel .team-tag.twitter-icon {
        bottom: 35px;
    }

    .company-background-v2 .carouselteam-wrap .team-carousel .team-tag i {
        font-size: 16px;
    }
/* ===== End company-background-v2  ===== */
/* =====  Start timeline-col-12 ===== */

.timeline-carousel {
    padding: 10px 30px 30px 30px;
    position: relative;
    overflow: hidden;
}

    .timeline-carousel:after {
        left: 0;
    }

    .timeline-carousel:before {
        right: 0;
        opacity: 0;
    }

    .timeline-carousel .slick-list {
        overflow: hidden;
    }

    .timeline-carousel .slick-dots {
        bottom: -20px;
        display: flex;
        justify-content: center;
        padding: 0;
        list-style: none;
    }

        .timeline-carousel .slick-dots li {
            width: 12px;
            height: 12px;
            margin: 0 6px;
            cursor: pointer;
            position: relative;
        }

            .timeline-carousel .slick-dots li::before {
                content: "";
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-color: #c8c8ca;
                border: 1px solid #c8c8ca;
                display: block;
            }

            .timeline-carousel .slick-dots li.slick-active::before {
                background-color: #000;
                border-color: #000;
            }

    .timeline-carousel h1 {
        color: #000;
        font-size: 46px;
        line-height: 50pd;
        margin-bottom: 40px;
        font-weight: 900;
    }

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: pointer;
}

    .timeline-carousel__item .media-wrapper {
        opacity: 0.4;
        padding-bottom: 71.4%;
        transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
        width: calc(100% - 100px);
    }

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

    .timeline-carousel__item-inner:after {
        position: absolute;
        width: 100%;
        top: 56px;
        left: 80px;
        content: "";
        border-bottom: 1px solid rgb(135 135 135 / 20%);
    }

    .timeline-carousel__item-inner .year {
        font-size: 36px;
        line-height: 36px;
        color: #000;
        display: table;
        letter-spacing: -1px;
        padding-right: 10px;
        z-index: 1;
        position: relative;
        margin: -15px 0 20px;
        font-weight: 900;
    }

    .timeline-carousel__item-inner .month {
        font-size: 21px;
        text-transform: uppercase;
        color: #000;
        display: block;
        margin-bottom: 10px;
        font-family: 'FC Minimal';
    }

    .timeline-carousel__item-inner p {
        font-size: 12px;
        line-height: 18px;
        color: #000;
        width: auto;
        padding-right: 30px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .timeline-carousel__item-inner .read-more {
        font-size: 12px;
        color: #000;
        display: table;
        margin-bottom: 10px;
        font-weight: 900;
        text-decoration: none;
        position: relative;
    }

        .timeline-carousel__item-inner .read-more:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            border-bottom: 2px solid #000;
            transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        }

        .timeline-carousel__item-inner .read-more:hover:after {
            width: 100%;
        }

    .timeline-carousel__item-inner .pointer {
        height: 29px;
        position: relative;
        z-index: 1;
        margin: -4px 0 16px;
    }

        .timeline-carousel__item-inner .pointer:after,
        .timeline-carousel__item-inner .pointer:before {
            position: absolute;
            content: "";
        }

        .timeline-carousel__item-inner .pointer:after {
            width: 15px;
            height: 15px;
            border-radius: 100%;
            top: 0;
            left: 0;
            background-color: #57cc34;
        }

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

    .link a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .link .fa {
        font-size: 28px;
        margin-right: 8px;
    }

.slick-dots button {
    display: none;
}

@media (max-width: 767px) {
    .timeline-carousel__item-inner p {
        width: auto;
    }
}
/* =====  End timeline-col-12 ===== */
/* =====  Start timeline-col-6 ===== */

.height-card-custom {
    height: 400px;
    overflow: auto;
}

.timeline-6 .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 75px;
    bottom: 0px;
    width: 2px;
    background: #ddd;
    height: auto;
    overflow: scroll;
}

.timeline-6 .timeline:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-6 .entry {
    clear: both;
    text-align: left;
    position: relative;
}

    .timeline-6 .entry .title {
        margin-bottom: 0.5em;
        float: left;
        text-align: right;
        width: max-content;
    }

        .timeline-6 .entry .title:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            border: 4px solid var(--bg-color-primary);
            background-color: var(--bg-color-primary);
            border-radius: 100%;
            top: 0%;
            left: 56.5px;
            z-index: 99;
        }

        .timeline-6 .entry .title h3 {
            margin: 0;
            font-size: 16px;
            font-family: 'FC Minimal';
            text-align: left;
        }

        .timeline-6 .entry .title p {
            margin: 0;
            font-size: 100%;
        }

    .timeline-6 .entry .body {
        padding-left: 100px;
    }

        .timeline-6 .entry .body p {
            line-height: 1.4em;
            font-weight: 500;
        }

            .timeline-6 .entry .body p:first-child {
                margin-top: 0;
                font-family: 'FC Minimal';
                font-size: 16px;
                margin-bottom: 5px;
            }

.timeline-6 .sub-text {
    color: var(--gray2);
}

.timeline-6 .body .head-text {
    color: var(--black);
    font-family: 'FC Minimal';
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-6 .entry .body ul {
    color: var(--text-sub-header);
    padding-left: 0;
    list-style-type: none;
}

    .timeline-6 .entry .body ul li {
        display: flex;
    }

        .timeline-6 .entry .body ul li:before {
            content: "โ€“";
            margin-right: 0.5em;
        }

.timeline-6 .entry .body img {
    width: 170px;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .timeline-6 .height-card-custom {
        row-gap: 25px;
        height: 450px;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .timeline-6 .height-card-custom {
        row-gap: 25px;
        height: 300px;
        overflow: auto;
    }
}
/* =====  End timeline-col-6 ===== */
/* ===== Start timeline-col-4 ===== */

.timeline-4 .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 75px;
    bottom: 0px;
    width: 2px;
    background: #ddd;
}

.timeline-4 .timeline:after {
    content: "";
    display: table;
    clear: both;
}

.timeline-4 .entry {
    clear: both;
    text-align: left;
    position: relative;
}

    .timeline-4 .entry .title {
        margin-bottom: 0.5em;
        float: left;
        padding-right: 30px;
        text-align: right;
        position: relative;
        width: max-content;
    }

        .timeline-4 .entry .title:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            border: 4px solid #57cc34;
            background-color: #57cc34;
            border-radius: 100%;
            top: 0%;
            right: -4px;
            z-index: 99;
        }

        .timeline-4 .entry .title h3 {
            margin: 0;
            font-size: 21px;
            font-family: 'FC Minimal';
            text-align: left;
        }

        .timeline-4 .entry .title p {
            margin: 0;
            font-size: 100%;
        }

    .timeline-4 .entry .body {
        padding-left: 100px;
    }

        .timeline-4 .entry .body p {
            line-height: 1.4em;
        }

            .timeline-4 .entry .body p:first-child {
                margin-top: 0;
                font-weight: 400;
            }

        .timeline-4 .entry .body ul {
            color: #aaa;
            padding-left: 0;
            list-style-type: none;
        }

.timeline-6 .entry .body ul li:before {
    content: "โ€“";
    margin-right: 0.5em;
}
/* ===== End timeline-col-4 ===== */
/* ===== Start board-person ===== */

.card-content {
    overflow-x: hidden;
    margin: 0px 0;
}

.swiper-pagination-bullet {
    margin: 5px;
}

.column {
    margin: 5px;
    max-width: 100%;
    background-color: #ffffff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}

    .column img {
        width: 100%;
        height: 380px;
        background-size: cover;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

.text {
    padding: 0px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .text .title {
        color: var(--text-overlay-image);
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        font-family: 'FC Minimal';
    }

    .text .position {
        font-size: 16px;
        color: #fff;
    }

.button-container {
    margin: auto;
    width: 100%;
}

    .button-container button {
        width: 100%;
        padding: 10px 20px;
        background-color: #5a64d0;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
    }

        .button-container button:hover {
            background-color: #0056b3;
        }

@media (min-width: 300px) {
    .card-content {
        margin-inline: 20px;
    }
}

@media screen and (min-width: 768px) {
    .card-content {
        margin-inline: 0px;
    }
}

@media screen and (max-width: 1440px) {
    .column img {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .column img {
        height: 300px;
    }
}
/* ===== End board-person  ===== */
/* ===== Start chairman-col-4 ===== */

.chairman {
}

    .chairman .chairman-img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .chairman .quoat {
        font-size: 24px;
        font-family: 'FC Minimal';
        line-height: normal;
        color: var(--text-header);
    }

    .chairman .signature .signature-name {
        font-size: 21px;
        font-family: 'FC Minimal';
        color: var(--text-header);
    }

    .chairman .card-body {
        background-image: url(../images/chairman/line-object.png);
        background-repeat: no-repeat;
        background-position: bottom;
    }

@media (max-width: 1366px) {
    .hide-on-large {
        display: none;
    }
}

@media (max-width: 991px) {
    .chairman {
        height: 100%;
        display: flex;
    }
}

@media (max-width: 767px) {
    .chairman {
        height: 100%;
        display: block;
    }
}
/* ===== End chairman-col-4 ===== */
/* ===== Start financial hightlight  ===== */

.financial-information {
    display: block;
}

    .financial-information .financial-information-text {
        font-size: 21px;
        font-family: 'FC Minimal';
        color: var(--text-header);
        font-weight: 500;
    }

    .financial-information .financial-information-des {
        font-size: 16px;
        color: var(--gray2);
    }

.financial-information-block .number {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    font-weight: 500;
}

.financial-information-block .number-des {
    font-size: 16px;
    color: var(--text-sub-header);
}

.financial-information-block {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .financial-information-block .card {
        width: 100%;
        height: 100%;
    }

.detail-stock {
    display: flex;
    height: 100%;
}

@media (max-width: 1536px) {
    .financial-information .financial-information-text {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .detail-stock .inbox-wid .inbox-list-item {
        width: 50%;
        float: left;
    }

        .detail-stock .inbox-wid .inbox-list-item a {
            border-bottom: 0 !important;
        }
}

@media (max-width: 991px) {
    .financial-information {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .financial-information-block .number-des {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .detail-stock .inbox-wid .inbox-list-item {
        width: 100%;
        float: left;
    }

        .detail-stock .inbox-wid .inbox-list-item a {
            border-bottom: 1px solid #edf1f5 !important;
        }
}

@media (max-width: 575px) {
    .financial-information {
        display: block;
    }
}
/* ===== End financial hightlight  ===== */
/* ===== Start financial-higghlight-stats-v2 ===== */

.financial-highlight-stats-v2 {
}

    .financial-highlight-stats-v2 .bx-wrapper {
        position: relative;
        margin-bottom: 60px;
        padding: 0;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-viewport {
            margin-left: -10px;
            height: 100%;
        }

@media (max-width: 475px) {
    .financial-highlight-stats-v2 .bx-wrapper .bx-viewport {
        margin-left: 0px;
    }
}

.financial-highlight-stats-v2 .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.financial-highlight-stats-v2 .bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

.financial-highlight-stats-v2 ul.bxslider {
    list-style: none;
}

.financial-highlight-stats-v2 .bx-viewport {
    -webkit-transform: translateZ(0);
}

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto,
.financial-highlight-stats-v2 .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../images/slider-one/bx_loader.gif) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-pager {
    text-align: left;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        border-radius: 5px;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a.active,
        .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a:focus,
        .financial-highlight-stats-v2 .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000;
        }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.financial-highlight-stats-v2 .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-prev:focus,
    .financial-highlight-stats-v2 .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

.financial-highlight-stats-v2 .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-next:focus,
    .financial-highlight-stats-v2 .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start.active,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start:focus,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0;
        }

    .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop.active,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop:focus,
        .financial-highlight-stats-v2 .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px;
        }

.financial-highlight-stats-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.financial-highlight-stats-v2 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .financial-highlight-stats-v2 .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: 0.85em;
        padding: 10px;
    }

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #a1a1a1;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #000000;
        height: 10px;
        width: 42px;
        border-radius: 100px;
    }

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-auto,
.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager {
    bottom: -40px;
}

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a {
    margin-top: -5px;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat 0 0/60px auto;
        left: -29px;
    }

    .financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-controls-direction a.bx-next {
        background: url(../../images/team-two/arrows-sprite.png) no-repeat -33px 0/60px auto;
        right: -40px;
    }

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel {
    margin: 0;
    padding: 0;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        padding: 0;
        list-style-type: none;
        width: calc(25% - 20px);
        margin: 0 10px;
        float: left;
        position: relative;
    }

@media (min-width: 0) and (max-width: 479.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li {
        width: calc(33.33333% - 20px);
        margin-bottom: 20px;
    }
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-profile {
    position: relative;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

@media (max-width: 991px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-profile img {
        margin: 0 auto;
        width: auto;
    }
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap {
    bottom: 15px;
    color: var(--text-overlay-image);
    padding: 0 10px;
    position: absolute;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
    width: 100%;
    text-align: center;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content h3 {
        color: var(--text-overlay-image);
        font-size: 21px;
        font-weight: 400;
        margin: 0;
        font-family: 'FC Minimal';
    }

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        color: var(--text-overlay-image);
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        min-height: 45px;
        padding: 10px 25px 0 0;
    }

@media (min-width: 0px) and (max-width: 1199.98px) {
    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
        display: none;
    }
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li:hover .team-sub-wrap {
    bottom: 10px;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag {
    bottom: 10px;
    color: #fff;
    position: absolute;
    right: 10px;
}

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag.twitter-icon {
        bottom: 35px;
    }

    .financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag i {
        font-size: 16px;
    }
/* ===== End financial-higghlight-stats-v2  ===== */
/* ===== Start financial graph ===== */

.financial-graph .header-title {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}
/* Apply rounded corners to the top of the bars */

.rounded-top {
    clip-path: inset(0 0 0 0 round 20px 20px 0 0);
    /* 20px เธเธทเธญเธเนเธฒเธฃเธฑเธจเธกเธตเธ—เธตเนเธ•เนเธญเธเธเธฒเธฃ */
}

#graph1 {
    height: 300px;
    width: 100%;
}

#graph2 {
    height: 250px;
    width: 100%;
}

#graph3 {
    height: 250px;
    width: 100%;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
/* ===== End financial graph ===== */
/* ===== Start Detail Stock ===== */

.detail-stock .media-body h5 {
    font-size: 16px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    text-align: left;
}

.detail-stock .media {
    display: flex;
}

.detail-stock .inbox-wid .inbox-list-item a {
    color: var(--text-sub-header);
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #edf1f5;
    cursor: auto;
}

    .detail-stock .inbox-wid .inbox-list-item a:hover {
        opacity: 1;
    }

.detail-stock .inbox-wid .inbox-list-item li:last-child {
    border-bottom: 0px solid #edf1f5;
}
/* =====  End Detail Stock ===== */
/* =====  shareholder-information ===== */

.green {
    background-color: var(--green);
}

.black {
    background-color: var(--black);
}

.gray1 {
    background-color: var(--gray1);
}

.gray2 {
    background-color: var(--gray2);
}

.gray3 {
    background-color: var(--gray3);
}

.gray4 {
    background-color: var(--gray4);
}

.shareholder-information .inbox-wid .inbox-list-item .block-list {
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.shareholder-information .inbox-wid .inbox-list-item a {
    padding: 0 0;
}

.shareholder-information p {
    color: var(--text-sub-header);
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: block;
    position: absolute;
}

.shareholder-information .media-body h5 {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    line-height: normal;
}

.shareholder-information .media-body {
    padding-left: 30px;
}

.shareholder-information .num {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    padding-right: 30px;
}

.shareholder-information .inbox-wid li {
    border-bottom: 1px solid #edf1f5;
    padding: 10px 0;
}

    .shareholder-information .inbox-wid li:last-child {
        border-bottom: 0;
    }

.shareholder-information .media {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.shareholder-information .card-body {
    padding-top: 0;
    padding-bottom: 10px;
}

.effect-image-1 {
    overflow: hidden;
    border-radius: 8px;
}

.image-overlay {
    position: absolute;
    bottom: -10px;
    /* Initially position below */
    left: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    transition: bottom 0.4s, opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.zoom-effect-1:hover .image-overlay {
    bottom: 20px;
}

.zoom-effect-1:hover .image-subtitle {
    bottom: 50px;
    margin-bottom: 30px;
}

.image-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    transform: translateY(50px);
    /* Initially position below */
    transition: transform 0.4s;
    /* Add transform */
}

.image-subtitle,
.image-button {
    opacity: 0;
    transform: translateY(50px);
    /* Initially position below */
    transition: opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.zoom-effect-1:hover .image-title,
.zoom-effect-1:hover .image-subtitle,
.zoom-effect-1:hover .image-button {
    opacity: 1;
    transform: translateY(0);
    /* Slide up upon hover */
}

.zoom-effect-1 img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.zoom-effect-1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.zoom-effect-1 img {
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.shareholder-information-card .card-image .text-card {
    left: 20px;
}

#pie {
    display: block;
}

#pie1 {
    display: block;
}

#pie2 {
    display: block;
}

#pie3 {
    display: block;
}

.shareholder-information-block .number {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

.shareholder-information-block .number-des {
    font-size: 13px;
    color: var(--text-sub-header);
}

.shareholder-information-block {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .shareholder-information-block.shareholder-information-block-12 {
        display: block;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .shareholder-information-block .card {
        width: 100%;
        height: 100%;
    }

.card-image {
    height: 100%;
}

    .card-image img {
        height: 100%;
        object-fit: cover;
    }

.detail-stock {
    display: flex;
    height: 100%;
}

@media (max-width: 1300px) {
    .shareholder-information .inbox-wid {
        height: 450px;
        overflow: auto;
        position: relative;
    }
}

@media (max-width: 991px) {
    #pie {
        display: none;
    }

    .shareholder-information .inbox-wid {
        height: auto;
    }

    .shareholder-information-block.shareholder-information-block-12 {
        display: flex;
    }

    .shareholder-information .card-body {
        padding-right: 30px;
    }

    #pie1 {
        display: none;
    }

    #pie2 {
        display: none;
    }

    #pie3 {
        display: none;
    }
}

@media (max-width: 767px) {
    .shareholder-information-card .card-image .text-card {
        top: calc(74%);
        left: 20px;
    }

    .shareholder-information-card .card-image img {
        width: 100%;
    }

    .shareholder-information-card .card-image h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .shareholder-information-card .card-image h3 {
        font-size: 16px;
    }
}
/* =====  End shareholder-information  ===== */
/* =====  Start Investor Information ===== */

.card-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(14 19 78 / 63%), rgb(255 255 255 / 0%));
    z-index: 1;
}

.investor-information {
}

    .investor-information .row {
        row-gap: 30px;
    }

@media (max-width: 991px) {
    .investor-information .image-overlay {
        bottom: 20px;
    }

    .card-image img {
        width: 100%;
    }

    .investor-calendar .card-image::before {
        content: "";
        background: none;
    }
}

@media (max-width: 575px) {
    .investor-information .card-image .text-card {
        top: calc(75%);
        left: 20px;
    }
}
/* =====  End Investor Information ===== */
/* ===== Start Investor Document ===== */

.investor-document .media-body p {
    color: var(--text-sub-header);
}

.investor-document .image-document img {
    width: 100%;
    text-align: center;
}

.investor-document .media-body h5 {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

.investor-document .media {
    display: flex;
}

.investor-document .inbox-wid li {
    color: #495057;
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #edf1f5;
}

    .investor-document .inbox-wid li:last-child {
        border-bottom: 0px solid #edf1f5;
    }

.investor-document .text-muted {
    font-size: 16px;
}

.investor-document .image-document {
    position: relative;
}

.investor-document .title-document {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .investor-document .title-document .download-link,
    .investor-document .title-document .view-link {
        color: var(--text-overlay-image);
    }

.investor-document .title-text {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-overlay-image);
    line-height: normal;
}

.investor-document .links-document {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.investor-document .download-link,
.view-link {
    text-decoration: none;
    font-size: 16px;
    font-family: 'FC Minimal';
}

    .investor-document .download-link:hover,
    .view-link:hover {
        text-decoration: underline;
        font-size: 16px;
        font-family: 'FC Minimal';
    }

@media (max-width: 1600px) {
    .investor-document .inbox-wid {
        height: 380px;
        overflow: auto;
    }
}

@media (max-width: 1438px) {
    .investor-document .inbox-wid li {
        padding: 11px 0;
    }
}

@media (max-width: 991px) {
    .investor-document {
        display: block;
        height: 100%;
    }

        .investor-document .image-document img {
            width: 250px;
            margin: auto;
        }

        .investor-document .inbox-wid {
            margin-top: 30px;
        }

        .investor-document .image-document {
            position: relative;
            width: 250px;
            margin: auto;
        }
}

@media (max-width: 767px) {
    .investor-document .inbox-wid {
        height: auto;
        overflow: auto;
    }

    .investor-document .image-document {
        width: 250px;
        margin: auto;
    }

    .investor-document {
        display: block;
    }
}
/* ===== End Investor Document =====*/
/* ===== Start Investor calendar =====*/

.investor-calendar .image-overlay {
    position: absolute;
    bottom: -20px;
    /* Initially position below */
    left: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    transition: bottom 0.4s, opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.investor-calendar .zoom-effect-1:hover .image-overlay {
    bottom: 20px;
}

.image-document .img-col-4 {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.investor-calendar .zoom-effect-1:hover .image-subtitle {
    bottom: 50px;
    margin-bottom: 30px;
}

.investor-calendar .image-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    transform: translateY(50px);
    /* Initially position below */
    transition: transform 0.4s;
    /* Add transform */
}

.investor-calendar .image-subtitle,
.investor-calendar .image-button {
    opacity: 0;
    transform: translateY(50px);
    /* Initially position below */
    transition: opacity 0.4s, transform 0.4s;
    /* Add transform */
}

.investor-calendar .media-body h5 {
    font-size: 21px;
    font-family: 'FC Minimal';
    color: #161A19;
}

.investor-calendar .text-muted {
    font-size: 16px;
}

.investor-calendar .image-document {
    position: relative;
}

    .investor-calendar .image-document img {
        border-radius: 10px;
        height: 340px;
        object-fit: cover;
    }

.investor-calendar .title-document {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 9;
}

.investor-calendar .title-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'FC Minimal';
    color: var(--text-overlay-image);
    line-height: normal;
}

.investor-calendar .links-document {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.investor-calendar .title-document .date {
    font-size: 16px;
}

.investor-calendar .title-document p {
    color: var(--text-overlay-image);
    font-size: 16px;
}
/* .investor-calendar{
    display: flex;
    height: 100%;
} */

@media (max-width: 991px) {
    .investor-calendar .title-document {
        position: initial !important;
        margin-top: 30px;
    }

    .image-document .img-col-4 {
        height: initial;
        object-fit: cover;
        border-radius: 10px;
    }

    .investor-calendar .title-text {
        color: #000
    }

    .investor-calendar .title-document p {
        color: #000
    }
}
/*===== End Investor calendar =====*/
/*===== Start Investor News =====*/

.investor-news .card,
.investor-news .card-header {
    background-color: var(--bg-white);
}

.investor-news .card-body {
    padding: 0px 0;
}

.investor-news .card-header {
    padding: 30px 0;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-slider--tabs {
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 5px;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    width: max-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* .tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #345F90;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
  } */

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

.tab-slider--trigger {
    font-family: 'FC Minimal';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text-header);
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: var(--text-header);
        background-color: var(--bg-gray);
        border-radius: 100px;
        font-family: 'FC Minimal';
        font-size: 16px;
        font-weight: 500;
    }
/* .tab-slider--body {
    margin-bottom: 20px;
} */

.investor-news .investor-news-text {
    font-size: 28px;
    font-family: 'FC Minimal';
    color: #000;
}

.investor-news.investor-news-des {
    font-size: 16px;
    color: #000;
}

.investor-news .number {
    font-size: 16px;
    font-weight: 500;
    font-family: 'FC Minimal';
    line-height: normal;
    color: var(--text-header);
}

.investor-news .number-des {
    font-size: 16px;
    color: var(--text-sub-header);
}

@media (max-width: 1650px) {
    .investor-news .number-des {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991px) {
    .investor-news .number-des {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.investor-news .investor-news-block .card-body {
    padding: 20px;
}

.investor-news .investor-news-block .card {
    background-color: var(--bg-card);
}

.investor-news .investor-news-block .card {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .investor-news .investor-news-block .card {
        margin-bottom: 24px;
    }
}
/*===== End Investor News =====*/
/*===== Start Investor email =====*/

.investor-email .card {
    background-image: url(../images/email.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
}

.investor-email.email-col-4 .card {
    background-position-x: right;
    background-position-y: 70px;
    height: 380px;
}

.button-email {
    position: absolute;
    bottom: 30px;
}

.investor-email p {
    color: var(--text-sub-header);
}

@media (max-width: 991px) {
    .investor-email .card {
        background-image: url(../images/email.webp);
        background-position-x: right;
    }
}
/*===== End Investor email =====*/
/*===== Start Investor contact =====*/

.investor-contact .card {
    background-image: url(../images/contact.webp);
    background-position: right;
    background-size: cover;
    height: 380px;
}

.investor-contact .media-body h5 {
    font-size: 16px;
    font-family: 'FC Minimal';
    color: var(--text-header);
}

.investor-contact .inbox-wid .inbox-list-item a {
    border-bottom: 0;
}

.investor-contact .media {
    display: flex;
}

.investor-contact .inbox-wid .inbox-list-item a {
    color: var(--text-sub-header);
    display: block;
    padding: 11px 0;
    border-bottom: 0;
}

.investor-contact.contact-col-4 .card {
    background-image: url(../images/contact.webp);
    background-position-x: 500px;
}

@media (max-width: 1199px) {
    .investor-contact .card {
        background-image: url(../images/contact.webp);
        background-position-x: 600px;
    }
}

@media (max-width: 767px) {
    .investor-contact .card {
        background-image: url(../images/contact.webp);
        background-position-x: right;
    }
}

@media (max-width: 525px) {
    .investor-contact .card {
        background-image: url(../images/contact.webp);
        background-position-x: 500px;
    }
}
/*===== End Investor contact =====*/
/*=====  card hover =====*/

.card-h-170 {
    height: 170px;
}

.card-image {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: left;
    line-height: 1.4em;
    font-size: 16px;
}

.card-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #fff !important;
    width: 100%;
}

    .card-image .text-card {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff !important;
        z-index: 99;
    }

        .card-image .text-card:before {
            position: absolute;
            content: '';
            z-index: 2;
            bottom: 100%;
            left: 0;
            height: 80px;
            color: #fff !important;
        }

    .card-image h3,
    .card-image p {
        margin: 0 0 10px;
    }

    .card-image h3 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.2em;
        color: var(--text-overlay-image);
    }

    .card-image p {
        font-size: 12px;
        color: #fff;
    }

.text-card .text-primary {
    color: #fff !important;
    font-size: 16px;
}

.card-image {
    color: #fff !important;
}

@media (max-width: 1536px) {
    .card-image h3 {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .card-image h3 {
        font-size: 21px;
    }

    .card-h-170 {
        height: auto;
    }
}

@media (max-width: 425px) {
    .card-image h3 {
        font-size: 16px;
    }
}
/*=====  card hover =====*/
/*=====  back-to-top  =====*/

.back-to-top {
    background-color: #303786;
    color: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    box-shadow: -1px 0px 15px rgb(25 25 25 / 5%);
    display: none;
    border-radius: 100px;
}

    .back-to-top:hover {
        background-color: #888888;
        color: #fff;
        position: fixed;
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        box-shadow: -1px 0px 15px rgb(25 25 25 / 5%);
        display: none;
        border-radius: 100px;
    }
/*=====  back-to-top=====*/
/* /////////////company-information///////////////////// */

.company-crop {
    background: var(--white);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    color: var(--gray2);
    font-size: 16px;
}

.company__info {
    padding-top: 15px;
    color: var(--gray2);
    font-size: 16px;
    padding-left: 0rem;
}

    .company__info li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 0.1fr 30px 1.5fr;
        grid-template-columns: 1fr 0.1fr 1.5fr;
        grid-gap: 30px;
        color: var(--gray2);
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 5px;
    }

        .company__info li strong {
            color: var(--secondary);
            font-weight: 400;
        }

.widget__project-details.widget__share ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 0.1fr 20px 1.3fr;
    grid-template-columns: 1fr 0.1fr 1.3fr;
    grid-gap: 1px;
    font-size: 16px;
    /* line-height: 19px; */
    color: var(--gray2);
    text-align: right;
    padding-bottom: 20px;
}

.text-main {
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-color-gray-6);
}

.text-center {
    text-align: center !important;
}

.bg-page-sub {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* .mt-80 {
        margin-top: 80px;
    }
     */

@media (max-width: 1199px) {
    .company__info li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 467px) {
    .company__info li {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 0.1fr 30px 1.5fr;
        grid-template-columns: 1fr 0.1fr 1.5fr;
        grid-gap: 15px;
    }
}
/* /////////////end-company-information///////// */
/* ////////////////email-alert////////////////// */

.wc-btn-detail {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: var(--primary);
    color: var(--white);
    padding: 18px 42px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/* //////////////end-email-alert///////////////////// */
/* //////////////start-chairman_statement/////////////*/

.line-001 {
    border: 1px solid #343192;
    margin: 40px auto;
}

.cover-chairman-name {
    margin-top: 20px auto;
    text-align: center;
}

.tex-center {
    text-align: center;
}

.text-main-sub-3 {
    color: #303786 !important;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}
/* //////////////organization-chart//////////////// */

.org-image01 {
    padding: 0px !important;
}
/* ///////////////////// */
/* ////////privacy-policy///////////// */

.list-03 > li {
    list-style: none;
    color: var(--gray2);
    font-size: 16px;
}

.list-01 > li {
    list-style: none;
    color: var(--gray2);
    font-size: 16px;
}

.list-02 > li {
    /* list-style: disc; */
    list-style: inside;
    color: var(--gray2);
    font-size: 16px;
}

.list-04 > li {
    list-style: disc;
    color: var(--gray2);
    font-size: 16px;
}

.list-05 > li {
    list-style: auto;
    color: var(--gray2);
    font-size: 16px;
    /* line-height: 30px; */
}

.tex-black {
    color: #111111 !important;
}
/* ///////////////////// */

@media only screen and (max-width: 1199px) {
    .list-02 > li {
        font-size: 16px;
    }

    .list-03 > li {
        font-size: 16px;
    }

    .text-main {
        font-size: 16px;
    }

    .list-01 > li {
        font-size: 16px;
    }

    .list-04 > li {
        font-size: 16px;
    }

    .list-05 > li {
        font-size: 16px;
    }
}
/* =============================================================== 
---------------------Financial Hightlights PAGE------------------ 
================================================================== */

.sub-banner-financial {
    background-image: url(../../images/banner/sub-banner-finance.webp);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 6rem;
}

@media (max-width: 991px) {
    .sub-banner-financial {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
}

.table {
    margin: auto !important;
}

.table-head th {
    background: #f0f1f2;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    line-height: 140%;
}

.table-head.mini-head {
    background-color: #f6f8fc !important;
    font-weight: 600;
    line-height: 140%;
}

.table > :not(caption) > * > * {
    padding: .8rem 1.75rem;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
}

.table > :not(:first-child) {
    border-top: 0;
}

tbody tr td,
tbody tr th {
    background-color: #fff !important;
    vertical-align: middle !important;
}

tbody tr:hover td,
tbody tr:hover th {
    background: rgba(196, 202, 243, 0.2) !important;
}

@media only screen and (max-width: 1199px) {
    .table-head th {
        font-size: 16px !important;
    }

    .table > :not(caption) > * > * {
        font-size: 16px;
    }
}
/* =============================================================== 
---------------------END Financial Hightlights PAGE------------------ 
================================================================== */
/* =============================================================== 
---------------------Filing PAGE------------------ 
================================================================== */

.cover-firat-mda {
    margin: 80px auto;
}

    .cover-firat-mda .firat-mda {
        background-color: var(--bg-card);
        padding: 80px 0 80px 0;
        height: 100%;
    }
/* .pic-mda2 {
            background: url../images/banner_mda.webp) center center no-repeat;
            background-size: cover;
            height: 100%;
            display: block;
        } */
/* .pic-mda2.pic-One-Report {
            background: url(../images/banner_One-Report.webp) center center no-repeat;
            background-size: cover;
            height: 325px;
        }
        
        .pic-mda2.pic-mda-001 {
            background: url(../images/banner_mda001.webp) center center no-repeat;
            background-size: cover;
            height: 325px;
        } */

.pic-mda2.pic-filing {
    background: url(../images/banner_filing.webp) center center no-repeat;
    background-size: cover;
    height: 325px;
}

.pic-mda2.gd-01 {
    background: url(../images/banner_gd01.webp) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.pic-mda2.gd-02 {
    background: url(../images/banner_corporate-governance.webp) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.pic-mda2.anti-corruption {
    background: url(../images/banner_anti-corruption.webp) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.cover-firat-mda .firat-mda .t1 {
    text-align: center;
    font-size: 21px;
    font-family: 'FC Minimal';
    color: var(--text-header);
    font-weight: 500
}

    .cover-firat-mda .firat-mda .t1 span {
        color: rgb(#333333);
    }

a.bt-firat-mda {
    display: block;
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    width: 250px;
    border: 2px solid rgb(3 29 108 / 0%);
    padding: 14px 0 12px 0;
    margin-top: 30px;
    transition: all .3s;
}

    a.bt-firat-mda:hover {
        /* border: 2px solid #d4af56; */
        color: #fff;
        text-decoration: none;
    }

.padding-0 {
    padding: 0;
}

.btt-dl a {
    display: block;
    /* vertical-align: middle; */
    width: 170px;
    color: var(--button-primary-text);
    background-color: var(--button-primary-bg);
    border-color: var(--button-primary-bg);
    cursor: pointer;
    padding: 15px 14px;
    text-align: center;
    margin: 5px auto;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: .47rem .75rem;
    font-size: 16px;
    border-radius: 100px;
}

    .btt-dl a:hover {
        color: #fff;
        background-color: var(--button-primary-hover-bg);
        border-color: var(--button-primary-hover-bg);
        cursor: pointer;
    }

    .btt-dl a:focus {
        color: #fff;
        background-color: var(--bg-color-primary);
        border-color: var(--bg-color-primary);
    }

.box-ceop-filing {
    width: auto;
    margin: auto;
}

@media screen and (max-width: 1199px) {
    a.bt-firat-mda {
        font-size: 16px;
        width: 230px;
        padding: 14px 0 12px 0;
        margin-top: 30px;
        transition: all .3s;
    }

    .box-d01 {
        padding-top: 0px;
    }

    .box-info-01.box-mda {
        padding: 30px 10px;
        margin: 20px 0px;
        border-radius: 20px;
        height: auto;
    }

    .cover-firat-mda .firat-mda .t1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    a.bt-firat-mda {
        width: 220px;
        padding: 11px 0 9px 0;
        margin: 25px auto 0 auto;
    }

    .pic-mda2.pic-filing {
        height: 367px;
    }
}

@media screen and (max-width: 767px) {
    .cover-firat-mda .pic-mda {
        height: 300px;
    }

    .pic-mda2 {
        height: 250px;
    }

    .cover-firat-mda .firat-mda .t1 {
        font-size: 17px;
    }

    .cover-firat-mda .firat-mda {
        padding: 50px 0 50px 0;
        height: 99%;
    }

    .pic-mda2.pic-filing {
        height: 315px;
    }
}

@media screen and (max-width: 515px) {
    .cover-firat-mda .pic-mda {
        height: 150px;
    }
}
/*----------------------------------------------------------------------------------------------*/
/* /////////////////////////////////////////end-mda/////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/* /////////////////////////////////////////ir_contact/////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/

.box-map {
    border: 3px solid #303786;
    border-radius: 10px;
    padding: 8px 10px 2px 10px;
}

.map {
    height: 400px;
    margin-top: 0;
}

.logo02 {
    width: 300px;
    margin: -10px auto -35px !important;
    vertical-align: middle !important;
}

.t002 {
    font-size: 16px;
    color: var(--gray2);
}

.text-ir-con1 {
    vertical-align: unset !important;
}
/*----------------------------------------------------------------------------------------------*/
/* /////////////////////////////////////////end-ir_contact////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/* ///////////////////////////////////////// board////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/

.card--download-2 .card__image {
    position: relative;
    /* padding: 1.25rem; */
    overflow: hidden;
}

    .card--download-2 .card__image:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 100%;
    }

    .card--download-2 .card__image img {
        z-index: 2;
        display: block;
        margin: auto;
        position: relative;
        width: 100%;
        /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 30%); */
    }

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

.crop-board {
    margin: 0px 0 30px;
}

.card__title {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 10px 0;
}

.card__text {
    padding: 0px 10px 0;
    color: #000;
    font-weight: 400;
}

.card__text {
    padding: 0px 10px 0;
    color: #888;
    font-weight: 400;
    font-size: 16px;
}

.card--download-2 .card__body {
    /* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%); */
    height: 110px;
    text-align: center;
}

.card__body {
    flex: 1 1 auto;
}

.card1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
}

.box-detail-board {
    margin: 40px 0;
}

.card4 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
}

.card__image {
    position: relative;
    /* padding: 1.25rem; */
    overflow: hidden;
}

.crop-board {
    margin: 40px auto;
}

.card4 .card__body {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    height: 170px;
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 40px;
}

.card5 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
}

    .card5 .card__body {
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
        height: 170px;
        text-align: center;
        padding: 15px 15px;
        margin-bottom: 40px;
    }

@media (max-width: 1650px) {
    .card5 .card__body {
        height: 190px;
    }
}

@media (max-width: 1450px) {
    .card5 .card__body {
        height: 200px;
    }
}

@media (max-width: 1399px) {
    .card5 .card__body {
        height: 220px;
    }
}

@media (max-width: 1199px) {
    .card5 .card__body {
        height: 230px;
    }
}

@media (max-width: 1015px) {
    .card5 .card__body {
        height: auto;
    }
}

@media (max-width: 991px) {
    .card5 .card__body {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .box-b-img2 {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .card5 .card__body {
        height: 175px;
    }
}
/*----------------------------------------------------------------------------------------------*/
/* ///////////////////////////////////////// End Board////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/* ///////////////////////////////////////// vision-mission-core-values ////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/

.vision-mission-core-values .box-card-vis01 {
    background-color: #0C456E;
    border-radius: 10px;
    padding: 35px 50px 30px;
    margin: 10px 0;
    height: 240px;
    display: grid;
    justify-content: center;
}

.tex-v-1 {
    font-size: 30px;
    text-align: center;
}

.icon-vis-mis {
    width: 90px;
    margin: 60px auto 10px;
    padding: 30px 0 !important;
}

.icon-quotation {
    padding: 0;
    width: 40px;
}

.icon-target {
    width: 57px;
    margin: 0 auto 0px;
    position: relative;
    top: -10px;
    float: left;
    padding-right: 12px;
}

.bg-vis-banner-001 {
    background: url(../images/banner_vis-001.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 100px 0; */
    height: 920px;
    margin: 82px 0 0;
    background-attachment: fixed;
    filter: opacity(10px);
}

.bg-mis-002 {
    background-color: rgb(251 254 255);
    padding: 120px 0 80px 0;
}

.box-sub-lh-m {
    line-height: 50px;
}

.box-tap-01 {
    padding: 10px 20px;
    background-color: #0c456e;
    color: #ffffff;
}

.tex-v-2 {
    font-size: 16px;
    text-align: center;
    color: #888;
}

    .tex-v-2.v-sub-text {
        font-size: 30px;
        text-align: center;
        color: #888888;
        /* margin: 30px auto; */
    }

.box-m-01 {
    padding: 55px 30px;
    background-color: rgb(250 251 253);
    max-width: 650px;
    margin: 30px auto;
    border-radius: 10px;
    /* max-height: 365px; */
    height: auto;
}

    .box-m-01.box-m-crop1 {
        height: 320px;
        background-color: #fff;
    }

    .box-m-01:hover {
        background-color: rgb(250 251 253);
    }

    .box-m-01.box-m-crop1:hover {
        background-color: rgb(250 251 253);
    }

.tex-b2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 5px;
}

.text-m-01 {
    font-size: 50px;
    color: #c20e1a;
    font-weight: 600;
}

.text-m-02 {
    font-size: 50px;
    color: #f9dc09;
    font-weight: 600;
}

.text-m-03 {
    font-size: 50px;
    color: #0f02ff;
    font-weight: 600;
}

.icon-mis-d {
    padding: 15px 0;
    width: 60px;
    margin: -20px auto;
}

.box-vision-crop01 {
    padding: 40px;
}

img.icon-vis-mis {
    width: 90px !important;
}

.sub-text-detail-main-2 {
    font-size: 36px !important;
    font-family: 'FC Minimal';
    color: var(--text-header) !important;
    text-align: center;
    font-weight: 500;
}

.text-white {
    color: var(--text-color-white) !important;
}

@media screen and (max-width:1199px) {
    .head-sub-2-target {
        margin-bottom: 60px !important;
    }

    .tex-v-1 {
        font-size: 20px;
        text-align: center;
    }

    .tex-v-2 {
        font-size: 16px;
    }

    .text-m-01,
    .text-m-02,
    .text-m-03 {
        font-size: 40px;
    }

    .tex-b2 {
        font-size: 26px;
        color: #000;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:991px) {
    .box-sub-lh-m {
        line-height: 30px;
    }

    .box-m-01.box-m-crop1 {
        height: auto;
        padding: 60px 60px;
        margin: 15px auto;
    }

    .bg-vis-banner-001 {
        padding: 0px 0 100px;
        height: auto;
        margin: 82px 0 0;
        background-attachment: fixed;
        filter: opacity(10px);
    }
}

@media screen and (max-width:767px) {
    .icon-vis-mis {
        width: 70px;
        margin: 15px auto 0px;
        padding: 30px 0 !important;
    }

    .bg-vis-banner-001 {
        padding: 0px 0 100px;
        height: auto;
        margin: 82px 0 0;
        background-attachment: fixed;
        filter: opacity(10px);
        background-position: 3% 45%;
    }

    .tex-v-2.v-sub-text {
        font-size: 23px;
    }

        .tex-v-2.v-sub-text br {
            display: none;
        }

    .sub-text-detail-main-2 {
        font-size: 27px !important;
    }
}

@media screen and (max-width:535px) {
    img.icon-vis-mis {
        width: 80px !important;
    }

    .tex-v-2.v-sub-text {
        font-size: 20px;
    }
}

@media screen and (max-width:420px) {
    .box-card-vis01 {
        padding: 35px 30px 30px;
    }

    .bg-vis-banner-001 {
        background-position: 14%;
    }

    img.icon-vis-mis {
        width: 70px !important;
    }

    .tex-v-2.v-sub-text {
        font-size: 16px;
    }

    .tex-b2 {
        font-size: 20px;
    }

    .text-m-01,
    .text-m-02,
    .text-m-03 {
        font-size: 35px;
    }
}

@media screen and (max-width:330px) {
    .box-card-vis01 {
        height: 250px;
    }
}
/*----------------------------------------------------------------------------------------------*/
/* /////////////////////////////////////////end vision-mission-core-values ////////////////////////////////////////*/
/*----------------------------------------------------------------------------------------------*/
/* ========================================================
--------------------Cookie Popup PAGE---------------------
=========================================================== */

.cover-cookie-card {
    background-color: #fff;
    left: 0px;
    right: 0px;
    bottom: 25px;
    border-radius: 10px;
    align-items: center;
    flex-direction: column;
    margin: 1em;
    padding: 1.1em;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-family: 'psl_display_pro';
    line-height: 29px !important;
    color: #2c2d2c;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease 0s;
    z-index: 9999;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0px 0px 16px 10px rgb(68 68 68 / 5%);
    max-width: 360px;
    text-align: center;
}

.cookie-card-pic {
    width: 120px;
    height: auto;
    margin: 15px;
}

.cover-cookie-card span.t1 {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%;
    line-height: 1;
    margin-left: 15px;
}
/* cookies policy */

.a-cookies-policy {
    color: #fff;
    transition: 0.25s;
}

    .a-cookies-policy:hover {
        color: #121131;
        transition: 0.25s;
    }

.cover-cookie-card span.t1 {
    display: block;
    margin-right: 1em;
    max-width: 100%;
    line-height: 1;
    margin-left: 15px;
    flex: 1 1 auto;
}

@media (max-width: 767px) {
    .cover-cookie-card {
        display: block;
        text-align: center;
    }

    .cookie-card-pic {
        height: auto;
        display: block;
        margin-left: 0px;
    }

    .cookie-card-pic {
        margin-bottom: 10px;
        margin-top: 0px;
        text-align: center;
        margin: auto;
    }

    .cover-cookie-card span.t1 {
        display: inline-block;
        flex: 1 1 auto;
        margin-right: 1em;
        max-width: 72%;
        line-height: 1;
        margin-left: 0px;
        float: left;
        font-size: 16px;
        margin: 20px 0;
        text-align: center;
    }

    .cover-cookie-card {
        padding: 35px 20px 5px !important;
    }
}

@media (max-width: 727px) {
    .cover-cookie-card span.t1 {
        display: inline-block;
        flex: 1 1 auto;
        margin-right: 1em;
        max-width: 68%;
        line-height: 1;
        margin-left: 0px;
        float: left;
        font-size: 13px;
    }
}

@media (max-width: 651px) {
    .cover-cookie-card span.t1 {
        max-width: 60%;
    }
}

@media (max-width: 545px) {
    .cover-cookie-card span.t1 {
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width: 426px) {
    .cover-cookie-card {
        padding: 15px 0px 20px 5px;
    }

    .cookie-card-pic {
        margin: auto;
        margin-bottom: 0px;
    }

    .cover-cookie-card span.t1 {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0px;
        padding: 3px 15px 3px 15px;
        font-size: 15px;
    }

    .bt-accept-cookie {
        text-align: center;
    }

        .bt-accept-cookie a.accept {
            margin-right: 0px;
            font-size: 15px;
        }
}

@media (max-width: 320px) {
    .cover-cookie-card span.t1 {
        margin-right: 0;
        margin-left: 0;
    }

    .cover-cookie-card span.t1 {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
    }

        .cover-cookie-card span.t1 a {
            font-size: 16px;
        }
}

#sub-cookies_policy {
    margin-bottom: 60px;
}

    #sub-cookies_policy .section-text-head.sub .text-2 {
        text-align: left;
        line-height: 1.5;
        font-size: 24px;
    }

    #sub-cookies_policy .section-text-head .text-2 span {
        color: #ffffff;
    }

    #sub-cookies_policy .text-sub-p.b {
        margin-top: 30px;
        margin-bottom: 6px;
    }

    #sub-cookies_policy .text-sub-p b {
        color: #ffffff;
    }

    #sub-cookies_policy dl dt {
        float: left;
    }

    #sub-cookies_policy dl dd {
        padding-left: 80px;
    }

.cover-cookie-card span.t1 {
    display: block;
    margin-right: 1em;
    max-width: 100%;
    line-height: 1.3;
    margin-left: 15px;
    flex: 1 1 auto;
    font-family: "Fc Minimal" !important;
    min-height: 90px;
    font-size: 16px;
    color: #888;
}

.a-cookies-policy {
    color: #ffffff;
}

    .a-cookies-policy:hover {
        color: #562b07;
    }

.box-cookies {
    margin: 15px auto;
}

a.text-secondary {
    color: #303786;
}

.text-secondary:hover {
    color: var(--button-primary-hover-text);
}

@media (max-width: 991px) {
    .cover-cookie-card {
        margin: auto;
    }
}
/* ========================================================
--------------------Cookie Popup PAGE---------------------
=========================================================== */
/* ========================================================
--------------------readdetail--------------------
=========================================================== */

.banner-read {
    display: flex;
    margin: 0 auto;
    background-color: #090273;
    border-bottom: 2px solid #c1231a;
    padding: 10px 0;
    text-align: center;
    justify-content: center;
}

.logo-read {
    width: 135px;
}

.box-crop-read {
    text-align: center;
    margin: auto;
}
/* ========================================================
--------------------readdetail--------------------
=========================================================== */

.crop-pd-box {
    max-width: 900px;
    /* text-align: center; */
    margin: auto;
}

.crop-pd-box2 {
    max-width: 1200px;
    /* text-align: center; */
    margin: auto;
}

img.img-chairman {
    width: 250px !important;
}

@media (max-width: 767px) {
    img.img-chairman {
        width: 200px !important;
    }
}
