.more-page {
    color: var(--mainColor) !important;
}

.article a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: all ease .3s;
}

.article a {
    height: 50%;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: end;
    justify-content: right;
    padding: 10px;
    transition: all ease .3s;
    min-height: 168px;
}

.article {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    gap: 14px;
}

.parent_item {
    display: grid;
    grid-template-columns:1fr 2fr 1fr;
    gap: 14px;
    margin-top: 2rem;
}

.link_item {
    margin-bottom: 14px;
}

.img-center {
    height: 350px !important;
}

.article a:after {
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(180, 180, 180, 0) 18%, rgba(16, 16, 16, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 3;
    border-radius: 8px;
}

.text_item h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal !important;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 3px;
}

.text_item {
    position: relative;
    z-index: 4;
    text-align: right;
    width: 100%;

}

.text_item span {
    color: #fff;
    font-size: 11px;
}

.article a:hover .text_item h2 {
    text-decoration: none;
    color: #fff;
}

.article a:hover {
    text-decoration: none;
}

.article a:hover img {
    transform: scale(1.1);
}

.content_center {
    background: #eee;
    position: relative;
    z-index: 5;
    border-radius: 8px;
    padding: 10px;
    text-align: right;
    margin: 0 auto -30px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parent_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transition: all ease .3s;
    overflow: hidden;
}

