.mona-mess-empty {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 30px 0;
    font-weight: 500;
}

.d-none {
    display: none!important;
}

.text-center {
    text-align: center!important;
}

.description.text-center.mb-25.mt-20 {
    text-align: justify !important;
}


/* popup bo sung */

.modal__container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.modal__title {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #F36F33;
    padding-bottom: 3rem;
    background-color: #fff;
    text-transform: uppercase;
}

.popup__form {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    padding: 3rem;
    background-color: #fff;
    -webkit-box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 16%);
    box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 16%)
}

.popup-modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    border-radius: 9.9rem;
    font-size: 2rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #fff;
    background-color: #F36F33;
    transition: 0.3s linear;
}

.popup-modal-btn:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.popup-modal-btn span {
    margin-top: -0.2rem;
    user-select: none;
    font-size: 18px;
}

.lienhe__form__input {
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 1rem;
    margin-bottom: 1rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.lienhe__form__txt {
    width: 100%;
    height: 12rem;
    padding: 1rem;
    border: 1px solid #d6d6d6;
    resize: none;
    margin-bottom: 1rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.rs__form {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup__form .btn-orange {
    font-size: 16px;
    border: none;
    float: right;
}

.popup__form .your_content input {
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.button-wrapper {
    position: relative;
    width: 150px;
    text-align: center;
    height: 60px;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #00bfff;
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

#upload {
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 30px;
    top: -41px;
    left: 0;
    opacity: 0;
    cursor: pointer;
    background: red;
}

.single-post .header-menu-nav .current_page_parent a,
.single-mona_knowlege .header-menu-nav .current-mona_knowlege-ancestor a,
.single-mona_knowlege .header-menu-nav .menu-item-object-mona_taxonomy_knowleges a,
.single-mona_connecting .header-menu-nav .current-mona_connecting-ancestor a,
.single-mona_connecting .header-menu-nav .menu-item-object-mona_taxonomy_connectings a,
.single-mona_event .header-menu-nav .current-page-event a,
.single-mona_giving .header-menu-nav .giving.menu-item a,
.tax-mona_taxonomy_knowleges .header-menu-nav .menu-item-object-mona_taxonomy_knowleges a,
.tax-mona_taxonomy_events .header-menu-nav .current-page-event a,
.tax-mona_taxonomy_connectings .header-menu-nav .menu-item-object-mona_taxonomy_connectings a,
.tax-mona_taxonomy_givings .header-menu-nav .giving.menu-item a {
    padding-left: 0;
    color: #F36F33;
}

.single-post .header-menu-nav .current_page_parent a::before,
.single-mona_knowlege .header-menu-nav .current-mona_knowlege-ancestor a::before,
.single-mona_knowlege .header-menu-nav .menu-item-object-mona_taxonomy_knowleges a::before,
.single-mona_connecting .header-menu-nav .current-mona_connecting-ancestor a::before,
.single-mona_event .header-menu-nav .current-page-event a::before,
.single-mona_giving .header-menu-nav .giving.menu-item a::before,
.tax-mona_taxonomy_givings .header-menu-nav .giving.menu-item a::before,
.tax-mona_taxonomy_knowleges .header-menu-nav .menu-item-object-mona_taxonomy_knowleges a::before,
.tax-mona_taxonomy_events .header-menu-nav .current-page-event a::before,
.tax-mona_taxonomy_connectings .header-menu-nav .menu-item-object-mona_taxonomy_connectings a::before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #F36F33;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.pagination .page-numbers .page-numbers {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 44px;
    height: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 100%;
    color: #CECECE;
    -webkit-transition: .2s;
    transition: .2s;
}

.pagination .page-numbers .page-numbers:hover {
    background-color: #F36F33;
    color: #fff;
}

.pagination .page-numbers .page-numbers.current {
    background-color: #F36F33;
    color: #fff;
}

.btn-knowlege-single a {
    background-color: #F36F33;
    max-width: 170px;
    color: white;
    margin: 0 auto;
}

.aside-knowlege .list-cate li.current-menu-item::before {
    background-color: #F36F33;
    color: #fff;
}

.aside-knowlege .list-cate li.current-menu-item {
    font-size: 20px;
    font-weight: bold;
}

.btn-not-dang-ky {
    background-color: #CECECE;
    border: 1px solid transparent;
}

.item-kowlege:hover .btn-not-dang-ky {
    background-color: #CECECE!important;
    border: 1px solid transparent!important;
    color: white!important;
}

.btn-not-dang-ky:hover {
    background-color: #CECECE!important;
    border: 1px solid transparent!important;
    color: white!important;
}

.single-mona_knowlege .f-col {
    padding: 10px 20px;
    margin: 30px 0;
}

.single-mona_knowlege .f-col .timer {
    justify-content: center;
}

.sec-lookbook .slider-lookbook {
    margin-bottom: 162px;
}

.sec-news-daily .flex-40-60__col .f-col__40 {
    position: relative;
}

.sec-news-daily .news-daily-list {
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto; */
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-daily-list .list-news {
    position: absolute;
    height: calc(100% - 108px);
    top: 0;
    overflow: auto;
    width: 350px;
    padding-right: 10px;
}

.news-daily-list .list-news::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
    left: 390px;
}

.news-daily-list .news-daily-list--link {
    position: absolute;
    bottom: 0px;
}

.news-daily-list .list-news::-webkit-scrollbar-track {
    background-color: #ddd;
    cursor: pointer
}

.news-daily-list .list-news::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #666
}

.blog-info-tag:before {
    content: ',';
    position: absolute;
    bottom: 2px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag:last-child:before {
    display: none
}

.mona-single-date {
    text-align: left;
    font-size: 15px;
    margin-top: 5px;
    font-weight: bold;
}

.event-middle {
    display: block;
    margin-top: 43px;
}

.breadcrumbs .breadcrumb {
    margin-right: 15px;
    font-size: 18px;
    padding: 5px 0px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}

.mona-content {
    text-align: justify;
}

.info--title {
    font-weight: 700;
}

.info-desc2.lh-15.mb-40 span {
    font-weight: bold;
}

a.mona-btn-style1 {
    font-weight: bold;
    color: #f36f33;
    text-decoration: underline;
}

.info-image-title {
    width: 100%;
    text-align: left;
    font-style: italic;
    font-size: 22px;
    font-weight: 500;
    color: #f36f33;
}

h4.mona-category-title {
    padding: 0px 0px 20px 2px;
    color: #f36f33;
    font-size: 20px;
}

.mona-aside-box .list-cate li.active {
    font-size: 18px;
    font-weight: 700;
}

.footer-content.footer-mona-social ul li {
    display: inline-block;
    margin: 0px 5px;
}


/*.mona-aside-box.menu-hide ul.list-cate {*/


/*    opacity: 0;*/


/*    visibility: hidden;*/


/*    height: 0;*/


/*}*/

.mona-btn-action {
    margin-bottom: 20px;
}

.mona-btn-action a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mona-btn-action a img {
    width: 12px;
    height: auto;
    margin-right: 5px;
}

.mona-btn-action span {
    text-align: left;
    font-size: 16px;
    color: #19555b;
}

.single-mona_connecting .share-post {
    border-bottom: unset;
}

.breadcrumbs .active {
    color: #f36f33!important;
}

.txt-desc.mona-content {
    max-height: 150px;
    overflow: auto;
}

.img-w-100.mona-taxonomy-item-looknook img {
    width: 100%;
    max-height: 310px;
}

.box-slide-story .item-say .txt-desc.mona-content::-webkit-scrollbar,
.mona-gallery-giving-item .txt-desc.mona-content::-webkit-scrollbar {
    width: 6px;
}

.box-slide-story .item-say .txt-desc.mona-content::-webkit-scrollbar-thumb,
.mona-gallery-giving-item .txt-desc.mona-content::-webkit-scrollbar-thumb {
    background: #19555b;
    border-radius: 5px;
}

.box-slide-story .item-say .txt-desc.mona-content::-webkit-scrollbar-track,
.mona-gallery-giving-item .txt-desc.mona-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .16);
    border-radius: 5px;
}

.mona-gallery-giving-box {
    display: flex;
}

.mona-gallery-giving-box .gallery-giving {
    flex-grow: 1;
}

.mona-gallery-giving-item .txt-desc.mona-content {
    color: #fff;
}

.sec-giving .gallery-giving .wrapper-img img {
    max-height: 480px;
}


/*.home .item-lookbook .item-lookbook--image img {*/


/*    max-height: 610px;*/


/*}*/

.home .item-lookbook--info .info-desc {
    max-height: 210px;
    overflow: auto;
}

.home .item-lookbook--info .info-desc::-webkit-scrollbar,
.home .item-lookbook--info .info-desc::-webkit-scrollbar {
    width: 6px;
}

.home .item-lookbook--info .info-desc::-webkit-scrollbar-thumb,
.home .item-lookbook--info .info-desc::-webkit-scrollbar-thumb {
    background: #19555b;
    border-radius: 5px;
}

.home .item-lookbook--info .info-desc::-webkit-scrollbar-track,
.home .item-lookbook--info .info-desc::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .16);
    border-radius: 5px;
}

