@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.cdnfonts.com/css/montserrat');
}

@font-face {
    font-family: 'SVN-Aaron-Script';
    src: url(../fonts/SVN-Aaron-Script.otf);
}

html, body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
}

.main {
    background: #EDF6FF;
    /* min-width: 1920px; */
}

/* css header */
.header {
    padding: 25px 80px;
    align-items: center;
    background-size: contain;
    background-image: url(../images/bg_header.jpg);
}

.item-navigate {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 20px;
}

.item-navigate:hover, .item-navigate.active {
    color: #FFF;
    font-weight: 799;
}

.branch-logo {
    width: 166px;
    height: 46.64px;
}

.header-info {
    color: #FFFFFF;
    cursor: pointer;
}

.info-user {
    margin-right: 12px;
}


.header-info .info-user .info-name {
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}

.header-info .info-user .info-id {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.content-icon {
    cursor: pointer;
}

.content-icon .student-profile {
    background-color: #004989;
    border-radius: 50%;
    padding: 4.71px 8px;
    position: relative;
}

.content-icon .icon-arrow .icon {
    width: 14px;
    height: 14px;
}

.content-icon .student-profile .icon {
    width: 18px;
    height: 18px;
}


.btn-logout-login {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px #2B577D;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0C0C0C;
    padding: 10px 18px;
    height: 36px;
    z-index: 1;
    text-align: center;
}

.btn-logout-login:hover {
    color: #0C0C0C;
}

.btn-logout-login-icon {
    margin-left: 3px;
    width: 18px;
    height: 18px;
}

.btn-login .btn-logout-login-icon {
    transform: rotate(0.50turn);
}

.header-btn {
    margin-top: 10px;
    display: none;
}

.header-btn.show {
    display: flex;
    position: absolute;
    top: 63px;
    right: 84px;
}

.select-language {
    margin-right: 30px;
}

.select-language.show {
    transition: all 0.5s;
}

.select-language .dropdown-menu {
    padding: 16px 12px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(117 126 134) 0px 0px 4px;
    border-radius: 4px;
    border: none;
    height: 220px;
    width: 195px !important;
    top: 32px !important;
    transform: translate3d(-130px, 0px, 0px) !important;
}

.icon-flag-dropdown {
    margin-right: 9.25px;
}

.btn-dropdow {
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}


.btn-dropdow::after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/arrow_down.png);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    transform: translateY(50%);
}

.select-language.show .btn-dropdow::after {
    transform: rotate(270deg) translateY(50%);
    transition: 0.5s;
    top: 25%;
    right: -9.5px;
}

.dropdown-menu-search {
    margin: 16px 12px 8px;
}

.dropdown-menu-search .icon-search {
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    right: 8px;
}

.input-search-language {
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    color: #B7B7B7;
    height: 28px;
    outline: 0;
    padding-left: 8px;
    width: 100%;
}

.dropdown-menu-content {
    overflow-y: scroll;
}

.dropdown-menu-content .dropdown-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0C0C0C;
    padding: 4px 0 4px 24px;
    display: flex;
    align-items: center;
    height: 32px;
}

.dropdown-menu-content .dropdown-item:hover, .dropdown-menu-content .dropdown-item.active {
    background: #DDEFFF;
    font-weight: 700;
}

.dropdown-menu-content .dropdown-item img {
    margin-right: 12px;
    height: 24px;
}

.dropdown-menu-content {
    height: 148.73px;
}

/* width */
.dropdown-menu-content::-webkit-scrollbar {
    width: 4px;
}

/* Handle */
.dropdown-menu-content::-webkit-scrollbar-thumb {
    background: #CACACA;
    border-radius: 50px;
}

/* Notification */
.notification {
    margin-right: 30px;
}

.btn-notification {
    position: relative;
    display: inline-block;
}

.btn-notification .label {
    position: absolute;
    z-index: 2;
    top: -3px;
    right: 1px;
    display: inline-block;
    min-width: 13px;
    padding: 0 1px;
    height: 13px;
    line-height: 13px;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background: #EB5757;
    border-radius: 50%;
    font-weight: 600;
}

.notification .dropdown-menu {
    top: 75px !important;
    left: auto !important;
    right: -215px !important;
    min-width: 525px;
    transform: none !important;
    padding: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 1px 18px 0px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.notification .dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #6DCDB1;
    padding: 16px 30px;
}

.notification-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin: 0;
}

.close-notification {
    cursor: pointer;
}

.notification .dropdown-content {
    max-height: 400px;
    overflow-y: auto;
}

