@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bs-body-font-family: "Kanit"!important;
    --bs-body-font-size: 14px;
    --bs-body-line-height: normal;
    --bs-body-bg: #fff;
    --bg-color-black: #000000;
    --bg-color-primary: #5c5856;
    --text-color-primary: #5c5856;
    --text-color-white: #ffffff;
    --bg-gray: #FAFBFD;
    --bg-white: #ffffff;
    --Color-2:#3F3229;

    /* ===== text ===== */
    --text-header: #0C0B0B;
    --text-sub-header: #888888;
    --text-overlay-image: #ffffff;
    --text-white: #ffffff;


    /* ===== Button colors ===== */
    --button-primary-bg: #000000;
    --button-primary-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;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--bs-body-font-family) !important;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

a {
    text-decoration: none;
}

@media (max-width: 575px) {
    p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .row {
        padding-left: 12px;
        padding-right: 12px;
    }

    .row>* {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #d6d6d6 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
    border-radius: 12px;
    border: 3px solid #ffffff;
}

/* end scroll custom */
.fs-14 {
    font-size: 14px;
}

.row-gap-20 {
    row-gap: 20px;
}

.green {
    color: var(--text-color-primary);
    border-radius: 100px;
}

/* start swiper */
.swiper-container {
    width: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-pagination {
    position: relative !important;
    padding-top: 20px;
}

.swiper-pagination-bullet {
    background: var(--bg-color-black);
}

.swiper-pagination-bullet-active {
    background: var(--bg-color-black) !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: 32px;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    background-color: var(--bg-white);
}

.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;
    height: 70px;
    padding: 0 calc(24px / 2) 0 0;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    box-shadow: 0 2px 4px rgba(126, 142, 177, .1)
}

.navbar-header .dropdown.show .header-item {
    background-color: #f9fafc;
}

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 260px
}

.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: 72px 0;
}

.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #636e75;
    border: 0;
    border-radius: 0
}

.header-item:hover {
    color: #636e75
}

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #eaedf1;
    padding: 4px
}

.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: var(--border-radius-small);
    line-height: 34px;
    text-align: center;
    padding: 16px 0 8px;
    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: var(--text-white);
}

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-header .dropdown {
        position: static
    }

    .navbar-header .dropdown .dropdown-menu {
        left: 12px !important;
        right: 12px !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: 12px
    }
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-title-box h4 {
    color: var(--text-white);
    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: 12px;
    color: #636e75
}

.footer {
    bottom: 0;
    padding: 20px calc(24px / 2);
    position: absolute;
    right: 0;
    border-top: 1px solid #edf1f5;
    color: #74788d;
    left: 260px;
    height: 60px;
    -webkit-box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    box-shadow: 0 2px 4px rgba(126, 142, 177, .1);
    background-color: var(--bg-white)
}

@media (max-width:992px) {
    .footer {
        left: 0
    }
}

.vertical-collpsed .footer {
    left: 70px
}

body[data-layout=horizontal] .footer {
    left: 0 !important
}

.right-bar {
    background-color: var(--bg-white);
    -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: 12px;
    height: 12px;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-left: -16px
}

.main-content {
    overflow: hidden
}

.main-content .content {
    padding: 0 16px 12px 16px;
    margin-top: 70px
}

#sidebar-menu {
    padding: 0 0 32px0
}

#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: 14px;
    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: 12px;
    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: 16px 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: var(--bg-white)
}

.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: var(--bg-white)
}

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: 16px;
    position: relative;
    padding: 1.2rem 1.5rem;
    color: #27303f
}