@media screen and (max-width: 1600px) {
    .home .sec-news-daily .flex-3__col .f-col {
        flex-basis: calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1200px) {
    .news-daily-list .news-daily-list--link,
    .news-daily-list .list-news,
    .news-daily-list {
        position: static;
        height: auto;
        overflow: inherit;
    }
}

@media screen and (max-width: 768px) {
    .news-daily-list.wow.fadeInRight {
        position: unset;
    }
    .sec-lookbook .slider-lookbook {
        margin-bottom: 50px;
    }
}

.mona-content {
    line-height: 1.5;
}

@media screen and (max-width: 500px) {
    .home .sec-news-daily .flex-3__col .f-col {
        flex-basis: 50%;
        width: 50%;
    }
}

.item-kowlege .item-knowlege--info .info--title a {
    font-weight: bold;
}

.item-news-daily--stt {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    z-index: 1;
    width: 3.1rem;
    background: white;
    border-radius: 100%;
    height: 3.1rem;
    font-weight: bold;
}

.footer-content li.social-item a img {
    max-width: 32px;
}

.mona-style-social-txt {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mona-style-social-txt .text-item {
    padding: 5px 0;
    font-weight: 500;
}

.footer-content.footer-mona-social ul li {
    display: inline-block;
    padding-right: 5px;
    margin: 0;
}

.mona-audio-content .loading {
    height: auto;
}

.slider-task-event .swiper-slide {
    padding: 0px 5px;
}

.container-search {
    width: 100%;
    height: auto;
    background-color: #1e272e;
    position: absolute;
    border-radius: 4rem;
    padding: 10px;
    max-width: 325px;
    margin-left: 35px;
    top: 110px;
}

.search__box {
    float: left;
    width: 0;
    height: 1.8rem;
    background: none;
    color: #f7f7f7;
    font-size: 18px;
    border-radius: 2rem;
    outline: none;
    border: none;
    position: relative;
    opacity: 1;
    transition: all .75s ease-in;
}

.search__icon {
    box-sizing: border-box;
    font-size: 22px;
    display: inline-block;
    margin-left: 0.8rem;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    color: #fa983a;
    transition: all .25s ease-in;
    padding: 0;
    border-radius: 50%
}

.container-search:hover>.search__box {
    width: 85%;
    padding: 0 1rem;
}


/*.container-search:hover>.search__icon {*/


/*    background-color: #eee;*/


/*}*/

.btns-show {
    width: 85%;
    border: 1px solid red;
}

@media screen and (max-width: 500px) {
    .item-news-daily .item-news-daily--info {
        padding: 2px 10px;
    }
}

@media screen and (max-width: 550px) {
    .container-search {
        max-width: 255px;
    }
    .container-search {
        top: 45px;
    }
}

@media screen and (min-width: 1200px) {
    .sec-lookbook--link__text.fz-60 {
        font-size: 45px;
    }
}

.knowlege-btn-giving {
    text-align: right;
}

.knowlege-btn-giving .btn-orange {
    padding: 15px 55px;
}

.mona-aside-box.menu-show .list-cate {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.mona-aside-box.menu-hide .list-cate {
    height: 0;
    opacity: 0;
    visibility: hidden;
}


.banner .banner-slider .swiper-slide .banner--item {
    -webkit-animation: unset!important;
    animation: unset!important;
}

.sec-giving .box-left-right .left {
    width: calc(3/12 * 100%);
}

.sec-giving .box-left-right .right {
    width: calc(9/12 * 100%);
    display: flex;
    justify-content: right;
    text-transform: uppercase;
}

.sec-giving .box-left-right .right .btn-orange {
    margin-left: 10px;
    margin-top: 15px;
}

@media screen and (max-width: 1000px) {
    .sec-giving .box-left-right .left {
        width: calc(6/12 * 100%);
    }
    .sec-giving .box-left-right .right {
        width: calc(6/12 * 100%);
    }
}

@media screen and (max-width: 849px) {
    .sec-giving .box-left-right .right {
        width: 100%;
        display: flex;
        justify-content: left;
        font-size: 12px;
        flex-wrap: wrap;
    }
}

.mona-bottom-btn {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.tax-mona_taxonomy_givings .mona-new-giving-custom.sec-giving-box .box-item:not(:last-child) {
    margin-bottom: 45px;
}

.sec-giving .slide-giving .gallery-thumb {
    display: none;
}

.mona-gallery-giving-item a:hover {
    color: white;
}

a.btn-orange.active-cr {
    background-color: #19555B;
    color: #f7f7f7;
}

.sec-video-review .video-wrap video {
    width: 100%;
    height: calc(100vw * (650 / 1728));
    position: relative;
}

@media screen and (max-width: 1200px) {
    .sec-video-review .video-wrap video {
        height: 60vw;
    }
}

@media screen and (max-width: 768px) {
    .sec-video-review .video-wrap video {
        height: 100vw;
    }
}

@media screen and (max-width: 500px) {
    .sec-video-review .video-wrap video {
        height: auto;
    }
}

[data-tooltip]:hover::after {
    z-index: 99;
}

.f-col__60.mona-col-full {
    width: 100%;
    flex-basis: 100%;
}

.mona-col-heading {
    color: #19555B;
    font-weight: bold;
    padding: 15px 0;
    font-size: 30px;
}

.sec-news-daily .mona-col-full .flex-3__col .f-col {
    padding: 15px;
}

.sec-giving-box .table-ds-hocbong .thead .col.col-5 {
    width: calc(20% - 3px);
}

.sec-giving-box .table-ds-hocbong .cols .col.col-5 {
    width: 20%;
}

.layout-knowlege.mona-custom-table-hocbong .item-box-giving {
    width: 100%;
    height: auto;
}

.sec-news-daily .news-daily-list .list-news li:hover>span.text {
    -webkit-line-clamp: 4;
    transition: 0.3s;
}

.mona-col-heading .txt-title {
    color: #19555B;
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .mona-col-heading .txt-title {
        font-size: 20px;
    }
}

.f-col__60.mona-col-full {
    position: relative;
}

.sec-news-daily .giving-slide .item-news-daily--info {
    color: white;
}

.item-news-daily--info[data-tooltip]::after {
    bottom: 100%;
    left: 15px;
    top: unset;
}

.item-news-daily--info[data-tooltip]:hover::after {
    opacity: 1;
    transition: 0.3s;
}

.sec-giving-box .table-ds-hocbong .thead {
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .sec-giving-box .table-ds-hocbong .thead {
        font-size: 9px;
    }
}