.content_center h2 {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.content_center span {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.mobil_box {
    display: none;
}

.btn_box_two {
    display: flex;
    flex-direction: column;
    transition: all ease .3s;
}

.btn_box_two:hover {
    text-decoration: none;
}

.btn_box_two img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
}

.mag_box_two {
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146, 146, 146, .2);
    border-radius: 8px;
    background: #fff;
    padding: 15px 15px 12px 15px;
    transition: all ease .3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mag_box_two:hover h3 {
    text-decoration: none;
    color: var(--mainColor);
    transition: all ease .3s;
}

.box_two {
    padding: 40px 0;
}

.btn_box_two h3 {
    color: #222;
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
}

.mag_box_two p {
    color: #5a6268;
    font-size: 12px;
    text-align: justify;
    -webkit-line-clamp: 3;
    margin: 10px 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 24px;
}
.mag_box_two>.parent_submit{
    padding:10px 0 0 !important;

}
.submit_btn {
    font-size: 11px;
    color: #333;
    margin-bottom: 0;
    transition: all ease .3s;
    border-radius: 8px;
    padding: 5px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.submit_btn i {
    margin-right: 5px;
}

.mag_box_two:hover .submit_btn {
    color: #fff;
    background: var(--mainColor);
}
.mag_box_two:hover .submit_btn span {
    color: #fff;
}
.mag_box_two:hover .submit_btn svg {
    fill: #fff;
}
.parent_submit {
    width: 100%;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent_submit span {
    color: #5a6268;
    font-size: 12px;
}

.item_news {
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146, 146, 146, .2);
    border-radius: 8px;
    background: #fff;
    padding: 15px 15px 0 15px;
    transition: all ease .3s;
    /*! height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item_news a {
    color: #212529;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    transition: all ease .3s;
    width: 100%;
}

.item_news a:last-child {
    border: none;
}

.post_parent_box {
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146, 146, 146, .2);
    border-radius: 8px;
    background: #fff;
    padding: 15px 15px 0 15px;
    transition: all ease .3s;
    /*! height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 15px;
}

.post_parent_box a {
    color: #212529;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    transition: all ease .3s;
    width: 100%;
}

.post_parent_box a:last-child {
    border: none;
}

.img_box {
    width: 40%;
}

.img_box img {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .img_box img {
        height: 70px;
    }
}

.mag_three .img_box img {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.text_box {
    width: 70%;
    text-align: right;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text_box h6 {
    color: #212529;
    font-weight: normal !important;
    font-size: 13px;
    transition: all ease .3s;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
}

.text_box > div {
    display: flex;
    justify-content: space-between;
}

.text_box span {
    color: #5a6268;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.text_box span svg{
    fill: #5a6268;
    width: 12px;
    height: 12px;
}

.item_news a:hover h6 {
    color: var(--mainColor);
    text-decoration: none;
}

.item_news a:hover {
    text-decoration: none;
}

.item_news > div h2 {
    font-size: 17px;
    margin-bottom: 0;
    color: #333;
}

.item_news > div i {
    margin-left: 7px;
    font-size: 17px;
}

.item_news > div {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
}

.post_parent_box a:hover h6 {
    color: var(--mainColor);
    text-decoration: none;
}

.post_parent_box a:hover {
    text-decoration: none;
}

.post_parent_box a:hover button span {
    color: #313233;
}

.post_parent_box a:hover button svg {
    fill: #313233;
}

.post_parent_box > div h2 {
    font-size: 17px;
    margin-bottom: 0;
    color: #333;
}

.post_parent_box > div i {
    margin-left: 7px;
    font-size: 17px;
}

.post_parent_box > div {
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
}

.arrow_link a {
    background: transparent;
    border: 1px solid #eee;
    border-radius: 8px;
}

.arrow_link {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: left;
}

.arrow_link a {
    background: transparent;
    border: 1px solid #ccc;
    color: #999;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .3s;
    font-size: 14px;
    margin-left: 5px;
}

.arrow_link a i {
    transition: all ease .3s;
}

.arrow_link a:hover {
    background: var(--mainColor);
    text-decoration: none;
    color: #fff;
}

.parent_owl {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146, 146, 146, .2);
}

.titel_owl_mag {
    justify-content: space-between;
    margin-bottom: 15px;
    background: #f7f7f7;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
}

.titel_owl_mag h4 {
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #333;

}

.titel_owl_mag h4 i {
    margin-left: 5px;
    font-size: 18px;
    color: #333;
}

.titel_owl_mag a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    transition: all ease .3s;
    border-radius: 8px;
    padding: 5px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.titel_owl_mag i {
    margin-right: 5px;
}

.titel_owl_mag a:hover {
    color: #fff;
    background: var(--mainColor);
    text-decoration: none;
}

.box_three {
    padding: 0 0 40px 0;
}
.page-link{
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 8px !important;
    color: var(--mainColor);
    transition: all ease .3s;
}

.page-link svg {
    transition: all ease .3s;
}

.page-link:hover {
    background-color: var(--mainColor) !important;
    color: #fff;
}

.page-link:hover svg {
    fill: #fff;
}

.page-item.active .page-link {
    background-color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.page-link svg{
    width: 8px;
    fill: var(--mainColor);
}
.page-item.disabled .page-link svg{
    fill: #6c757d;
}
.div_up {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid #ccc;
    transition: all ease .3s;
    height: 440px;
    gap: 0;
}
.owl_mag .item{
    padding: 1px;
}
.div_up:hover {
    text-decoration: none;
}

.div_up:hover .text-card-mag h3 {
    color: var(--mainColor);
}

.div_up img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
}

.text-card-mag {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.text-card-mag h3 {
    font-size: 16px;
    color: #000;
    /*padding: 8px 3px;*/
    line-height: 1.4;
    text-align: right;
    margin-bottom: 4px;
    /*min-height: 37px;*/
    transition: all ease .3s;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.created-at-box {
    border-top: 1px solid #dedcdc;
    margin-top: auto;
    padding-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
    justify-content: space-between;
}

.calender {
    color: #5a6268;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.calender svg{
    width: 12px;
    fill: #5a6268;
}
.parent-star-blog{
    font-size: 11px;
    width: 100%;
    gap: 3px;
    text-align: left !important;
    justify-content: left !important;
}
.star {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a6268;
}
.parent-blog-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 12px;
}
.rates-box {
    margin-top: 0px !important;
}

.rates-box i {
    font-size: 17px;
    cursor: pointer;
}

.badge-me{
    background: var(--mainColor);
    color: #fff;
    transition: all ease .3s;
}
.badge-me:hover{
    color: #fff;
    opacity: .7;
}
.star span i {
    color: #ffbf00;
    font-size: 14px;
}

.owl_mag .owl-nav .owl-prev {
    right: -18px;
}

.owl_mag .owl-nav .owl-next {
    left: -18px;
}

.owl_mag .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: 1px solid #888 !important;
    border-radius: 1rem;
    position: absolute;
    top: 30%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all ease .3s;
}

.owl_mag .owl-nav button {
    width: 40px;
    height: 40px;
    background: #fff !important;
    border: 1px solid #888 !important;
    border-radius: 1rem !important;;
    position: absolute;
    top: 30%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all ease .3s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #333 !important;
}

.owl_mag .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl_mag .owl-dots {
    padding: 0 !important;
}

.owl_mag .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
}