.topnav .navbar-nav .nav-link i {
    font-size: 16px;
    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: 16px;
        -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: 12px;
    -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: 16px;
        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: var(--text-white);
}

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: var(--text-white);
}

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-16 {
    margin-right: 16px;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

@media (max-width: 1199px) {
    .mb-lg-24 {
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    .mb-md-24 {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .mb-sm-24 {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .my-xs-custom {
        margin: 12px 0 24px !important;
    }

    .mt-xs-12 {
        margin-top: 12px;
    }

    .mb-lg-24 {
        margin-bottom: 12px;
    }

    .mb-md-24 {
        margin-bottom: 12px;
    }

    .mb-sm-24 {
        margin-bottom: 12px;
    }

    .mb-18 {
        margin-bottom: 12px;
    }

    .mb-24 {
        margin-bottom: 12px;
    }

    .mb-32 {
        margin-bottom: 16px;
    }

    .mt-18 {
        margin-top: 12px;
    }

    .mt-24 {
        margin-top: 12px;
    }

    .mt-32 {
        margin-top: 16px;
    }
}

.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: 14px;
    text-align: left;
}

.card-title {
    font-family: "kanit";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 150%;
color: var(--text-header);
}

/* @media (max-width: 1536px) {
    .card-title {
        font-size: 28px;
    }
} */

.btn {
    padding: 8px 24px;
    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;
    transition: 0.35s;
}

.btn-primary:hover {
    background-color: var(--bg-color-primary);
    border-color: var(--bg-color-primary);
}

.btn-primary:active,
.btn-primary:focus {
    background-color: var(--bg-color-primary) !important;
    border-color: var(--bg-color-primary) !important;
}

.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: var(--border-radius-medium);
}

.text-head {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-header);
}

.text-sub {
    color: var(--text-sub-header);
    font-size: 14px;
    font-weight: 400;
}

.card {

    padding: 24px;
    background-color: #ffffff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border-radius: 20px;
}

.card-header {
    background-color:#ffffff;
    border-radius: var(--border-radius-medium);
    border: none;
    padding: 0;
    margin-bottom: 24px;
}

.card-header:first-child {
    border-radius: var(--border-radius-medium);
}

.card-body {
    padding: 0;
}
.btn {
    padding: 18px 40px 18px 40px!important;
    font-size: 17px!important;
}
@media (max-width: 575px) {
    .card {
        padding: 20px;
    }

    .card-header {
        margin-bottom: 12px;
    }

    .card-title {
        font-size: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 6px 18px;
    }
}





/* ===== 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: 12px 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: 12px;
    background-color: var(--bg-white);
}

.left {
    flex: 1.3;
    background: url(../images/banner/banner-petpal-01.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--text-header);
    position: relative;
    height: 740px;
}
.banner-sub-ir {
    flex: 1.3;
    background: url(../images/banner/banner-petpal-sub-ir.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: var(--text-header);
    position: relative;
    height:350px;
}
.banner-sub-ir-crop {
    margin-top: 70px !important;
}
.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;
    top: -120px;
    /* backdrop-filter: blur(16px);
    padding: 48px 32px;
    border-radius: var(--border-radius-large); */

}

/* .left-content h1 {
    font-size: 64px;
    font-weight: 600;
    color: var(--text-header);
} */
.left-content h1 {
text-align: center;
font-family: Kanit;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 91%;
color: var(--text-header);
}
.left-content p {
    font-size: 18px;
    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: 12px; */
    width: 50px;
    height: 50px;
    background-color: var(--bg-color-primary);
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--text-white);
    border-radius: 100px;
    font-size: 24px;
}
@media (max-width: 1399px) {
.banner-sub-ir {

    height: 300px;
}
}
@media (max-width: 767px) {
    .banner-sub-ir {
        height: 230px;
    }
}
@media (max-width: 575px) {
    .icon-circle {
        width: 40px;
        height: 40px;
    }

    .icon-circle i {
        font-size: 20px;
    }
    .left-content {
    margin-top: 100px;
      }  
}
    
.left-content .button {
    background-color: #007bff;
    color: var(--text-white);
    padding: 12px 20px;
    border: none;
    border-radius: var(--border-radius-small);
    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: 24px;
    position: relative;
    z-index: 1;
}

.right::after {
    content: '';
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner-overlay.webp');
    background-size: cover;
    background-position-x: 285px;
    background-position-y: top;
}


