.entry-content {
    padding-top: 0;
}

.is-divider {
    display: none !important;
}

.widget-title {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.taxonomy-description {
    overflow: hidden;
    position: relative;
}

.host_list .card .host_list__meta .host_list__content .hot_promotion a {
    color: var(--wp--preset--color--vivid-red);
}

.host_list .card .host_list__meta .host_list__content .card-buttons a.nutchoingay,
.btn.list_load_more {
    background: var(--primary-color);
    color: var(--wp--preset--color--black);
    padding: 10px 20px;
    border-radius: 20px;
}

.host_list .card .host_list__meta .host_list__content .card-buttons a.nutchoingay:hover,
.btn.list_load_more:hover {
    background: var(--wp--preset--color--black);
    color: var(--primary-color);
}

.wp-block-image,
.rank-math-block {
    margin-bottom: 1.3em;
}

.entry-content img {
    display: block;
    margin: auto;
}

.top-divider,
.is-divider {
    display: none;
}

.author-box-social ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.author-box-social ul li {
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.author-box .align-top {
    background-color: #f1f1f1;
}

.blog-author-image {
    padding: 25px 0px 0px 23px;
}

.entry-author a.url {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.info_box_right .info_promotion {
    margin-bottom: 0;
}

.info_box_right {
    padding-bottom: 0;
}

.info_box_left {
    padding: 0;
}

.entry-header-text {
    padding: 0 !important;
}

.entry-content {
    padding-top: 0 !important;
}

/*==== B M K TOP 1 2 3 ====*/

.bmk_top_three_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    margin: 0 15px;
}

.bmk_top_three_box.top_1 {
    order: 1;
    border: none;
    height: 500px;
    box-shadow: 8px 8px 8px 2px rgb(56 46 46 / 15%);
    border-radius: 10px;
}

.bmk_top_three_box.top_2 {
    order: 0;
    margin-left: 0;
    border: none;
    height: 450px;
    box-shadow: 8px 8px 8px 2px rgb(56 46 46 / 15%);
    border-radius: 10px;
}

.bmk_top_three_box.top_3 {
    order: 2;
    margin-right: 0;
    border: none;
    height: 450px;
    box-shadow: 8px 8px 8px 2px rgb(56 46 46 / 15%);
    border-radius: 10px;
}

.bmk_top_three_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
    position: relative;
}

.bmk_top_three_number {
    flex: 0 0 100%;
}

.bmk_top_three_box.top_1 .bmk_top_three_number {
    background: #4c2767;
    color: yellow;
    margin-top: -30px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center;
}

.bmk_top_three_box.top_2 .bmk_top_three_number,
.bmk_top_three_box.top_3 .bmk_top_three_number {
    background: #4C2767 !important;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 31px;
    color: yellow;
    left: 0;
    top: 0px;
    border-radius: 10px 0;
}

.bmk_top_three_box_container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 30px;
}

.bmk_top_three_box_container .host_list__image {
    margin-bottom: 25px;
    background: #f1f1f1;
    width: 46%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    position: relative;
    border-radius: 10px;
}

.bmk_top_three_box_container .host_list__image img {
    height: 50%;
    width: auto;
}

.bmk_top_three_header .item-name {
    display: none;
}

.bmk_top_three_body {
    background: #F8F8FC;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}

.bmk_top_three_body .hot_promotion {
    text-align: center;
    padding: 0 15px;
}

.bmk_top_three_body .hot_promotion a {
    color: #ff0000 !important;
    font-size: 18px;
}

.bmk_top_three_body .hot_promotion a i {
    margin-right: 6px;
}

.bmk_top_three_footer {
    display: flex;
    align-items: center;
}

.bmk_top_three_footer a {
    background: #44be4c;
    color: #fff;
    border-radius: 5px !important;
    padding: 10px 50px;
}

.bmk_top_three_footer a:hover {
    background: #ed7600;
    color: #fff;
}

.bmk_top_three_footer a.nutchoingay {
    background: #591e82 !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 10px 50px;
}

.bmk_top_three_footer a.nutchoingay:hover {
    background: #44be4c !important;
    color: #fff !important;
}

/*=======   C S S ???   =======*/

@media screen and (max-width: 850px) {
    .mobile-sidebar .menu-item {
        display: ruby !important;
    }
}

@media screen and (min-width: 850px) {
    .row-large {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-large>.flickity-viewport>.flickity-slider>.col,
    .row-large>.col {
        padding: 0 15px 30px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 480px) {
    .wrapper-button-register .button-regiter {
        width: 80%;
    }

}