.owl_mag .owl-dots .owl-dot.active span, .owl_special_tours .owl-dots .owl-dot:hover span {
    background: var(--mainColor) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot.active span {
    background: var(--mainColor) !important;
}

a.badge-primary.focus, a.badge-primary:focus {
    box-shadow: none;
}

/*.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {*/
/*    background: var(--mainColor) !important;*/
/*}*/

.text-card-mag p {
    color: #5a6268;
    font-size: 12px;
    text-align: justify;
    -webkit-line-clamp: 3;
    margin: 10px 0 10px 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 24px;
    margin-bottom: 7px;
}

.calender i {
    margin-left: 3px;
}

.parent_submit span svg {
    width: 12px;
    fill: #5a6268;
    height: 12px;
}

.text_box span i {
    margin-left: 3px;
}

.badge {
   background: RGB(164, 164, 164) !important;
   font-weight: normal !important;
   border-radius: 8px !important;
    font-size: 11px;
}

.badge:hover {
    background: RGB(108, 117, 125) !important;
}



.mag_box_two div:nth-child(2) {
    margin-top: 10px !important;
}

.img_card div:nth-child(2) {
    margin-top: 10px !important;
}

@media (max-width: 767.5px) {
    .parent_mag_box_two {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .content_center {
        height: 90px;
    }
    .comments{
        padding: 10px !important;
    }
    .comment-author-link{
        font-size: 14px !important;
    }
    .p_comment{
        font-size: 14px !important;
        line-height: 28px !important;
    }
    .display_toggle {
        display: none;
    }

    .item_news > div h2 {
        font-size: 18px;
    }

    .post_parent_box > div h2 {
        font-size: 18px;
    }

    .text_box h6 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .titel_owl_mag h4 {
        font-size: 18px;
    }

    /*.box_three {*/
    /*    padding: 0 0 40px;*/
    /*}*/
}

@media (max-width: 769px) {
    .content_center {
        display: none;
    }

    .mobil_box {
        display: block;
    }

    .box_one {

    }
    .owl_mag .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
    }
    .item_news {
        margin-bottom: 40px;
    }
}

@media (max-width: 700px) {
    .parent_item {
        display: flex;
        flex-direction: column;
    }

    .article a {
        height: 200px !important;
    }
}

@media (max-width: 567px ) {
    .parent_box_right img{
        object-fit: unset !important;
        border-radius: 8px !important;
        height: unset !important;
    }
    .display_toggle {
        display: block !important;
    }
    .text-comment{
        order: 3;
    }
    .parent-reply-link{
        order: 2;
    }
    .box-data{
        order: 1;
    }
    .header-comment{
        flex-wrap: wrap;
    }
    .box-data::after{
        display: none;
    }
    .comment-author-link{
        font-size: 12px !important;
    }
    .comment-meta-item span{
        font-size: 10px !important;
    }
    .reply-link{
        font-size: 12px !important;
    }
    .p_comment{
        padding-top: 7px !important;
        line-height: unset !important;
    }
    .padding_none {
        padding-right: 0 !important;
        margin-top: 0;
    }

    .text_box h6 {
        font-size: 14px;
    }

    .text_box span {
        font-size: 12px;
    }

    .item_news > div h2 {
        font-size: 20px;
    }

    .post_parent_box > div h2 {
        font-size: 20px;
    }

}

.category_one {
    padding: 50px 0;
}

.category_box_item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.category_item_link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    width: 100%;
    position: relative;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146, 146, 146, .2);
}

.category_parent_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all ease .3s;
    z-index: 1;
}

.category_parent_img img {
    width: 100%;
    height: 100%;
    transition: all ease .3s;
    object-fit: cover;
}