.block-grid {
    width: 500px;
    padding: 16px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.banner-info-col-12 .block-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    max-width: 100%;
    padding: 0;
    margin: 40px auto;
}

.banner-info-col-12 .block-grid .block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: var(--bg-card);
    /* border: 1px solid #DDD; */
    grid-column: span 2;
}

.banner-info-col-12 .block-grid .block:first-of-type {
    grid-column: span 4;
}

.banner-info-col-12 .block-grid .block img {
    width: 50px;
    height: 50px;
}

.banner-info-col-12 .symbol-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block {
    background-color: var(--bg-white);
    padding: 20px;
    border-radius: var(--border-radius-medium);
    position: relative;
    z-index: 2;
}



.block h5 {
    font-size: 14px;
    color: var(--text-sub-header);
    line-height: normal;
}

.block h3 {
    margin: 1rem 0;
    font-size: 1rem;
}

.block:first-of-type {
    background-color: #FAFBFD;
    background-image: url(../images/card-01.webp);
    background-position: right top;
    background-repeat: no-repeat;
    border: 0.5px solid #dddddd;
    background-size: contain;
    border-radius: 20px;
}


.block:nth-of-type(2) {
    background-image: url(../images/card-02.webp);
    background-position: right bottom;
    background-position-x: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0.5px solid #dddddd;
    border-radius: 20px;
}

.block:nth-of-type(3) {
  background-image: url(../images/card-02.webp);
    background-position: right bottom;
  background-position-x: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0.5px solid #dddddd;
  border-radius: 20px;
}

.block:nth-of-type(4) {
   background-image: url(../images/card-02.webp);
    background-position: right bottom;
    background-position-x: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0.5px solid #dddddd;
    border-radius: 20px;
}

.block:nth-of-type(5) {
    /* background-image: url(../images/circle-blur.png); */
    background-position-x: left;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 0.5px solid #dddddd;
    background: linear-gradient(223deg, #A1876E -14.25%, #56453D 53.51%);
}

.block {
    border: 0;
    background-color: var(--bg-white);
}


.block .label {
    color: var(--text-sub-header);
    font-size: 14px;

}

.block .value {
    color: #161A19;
    font-size: 22px;
    font-weight: 600;
}


.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-weight: 600;
    color: var(--text-header);
}
@media (max-width: 1230px) {
    .block:first-of-type {

    background-position: right top;
    background-size: cover;
    border-radius: 20px;
}}
@media (max-width: 1199px) {
    .banner-info-col-12 .block-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .banner-info-col-12 .block-grid .block {
        grid-column: auto;
    }

    .left-content h1 {
        font-size: 60px!important;

    }

    .left-content p {
        font-size: 16px;

    }
    .block:first-of-type {
      background-size: contain;
    background-position: right top;
}

}

@media (max-width: 991px) {
    .banner-info-col-12 .block-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner-info-col-12 .block-grid .block:first-of-type {
        grid-column: span 2;
        grid-row: auto;
    }

    .left {
        justify-content: center;
        padding: 40px 24px;
         height: 430px;
    }

    .block-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .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 .block:first-of-type {
        grid-row: auto;
        grid-column: span 2;
    }

    .block-grid {
        padding: 0;
    }

    .symbol-info {
        display: flex;
    }

    .symbol-info .lasted {
        text-align: right;
    }

    .block .value {
        font-size: 20px;
    }

    .block:first-of-type {
        grid-row: span 2;
        grid-column: span 4;
    }
}

@media (max-width: 575px) {
    .banner-info-col-12 .block-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .left-content h1 {
        font-size: 32px;

    }

    .left-content p {
        font-size: 14px;

    }

    .block {
        padding: 18px;
    }

    .block-grid {
        gap: 12px;
        padding: 0;
    }

    .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;
    }

    .block .value {
        font-size: 18px;
    }

    .symbol-info .lasted h5 {
        font-size: 12px;
        font-weight: 400;
    }