.notification .dropdown-item {
    padding: 0 30px;
}

.item-notification {
    color: #0c0c0c;
    border-bottom: 1px solid #DCDCDC;
    padding: 18px 0;
}

.notification .dropdown-item:last-child .item-notification {
    border-bottom: 0;
}

.notification .dropdown-item:focus, .notification .dropdown-item:hover {
    color: #0c0c0c;
    background: #EDF6FF;
}

.item-notification__title, .item-notification__title:hover {
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; /* 21px */
    margin: 0;
}

.item-notification__time span {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; /* 21px */
    display: inline-block;
    margin-right: 1em;
}

.item-notification__time i {
    color: #40B4E5;
    font-size: 10px;
}

.content-sidebar-sp, .btn-open-sidebar {
    display: none;
}

/* end css header */
/* css footer */
.footer {
    background-size: contain;
    background-image: url(../images/bg_header.jpg);
    padding: 24px 0;
    position: relative;
    text-align: center;
    z-index: 3;
}

.footer .branch {
    position: absolute;
    left: 7.3%;
    top: 50%;
    transform: translateY(-50%);
}

.footer-navigate {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 15px;
}

.footer-navigate:hover {
    color: #FFF;
    font-weight: 800;
}

.footer-navigate-wrap {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer .copyright {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}


/* end css footer */
/* css app */
.app {
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    min-height: calc(100vh - 215.3px);
}
/* end css app */

#loading {
    background-color:white;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    text-align: center;
}

#loading img {
    margin: auto;
    display: block;
    position: relative;
    top: -30px;
    width: 60px;
    height: auto;
    z-index: 999999;
}

.sp-block-info {
    display: none;
}

/* Course */
.item-course {
    width: 380px;
    border-radius: 40px;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0 #D9D9D9;
    margin: 0 auto;
    overflow: hidden;
}

.item-course__banner {
    width: 100%;
    height: 286px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.item-course__banner:hover img {
    transform: scale(1.2);
}

.item-course__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.item-course-content {
    padding: 30px;
}

.item-course__title {
    color: #0C0C0C;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.item-course__title span {
    color: #0C0C0C;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    align-items: center;
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 1.2em;
}

.item-course__title img {
    margin-right: 8px;
}

.item-course__description {
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px;
    display: block;/* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 65px;
}

.item-course__info {
    margin-bottom: 30px;
}

.item-course__info span {
    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5
}

.item-course__status {
    background: #FFEAB3;
    border-radius: 8px;
    padding: 6px 12px;
    color: #EC7100;
    font-weight: 600;
    line-height: 1.2;
}

.item-course__detail a {
    background: #00ADD0;
    border-radius: 8px;
    padding: 8px 18px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.item-course__detail a:hover {
    background: #005BAA;
}

/* Blog */
.item-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-top: 50px;
}
.item-blog-wrap:nth-child(2n) .item-blog-img {
    border-radius: 20px 0 80px 20px;
}

.item-blog-wrap .item-blog-img {
    border-radius: 20px 80px 0 20px;
}

.item-blog-img {
    width: 374px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
}

.item-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-blog-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 374px);
    margin-left: 30px;
}

.item-blog__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}

.item-blog__category {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.item-blog__time {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #828282;
    margin-bottom: 5px;
}

.item-blog__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.item-blog__detail {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    font-style: italic;
    text-decoration: underline;
    color: #0c0c0c;
}

/* Bar Profile */
.bar-profile {
    width: 300px;
    min-height: 100%;
    background: #FFF;
    box-shadow: 1px 1px 12px 0 #E3E3E3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #0C0C0C;
    z-index: 2;
}

#routeSelect {
    display: none;
    width: 100%;
    outline: 0;
    border: 0;
    background: rgba(255, 255, 255, 1);
    color: rgba(130, 130, 130, 1);
    border-radius: 8px;
    box-shadow: 1px 1px 6px 0px rgba(211, 211, 211, 1);
    padding: 14px;
}

.bar-profile-content {
    text-align: center;
    padding: 24px;
}

.bar-profile__avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 6px auto 12px;
}

.bar-profile__avatar img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.bar-profile__name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

.bar-profile-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar-profile-content p .icon {
    margin-right: 6px;
}

.bar-profile-nav {
    border-top: 1px solid #ECECEC;
    padding: 24px;
}

.nav-profile {
    display: flex;
    align-items: center;
    padding: 14px;
    font-size: 14px;
    color: #0c0c0c;
    border-radius: 50px;
    margin-top: 5px;
}

