:root {
    --box-card: 1px 3px 5px #bcc0bb;
    --backcolor-card-header: #dff1ff;
    --boder-box: 1px solid #e9f1e9;
    --link-hover: #0515a6;
    --session-title: rgba(3, 40, 166, 0.87);
}

.header-site .header-topbar {
    background: #dff1ff;
    margin-left: -15px;
    margin-right: -15px;
}

.header-site .header-topbar .header-topbar-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-site .header-topbar .header-topbar-left a {
    color: rgb(21, 86, 13);
    margin: 0 5px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.header-site .header-topbar .header-topbar-left a:hover {
    font-size: 18px;
    color: #ee4f16;
}

.header-site .header-topbar .header-topbar-left span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: rgb(21, 86, 13);
}

.header-site .header-topbar .header-topbar-left i {
    color: #49b93c;
}

.header-site .header-topbar .header-topbar-left .btn__user {
    display: none;
}

.header-site .header-topbar .header-topbar-right a {
    border-radius: 5px;
    padding: 2px 5px;
    background-color: #6d9ed7;
}

.header-site .header-topbar .header-topbar-right img {
    width: 20px;
    height: auto;
}

.header-site .header-topbar .header-topbar-right a:hover {
    background-color: #4346e1;
}

/*menu colapsed*/
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    height: 105vh;
    top: 0;
    left: 0;
    background-color: #4e7e4d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 5px 5px 5px 32px;
    text-decoration: none;
    font-size: 0.8rem;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidepanel .sidenav-home {
    padding: 5px 5px 5px 10px;
    text-decoration: none;
    font-size: 0.9rem;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.sidepanel .btn__register, .sidepanel .btn__login {
    padding: 5px;
    background-color: #f68948;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    font-size: 16px;
}

.sidepanel .footer {
    margin-top: 20px;
    border-top: 1px solid white;
    padding: 20px 15px;
    font-size: 14px;
}

.sidepanel .footer div {
    color: #ddf719;
    font-weight: 500;
}

.sidepanel .footer a {
    padding: 5px 0;
    font-size: 14px;
    color: #ddf719;
}

.sidepanel .footer img {
    background-color: #0000cc;
    border-radius: 5px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.menu-colapse-group .child-link {
    margin-left: 20px;
    color: #f6e9b4;
}

.menu-colapse-group a[aria-expanded ="true"]::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 12px;
    color: #f6e9b4;
}

.menu-colapse-group a[aria-expanded ="false"]::after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 12px;
    color: #f6e9b4;
}

.menu-colapse-group .child-link::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

/*-------------*/

.header-menu {
    position: relative;
    box-shadow: 1px 1px 1px #89bb87;
    height: 120px;
}