.block:first-of-type {
    background-size: cover;
    background-repeat: no-repeat;
}


.block:nth-of-type(2) {
    background-size: cover;
    background-repeat: no-repeat;
}

.block:nth-of-type(3) {
    background-size: cover;
    background-repeat: no-repeat;
}

.block:nth-of-type(4) {
    background-size: cover;
    background-repeat: no-repeat;
}
    .left {
        justify-content: center;
        padding: 52px 24px;
        height: 500px;
    }
}

/* ===== end banner ===== */


/* ===== atart about ===== */
.text-about .head {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-header);
}

.text-about p {
    color: var(--text-sub-header);
}

.about img {
    padding: 48px 0;
}

.img-about {
    padding: 48px 0;
    width: 100%;
}

@media (max-width: 575px) {
    .text-about .head {
        font-size: 20px;
    }
}


/* ===== 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: 24px;
        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: 24px;
}

.company-background .card-white .card-body {
    padding: 20px;
}

.company-background-6 .card-inner {
    display: flex;
    flex-direction: column;
}

/* .card-body {
    flex: 1;
} */


/* ===== end company-background-col-6 ===== */

/* ===== Stsrt company-background-col-4 ===== */
.company-background-4 .row {
    row-gap: 16px;
}

.company-background-4 .card-white .card-body {
    padding: 16px;
}

.company-background-4 .card-inner {
    display: flex;
    flex-direction: column;
}

.card-white {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

/* .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: 32px;
    /* 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: 24px;
        height: 400px;
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .company-background-6 .row {
        row-gap: 24px;
        height: 300px;
        overflow: auto;
    }
}

/* ===== 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: -12px;
    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: -32px;
    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: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    border-radius: var(--border-radius-small);
}

.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: var(--bg-color-black);
}

.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: 12px;
    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: 12px;
    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: 12px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 4px;
}

.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 4px;
}

.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: var(--text-white);
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 12px;
}

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #a1a1a1;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
}

.company-background-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color-black);
    height: 12px;
    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 12px;
    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: var(--border-radius-medium);
}

@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: 16px;
    color: var(--text-overlay-image);
    padding: 0 12px;
    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-weight: 600;
}

.company-background-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
    color: var(--text-overlay-image);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: 45px;
    padding: 12px 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: 12px;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
}

.company-background-v2 .carouselteam-wrap .team-carousel .team-tag {
    bottom: 12px;
    color: var(--text-white);
    position: absolute;
    right: 12px;
}

.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 ===== */
.height-card-custom {
    position: relative;
    height: 360px;
    overflow: auto;
}

.timeline-carousel {
    padding: 12px 32px 32px 32px;
    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: var(--bg-color-black);
    border-color: var(--bg-color-black);
}

.timeline-carousel h1 {
    color: var(--text-header);
    font-size: 46px;
    line-height: 50pd;
    margin-bottom: 40px;
    font-weight: 900;
}

.timeline-carousel__image {
    padding-right: 32px;
}

.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: var(--text-header);
    display: table;
    letter-spacing: -1px;
    padding-right: 12px;
    z-index: 1;
    position: relative;
    margin: -16px 0 20px;
    font-weight: 900;
}

.timeline-carousel__item-inner .month {
    font-size: 21px;
    text-transform: uppercase;
    color: var(--text-header);
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.timeline-carousel__item-inner p {
    font-size: 12px;
    line-height: 18px;
    color: var(--text-header);
    width: auto;
    padding-right: 32px;
    font-weight: 400;
    margin-bottom: 16px;
}

.timeline-carousel__item-inner .read-more {
    font-size: 12px;
    color: var(--text-header);
    display: table;
    margin-bottom: 12px;
    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 var(--bg-color-black);
    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: 16px;
    height: 16px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: var(--bg-color-primary);
}

.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;
    }

    .height-card-custom {
        row-gap: 25px;
        height: 300px;
        overflow: auto;
    }
}