.category_item_link h2 {
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
}

.category_item_link h2::after {
    content: '';
    width: 100px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    border-radius: 8px;
    transition: all ease-in-out .8s;
}

.category_item_link h2 i {
    margin-left: 7px;
    font-size: 20px;
}

.category_item_link::after {
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(180deg, rgba(180, 180, 180, 0) 18%, rgba(16, 16, 16, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    border-radius: 8px;
}

.category_item_link:hover {
    text-decoration: none;
}

.category_item_link:hover img {
    transform: scale(1.1);
}

.category_item_link:hover.category_item_link h2::after {
    width: 100%;
}

.category_item_box {
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146, 146, 146, .2);
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    transition: all ease .3s;
    height: 100%;
}

.category_item_box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all ease .3s;
}

.category_item_box a img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

.category_item_box a button {
    font-size: 16px;
    color: var(--mainColor);
    margin-bottom: 0;
    transition: all ease .3s;
    border-radius: 8px;
    padding: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mainColor);
    height: 45px;
    margin-top: 10px;
}

.category_item_box a button i {
    margin-right: 7px;
}

.category_item_box a:hover {
    text-decoration: none;
}

.category_item_box a:hover button {
    text-decoration: none;
    background: var(--mainColor);
    border-color: #fff;
    color: #fff;
}

.category_two {
    background: #f6f6f6;
    padding: 50px 0;
}

.category_parent_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}


@media (max-width: 991px) {
    .category_parent_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .category_box_item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {

    .category_parent_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .img_box {
        width: 30% !important;
    }
}

@media (max-width: 767px) {
    .category_box_item {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}

@media (max-width: 567px) {
    .category_parent_grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .img_box {
        width: 40% !important;
    }
}
/*.post_parent_box{*/
/*    border: 1px solid #ccc;*/
/*    box-shadow: 0 3px 6px rgba(146,146,146,.2);*/
/*    border-radius: 8px;*/
/*    background: #fff;*/
/*    padding: 15px 15px 35px;*/
/*    transition: all ease .3s;*/
/*    !*! height: 100%; *!*/
/*}*/
.div_item{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    overflow: hidden;
}
.div_item img{
    width: 100%;
    height: 100px;
    border-radius: 8px 8px 0 0;
}
.post_link_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all ease .3s;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: transparent;
}
.post_link_item:hover{
    text-decoration: none;
    background: #f6f6f6;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
}
.div_text{
    padding: 0 5px;
}
.post_link_item h4{
    color: #212529;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    margin: 10px 0;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.parent_submit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 7px 0;
    margin-top: auto;
}
.btn_box_two .parent_submit{
    padding: 0;
    margin-top: 7px;
}
.parent_submit span{
    color: #5a6268;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px;
}
.submit_btn {
    margin-bottom: 0;
    transition: all ease .3s;
    border-radius: 8px;
    padding: 3px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 3px;

}
.submit_btn span{
    transition: all ease .3s;
    font-size: 12px;
    color: #5a6268;
}
.mag_box_two:hover .submit_btn span{
    color: #fff;
}
.mag_box_two:hover .submit_btn svg{
    fill: #fff;
}
.submit_btn svg{
    width: 7px;
    fill: #5a6268;
    transition: all ease .3s;
}
.post_link_item:hover .submit_btn {
    color: #fff;
    background: var(--mainColor);
}
.post_link_item:hover .submit_btn svg {
    fill: #fff;
}
.post_link_item:hover .submit_btn span {
    fill: #fff;
}
.submit_btn i {
    margin-right: 3px;
}
.post_link_item:hover h4{
    text-decoration: none;
    color: var(--mainColor);
    transition: all ease .3s;
}
/*.post_parent_box h2{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: right;*/
/*    margin-bottom: 20px;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/
.mag_three{
    padding: 0 0 16px 0;
    /* background: #f6f6f6; */
}

.parent_box_right > div:nth-child(2) {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}


.parent_box_right{
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    border-radius: 8px;
    background: #fff;
    padding: 15px 15px 15px;
    transition: all ease .3s;
}

