.post_content img {
    height: auto;
}

@media (max-width: 576px) {
    .post_content img {
        width: 70%;
        height: auto;
    }
}

.post_content iframe {
    width: 100% !important;
}

#search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-results li {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

#search-results li a {
    text-decoration: none;
    color: #333;
}

#search-results li a:hover {
    color: #666;
}

.tile_form_checkout {
    font-weight: bold;
}

.product-infomation {
    display: none;
}

.delete_coupon {
    margin-left: 10px;
    font-size: 10px;
    background-color: var(--primary-color);
    padding: 3px 5px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}
.check_coupon {
    margin-left: 10px;
    font-size: 10px;
    background-color: #198754;
    padding: 3px 5px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}
.show_flag {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select_lang {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.li_lang {
    list-style-type: none;
    margin: 0 5px;
}

.select_lang img {
    cursor: pointer;
    vertical-align: middle;
}
.border-radius-none {
    border-radius: 0;
}
#search-results {
    list-style: none;
    padding: 0;
    margin: 0;
}

#search-results li {
    display: block;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

#search-results li:hover {
    background-color: #ddd;
}
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}
.class_table {
    height: 300px;
    border: 1px solid gray;
}

.class_table td {
    text-align: center;
    padding: 10px 25px;
}
.no-js-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
}

.no-js-message p {
    color: white;
    font-size: 24px;
    margin-top: 40%;
}

.no-js-message + .main-content {
    display: none;
}
.select_lang.active{
    border: 1px solid black;
}
.table-rp td {
    display: table-cell;
    vertical-align: middle;
}
.post_content h1 {
    font-size: 1.78125rem;
    line-height: 1.4;

}
.post_content h2 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;

}
.post_content h3 {
    font-size: 16px;
    line-height: 1.4;

}
.post_content ul,
.post_content ol{
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.post_content p {
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1rem;
}
.post_content li{
    margin: 5px 0px 15px;

}
.breadcrumb {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
  }

  .breadcrumb-item {
    display: inline-block;
    margin-right: 5px;
  }

  .breadcrumb-item a {
    color: #333;
    text-decoration: none;
  }

  .breadcrumb-item a:hover {
    text-decoration: underline;
  }

  .breadcrumb-item.active {
    color: #555;
    font-weight: bold;
  }
.swal2-html-container ul li{
    margin-bottom: 5px;
}
.head_top{
    background-color: #f7f7f7;
    padding: 20px 0;
}
.top_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: black !important;
}
.top_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.log_btn{
    color: var(--primary-color);
    font-weight: bold;
}
.icon_cart_head{
    position: relative;
    color: #000000;
    margin-left: 20px;
}
.count_item{
    position: absolute;
    top: 15px;
    right: -10px;
    padding: 2px;
    background-color: var(--primary-color);
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 10pt;
}

.main_logo img{
    width: 300px;
}
.banner_top img{
    width: 100%;
}
.main_menu{
    padding: 30px;
}
.item_menu{
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 7px 30px;
    font-weight: bold;
    border-radius: 15px;
    width: max-content;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: 3px solid #e6e7e8;
    font-size: 12pt;
    margin-right: 16px;
}

.item_menu i{
    margin-right: 10px;
    font-size: 15pt;
}

.item_menu img{
    margin-right: 10px;
    width: 50px;
    height: auto;
}
.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .o-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .thumbnail {
    height: auto;
}
.thumb_item{
    cursor: pointer;
    padding: 15px 0;
    position: relative;
}
.thumb_item img {
    width: 100%;
}

.thumb_item .dark_bg {
    text-align: center;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00000090;
    color: #ffe900;
    width: 100%;
    padding: 5px 10px;
}
.row_video .item_video{
    padding-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    margin-top: -1px;
}
.product_section{
    padding: 30px 0;
}
.name_product{
    font-size: 15pt;
    color: var(--primary-color);
    font-weight: 900;
}
.price_product{
    text-align: center;
    font-weight: 900;
    font-size: 35pt;
    color: var(--primary-color);
}
@media (max-width: 768px) {
    /* Thu nhỏ font-size cho tablet */
    .price_product {
        font-size: 25pt;
    }
}

@media (max-width: 480px) {
    /* Thu nhỏ font-size cho mobile */
    .price_product {
        font-size: 20pt;
    }
}


.mb-50{
    margin-bottom:50px;
}
.product__item--price{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.box_post{
    width: 100%;
    position: relative;
}
.box_post .shadow{
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00000070, #00000000);
}
.box_content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    color: #ffffff;
}
.box_content .parent{
    display: inline-block;
    background-color: var(--primary-color);
    padding: 2px;
    font-size: 9pt;
    text-transform: uppercase;
}
.box_content .name{
    text-shadow: 1px 1px black;
    font-size: 15pt;
}
.btn_register{
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    color: var(--primary-color);
    border-radius: 5px;
}
footer{
    color: #ffffff;
    margin-top: 20px;
    background-color: var(--primary-color);
    padding: 20px 0;
}
.end_page{
    background-color: var(--primary-color);
    color: #ffffff;
}
.product_item_home img,
.box_post img,
.post__item--image img{
    box-shadow: 1px 1px 2px #8a8484;
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.bg_2{
    background-color: #f7f7f7;
}
.form_regis_home .form-control{
    background-color: #ffffff;
    /* border-radius: 0px; */
}
.form_regis_home label{
    color : #ffffff;
}
.form_regis_home{
    background-color: var(--primary-color);
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #8a8484;
    border: 3px solid #e6e7e8;
}
.form_regis_home hr{
    height: 2px;
    background-color: #ffffff;
}