/* =====  End timeline-col-12 ===== */

/* =====  Start timeline-col-6 ===== */

.timeline-6 .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 75px;
    bottom: 0px;
    width: 2px;
    background: #ddd;
    height: 100%;
}

.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: 16px;
    height: 16px;
    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-weight: 600;
    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 {
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.4em;
}

.timeline-6 .entry .body p:first-child {
    margin-top: 0;
}

.timeline-6 .entry .body ul {
    color: var(--text-sub-header);
    padding-left: 0;
    margin-bottom: 12px;
    list-style-type: none;
}

.timeline-6 .entry .body ul li {
    display: flex;
    padding-bottom: 2px;
}

.timeline-6 .entry .body ul li:before {
    content: "–";
    margin-right: 0.5em;
}





/* =====  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: 32px;
    text-align: right;
    position: relative;
    width: max-content;
}

.timeline-4 .entry .title:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid var(--bg-color-primary);
    background-color: var(--bg-color-primary);
    border-radius: 100%;
    top: 0%;
    right: -4px;
    z-index: 99;
}

.timeline-4 .entry .title h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    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; */
    width: 100%;
    height: 320px;
    max-width: 100%;
    background-color: var(--bg-white);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 12px;
    position: relative;
}

.column .image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.column img {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
}

#board_col4 .column {
    border: none;
    background: none;
}

#board_col4 .column img {
    object-fit: contain;
}

.text {
    padding: 0px 12px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.text .title {
    color: var(--text-overlay-image);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.text .position {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-white);
}

.button-container {
    margin: auto;
    width: 100%;
}

.button-container button {
    width: 100%;
    padding: 12px 20px;
    background-color: #5a64d0;
    color: var(--text-white);
    border: none;
    border-radius: var(--border-radius-small);
    cursor: pointer;
    font-size: 14px;
}

.button-container button:hover {
    background-color: #0056b3;
}

@media (min-width: 300px) {
    .card-content {
        margin-inline: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #board_col8 .column {
        height: 270px;
    }
}

@media screen and (min-width: 768px) {
    .card-content {
        margin-inline: 0px;
    }
}

@media (max-width: 575px) {
    .column {
        height: 260px;
    }
    .text .title {
        font-size: 16px;
    }
    .text .position {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .column {
        border: none;
        background: none;
    }

    .column img {
        object-fit: contain;
    }
}



/* ===== End board-person  ===== */


/* ===== Start chairman-col-4 ===== */
.chairman {}

.chairman .chairman-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.chairman .quoat {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: var(--text-header);
}

.chairman .signature .signature-name {
    font-size: 18px;
    font-weight: 600;
    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: 24px;
    font-weight: 600;
    color: var(--text-header);
}

.financial-information .financial-information-des {
    font-size: 14px;
    color: var(--text-sub-header);
}

.financial-information-block .card {
    padding: 18px;
}

.financial-information-block .number {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-header);
}

.financial-information-block .number-des {
    font-size: 14px;
    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: 28px;
    }
} */

@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;
    }

    .financial-information-block .card {
        padding: 14px;
    }

    .financial-information .financial-information-text {
        font-size: 20px;
    }

    .financial-information-block .number {
        font-size: 18px;
    }

    .financial-information-block .number-des {
        font-size: 14px;
    }

    #securities_col6 .swiper-slide {
        justify-content: flex-start;
        text-align: start;
    }
}