.header-site .header-menu .header-logo {
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header-site .header-menu .header-logo img {
    width: 95px;
    height: 90px;
}

.header-site .header-menu .header-logo p {
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bolder;
    color: #2e3c9e;
    text-shadow: 3px 0px 2px rgb(233 224 192 / 80%), -1px 0px 1px rgb(3 57 44 / 80%), -1px 0px 2px rgb(241 21 10 / 80%);
}

.header-site .header-menu .header-logo h4 {
    text-transform: uppercase;
    color: #cc114d;
    font-weight: bolder;
    font-size: 1.2rem;
    text-shadow: -1px 0px 1px rgb(55 52 42 / 92%), -1px 0px 1px rgb(3 57 44 / 91%), -1px 0px 2px rgb(241 21 10 / 80%);
}

.header-site .header-menu .header-logo h5 {
    text-shadow: -2px 0px 1px rgb(85 99 197 / 99%), -1px 0px 1px rgb(3 57 44 / 80%), -1px 0px 2px rgb(241 21 10 / 80%);
}

.header-site .header-menu .header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-site .header-menu .header-contact a {
    text-decoration: none;
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 10px;
}

.header-site .header-menu .header-contact a h5 {
    font-weight: bolder;
    color: #cc114d;
    margin-bottom: 0;
}

/*menu*/
.header-navbar {
    background: #f3814c;
    box-shadow: 1px 1px 1px #aeb7ad;
}

.header-navbar .navbar-menu .navbar-header {
    padding: 11px;
    display: flex;
    align-items: center;
    background-color: #ea4804;
    cursor: pointer;
}

.mn-mobile-title {
    padding-left: 5px;
    font-weight: 500;
}

.header-navbar .icon-home {
    font-size: larger;
    color: white;
}

.header-navbar .navbar-menu ul.navbar__root {
    margin: 0;
    padding: 0;
    display: flex;
}

.header-navbar .navbar-menu ul.navbar__root > li {
    list-style: none;
    padding: 4px 2px;
}

.header-navbar .navbar-menu ul.navbar__root > li > a {
    display: block;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: var(--white);
}

.header-navbar .navbar-menu ul.navbar__root > li.active {
    background-color: #97b68f;
}

.header-navbar .navbar-menu ul.navbar__root .navbar__root__child > li.active {
    background-color: #97b68f;
}

.header-navbar .navbar-menu ul.navbar__root > li:hover {
    background-color: #97b68f;
}

.header-navbar .navbar-menu .btn__register_learn {
    cursor: pointer;
    display: block;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 1.0rem;
    text-decoration: none;
    color: red;
    margin-right: 10px;
    border-radius: 5px;
    background-color: white;
}

.header-navbar .navbar-menu .btn__register_learn:hover {
    border: 1px solid white;
    border-radius: 5px;
}

.header-navbar .navbar-menu .btn__search {
    cursor: pointer;
    display: block;
    padding: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
    color: var(--white);
}

.header-navbar .navbar-menu .btn__search:hover {
    font-size: 20px;
}

.header-navbar .navbar-menu .btn__navigation {
    cursor: pointer;
    display: none;
    padding: 5px;
    font-size: larger;
    font-weight: 600;
    text-decoration: none;
}

.header-navbar .navbar-menu .navbar__child {
    display: none;
    position: absolute;
    background: #daf6d2;
    z-index: 9999;
    width: 20%;
    margin-left: -5px;
}

.header-navbar .navbar-menu .navbar__child ul.navbar__root__child {
    margin: 0;
    padding: 0;
}

.header-navbar .navbar-menu .navbar__child ul.navbar__root__child li {
    list-style: none;
    border-bottom: 1px solid whitesmoke;
}

.header-navbar .navbar-menu .navbar__child ul.navbar__root__child li > a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0b2e13;
    font-weight: 500;
    transition: .3s;
}

.header-navbar .navbar-menu .navbar__child ul.navbar__root__child li > a:hover {
    background: #f2faf2;
    transition: .3s;
    padding-left: 25px;
}

.header-navbar .navbar-menu .navbar__child::after {
    position: absolute;
    opacity: 1;
    content: "";
    top: -10px;
    left: 17%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fde8f2;
}

.container-item {
    /*box-shadow: 1px 3px 5px #70836f;*/
    border: var(--boder-box);
    margin-bottom: 10px;
}

/*carousel*/
.carousel-inner img {
    width: 100%;
    height: 70vh;
}

