a {
    text-decoration: unset !important;
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) and (max-width: 767px) {
    .d-sm-none {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.lists_kitchen_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.translateY{
    transition: 0.4s all;
}
.translateY:hover{
    transform: translateY(-10px);
}
.hover_bg_sky:hover {
    background-color: #0077cc;
}
.hover_bg_gold:hover {
    background: var(--Secondary-FFCC33, #FC3);
}
.hover_txt_sky:hover {
    color: #0077cc;
}

.bg_otaokitchen_blog {
    width: 100%;
    height: 100%;
    /*min-height: 640px;*/
    max-height: 640px;
    object-fit: cover;
}
.otaokitchen_blog {
    margin: 80px 0;
}

.txt_title_blog_kitchen {
    color: var(--Primary-58595B, #58595B);
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}

.intro_content_blog {
    color: var(--Primary-58595B, #58595B);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 34px; /* 170% */
}

.blog_container_list {
    padding: 50px 0 0 0;
}
.blog-item {
    text-align: center;
    margin-bottom: 30px;
}
.blog-item img {
    object-fit: cover;
    border-radius: 10px;
}
/*.img_box_shadow_blog_item {*/
/*    padding: 0 15px;*/
/*}*/
.blog_item_kitchen {
    text-align: center;
}

.blog_title_intro {
    font-size: 18px;
    font-weight: bold;
    margin: 0 33px;
}
.blog_intro {
    color: var(--Primary-58595B, #58595B);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px; /* 155.556% */
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}
.btn-more {
    background: var(--Primary-3298CB, #3298CB);
    color: var(--Chroma-FFFFFF, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 20px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-flex;
    height: 40px;
    padding: 5px 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.btn-more:hover {
    background-color: #0077cc;
    color: #ffffff;
}

.img_item_kitchen_blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_title {
    margin-bottom: 7px;
}

.blog_title a {
    color: var(--Primary-58595B, #58595B);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
}

.blog_title a:hover {
    color: var(--Secondary-CC3232, #CC3232);
}

.img_box_shadow {
    width: 100%;
}

/* Page Number */
.page_blog_default {
    justify-items: center;
}

.page_list_number {
    padding-left: 0px;
    margin: 82px 0 0 0;
    text-align: center;
    list-style: none;
    display: flex;
    gap: 22px;
}

.page_list_number a.page {
    color: rgb(116, 115, 124);
    font-size: 18px;
    background: transparent;
    width: 32px;
    display: inline-block;
    height: 32px;
    align-content: center;
}

.page_list_number a.current, .page_list_number a.page:hover {
    border-radius: 4px;
    background: var(--Chroma-FFFFFF, #FFF);
}

/* CSS Circle */

.txt_title_content_intro, .blog_container_list, .otao_try_food {
    position: relative;
}

.circle_body {
    position: absolute;
    border-radius: 50%;
}
.circle_red {
    width: 107px;
    height: 107px;
    border-radius: 107px;
    background-color: var(--Secondary-CC3232, #CC3232);
    top: 28%;
    right: -4%;
}

.circle_orange {
    width: 87px;
    height: 87px;
    background-color: var(--Secondary-FFCC33, #FC3);
    bottom: 74%;
    right: 9%;
}

.circle_blue {
    width: 117px;
    height: 137px;
    background-color: var(--Secondary-2C9CDB, #2C9CDB);
    bottom: 35%;
    left: -3%;
}

.circle_blue2 {
    width: 117px;
    height: 137px;
    background-color: var(--Secondary-2C9CDB, #2C9CDB);
    bottom: 10%;
    left: -3%;
}

.circle_green {
    width: 87px;
    height: 87px;
    background-color: var(--Secondary-CBDB29, #CBDB29);
    bottom: 18%;
    right: 9%;
}

.circle_blue_light {
    width: 172px;
    height: 156px;
    border: 5px solid var(--Secondary-C3DBE8, #C3DBE8);
    bottom: -2%;
    left: -5%;
    background-color: transparent;
    border-radius: 50%;
}

.circle_white_gray {
    width: 113px;
    height: 113px;
    border: 5px solid #D9D9D9;
    bottom: 10%;
    right: 9%;
    background-color: transparent;
    border-radius: 50%;
}
/* End Circle */

@media (min-width: 1200px) and (max-width: 1399px) {
    .circle_red {
        width: 107px;
        height: 107px;
        border-radius: 107px;
        background-color: var(--Secondary-CC3232, #CC3232);
        top: 28%;
        right: -5%;
    }

    .circle_orange {
        width: 87px;
        height: 87px;
        background-color: var(--Secondary-FFCC33, #FC3);
        bottom: 74%;
        right: 2%;
    }

    .circle_blue {
        width: 117px;
        height: 137px;
        background-color: var(--Secondary-2C9CDB, #2C9CDB);
        bottom: 35%;
        left: -5%;
    }

    .circle_blue2 {
        width: 117px;
        height: 137px;
        background-color: var(--Secondary-2C9CDB, #2C9CDB);
        bottom: 8%;
        left: -4%;
    }

    .circle_green {
        width: 87px;
        height: 87px;
        background-color: var(--Secondary-CBDB29, #CBDB29);
        bottom: 18%;
        right: 2%;
        z-index: -1;
    }

    .circle_blue_light {
        width: 172px;
        height: 156px;
        border: 5px solid var(--Secondary-C3DBE8, #C3DBE8);
        bottom: 1%;
        left: -8%;
        background-color: transparent;
        border-radius: 50%;
    }

    .circle_white_gray {
        width: 90px;
        height: 90px;
        border: 5px solid #D9D9D9;
        bottom: 10%;
        right: 2%;
        background-color: transparent;
        border-radius: 50%;
    }
}

/* CSS Mobile */

@media (max-width: 767px) {
    .bg_otaokitchen_blog {
        min-height: 360px;
    }
    .page_list_number {
        flex-wrap: wrap;
        justify-content: center;
        margin: 35px 0 0 0;
    }
    .txt_title_blog_kitchen, .txt_must_try {
        font-size: 30px !important;
    }
    .txt_hour_price_item_cooking p {
        font-size: 26px !important;
    }
    .lists_kitchen_item {
        grid-template-columns: 1fr;
        gap: unset;
    }
    .img_box_shadow_blog_item {
        padding: 15px 0;
    }
    .otaokitchen_blog {
        margin-top: 40px;
    }
    .otao_try_food {
        margin: 0 0 90px 0 !important;
    }
    .blog_title_intro {
        margin: unset;
        margin-bottom: 18px;
    }
}