/* ===== 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: -12px;
    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: -32px;
    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: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    border-radius: var(--border-radius-small);
}

.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: var(--bg-color-black);
}

.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: 12px;
    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: 12px;
    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: 12px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 4px;
}

.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: var(--text-white);
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 12px;
}

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #a1a1a1;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #a1a1a1;
}

.financial-highlight-stats-v2 .carouselteam-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color-black);
    height: 12px;
    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 12px;
    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: var(--border-radius-medium);
}

@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: 16px;
    color: var(--text-overlay-image);
    padding: 0 12px;
    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-weight: 600;
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel li .team-sub-wrap .team-sub-content p {
    color: var(--text-overlay-image);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    min-height: 45px;
    padding: 12px 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: 12px;
    -webkit-transition: bottom 0.2s ease 0s;
    transition: bottom 0.2s ease 0s;
}

.financial-highlight-stats-v2 .carouselteam-wrap .team-carousel .team-tag {
    bottom: 12px;
    color: var(--text-white);
    position: absolute;
    right: 12px;
}

.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-weight: 600;
    color: var(--text-header);
}

.financial-graph .card-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-header);
    padding-bottom: 8px;
}

.financial-graph .card-description {
    font-size: 14px;
    color: var(--text-sub-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: 12px 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: 18px;
    font-weight: 600;
    color: var(--text-header);
    text-align: left;
}

.detail-stock .media {
    display: flex;
}

.detail-stock .inbox-wid .inbox-list-item {
    color: var(--text-sub-header);
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #edf1f5;
    cursor: auto;
    text-decoration: none;
}

.detail-stock .inbox-wid .inbox-list-item:first-child {
    padding-top: 0;
}

.detail-stock .inbox-wid .inbox-list-item:last-child {
    border-bottom: 0px solid #edf1f5;
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .detail-stock .inbox-wid .inbox-list-item:first-child {
        padding-top: 16px;
    }
}

@media (max-width: 575px) {
    .detail-stock .media-body h5 {
        font-size: 16px;
    }
}


/* =====  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: 12px;
}

.shareholder-information .inbox-wid .inbox-list-item a {
    padding: 0 0;
}

.shareholder-information p {
    color: var(--text-sub-header);
}

.circle {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    display: block;
    position: absolute;
}

.shareholder-information .media-body h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-header);
    line-height: normal;
}

.shareholder-information .media-body {
    padding-left: 32px;
}

.shareholder-information .num {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-header);
    padding-right: 32px;
}

.shareholder-information .inbox-wid li {
    border-bottom: 1px solid #edf1f5;
    padding: 12px 0;
}

.shareholder-information .inbox-wid li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.shareholder-information .media {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}

.shareholder-information .card-body {
    padding-top: 0;
}

.effect-image-1 {
    overflow: hidden;
    border-radius: var(--border-radius-medium);

}

.image-overlay {
    position: absolute;
    bottom: -12px;
    /* Initially position below */
    left: 20px;
    color: white;
    padding: 12px;
    border-radius: var(--border-radius-small);
    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: 48px;
    margin-bottom: 32px;
}


.image-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    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: 18px;
}

#pie {
    display: block;
}


#pie1 {
    display: block;
}

#pie2 {
    display: block;
}

#pie3 {
    display: block;
}





.shareholder-information-block .number {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-header);
}

.shareholder-information-block .number-des {
    font-size: 14px;
    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;
    transition: 0.3s;
}

.card-image img:hover {
    transform: scale(1.1);
}

.detail-stock {
    display: flex;
    height: 100%;
}


@media (max-width: 1399px) {
    .shareholder-information .card-header {
        margin-bottom: 8px;
    }

    .shareholder-information .inbox-wid {
        height: 450px;
        overflow: auto;
        position: relative;
    }
}

@media (max-width: 1199px) {
    .shareholder-information .inbox-wid {
        height: 165px;
    }
}

@media (max-width: 1199px) {
    #pie {
        min-height: 280px;
    }
}

@media (max-width: 991px) {
    .shareholder-information .inbox-wid {
        height: auto;
    }

    .shareholder-information-card .card-image {
        height: 210px;
    }

    .shareholder-information-block.shareholder-information-block-12 {
        display: flex;
    }

    #pie {
        min-height: 340px;
    }

    /* #pie {
        display: none; 
    }

    #pie1 {
        display: none;
    }

    #pie2 {
        display: none;
    }

    #pie3 {
        display: none;
    }  */

}