.nav-profile:hover, .nav-profile.active {
    color: #ffffff;
    background: #005BAA;
}

.nav-profile:not(:last-child):hover img, .nav-profile.active img {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.nav-profile:last-child:hover {
    color: #0c0c0c;
    background: #ffffff;
}

.nav-profile .icon {
    margin: 0 8px 0 6px;
}

.bar-profile-footer {
    text-align: center;
    color: #0C0C0C;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

/* The Page has bar profile */
.page-bar-profile {
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - 215.3px)
}

.page-bar-profile .page-content {
    width: calc(100% - 300px);
}

.btn-common {
    display: inline-flex;
    min-width: 270px;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background: #005BAA;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    border: 2px solid #005BAA;
}

.btn-common:hover {
    background: #005BAA;
    color: #ffffff;
}

/* Popup */
.popup .modal-dialog {
    max-width: 738px;
    margin-top: 7%;
}

.popup .modal-content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.popup-content {
    text-align: center;
}

.bg-popup {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#popup-fail .bg-popup {
    margin-top: 0;
}

#popup-fail .modal-body {
    padding-top: 0;
}

#popup-fail .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.bg-popup-success {
    width: 100%;
    max-width: 350px;
    height: 218px;
    background-image: url(../images/bg_popup_success.png);
}

.bg-popup-fail {
    width: 100%;
    max-width: 377px;
    height: 176px;
    background-image: url(../images/bg_popup_fail.png);
}

.popup__title {
    color: #0C0C0C;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin: 8px auto;
}

.popup__description {
    color: #0C0C0C;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin: 8px auto;
}

.popup-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.popup-button .btn {
    margin: 0 9px;
}

.popup-button .btn-second, .popup-button .btn-second:hover {
    background: #ffffff;
    color: #005BAA;
}

/* page list */
.page-list-content {
    padding: 100px;
    background: #ffffff;
}

.page-list__title {
    color: #0C0C0C;
    text-align: center;
    font-size: 96px;
    font-weight: 700;
    line-height: 1.2;
}

.page-list__description {
    color: #0C0C0C;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    max-width: 854px;
    margin: 0 auto;
}
/* end page list */

/* pagination */
.pagination-wrap {
    display: inline-block;
    margin: auto;
}
.pagination__item {
    margin: 0 8px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pagination__item a, .pagination__item span {
    padding: 4px 11px;
    color: #848A9C;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.pagination__item:not(:last-child, :first-child) {
    box-shadow: 1px 1px 2px 0 #D9D9D9;
    background: #ffffff;
    border-radius: 2px;
}

.pagination__item--active span {
    background: #005BAA;
    color: #ffffff;
}

.pagination__item:not(.disabled):hover a, .pagination__item:not(.disabled):hover span {
    color: #ffffff;
    background: #005BAA;
}

.pagination__item.disabled {
    opacity: 0.5;
}
/* end pagination */

/* table */
.table-list {
    border-collapse: separate;
    border-spacing: 0 18px;
}

.table-list thead th {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #828282;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.table-list tbody tr {
    position: relative;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.20);
    overflow: hidden;
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.table-list tbody tr:after {
    content: "";
    display: block;
    width: 12px;
    height: 100%;
    border-radius: 8px 0 0 8px;
    background: #BDBDBD;
    position: absolute;
    top: 0;
    left: 0;
}

.table-list tbody tr td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table-list tbody tr td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.table-list img {
    vertical-align: unset;
}
/* end table */

/* mini test */
/* survey */
.popup-mini-test .modal-dialog {
    max-width: 1046px;
}

.popup-mini-test .modal-content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.popup-mini-test .modal-header {
    background: #6DCDB1;
    border-bottom: 0;
    padding: 20px 40px;
    align-items: center;
}

.popup-mini-test .modal-header .close {
    opacity: 1;
}

.popup-mini-test .modal-header .modal-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
}

.popup-mini-test .modal-body {
    padding: 0;
}

.popup-mini-test .item-question {
    padding: 30px 40px;
}

.popup-mini-test .item-question:nth-child(2n) {
    background: #FFFBEB;
}

.popup-mini-test .item-question .question {
    display: flex;
    justify-content: space-between;
}

.popup-mini-test .item-question .title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
    margin-bottom: 0;
}

.popup-mini-test .item-question .question-thumb {
    max-width: 300px;
    margin-left: 30px;
}

/*==============checkbox==============*/