.parent_box_right img {
    width: 100% !important;
    border-radius: 8px;
    object-fit: cover;
}

.main-img-banner , .parent_box_right input{
    width: 100% !important;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
}
.parent_box_right h4{
    margin: 15px 0 5px;
    text-align: right;
    font-size: 22px;
    color: #2D2D2D;
    font-weight: bold;
    text-align: right;
}
.parent_box_right .sub_title{
    font-size: 16px;
    color: #717171;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.parent_box_right .calendar{
    display: flex;
    align-items: center;
    justify-content: right;
    color: #919191;
    font-size: 14px;
}
.parent_box_right span i{
    margin-left: 7px;
}
.parent_box_right p {
    color: #333;
    font-size: 14px;
    text-align: justify;
    /*margin-top: 17px;*/
    line-height: 34px;
}

.parent_box_right .h3 {
    font-size: 23px;
    line-height: 38px;
}

.title-category{
    font-size: 22px;
    margin: 20px 0;
    text-align: right;
}

.content-whatever-special-pages {
    margin-top: 15px;
    display: inline-block;
}

.content-whatever-special-pages input{
    width: 100%;
}

.content-whatever-special-pages a {
    color: var(--mainColor);
    transition: 0.3s;
}

.content-whatever-special-pages a:hover {
    color: black;
}