@media (max-width: 767px) {
    .shareholder-information-card .card-image .text-card {
        top: calc(74%);
        left: 18px;
    }

    .shareholder-information-card .card-image img {
        width: 100%;
    }

    .shareholder-information-card .card-image h3 {
        font-size: 21px;
    }

}

@media (max-width: 575px) {
    .shareholder-information-block .card {
        padding: 14px;
    }

    .shareholder-information-block .card img {
        width: 40px;
        height: 40px;
    }

    .shareholder-information-block .number {
        font-size: 18px;
    }

    .shareholder-information-card .card-image h3 {
        font-size: 18px;
    }

    .shareholder-information .num {
        font-size: 18px;
        padding-right: 0;
    }
}

/* =====  End shareholder-information  ===== */



/* =====  Start Investor Information ===== */
.investor-information {}

.investor-information .row {
    row-gap: 24px;
}

.investor-information .card-image {
    height: 180px;
    position: relative;
}

.investor-information .card-image .text-card {
    z-index: 2;
}

.investor-information .card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.00) 25%, rgba(47, 47, 47, 0.80) 100%);
    pointer-events: none;
}

@media (max-width: 1399px) {
    .investor-information .card-image {
        height: 155px;
    }
}

@media (max-width: 1199px) {
    .investor-information .card-image {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .investor-information .card-image {
        height: 180px;
    }

    .investor-information .image-overlay {
        bottom: 20px;
    }

    .card-image img {
        width: 100%;
    }

}

@media (max-width: 575px) {
    .investor-information .card-image .text-card {
        top: calc(83%);
        left: 18px;
    }
}


/* =====  End Investor Information ===== */


/* ===== Start Investor Document ===== */
.investor-document {}


.investor-document .media-body p {
    color: var(--text-sub-header);
}

.investor-document .image-document img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    text-align: center;
    border-radius: 20px;
}

.investor-document .media-body h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-header);
}
.investor-document .media-body h5:hover {
    color: var(--tg-theme-primary);
}
.investor-document .media {
    display: flex;
}

.investor-document .inbox-wid li {
    color: #495057;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f5;
}

.investor-document .inbox-wid li:first-child {
    padding-top: 0;
}

.investor-document .inbox-wid li:last-child {
    border-bottom: 0px solid #edf1f5;
    padding-bottom: 0;
}

.investor-document .inbox-wid li a {
    text-decoration: none;
}


.investor-document .text-muted {
    font-size: 14px;
    font-weight: 400;
}

.investor-document .image-document {
    position: relative;
    width: 100%;
    height: 100%;
}

.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: 20px;
    font-weight: 600;
    color: var(--text-overlay-image);
    line-height: normal;
}

.investor-document .links-document {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.investor-document .download-link,
.view-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;

}

.investor-document .download-link:hover,
.view-link:hover {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 300;

}

.investor-document .inbox-wid {
    height: 400px;
    overflow: auto;
}

@media (max-width: 1399px) {
    .investor-document .inbox-wid {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .investor-document .inbox-wid {
        height: 320px;
    }
    /* .investor-document {
        margin-top: 50px;
    } */
}

@media (max-width: 991px) {
    .investor-document {
        display: block;
        height: 100%;

    }

    .investor-document .image-document img {
        width: 250px;
        margin: auto;

    }

    .investor-document .inbox-wid {
        height: 360px;
    }

    .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: 12px;
    border-radius: var(--border-radius-small);
    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: 12px;
}

.investor-calendar .zoom-effect-1:hover .image-subtitle {
    bottom: 48px;
    margin-bottom: 32px;
}


.investor-calendar .image-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    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-weight: 600;
    color: #161A19;
}

.investor-calendar .text-muted {
    font-size: 12px;
}

.investor-calendar .image-document {
    position: relative;
}

.investor-calendar .image-document img {
    border-radius: 12px;
    height: 320px;
    object-fit: cover;
}

.investor-calendar .title-document {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.investor-calendar .title-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-overlay-image);
    line-height: normal;
}

