﻿.header_right
{
    width:90%;
    margin:auto;
}
.header__center__logo__txt1 {
    font-weight: bold;
    font-size: 16px;
}
.header__center__logo__txt2 {
    font-weight: bold;
}
.navbar-nav {
   /* width: 90%;*/
    margin: auto;
}
.nav-link
{
    text-transform:uppercase;
}
.page-segment {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.segment-container {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px !important; /* Khoảng cách giữa các phần tử */
}

.segment-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: white; /* Màu chữ trắng */
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid white;
    transition: all 0.3s ease;
}

    .segment-item:hover {
        background-color: #88040b; /* Màu hover sáng hơn */
    }

    .segment-item.is-active {
        background-color: #88040b;
        color: white;
        border-color: #88040b;
    }


.page-book-paging {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.book-paging-container {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px !important; /* Khoảng cách giữa các số trang */
}


.page-item {
    margin: 0 2px; /* Giảm khoảng cách giữa các nút */
    padding: 5px 10px; /* Điều chỉnh kích thước */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    border: 1px solid #000;
    color: #88040b;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
    background-color: #fff !important;
}

.book-paging-container .active {
    background-color: #88040b !important;
    color: #fff !important;
    border-color: #88040b;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .header-icons i {
        font-size: 18px;
        cursor: pointer;
    }

.language-selector {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.selected-lang img {
    width: 24px;
    height: 16px;
    cursor: pointer;
}

#language-select {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
}


.page-breadcrumb {
    margin-top: 20px;
}

.img-zoom {
    transition: transform 0.5s, filter 0.5s, opacity 0.5s;
}

    .img-zoom:hover {
        transform: scale(1.05);
    }
.nav-link
{
    font-size:18px;
}

.cuisine-desc, ._desc, .card-text:last-child, .desc {
    font-size: 16px;
}

.img-celebrity {
    width: 100%; /* Hoặc đặt kích thước cụ thể */
    height: 300px !important; /* Chiều cao cố định */
    object-fit: cover !important;
}
.category-item-content
{
    font-size:16px !important;
}
.celebrity-des
{
    font-size:16px;
}

.img-book {
    width: 100%; /* Hoặc đặt kích thước cụ thể */
    height: 277px !important; /* Chiều cao cố định */
    object-fit: cover !important;
}
.content img
{
    max-width:100% !important;
}
.img-other {
    width: 100%; /* Hoặc đặt kích thước cụ thể */
    height: 150px !important; /* Chiều cao cố định */
    object-fit: cover !important;
}
.content 
{
    font-size:16px;
}
.latest-news .item .content_area ._title {
    font-size: 18px;
}
.img-historical-site {
    width: 100%; /* Hoặc đặt kích thước cụ thể */
    height: 200px !important; /* Chiều cao cố định */
    object-fit: cover !important;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-color: #dc3545; /* đỏ */
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Canh giữa icon */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.ql-align-left {
  text-align: left;
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}
