/* Breadcrumb */
.breadcrumb {
    padding: 15px 0;
    /* background: #fff; */
}

.breadcrumb ul {
    display: block;
    white-space: normal;
}

.breadcrumb ul li{
    display: inline;
    color: #0d065c;
}

.breadcrumb ul li:not(:last-child) {
    position: relative;
    padding-right: 15px;
}

.breadcrumb ul li:not(:last-child)::before{
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}

.breadcrumb ul li:last-child a {
	color: #000000;
}
/* End breadcrumb  */
.about-box{
    background: white;
    padding: 15px;
    border-radius: 10px;
  
}


/* Content cho editor  */
.noi-dung{
    font-size: 15px;
}

.noi-dung p{
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.5;
}

.noi-dung h2{
    font-size: 20px;
    margin-bottom: 15px;
}

.noi-dung h3{
    font-size: 17px;
    margin-bottom: 15px;
}

.noi-dung hr{
    margin: 15px 0;
}

.noi-dung table td img{
    border-radius: 20px;
}

.noi-dung table td {
    width: 50%;
}

.noi-dung blockquote{
    border-left: 5px solid var(--color-3);
    padding: 8px 15px;
	background: #FFF;
    border-radius: 10px;
    margin-bottom: 15px;
}

.noi-dung blockquote h3,
.noi-dung blockquote h2{
    margin-bottom: 0;
}

.noi-dung ul,
.noi-dung ol {
    margin-left: 30px;
	margin-bottom: 10px;
}

.noi-dung ul li,
.noi-dung ol li {
	margin-bottom: 5px;
}

.noi-dung table tr td {
    padding: 10px;
}

.noi-dung table {
	margin: 0 -10px;
}
/* end  */

/* pagination  */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    gap: 6px;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.pagination .page-link:hover {
    background: var(--color-3);
    color: #fff;
    border-color: var(--color-3);
}

.pagination .page-item.active .page-link {
    background: var(--color-3);
    color: #fff;
    border-color: var(--color-3);
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    background: #f5f5f5;
    color: #aaa;
    border-color: #ddd;
    pointer-events: none;
}











/* ===== CARD FILTER ===== */
 .box-filter-silbar {
	/* ===== HEADER ===== */
	/* ===== SECTION ===== */
	/* ===== SELECT BOX ===== */
	/* ===== TAG ===== */
	/* ===== SEARCH INPUT ===== */
	/* ===== DROPDOWN LIST ===== */
	/* ===== SPACING ===== */
}
 .box-filter-silbar .filter-box {
	 background: #fff;
	 border-radius: 12px;
	 padding: 16px;
	 box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
 .box-filter-silbar .filter-header {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 margin-bottom: 12px;
}
 .box-filter-silbar .filter-title {
	 display: flex;
	 align-items: center;
	 gap: 8px;
	 font-size: 18px;
	 font-weight: 600;
}
 .box-filter-silbar .filter-reset {
	 font-size: 14px;
	 color: #1a73e8;
	 cursor: pointer;
}
 .box-filter-silbar .filter-reset span {
	 background: #ff7a00;
	 color: #fff;
	 font-size: 12px;
	 padding: 2px 6px;
	 border-radius: 6px;
	 margin-left: 4px;
}
 .box-filter-silbar .filter-section {
	 margin-top: 14px;
	 display: block;
}
 .box-filter-silbar .filter-section label {
	 display: block;
	 font-weight: 600;
	 margin-bottom: 6px;
}
 .box-filter-silbar .select-box {
	 border: 1px solid #e0e3e7;
	 border-radius: 8px;
	 padding: 10px;
	 cursor: pointer;
	 position: relative;
	 background: #fff;
	 display: flex;
	 flex-wrap: wrap;
	 gap: 10px;
   	width: 100%;
}

 .select-price-box {
	 border: 1px solid #e0e3e7;
	 border-radius: 8px;
	 padding: 10px;
	 cursor: pointer;
	 position: relative;
	 background: #fff;
	 display: flex;
	 flex-wrap: wrap;
	 gap: 10px;
   	width: 100%;
	 appearance: none;       /* Ẩn mũi tên mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
	position: relative;
}

 .select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #2f80ed;
}

 .box-filter-silbar .select-box::after {
	 content: "▼";
	 position: absolute;
	 right: 12px;
	 top: 50%;
	 transform: translateY(-50%);
	 font-size: 12px;
	 color: #2f80ed;
}
 .box-filter-silbar .select-placeholder {
	 color: #333;
	 font-size: 14px;
}
 .box-filter-silbar .tag {
	 display: inline-flex;
	 align-items: center;
	 gap: 6px;
	 background: #eaf2ff;
	 color: #1a73e8;
	 padding: 6px 10px;
	 border-radius: 20px;
	 font-size: 14px;
}
 .box-filter-silbar .tag .close {
	 width: 18px;
	 height: 18px;
	 border-radius: 50%;
	 background: #1a73e8;
	 color: #fff;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 font-size: 12px;
	 cursor: pointer;
}
 .box-filter-silbar .search-input {
	 width: 100%;
	 border: 1px solid #e0e3e7;
	 border-radius: 8px;
	 padding: 10px;
	 outline: none;
}
 .box-filter-silbar .dropdown {
	 margin-top: 8px;
	 border: 1px solid #e0e3e7;
	 border-radius: 8px;
	 max-height: 120px;
	 overflow-y: auto;
	 display: none;
}
 .box-filter-silbar .dropdown-item {
	 padding: 10px;
	 font-size: 14px;
	 cursor: pointer;
}
 .box-filter-silbar .dropdown-item:hover {
	 background: #f1f5ff;
	 color: #1a73e8;
}
 .box-filter-silbar .mt-8 {
	 margin-top: 8px;
}
 

.filter-section.active .dropdown {
    display: block;
}

@media (max-width: 1100px) {
    .noi-dung table tr td {
        width: 50%;
    }

    .noi-dung img {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
	.noi-dung table tr td {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 768px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .noi-dung h2 {
        font-size: 18px;
    }

    .noi-dung h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}