﻿::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

body {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
}

a:hover{
    text-decoration:none;
}

.hotline{
    display:none;
}

:focus-visible {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
}

.hide {
    display: none!important;
}

.full-height{
    height:100%;
}

.flex{
    display:flex;
}

.flex-column{
    flex-direction:column;
}

.flex-group-up{
    flex-grow:2;
}

.scrollbar-thin {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd #f5f5f5;
}

.scrollbar-thin::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
    border: 0px solid #f5f5f5;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height:100vh;
}
.header {
    background: #FFF;
    padding: 0px 0px;
    position: relative;
    height:75px;
}

.header:before {
    content: "";
    background: #0000;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../../images/banner_background.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 314px;
    width: 300px;
    height: 100%;
}

.content-wrap {
    flex-grow: 2;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.container {
    width: 100%;
}

.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.relative {
    position: relative;
}

.logo-text {
    height: 80px;
    position: relative;
    color: #2A6EBB;
    text-align: left;
    display: flex;
    align-items: center;
}

.logo-text .logo {
    left: 0px;
    /*max-width: 536px;*/
    width: 100%;
    display: flex;
    align-items: center;
}

.logo-text .logo:hover {
   text-decoration:none;
}

.logo-img {
    width:70px;
    height: 47px;
    background-repeat:no-repeat;
    float:left
}

.logo-title {
    font-weight: 600;
    font-size: 25px;
    color: var(--primary-color);
    text-decoration: none !important;
    margin-left: 5px;
    width: calc(100% - 315px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-account {
    position: absolute;
    top: 20px;
    right: 0px;
}

.header-account .btn:focus {
    outline: none;
    box-shadow: none;
}

.header-account .btn-register {
    margin: 0px 15px;
    border-color:var(--primary-color);
    color: #fff;
    border-radius: 8px;
    width: 130px;
    min-width: 0px;
    font-size: 15px;
    height: auto;
    font-weight: 500;
    background: var(--primary-color);
}

.header-account .btn-register:hover {
    background-color: rgba(var(--primary-color-rgb),0.85);
}

.header-account .btn-login {
    color: #6e6d7a;
}

.header-account .btn-login:hover {
    text-decoration:none;
}

.header-account .info-number {
    display: block;
    position: relative;
    height: 47px;
    padding: 0 18px;
    line-height: 47px;
    color: var(--primary-color);
    font-size: 1.2em;
    font-weight: 500;
}

.header-account .info-number.dropdown-toggle::after {
    display: none;
}

.header-account .info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.header-account .list-notify {
	width: 300px;
	max-height: 350px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ddd #f5f5f5;
}

.header-account .list-notify::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.header-account .list-notify::-webkit-scrollbar-track {
	background: #f5f5f5;
}

.header-account .list-notify::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 20px;
	border: 0px solid #f5f5f5;
}

.header-account .list-notify li {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 6%);
}

.header-account .list-notify li:last-child {
    margin-bottom: 6px;
}

.header-account .list-notify li:last-child a {
    padding: 10px;
    cursor: pointer
}

.header-account .list-notify li:last-child a:active {
    border-radius: 3px;
    color: #fff !important;
}

.header-account .list-notify li.empty {
    font-size: 12px;
    justify-content: center;
    padding: 0.5rem;
    background: #fff
}

.header-account .list-notify .notify-item {
    padding: 3px 5px !important;
    cursor: pointer;
    width: 100%
}
.header-account .list-notify .notify-item:active {
    border-radius: 3px;
}
.header-account .list-notify .notify-item .item-content {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.header-account .list-notify .notify-item .item-content .content-body {
    flex: 1;
}

.header-account .list-notify .notify-item span {
    white-space: normal;
    font-weight: bold;
}

.header-account .list-notify .notify-item span.image {
    float: left;
    margin-right: 10px;
    width: 11%;
    vertical-align: middle;
    border-style: none;
    min-height: 30px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    color: var(--primary-color);
}

.header-account .list-notify .notify-item.seen span.image {
    color: #6c757d
}

.header-account .list-notify .notify-item:active span {
    color: #fff !important
}

.header-account .list-notify .notify-item span.time {
    font-size: 11px;
    font-style: italic;
    position: absolute;
    right: 3px;
    font-weight: normal;
    color: #bbbfc9;
    top: 3px;
}

.header-account .list-notify .notify-item span.message {
    display: block;
    font-size: 11px;
    font-weight: normal;
}

.header-account .user-profile {
	height: 47px;
	line-height: 47px;
	padding: 0 10px;
}

.header-nav {
    background: linear-gradient(200deg, #17ead9 0%,#6078ea 100%);
}

.header-nav .container{
    display:table;
}

.header-nav .menus {
    font-size: 14px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.header-nav .menus > li {
    float: left;
    position: relative;
}

.header-nav .menus > li > a {
    height: 40px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 500;
}

.header-nav .menus > li:hover {
    background: #ffffff1a;
}

.header-nav .menus > li.active > a, .header-nav .menus > li:hover > a {
    color: #fff;
    text-decoration:none;
}

.header-nav .menus .dropdown-menu {
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    min-width: 165px;
    background: var(--primary-color);
}

.header-nav .menus li:hover > .dropdown-menu {
    display: block;
}

.header-nav .menus .dropdown-menu > li {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ffffff1a;
    position: relative;
}

.header-nav .menus .dropdown-menu > li:hover {
    background: #ffffff1a;
}

.header-nav .menus .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
}

.header-nav .menus .dropdown-menu > li > a:hover {
    text-decoration:none
}
@media (min-width: 992px) {
    .sidebar-fixed .app-header + .app-body .sidebar {
        height: calc(100vh - 55px);
    }

    html:not([dir=rtl]) .sidebar-lg-show .sidebar, html:not([dir=rtl]) .sidebar-show .sidebar {
        margin-left: 0;
    }
    .sidebar-fixed .sidebar {
        width: 220px;
    }
    .sidebar-fixed .sidebar {
        position: fixed;
        z-index: 1019;
        width: 200px;
        height: 100vh;
    }
}

.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-grow: 1;
    overflow-x: hidden;
}

.app-body .sidebar {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -ms-flex-order: -1;
    order: -1;
}

.sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    color: #fff;
}

.sidebar .sidebar-nav {
    width: 220px;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    transition: width .25s;
    padding-top: 10px;
}

.sidebar .nav {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    margin-bottom: 0;
}

.sidebar .nav-item {
    position: relative;
    margin: 0;
    transition: background .3s ease-in-out;
}
.sidebar .nav-item .user-profile {
    padding: .5rem .5rem;
}
.sidebar .nav-item .user-profile img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.sidebar .nav-item .user-profile .info-user {
    display: flex;
    flex-direction: column;
}
.sidebar .nav-link {
    display: block;
    padding: .75rem 1rem;
    text-decoration: none;
    background: 0 0;
    color: #707070;
    cursor: pointer;
}
.sidebar .nav-link.active {
    box-shadow: inset 4px 0 0 #007bff;
    background: rgba(0,0,0,0.02);
}
.sidebar .nav-link:not(.active):hover {
    color: #2e2e2e;
    background: rgba(0,0,0,0.05);
    font-weight: 500;
}
.sidebar .nav-link .nav-icon {
    display: inline-block;
    width: 1.09375rem;
    margin: 0 .5rem 0 0;
    font-size: .875rem;
    color: #707070;
    text-align: center;
}

.app-body .main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.footer .footer-start {
    font-size: 0.8rem !important;
    padding: 25px 0rem 0rem 0rem !important;
    box-shadow: 10px 8px 20px 10px rgb(0 0 0 / 4%);
    background: white;
}
.footer .footer-item{
    padding-left: 0px !important;
    padding-right:0px !important;
}
    .footer .footer-item.dichvucungcap {
        padding-left: 50px !important;
    }
.footer .footer-item .ketnoi img {
    margin: 0px auto;
    width: 28px;
    height: 28px;
}
.footer .footer-item .ketnoi .d-flex{
    padding-left: 30px;
    padding-right: 30px;
}
.footer .footer-item .phuongthuc {
    padding-bottom: 25px;
}
    .footer .footer-item .phuongthuc h6, .footer .footer-item .ketnoi h6 {
        padding-bottom: 15px;
    }
.footer .footer-item .phuongthuc img {
    margin: 0px auto;
}
.footer .footer-item .phuongthuc, .footer .footer-item .ketnoi {
    text-align: center;
}
.footer-start .footer-content {
    display: flex;
    padding-bottom: 15px;
}
.footer-last {
    display: flex;
    background-color: var(--primary-color);
    padding: 20px 0px;
}

    .footer-last .footer-content {
        display:flex !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 0.8rem;
        color: #FFF;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.user-profile {
    color: #0000009c;
    font-size: 0.9em;
    display: flex;
    align-items: center;
}

.user-profile:hover {
    text-decoration: none;
}

.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px
}

    .user-profile .lbAccountName {
        display: inline-block;
        max-width: 75px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dropdown-usermenu {
        position: absolute;
        background: #fff;
        margin-top: 0;
        padding: 0;
        top: 20px !important;
        border: 1px solid #D9DEE4;
        -webkit-box-shadow: none;
        right: 0px;
        left: auto;
        width: 200px
    }

.dropdown-usermenu li{
    width: 100%;
    padding:0;
}

    .dropdown-usermenu li a {
        padding: 10px 15px;
        display: block;
        color:#000;
        font-size:0.9em;
    }

        .dropdown-usermenu li a:hover {
            text-decoration: none;
            background: var(--primary-color);
            color: #fff
        }

    .dropdown-usermenu li a i{
        margin-right: 5px
    }

.header-account .buttons a{
    font-size:13px;
}

.center {
    text-align: center;
}

.select2-results {
    font-size: 0.8em;
}

.select2-container{
    outline:none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfe3e7;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
        outline: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-search {
    font-size: 0.8em;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    box-shadow: none;
}

.fieldset {
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 30px 15px 20px 15px;
    position: relative;
    border-top: 1px solid rgb(0 0 0 / 6%);
    margin-top: 20px;
}

    .fieldset:before {
        content: attr(title);
        position: absolute;
        top: -16px;
        left: 5px;
        padding: 2px 10px;
        font-weight: 600;
        background: #FFF;
    }

.group-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: inset 0px 3px 0 var(--primary-color);
    /*border-top: 2px solid #4b4ba3;*/
    border: 0;
    font-size: 0.9rem
}

    .group-info .group-header {
        /*background: rgba(0,0,0,0.04);*/
        color: #393982;
        padding: 0.75rem 1rem;
        /*box-shadow: inset 0px 3px 0 #4b4ba3;*/
        font-weight: 500;
        color: var(--primary-color);
        cursor: pointer;
        position: relative;
        text-transform: uppercase;
        border: 1px solid #e5e5e5;
        font-size: 12px
    }

        .group-info .group-header:hover {
            background: rgba(0,0,0,0.04);
            /*box-shadow: inset 3px 2px 0 #4b4ba3;*/
        }

        .group-info .group-header:after {
            content: '\f0d7';
            font-family: "Font Awesome 5 Pro";
            font-weight: 500;
            position: absolute;
            top: 13px;
            right: 10px;
            color: var(--primary-color);
            transition: .3s;
        }

        .group-info .group-header.closed {
            border-top: none;
            box-shadow: none;
        }

            .group-info .group-header.closed:after {
                transform: rotate(-90deg);
            }

        .group-info .group-header i {
            font-size: 1.05rem;
            margin-right: 5px
        }

    .group-info .group-content {
        flex: 1;
        padding: 15px;
        max-height: 350px;
        border: 1px solid #e5e5e5;
        border-top: 0
    }

        .group-info .group-content > p {
            padding: 0.6rem 1.2rem;
            text-align: justify
        }

.list-info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

    .list-info .info {
        position: relative;
        padding: 0.6rem 0;
        margin-bottom: -1px;
        background-color: #fff;
        display: flex;
    }

        .list-info .info span {
            display: inline-block;
        }

            .list-info .info span.icon {
                width: 25px;
            }

            .list-info .info span.name {
                width: 40%;
            }

            .list-info .info span.value {
                flex: 1;
                padding-left: 10px;

            }

.modal .content-error {
    text-align: center;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .modal .content-error .icon-error {
        font-size: 10em;
        color: #E74C3C;
    }

    .modal .content-error h2 {
        font-size: 2em;
        font-weight: bold;
    }

    .modal .content-error p {
        font-style: italic;
        font-size: 1.1em;
        margin: 20px;
    }

.navbar-nav-mobile{
    display:none;
}

    .navbar-nav-mobile .user-profile {
        font-size: 25px;
        margin-right: 15px;
        color: rgba(0,0,0,0.4)
    }

.navbar-nav-desktop .dropdown-menu {
    transform: translate3d(34px, 32px, 0px) !important;
}

.navbar-nav-desktop .list-notify.dropdown-menu {
    transform: translate3d(-265px, 32px, 0px) !important;
}


.footersoluottruycap { font-size:15px;
    background-color: #FFF;
   
}

.tooltip-inner {
    background: #fff !important;
    border: 1px solid #007bff !important;
    color: #007bff !important;
}

.icon-item .tooltip .arrow:before {
    border-top-color: #007bff !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #007bff !important;
}


.dichvucungcap ul {
    list-style: none;
    padding: 0px;
}
    .dichvucungcap ul li {
        width: 200px;
        margin: 10px 10px 10px 0px;
        display: inline-flex;
        cursor: pointer;
        transition: all 0.3s ease 0s;
    }
        .dichvucungcap ul li a {
            color: #000;
            text-decoration: none;
            font-size: 14px;
        }
            .dichvucungcap ul li a:hover {
                text-decoration: underline !important;
            }

            button.back-to-top {
                margin: 0 !important;
                padding: 0 !important;
                background: #fff;
                height: 0px;
                width: 0px;
                overflow: hidden;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                color: transparent;
                clear: both;
                visibility: hidden;
                position: fixed;
                cursor: pointer;
                display: block;
                border: none;
                right: 50px;
                bottom: 75px;
                font-size: 0px;
                outline: 0 !important;
                z-index: 99;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus, {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #EA5D5F;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 18px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #fff;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: #00ab6c;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
@media (min-width: 320px) and (max-width: 480px) {
    .footer .footer-item.dichvucungcap {
        display: none !important;
    }

    .footer .footer-item .phuongthuc {
        display: none !important;
    }
    .footer .footer-item:last-child {
        margin-top: 10px;
    }
    .footer .footer-item .phuongthuc h6, .footer .footer-item .ketnoi h6 {
        padding-bottom: 10px;
    }
    /* 
      ##Device = Most of the Smartphones Mobiles (Portrait)
      ##Screen = B/w 320px to 479px
    */
}

@media (max-width:767px) {
    .footer-start .footer-content{
        text-align:center;
        display:block;
    }
    .footer .footer-item .ketnoi{
        padding-bottom:10px;
    }
    .dichvucungcap ul li {
        flex-direction: column;
    }
    .header {
        height: 55px;
    }

    .header:before{
        content:none;
    }

    .header .container {
        padding-right: 0px !important;
    }

    .logo-title {
        display: none;
    }

    .logo-text{
        height:55px;
    }

    .header-account{
        display:none;
    }

    .header-nav{
        display:none;
    }

    .navbar-toggler {
        outline:none!important;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 100%;
        padding: 0.25rem 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #0000;
        border: 1px solid #0000;
        border-radius: 0.25rem;
        -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
        transition: -webkit-box-shadow 0.15s ease-in-out;
        transition: box-shadow 0.15s ease-in-out;
        transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

        .navbar-toggler .navbar-toggler-animation {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-image: none;
            position: relative;
            height: 22px;
            width: 22px;
            display: inline-block;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }

            .navbar-toggler .navbar-toggler-animation span:nth-child(1) {
                top: 6%;
            }

            .navbar-toggler .navbar-toggler-animation span:nth-child(2) {
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .navbar-toggler .navbar-toggler-animation span:nth-child(3) {
                bottom: 10%;
            }

            .navbar-toggler .navbar-toggler-animation span {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
                height: 2px;
                background: #24292d;
                display: block;
                position: absolute;
                width: 100%;
                border-radius: 30px;
            }

        .navbar-toggler[data-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
            -webkit-transform: rotateZ(45deg) translateY(-50%);
            transform: rotateZ(45deg) translateY(-50%);
            top: 50%;
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            width: 100%;
        }

        .navbar-toggler[data-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2) {
            visibility: hidden;
            -webkit-transition: all 0s ease-in-out;
            transition: all 0s ease-in-out;
        }

        .navbar-toggler[data-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
            -webkit-transform: rotateZ(-45deg) translateY(-50%);
            transform: rotateZ(-45deg) translateY(-50%);
            bottom: 42%;
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            width: 100%;
        }

    .navbar-collapse {
        position: absolute;
        left: 0px;
        top: 55px;
        background: #fff;
        border-top: 1px solid rgb(0 0 0 / 7.5%);
        z-index: 999;
        box-shadow: 0 10px 25px 0px rgb(0 0 0 / 10%);
    }
    
    .navbar-collapse li.nav-item a {
        display: block;
        padding: 1rem 2.5rem;
    }
    .navbar-collapse li.nav-item a.dropdown-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-collapse li.nav-item ul.dropdown-content {
        display: none;
        list-style: none;
        padding-left: 1.75rem;
    }

        .navbar-collapse .nav-item:not(.active) a {
            color: #747579;
        }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav-mobile {
        position: absolute;
        top: 0px;
        height: 100%;
        right: 50px;
        display: flex;
        align-items: center;
    }

    #profileDropdown.dropdown-menu.dropdown-animation.show {
        transform: translate3d(-67px, 0px, 0px) !important;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: dropdownslideIn;
        animation-name: dropdownslideIn;
        position: absolute !important;
        top: 67px !important;
        right: 0px;
        width: fit-content;
    }

    #profileDropdown .avatar {
        height: 3rem;
        width: 3rem;
        position: relative;
        display: inline-block !important;
        margin-right: 1rem;
    }

        #profileDropdown .avatar img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 50% !important;
            -webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
            box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
        }

    #profileDropdown .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.5rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: left;
        white-space: nowrap;
        background-color: #0000;
        border: 0;
    }

    .wpContentNotify.dropdown-menu.show {
        position: fixed !important;
        top: 58px !important;
        width: 100vw;
        transform: none !important;
        border-radius: 0px;
        border-top-color: #ddd;
    }

    .wpContentNotify.dropdown-menu nav-item{
       margin-left:0px;
    }

    @keyframes dropdownslideIn {
        0% {
            transform: translateY(1rem);
            opacity: 0;
        }

        100% {
            transform: translateY(0rem);
            transform: translateX(-67px);
            opacity: 1;
        }

        0% {
            transform: translateY(1rem);
            opacity: 0;
        }
    }

    @-webkit-keyframes dropdownslideIn {
        0% {
            -webkit-transform: transform;
            -webkit-opacity: 0;
        }

        100% {
            -webkit-transform: translateY(0);
            -webkit-opacity: 1;
        }

        0% {
            -webkit-transform: translateY(1rem);
            -webkit-opacity: 0;
        }
    }
}

@media (min-width:1745px){
    .header:after {
        content: "";
        background: #0000;
        position: absolute;
        right: 0px;
        top: 0px;
        background-image: url(../../images/banner_background.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 314px;
        width: 300px;
        height: 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        z-index: 1;
    }
}

/*popup*/
.popuptext {
    display:none;
    background-color: #ffffff;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 9px 15px;
    position: inherit;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -192px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
    /* Popup arrow */
    .popuptext::after {
        content: "";
        position: absolute;
        top: 28%;
        left: 12%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
        transform: rotateX(170deg);
    }
    .popuptext a {
        text-align: center;
        color: white;
        background: #ff0000c7;
        padding: 5px 30px 5px 30px;
        border-radius: 10PX;
    }
        .popuptext a:hover {
            color: white !important;
            background: #df2d2d;
        }
    .popuptext .textCheck {
        font-size:13px;
        padding-bottom:10px;
        padding-top: 5px;
    }
    .popuptext .textCheck i {
            font-size:15px;
            color: rgb(0, 171, 86);
    }
    .popuptext .close{
        margin-top:-5px;
    }


.breadcrumb {
    line-height: 40px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
}

    .breadcrumb .container {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .breadcrumb-item {
        font-size: 12px;
        color: rgb(128, 128, 137);
        font-weight: 400;
    }

a.breadcrumb-item:hover {
    color: var(--primary-color) !important;
}