.slider_content {
    position: absolute;
    top: 75%;
    /*left: 0;*/
    /*width: 100%;*/
    /*height: auto;*/
    bottom: 0;
    /*background: rgba(199,249,179,1); !* Fallback color *!*/
    background: rgba(188, 227, 173, 0.91); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

.slider_title {
    font-family: 'Roboto Slab', serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.1;
    color: rgba(7, 34, 187, 0.99);
}

.slider_subtitle {
    font-size: 1.05rem;
    color: black;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
}

.slider_subtitle * {
    background: transparent;
    font-weight: normal !important;
}

.owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    margin-left: -15px !important;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: -20px !important;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i, .owl-next i {
    transform: scale(2, 2);
    color: #f2f6cf;
}

.search-edu .owl-prev i, .owl-next i {
    display: none;
}

/*.tab-pane-carousel {*/
/*    box-shadow: 1px 1px 3px #70836f;*/
/*}*/

.tab-content {
    height: 375px;
    overflow: hidden;
}

.nav-tabs {
    margin-left: -1px;
    margin-right: -2px;
    background-color: #86b7d0;
}

.nav-tabs .nav-item {
    font-size: 0.9rem;
    font-weight: 500;
}

.nav-tabs .nav-link {
    padding: 1px 3px;
    border-right: 1px solid white;
    border-radius: unset;
}

.nav-tabs .nav-item:not(:first-child) .nav-link {
    border-left: none;
}

.nav-tabs .nav-link.active {
    color: white !important;
    background-color: rgba(243, 141, 92, 0.91) !important;
    border: none;
}

@keyframes animation_tab {
    0% {
        margin-top: 0;
    }
    25% {
        margin-top: -26px;
    }
    50% {
        margin-top: -52px;
    }
    75% {
        margin-top: -78px;
    }
    100% {
        margin-top: 0;
    }
}

.tab-pane-container {
    animation-name: animation_tab;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
}

.tab-pane-container:hover {
    animation-play-state: paused;
}

.tab-pane-container .tab-pane-item {
    min-height: 40px;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px dotted #c0e0c7;
}

.tab-pane-container .tab-pane-item:nth-child(even) {
    background-color: rgba(241, 246, 250, 0.87);
}

.tab-pane-item strong {
    font-weight: 500;
}

.tab-pane-item p {
    text-align: justify;
    font-size: 1.0rem;
    margin-bottom: 0;
    line-height: 1.2;
}

.tab-pane-item img {
    width: 120px;
    height: 85px;
    margin-right: 7px;
    margin-top: 3px;
    float: left;
}

.tab-pane-item-detail .card-title {
    margin-top: -3px;
    margin-bottom: 5px;
}

.tab-pane-item .card-title {
    font-size: 1.0rem;
    line-height: 1.2;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0px;
}

.tab-pane-item-detail .description {
    padding-top: 5px;
}

.tab-pane-item-detail .description > * {
    font-size: 1.0rem;
}

.tab-pane-item .description strong {
    font-weight: normal !important;
}

.tab-pane-item:hover .card-title {
    color: #0722a6;
}

.tab-pane-item > .notify-date-imp .month-imp {
    background-color: #c0e9aa;
    color: #435aff;
    font-weight: 600;
    padding: 5px;
    font-size: large;
    width: max-content;
}

.course-detail .teacher-name {
    padding-top: 5px;
}

.course-detail .teacher-name p {
    font-style: italic !important;
    text-align: justify !important;
    color: #0b2e13 !important;
    font-size: 1.0rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1px !important;
    font-family: Arial !important;
}

#khoahoc .meta-course div {
    font-size: 14px;
}

#khoahoc .teacher-name p, #khoahoc .teacher-name p strong {
    font-size: 15px;
    font-weight: 400 !important;
}

.course-detail .meta-course div {
    color: red;
    text-align: center;
    font-style: italic;
}

.course-detail .meta-course img {
    width: 15px;
    height: auto;
    margin-right: 2px;
}

/*content-new*/
.content-news {
    /*box-shadow: 1px 3px 5px #70836f;*/
    border: var(--boder-box);
    margin-bottom: 10px;
    padding: 0 15px;
}

.content-news > .row > div:first-child {
    padding-left: 0;
}

.content-news .content-news-detail {
    padding: 15px;
}

.content-news .content-text > p {
    font-size: 17px;
    text-align: justify;
    padding-right: 10px;
    color: black;
    text-transform: none;
    font-weight: 400;
    text-indent: 2em;
    padding: 5px;
}

.content-news img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 15px;
}

.content-news p,
.content-news h4 {
    display: block;
    text-align: center;
}

.content-news p {
    margin: 0;
    font-size: 1.1rem;
    color: var(--session-title);
    text-transform: uppercase;
    font-weight: bolder;
}

.content-news h4 {
    text-transform: uppercase;
    color: var(--session-title);
    font-weight: bolder;
    font-size: 1.2rem;
}

.content-news .btn-readmore {
    margin: 10px 0 -7px 5px;
}

/*content-site*/
.content-site img {
    width: 100%;
    height: auto;
}

.content-site p,
.content-site h5 {
    display: block;
    width: 75%;
}

.content-site p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #2e3c9e;
}

.content-site h5 {
    text-transform: uppercase;
    color: #cc114d;
    font-weight: bolder;
}

.content-site span {
    display: block;
    width: 75%;
    font-family: serif;
}

.content-site a {
    text-decoration: none;
    padding: 10px 20px;
    color: white;
    background: #cc114d;
}

.section-course {
    position: relative;
    background-image: linear-gradient(rgba(138, 133, 113, 0.53), rgba(52, 93, 52, 0.86)), url("../images/bg/noti-content.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-course .section-content-title {
    position: relative;
    align-items: center;
    justify-content: center;
}

.section-course .section-content-title h4 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.4rem;
}