.investor-calendar .links-document {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.investor-calendar .title-document p {
    font-size: 16px;
    color: var(--text-overlay-image);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .investor-calendar{
    display: flex;
    height: 100%;
} */

.badge-soft-success {
    background-color: var(--bg-color-primary);
    color: var(--text-overlay-image);
}

.rounded-pill {
    width: max-content;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 48px;
}

@media (max-width: 991px) {
    .investor-calendar .title-document {
        /* position: initial !important; */
        /* margin-top: 32px; */
    }

    .image-document .img-col-4 {
        height: initial;
        object-fit: cover;
        border-radius: 12px;
    }

    /* .investor-calendar .title-text {
        color: var(--text-header)
    } */

    .investor-calendar .title-document p {
        font-size: 14px;
    }
}

/*===== 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;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 24px;

}

.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-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-sub-header);
    text-align: center;
    padding: 12px 18px;
    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 {
    font-weight: 600;
    color: var(--text-header);
    background-color: var(--bg-gray);
    border-radius: 100px;
}

/* .tab-slider--body {
    margin-bottom: 20px;
} */

.investor-news .investor-news-text {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-header);
}

.investor-news.investor-news-des {
    font-size: 14px;
    color: var(--text-header);
}

.investor-news .number {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: var(--text-header);
}

.investor-news .number-des {
    font-size: 14px;
    color: var(--text-sub-header);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .investor-news .card {
        padding: 24px 0;
    }

    .investor-news .investor-news-block .card {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .investor-news .number-des {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 575px) {
    .tab-slider--trigger {
        font-size: 14px;
    }

    .investor-news .number {
        font-size: 16px;
    }
}

.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;
    border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.investor-email.email-col-4 .card {
    background-position-x: right;
    background-position-y: 70px;
    height: 380px;
}

.button-email {
    position: absolute;
    bottom: 32px;
}

.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;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border-radius: 20px;
}


.investor-contact .media-body h5 {
    font-size: 16px;
    font-weight: 600;
    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: 12px 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-position-x: 0px;
         background-repeat: no-repeat;
    }
    .investor-contact.contact-col-4 .card {
        background-position-x: -250px;
    }
}

@media (max-width: 991px) {
    .investor-contact .card {
        background-position-x: right;
    }
    .investor-contact.contact-col-4 .card {
        background-position-x: right;
    }
}

@media (max-width: 575px) {
    .investor-contact .card {
        background-position-x: 500px;
    }
    .investor-contact.contact-col-4 .card {
        background-position-x: 500px;
    }
}



/*===== End Investor contact =====*/

/*=====  card hover =====*/
.card-image {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: var(--text-white);
    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: var(--text-white) !important;
    width: 100%;
}

.card-image .text-card {
    position: absolute;
    bottom: 18px;
    left: 18px;
    color: var(--text-white) !important;
}

.card-image .text-card:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    height: 80px;
    color: var(--text-white) !important;
}

.card-image h3,
.card-image p {
    margin: 0 0 12px;
}

.card-image h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2em;
    color: var(--text-overlay-image);
}

.card-image p {
    font-size: 12px;
    color: var(--text-white);
}

.text-card .text-primary {
    color: var(--text-white) !important;
    font-size: 14px;
}

.card-image {
    color: var(--text-white) !important;
}

@media (max-width: 1536px) {
    .card-image h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .card-image h3 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .card-image h3 {
        font-size: 20px;
    }
}


/*=====  card hover =====*/





.placeholder {
    background: #b0b0b0;
    border-radius: 4px;
}

#skeleton-load {
    width: 100%;
    height: 100vh;
}

#skeleton-load .left {
    background-image: none;
    background-color: #eee;
}

#skeleton-load .left-content {
    width: 640px;
    background-color: #FFF;
}

#skeleton-load .right::after {
    background-image: none;
}

#skeleton-load .block {
    background-image: none;
    background-color: #FFF;
}