.popup-mini-test .form-group-radio {
    display: block;
    margin-bottom: 0;
}

.popup-mini-test .form-group-radio input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.popup-mini-test .form-group-radio .label-radio {
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #0c0c0c;
    text-indent: -46px;
    margin-bottom: 0;
}

.popup-mini-test .form-group-radio .label-radio:before {
    content: "";
    -webkit-appearance: none;
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 18px;
    height: 28px;
    width: 28px;
    border: 1px solid #828282;
    border-radius: 2px;
    top: 0px;
}

.popup-mini-test .form-group-radio input:checked + .label-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -36px;
    width: 8px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.popup-mini-test .form-group-radio input:checked + .label-radio:before {
    background: #00ADD0;
}

/*==============checkbox==============*/

.popup-mini-test .answer ul {
    padding-left: 46px;
    margin-top: 30px;
}

.popup-mini-test .answer ul li.form-group-radio {
    margin-bottom: 20px;
}

.popup-mini-test .answer ul li:last-child.form-group-radio {
    margin-bottom: 0;
}

.popup-mini-test .button-submit {
    margin: 20px 0 60px;
    text-align: center;
}
/* end mini test */

@media only screen and (max-width: 1600px) {
    .item-blog {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .item-blog:last-of-type {
        margin-bottom: 0;
    }
    .item-blog-img {
        width: 100%;
        max-width: 374px;
    }
    .item-blog-info {
        width: 100%;
        max-width: 374px;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .header {
        padding: 32px 50px 29px;
    }
}

@media only screen and (max-width: 1133px) {
    .branch-logo {
        width: 142px;
        height: 39.9px;
    }

    .navigate .item-navigate:first-child {
        margin-left: 0;
    }

    .footer {
        background-image: url(../images/bg_footer_tb.png);
        padding: 24px 30px 23.49px;
        max-height: 110.13px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer .branch {
        left: 30px;
    }

    .footer .branch .branch-logo {
        width: 222.95px;
        height: 62.64px;
    }

    .footer-navigate-wrap {
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 0.5px solid rgb(255 255 255 / 40%);
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        padding: 28px 20px 25px;
        background-image: url(../images/bg_footer_sp.png);
        max-height: unset;
    }

    .footer .branch {
        position: unset;
        transform: unset;
        margin-bottom: 28.36px;
    }

    .footer-navigate-wrap {
        display: grid;
        gap: 12px;
        padding-bottom: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 13px 30px 14.1px;
        background-image: url(../images/bg_header_tablet.png);
    }

    .header-info .info-user .info-name {
        font-size: 16px;
        margin-bottom: 0;
        max-width: 150px;
    }

    .notification {
        margin-right: 40px;
    }

    .icon-flag-dropdown {
        margin-right: 4px;
    }

    .select-language {
        margin-right: 34px;
    }

    .notification {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        padding: 68px 20px 20px;
        background-image: url(../images/bg_header_sp.png);
    }

    .navigate, .select-language, .content-header-info {
        display: none;
    }

    .header .branch {
        position: unset;
        transform: unset;
    }

    .btn-open-sidebar {
        display: block;
        cursor: pointer;
    }

    .content-sidebar-sp {
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        transition: transform 0.3s ease;
        z-index: 40;
        width: 100%;
        background: #001629B2;
    }

    .content-sidebar-sp.show {
        display: flex;
        justify-content: end;
    }


    .content-sidebar-sp .content-item {
        background: #005BAA;
        width: 300px;
        padding-top: 60px;
        padding-bottom: 20px;
        position: relative;
        transition: transform 0.3s ease;
        transform: translateX(100%);
    }

    .content-sidebar-sp .content-item.show {
        transform: translateX(0);
    }

    .btn-close-sidebar {
        background: none;
        padding: 0;
        border: none;
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .content-sidebar-sp .branch {
        text-align: center;
        margin-bottom: 14px;
    }

    .content-sidebar-sp .branch .branch-logo {
        width: 164px;
        height: 46.8px;
    }

    .content-sidebar-sp .nav-link {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.5px;
        color: #FFFFFF;
        padding: 14px 0;
        text-transform: uppercase;
    }

    .content-sidebar-sp .nav-link.active {
        font-weight: 799;
    }

    .content-sidebar-sp .nav-language .label {
        margin-right: 12px;
    }

    .content-sidebar-sp .nav-account .parent {
        position: relative;
    }

    .content-sidebar-sp .nav-account .parent::after {
        content: "";
        position: absolute;
        background-image: url(../images/icons/arrow_down.png);
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        transform: translateY(50%);
        margin-left: 12px;
        bottom: 50%;
    }

    .content-sidebar-sp .nav-action.show .nav-link::after {
        transform: rotateX(180deg);
        transition: 0.5s;
        transform-style: preserve-3d;
    }

    .content-sidebar-sp .nav-account .nav-link-child {
        gap: 6px;
    }
    .content-sidebar-sp .nav-account .dot {
        width: 8px;
        display: block;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

    .notification .dropdown-menu {
        left: unset !important;
        right: 50% !important;
        transform: translate(50%, -50%) !important;
        position: fixed;
        position: fixed !important;
        top: 50% !important;
        width: 90%;
        min-width: unset;
    }

    .page-bar-profile {
        display: block;
        padding: 20px;
        background: #ffffff;
        min-height: calc(100vh - 490px);
    }
    .bar-profile {
        width: 100%;
        min-height: auto;
        box-shadow: unset;
    }
    .bar-profile-footer, .bar-profile-header {
        display: none;
    }
    #routeSelect {
        display: block;
    }
    .page-bar-profile .page-content {
        padding: 30px 0;
        width: 100%;
        background: #ffffff !important;
    }

    .app {
        min-height: calc(100vh - 490px);
    }
}

@media only screen and (max-width: 576px) {
    .dropdown-menu-search {
        margin: 8px 12px;
    }

    .content-header .select-language {
        margin-right: 51px;
        margin-top: 0;
        position: absolute;
        left: 20px;
    }

    .content-header .content-header-info {
        position: absolute;
        right: 20px;
        z-index: 1;
    }

    .header-info {
        justify-content: right;
    }

    .info-user {
        margin-right: 6px;
    }

    .header-info .info-user .info-name {
        max-width: 70px;
    }

    .select-language .dropdown-menu {
        transform: translate3d(0, 0px, 0px) !important;
        height: 205px;
    }

    .dropdown-menu-content .dropdown-item {
        padding: 4px 0 4px 12px;
    }

    .btn-logout-login {
        padding: 5px 8px;
        width: auto;
        height: auto;
        z-index: 1;
    }

    .header-info .info-user {
        display: none;
    }

    .info-user.sp-block-info {
        display: block;
        z-index: 1;
        font-size: 14px;
        margin-right: 0;
        padding: 2px 5px 0;
        font-weight: 600;
    }

    .btn-logout-login {
        font-weight: 600;
        font-size: 14px;
        display: block;
        background: transparent;
        box-shadow: 0 0 0 #fff;
        padding: 0 5px 5px;
        margin: 0;
    }

    .header-btn.justify-content-end.show {
        max-width: 160px;
        flex-flow: column-reverse;
        background: #fff;
        border-radius: 4px;
    }
    .item-blog__title {
        font-size: 18px;
    }
    .item-blog__category {
        font-size: 16px;
    }
    .pagination__item {
        margin: 0 3px;
    }
    .bg-popup-success {
        width: 100%;
        height: 181px;
    }
    .bg-popup-success img {
        width: 80px;
    }

    .popup-mini-test .modal-header {
        padding: 20px;
    }
    .popup-mini-test .modal-header .modal-title {
        font-size: 18px;
    }
    .popup-mini-test .item-question {
        padding: 20px
    }
    .popup-mini-test .item-question .question {
        flex-direction: column;
    }
    .popup-mini-test .item-question .title {
        font-size: 18px;
    }
    .popup-mini-test .item-question .question-thumb {
        margin: auto;
    }
    .popup-mini-test .answer ul {
        margin: 20px 0 0;
    }
    .popup-mini-test .form-group-radio .label-radio {
        font-size: 16px;
    }
    .popup-mini-test .button-submit {
        margin: 20px 0 40px;
    }

    .popup-button {
        flex-direction: column;
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .branch-logo {
        width: 120px;
        height: 33.71px;
    }
}

@media only screen and (max-width: 414px) {
    .info-user.sp-block-info, .btn-logout-login {
        font-size: 12px;
    }

    .header-btn.justify-content-end.show {
        max-width: 140px;
    }
}

@media only screen and (max-width: 384px) {
    .dropdown-menu-content .dropdown-item {
        padding: 0 0 0 12px;
        font-size: 12px;
        line-height: 15px;
        height: 26px;
    }

    .dropdown-menu-content .dropdown-item img {
        height: 20px;
    }

    .select-language .dropdown-menu {
        height: 178px;
    }

    .footer {
        padding: 16px;
    }
}