.section-course .section-content-title span:nth-child(1) {
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 3px;
    background: var(--white);
    left: 25%;
}

.section-course .section-content-title span:nth-child(3) {
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 3px;
    background: var(--white);
    right: 25%;
}

.section-course .section-content-list .section-card {
    overflow: hidden;
    cursor: pointer;
}

.section-course .section-content-list .section-card .card__img {
    overflow: hidden;
}

.section-course .section-content-list .section-card .card__img img {
    width: 100%;
    filter: brightness(0.9);
    transition: .5s;
    transform: scale(1);
    height: 230px;
    object-fit: cover;
}

.section-course .section-content-list .section-card .card__label {
    position: absolute;
    top: 10%;
    left: 1%;
    width: 14%;
    padding: 0px 8px;
    display: inline-grid;
    text-align: center;
    color: #cc114d;
    background: white;
    border: 4px solid #cc114d;
}

.section-course .section-content-list .section-card .card__label .post__day {
    font-size: 14px;
    font-weight: bolder;
}

.section-course .section-content-list .section-card .card__label .post__month {
    font-size: 12px;
    font-weight: 600;
}

.section-course .section-content-list .section-card .card__title a {
    color: #cc114d;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    font-weight: bolder;
}

.section-course .section-content-list .section-card .card__title hr {
    border: 1px solid #cc114d;
    width: 20%;
}

.section-course .view-more a {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 0;
    padding: 10px 20px;
    color: white;
    background: #cc114d;
}

.section-course .view-more a:hover {
    color: white;
}

/*notification-edu*/
.col-notify {
    width: 32.5%;
    height: 550px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 3px 5px #596259;
    /*border: 1px solid rgba(121,174,200,0.87);*/
    border-radius: 5px;
}
.col-notify .read-more{
    float: right;
    margin-top: 15px;
    margin-right: -5px;
}
.col-notify .read-more a{
    padding:5px 10px;
    color: white;
    background-color: #0b2e13;
    border-radius-bottom-right: 5px;
    cursor: pointer;
}
.col-notify .read-more a:hover{
    color: white;
}
.notification-edu {
    height: 500px;
    overflow: hidden;
}

.notify-date-imp {
    margin-right: 15px;
    text-align: center;
}

.notify-date-imp .date-imp {
    font-size: large;
    background-color: #FF6400;
    color: white;
    font-weight: 600;
    padding: 5px 20px;
}

.notify-date-imp .month-imp {
    background-color: #c0e9aa;
    color: #435aff;
    font-weight: 500;
    padding: 5px;
    font-size: large;
    width: max-content;
}

.notifi-title h4 {
    color: var(--session-title);
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.2rem;
}

.notifi-title hr {
    border: 1px solid var(--session-title);
    width: 10%;
}

.notifi-content .new-post-link {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.notifi-content .new-post-link:nth-child(even) {
    background-color: rgba(241, 246, 250, 0.87);
}

.notifi-content .new-post-link:not(:last-child) {
    border-bottom: 1px dotted #9bb778;
}

.notifi-content .new-post-link .meta {
    font-size: 0.8rem;
    color: #03330f;
    font-style: italic;
}

.notifi-content .new-post-link .new-post-link-status:hover {
    filter: brightness(1.0);
    transition: .7s;
    transform: scale(1.02);
    object-fit: cover;
}

.notifi-content .new-post-link .new-post-link-status img {
    width: 64px;
    height: 64px;
}

.notifi-content .new-post-link .new-post-link-status .card-title {
    color: #000c03;
    font-size: 1.0rem;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 0;
}

.notifi-content .new-post-link .new-post-link-status .card-title strong {
    font-weight: 400;
}

.notifi-content .new-post-link .new-post-link-status .card-title p {
    margin-bottom: 0;
}

.notifi-content .new-post-link .new-post-link-status .card-title:hover {
    text-decoration: none;
    color: var(--session-title);
    cursor: pointer;
}

.notifi-content .new-post-link .new-post-link-status label {
    position: absolute;
    right: 25px;
    bottom: 5px;
    color: var(--session-title);
}

.navigation-notifi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-notifi ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navigation-notifi ul li {
    list-style: none;
}

.navigation-notifi ul a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    color: #cc114d;
    font-weight: 600;
}