.comments {
    padding: 20px;
    text-align: right;

}
.comment-content {
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
}
.gravatar_parent {
    width: 80px;
    height: 80px;
    padding: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.avatar{
    width: 100%!important;
    height: 100% !important;
    border-radius: 50% !important;

}

.parent_comment_form {
    border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
    border-radius: 8px;
    background: #fff;
    padding: 15px 15px 15px;
    transition: all ease .3s;
}

.parent-comment-img{
    width: 58px;
    height: 58px;
    border-radius: 50% !important;
    border: 4px solid var(--mainColor);
    overflow: hidden;
}

.parent-comment-img img {
    width: 100%;
}
.comment-meta {
    position: relative;
    padding-right: 10px;
    width: calc(100% - 100px);
    text-align: right;
}
.comment-author-link {
    font-size: 14px;
}
.comment-author{
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-right: 7px;
}
.comment-author-link:hover{
    color: #393939;
    text-decoration: none;
}

.p_comment{
    font-size: 14px ;
    line-height: 27px ;
    text-align: justify !important;
    color: #444 !important;
}
.form_comment{
    padding: 0 15px 15px 15px !important;
    background: #fff !important;
    border-radius: 8px;border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
}
.form_comment label{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 20px;
}
.form_comment > .title-comment {
    font-size: 20px;
    background: #eee;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}
.form_comment > .title-comment > h2 {
    font-size: 20px;
    margin: 0;
}
.form_comment > .title-comment > i {
    margin-left: 7px;
    font-size: 17px;
}

.form-comment-blog{
    padding: 15px !important;
    background: #fff !important;
    border-radius: 8px;border: 1px solid #ccc;
    box-shadow: 0 3px 6px rgba(146,146,146,.2);
}
.form-comment-blog label{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 20px;
}
.form-comment-blog > .title-comment {
    font-size: 20px;
    background: #eee;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}
.form-comment-blog > .title-comment > h2 {
    font-size: 20px;
    margin: 0;
}
.form-comment-blog > .title-comment > i {
    margin-left: 7px;
    font-size: 17px;
}

.parent_comment_form > .title-comment {
    margin-bottom: 20px;
    font-size: 20px;
    background: #eee;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}

.parent_comment_form > .title-comment > h2 {
    font-size: 20px;
    margin: 0;
}

.parent_comment_form > .title-comment > i {
    margin-left: 7px;
    font-size: 17px;
}
.div_area{
    display: flex;
    flex-direction: column;
}
.btn-cancel{
    padding: 3px 8px;
    font-size: 12px !important;
    border-radius: 8px;
}
#area{
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    text-align: right;
    border: 1px solid #ccc;
    min-height: 150px;
    width: 100%;
    color: #4D4D4D;
    outline: none;
    background: #fdfdfd;
    transition: all ease .4s;
}
.input_comment{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
}
.input_comment input{
    padding: 15px;
    color: #4D4D4D;
    font-size: 14px;
    text-align: right;
    border: 1px solid #ccc ;
    border-radius: 8px;
    width: 100%;
    transition: all ease .4s;
    outline: none;
    background: #fdfdfd;
}
.btn_submit{
    height: 55.6px;
    margin-top: 11px;
    border-radius: 8px;
    background: var(--mainColor);
    border: 1px solid transparent;
    outline: none;
    transition: all ease .3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.btn_submit .form_comment label {
    margin-top: 15px !important;
}
.btn_submit .form-comment-blog label {
    margin-top: 15px !important;
}



.btn-submit-blog {
    height: 54.8px;
    margin-top: auto;
    border-radius: 8px;
    background: var(--mainColor);
    border: 1px solid transparent;
    outline: none;
    transition: all ease .3s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.btn_submit:hover{
    color: var(--mainColor);
    background: #fff;
    border-color: var(--mainColor);
}

.btn-submit-blog:hover {
    color: var(--mainColor);
    background: #fff;
    border-color: var(--mainColor);
}

.parent_comment_form{
    background: #fff;
    /*border-radius: 8px;*/
    /*border: 1px solid #eee;*/
    margin: 15px 0;
}
.link_social{
    width: 50px;
    height: 50px;
    border-radius: 1em;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all ease .3s;
}
.link_social i{
    color: #555555;
    font-size: 26px;
    transition: all ease .3s;
}
.link_social:hover {
    text-decoration: none;
}
.link_social:hover i{
    text-decoration: none;
    color: #fff;
}
.icone_telegram:hover{
    background: #00acee;
}
.icone_linkedin:hover{
    background: #0e76a8;
}
.icone_google:hover{
    background: #dd4b39;
}
.icone_twitter:hover{
    background: #00acee;
}
.icone_facebook:hover{
    background: #3a5795;
}
.link_social:last-child{
    margin-left: 0;
}
.tag_box{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    margin-bottom: 4px;
}
/*.tag_box a{*/
/*    padding: 3px 5px;*/
/*    color: #fff;*/
/*    background: var(--mainColor);*/
/*    border-radius: 8px;*/
/*    margin-left: 7px;*/
/*    font-size: 10px;*/
/*}*/
.tag_box:hover a{
    text-decoration: none;
}
.tag_box_two{
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.tag_box_two a{
    padding: 3px 5px;
    color: #999;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 8px;
    margin-left: 7px;
    font-size: 10px;
}
.tag_box_two:hover a{
    text-decoration: none;
}

.reply-link{
    color: #007bff;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all ease .3s;
}
.reply-link:hover{
    color: #003fff;
    text-decoration: none;
}
.comment-meta-item span{
    color: #777777;
    font-size: 13px;
}
input:focus{
    border: 1px solid var(--mainColor);
}
textarea:focus{
    border: 1px solid var(--mainColor)!important;
}

.rate-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rate-list .rate-list-ul li {
    float: left;
    list-style: none;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.rate-list .rate-list-ul li .fa-star {
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 3px  #333;
    transition: all 0.5s linear;
}
.rate-list .total {
    position: absolute;
    margin-top: 200px;
}
.rate-list .total .totalResult {
    font-size: 45px;
    position: absolute;
    width: 100px;
    height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
}
.rate-list .total .totalResult.move {
    font-size: 120px;
    opacity: 1;
    animation: fade 2s linear;
}
.redStar i.fa.fa-star {
    color: #FF851B;
}
@keyframes fade {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.rate-list-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}



.owl-dot.active span {
    background: #869791 !important;
}

@media (min-width: 992px) and (max-width: 1200px){
    .div_item{
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
    }
    .div_item img{
        height: 150px;
    }
}

@media (max-width: 991px) {
    /*.post_parent_box{*/
    /*    margin-top: 40px;*/
    /*}*/
    .padding_mobile{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .post_parent_box {
        margin-right: 0;
        margin-top: 15px;
    }
    .mag_three .img_box img {
        height: 90px;
    }
    .text_box {
        gap: 8px;
    }
    .mag_three .text_box {
        gap: 13px;
    }
    .btn_submit {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .comment-meta{
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
    }
    .input_comment{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 0;
    }
    .label_email{
        margin-top: 10px;
    }
    .parent_submit{
        margin-top: 10px;
    }
    .owl-gallery-mag span {
        width: 7px !important;
        height: 7px !important;
    }
    .parent_box_right .h3 {
        font-size: 20px;
    }
    #area {
        min-height: 100px;
    }
    .rates-box i {
        font-size: 15px;
    }
    .parent_box_right p {
        font-size: 13px;
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px !important;
    }
    .img_box img {
        height: 100px;
    }
    .form_comment > .title-comment {
        margin-bottom: 0;
    }
    .form-comment-blog > .title-comment {
        margin-bottom: 0;
    }
    .btn-submit-blog {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .div_item{
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 15px;
    }
    .div_item img{
        height: 150px;
    }
    .submit_btn{
        font-size: 14px;
    }

    .parent_box_right h4{
        font-size: 16px;
        line-height: 24px;
    }
    .parent_box_right .sub_title{
        margin: 5px 0;
    }
    .p_comment{
        line-height: 26px;
    }
    .parent_box_right h1{
        font-size: 24px !important;
    }
    .mag_three .img_box img {
        height: 60px;
    }
    .parent-blog-rate {
        flex-direction: column;
    }
    .rates-box {
        margin-top: 10px !important;
    }
    .text_box {
        gap: 5px;
    }
    .img_box img {
        height: 80px;
    }
}

@media (max-width: 380px) {
    .link_social{
        height: 40px;
    }
    .link_social i{
        font-size: 22px;
    }
    .btn_submit{
        padding: 8px;
        font-size: 14px;
    }
    .btn-submit-blog {
        padding: 8px;
        font-size: 14px
    }
    .comments{
        padding: 5px 20px;
    }
}

 .comment-original{
    background: #f3f4f6;
    border-radius: 8px;
     margin-bottom: 15px;
     position: relative;
}

.comment-reply{
    background: #e5e7eb;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #ccc;
}
 .header-comment{
     display: flex;
     align-items: start;
     justify-content: space-between;
     flex-direction: column;
 }
 .box-data {
     display: flex;
     align-items: center;
     position: relative;
     width: 100%;
     justify-content: space-between;
     border-bottom: 1px solid #fff6;
     padding-bottom: 15px;
     margin-bottom: 15px;
 }

.parent-user {
    display: flex;
    align-items: center;
}

.parent-reply-link{
    display: flex;
    align-items: center;
    justify-content: left;
}

.parent-reply-link button {
    border: 1px solid var(--mainColor);
    border-radius: 50%;
    padding: 11px;
    transition: all ease .3s;
}

.parent-reply-link button:hover {
    background: var(--mainColor);
}

.parent-reply-link i {
    color: var(--mainColor);
    transition: all ease .3s;
}

.parent-reply-link button:hover i {
    color: #fff;
}

 .parent-reply {
     /*background: #fbfcfc;*/
     position: relative;
     margin-top: 15px;
 }
.owl-gallery-mag .link-owl-gallery-mag .owl-gallery-img{
    height: 140px !important;
}
.owl-gallery-mag .owl-nav button.owl-next, .owl-gallery-mag .owl-nav button.owl-prev{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    background: #fff !important;
    border-radius: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #ccc !important;
    transition: all ease .4s !important;
}
.owl-gallery-mag .owl-nav button.owl-next {
    left: -15px;
}
.owl-gallery-mag .owl-nav button.owl-prev {
    right: -15px;
}
.owl-gallery-mag span {
    width: 9px !important;
    height: 9px !important;
}

.page-link[disabled] {
    color: #6c757d !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff !important;
    border-color: #dee2e6;
}

.page-link[disabled]:hover span {
    color: inherit;
}

.page-link[disabled] svg {
    fill: #6c757d;
}

.help-star {
    margin: 0 5px;
    font-size: 13px;
    color: #7d7a7a;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--mainColor) !important;
}
.parent-slider-blog{
    padding: 0 5px;
}