.navigation-notifi ul a:hover {
    color: white;
    background: #cc114d;
}

.navigation-notifi ul .active {
    color: white;
    background: #cc114d;
}

/*search-edu*/
.search-edu {
    margin-top: -7px;
    margin-bottom: 10px;
    padding: 0;
}

.search-title h4 {
    color: var(--session-title);
    text-transform: uppercase;
    font-weight: bolder;
}

.search-title hr {
    border: 1px solid var(--session-title);
    width: 20%;
}

.search-edu .search-content {
    padding: 0px;
}

.search-content .search-list {
    padding: 15px;
    background: #ee942f;
    height: 100px;
    box-shadow: 1px 1px 3px #aeb7ad;
}

.search-content .search-list:hover {
    background-color: #ea8d61;
    cursor: pointer;
}

.search-edu img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}

.search-content .search-list .body-lis a {
    text-decoration: none;
    color: white;
    font-size: 1.0rem;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: justify;
}

/*banner support*/
.banner-support-bg {
    background-image: url("../images/banner/contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-support-bg .content-support {
    display: grid;
    justify-content: right;
    margin: 0 15%;
}

.banner-support-bg .content-support h5 {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}

.banner-support-bg .content-support span {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
}

.banner-support-bg .content-support a {
    color: #cc114d;
    background: white;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: bolder;
    border-radius: 15px;
    text-decoration: none;
}

/*news activity section*/
.news-title h4 {
    color: var(--session-title);
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.4rem;
}

.news-title hr {
    border: 1px solid var(--session-title);
    width: 10%;
}

.box-news-first {
    cursor: pointer;
}

.box-news-first img {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 5px;
}

.box-news-first .box-news-abstract h4 {
    text-align: justify;
    font-size: 1.2rem;
}

.box-news-first .box-news-abstract p {
    text-align: justify;
    font-size: 16px;
}

.box-news-first .box-news-abstract p * {
    font-weight: normal !important;
}

.box-list-news {
    background-color: #f7fdf9;
}

.box-list-news ul {
    margin: 5px;
    padding: 0;
}

.box-list-news ul li {
    list-style-type: none;
    padding: 5px 0;
}

.box-list-news ul li:hover a {
    color: #000c03;
}

.box-list-news a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #0b2e13;
}

.box-list-news ul li:not(:last-child) {
    border-bottom: 1px solid #f5d1d1;
}

.view-more {
    display: flex;
    align-items: center;
}

.view-more a {
    display: block;
    margin-top: -20px;
    padding: 2px 4px;
    border-radius: 4px;
    color: white;
    background: #cc114d;
}

.view-more a:hover {
    cursor: pointer;
    text-decoration: none;
}

/*link*/
.section-link {
    position: relative;
    margin-bottom: 10px;
}

.section-link .section-content-title {
    position: relative;
    align-items: center;
    justify-content: center;
}

.section-link .section-content-title h4 {
    color: var(--session-title);
    text-transform: uppercase;
    font-weight: bolder;
}

.section-link .section-content-title span:nth-child(1) {
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 3px;
    background: var(--session-title);
    left: 30%;
}

.section-link .section-content-title span:nth-child(3) {
    content: "";
    display: block;
    position: absolute;
    width: 15%;
    height: 3px;
    background: var(--session-title);
    right: 30%;
}

#link-carousel img {
    height: 150px;
}

#link-carousel .link-description {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 5px;
    background-color: rgba(178, 228, 239, 0.76);
    color: #0000cc;
    font-size: 16px;
    font-weight: 500;
}

#link-carousel a:hover .link-description {
    display: block;
}

#link-carousel .owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    margin-left: -7px !important;
    display: block !important;
    border: 0px solid black;
}

#link-carousel .owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: -10px !important;
    display: block !important;
    border: 0px solid black;
}

#link-carousel .owl-prev i, #link-carousel .owl-next i {
    transform: scale(2, 2);
    color: #2c7723;
}

/*footer*/
.footer-bg {
    background: #3f7c3e;
}

.footer-bg .footer-logo img {
    width: 70px;
    height: 60px;
}

.footer-bg .footer-logo p {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
}

.footer-bg .footer-logo h6 {
    font-size: 1.0rem;
    text-transform: uppercase;
    color: white;
    font-weight: bolder;
}

.footer-bg .footer-logo span {
    font-size: 16px;
    color: white;
}

.footer-bg .footer-logo span:nth-child(1) {
    font-weight: 600;
}

.footer-bg .footer-logo i {
    font-size: x-large;
}

.footer-bg .footer-contact a {
    border-radius: 5px;
}

.footer-bg .footer-contact img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.footer-bg .footer-contact a:nth-child(1) {
    display: block;
    padding: 5px 5px;
    width: 40px;
    height: 40px;
    background: #3b5998;
}

.footer-bg .footer-contact a:nth-child(2) {
    display: block;
    width: 40px;
    height: 40px;
}

.footer-bg .footer-content h5 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.0rem;
}

.footer-bg .footer-content hr {
    border: 1px solid white;
    width: 10%;
    margin: 0;
}

.footer-bg .footer-content ul > li {
    list-style: none;
}

.footer-bg .footer-content li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 2px 0;
}

.footer-bg .footer-content li a:hover {
    font-size: 16px;
}

.footer-bg .footer-content li > a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
}

.copyright {
    background: #688ead;
}

.copyright span {
    font-size: 14px;
    color: white;
}

.search {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #000000ad;
    display: none;
}

.search .close-search {
    color: white;
    float: right;
    font-size: 30px;
    margin-top: 100px;
    margin-right: 50px;
    cursor: pointer;
}

.search form {
    margin: 16em;
}

.search form input {
    background-color: #0000008f;
    border: 2px solid #ffffff;
    color: white;
    width: 50vw !important;
}

.search form .input-group-append button {
    color: white;
}

.search form input::-webkit-input-placeholder {
    color: white;
}

.search form input:focus {
    background: #00000085;
    color: #f1f1f1;
    box-shadow: none;
}

/* sidebar*/
.sidebar-container {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    box-shadow: 1px 1px 3px #70836f;
    border: var(--boder-box);
}

.sidebar-container .card-header {
    background-color: #dff1ff;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 5px;
}

.sidebar-container .title {
    color: #000e04;
    font-weight: 500;
    line-height: 1.1;
    font-size: 1.0rem;
}

.sidebar-item {
    padding: 7px;
    border-bottom: 1px solid #c0e0c7;
}

.sidebar-item:hover .title {
    color: #061a79;
    text-decoration: none;
}

.sidebar-item:hover {
    cursor: pointer;
    text-decoration: none;
}

.sidebar-item:hover .date-imp {
    background-color: #FF5400;
    cursor: pointer;
}

.sidebar-item .card-title {
    font-weight: 500;
    margin-bottom: 2px;
    color: #000e04;
}

.sidebar-item .card-title p {
    margin-bottom: 5px;
    font-weight: normal !important;
}

.sidebar-item:hover .card-title {
    color: #061a79;
}

.sidebar-item img {
    width: 120px;
    height: 80px;
    float: left;
    margin-top: 5px;
    margin-right: 7px;
}

.sidebar-item:hover img {
    filter: brightness(0.9);
    transition: .7s;
    transform: scale(1.05);
    object-fit: cover;
}

.sidebar-item .sidebar-item-detail .description * {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0;
}

/*contact social*/
.contact-social {
    display: block;
    position: fixed;
    z-index: 1001;
    bottom: 55%;
    right: 0;
}

.contact-social > div {
    height: 50px;
}

.contact-social div > a {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 600;
    background-color: #26acdc;
    border-radius: 5px;
    margin-bottom: 1px;
    width: 50px;
}

.contact-social div > a > img {
    width: 35px;
    border-radius: 50%;
}

.contact-social div > a:hover {
    background-color: #fb8822;
}

.contact-social-mobi {
    display: none;
    position: fixed;
    z-index: 1001;
    bottom: 0px;
    width: 100%;
    background-color: #feeebd;
}

.contact-social-mobi > div {
    height: 46px;
    justify-content: space-between;
}

.contact-social-mobi div > a {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 600;
    background-color: #26acdc;
}

.contact-social-mobi div > a:not(:last-child) {
    margin-right: 1px;
}

.contact-social-mobi div > a > img {
    width: 35px;
    border-radius: 50%;
    margin-top: -5px;
}

.contact-social-mobi div > a:hover {
    background-color: #fb8822;
}