/* 
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* System */
.header,
#footer,
.footer-1,
.footer-2 {
    display: block;
}

.absolute-footer {
    background-color: #ffff !important;
    color: #000 !important;
    padding-top: 0px !important;

}


@media (min-width: 768px) {
    .header {
        display: block;

    }
}

@media (max-width: 1024px) {
    #footer {
        display: block;
    }
}

div.large-12.col {
    padding: 0 !important;
    width: 100% !important;

}

.row.row-main {
    width: 100vw;
    /* Full width of the viewport */
    margin-left: 0;
    /* Remove default margin */
    margin-right: 0;
    /* Remove default margin */
    max-width: 100%;
    /* Prevent overflow */
}

.section,
.section-content {
    padding: 0 5px !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.content-area.page-wrapper {
    padding: 0 !important;
    width: 100vw !important;
    /* 100% of the viewport width */
    max-width: 100%;
    /* Ensure it doesn't exceed 100% */
    overflow-x: hidden;
    /* Optional: Hide any overflow */
}


html {
    /* background-image: url('/wp-content/uploads/2024/10/bg-2.webp') !important; */
    background-color: #EDEDED !important;
    background-size: cover !important;
    background-position: center !important;
}

main {
    background-color: transparent !important;
}

main,
#wrapper {
    background-color: transparent !important;
}

.header .logo img {
    padding-top: 20px !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.header-top.hide-for-sticky.nav-dark {
    background: linear-gradient(to right, #DE133D, #FB9C1E) !important;
    /* Gradient background */
    height: 30px !important;
    /* Set the height */
    overflow: hidden;
    /* Handle any overflow if needed */
}

.col-inner ul li {
    margin-left: 0 !important;
}

/* System */


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}


/* Container */
.footer-holi {
    width: 100% !important;
    /* Tương đương w-full trong Tailwind */
    padding: 8px 0 !important;
    /* Tương đương py-2 trong Tailwind */
    text-align: center !important;
    /* Căn giữa nội dung */
}

/* Text */
.footer-holi-text {
    font-size: 14.4px !important;
    /* Tương đương text-sm trong Tailwind */
    font-weight: bold !important;
    /* Tương đương font-bold trong Tailwind */
    color: black !important;
    /* Tương đương text-black trong Tailwind */
}

/* Link */
.footer-holi-link {
    color: #DE0A3D !important;
    /* Tương đương text-red-500 trong Tailwind */
    text-decoration: none !important;
    /* Loại bỏ gạch chân */
}

.footer-holi-link:hover {
    text-decoration: underline !important;
    /* Hiệu ứng gạch chân khi hover */
    color: orange !important;
}

/* Custom styles for the menu */
#menu-side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-side-menu li {
    margin-bottom: 8px;
    /* Khoảng cách giữa các mục */
}

#menu-side-menu a {
    text-decoration: none;
    font-size: 16px;
    /* Cỡ chữ */
    color: #e63946;
    /* Màu đỏ */
    transition: color 0.3s ease;
    /* Hiệu ứng chuyển màu */
}

#menu-side-menu a:hover {
    color: #f4a261;
    /* Màu cam khi hover */
}

.nav-next a,
.nav-previous a {
    color: #FF0000;
    /* Màu đỏ */
    text-decoration: none;
    /* Bỏ gạch chân */
    transition: color 0.3s ease;
    /* Hiệu ứng chuyển màu mượt */
}

.nav-next a:hover,
.nav-previous a:hover {
    color: #FFA500;
    /* Màu cam khi hover */
}

/* Shortcode: hollister_tintucmoinhat */
.tintucmoinhat-bg-lightgray {
    background-color: #F0F0F0;
  }
  
  .tintucmoinhat-padding {
    padding: 1.5rem 10px; 
    text-align: justify;
  }
  
  .tintucmoinhat-container {
    max-width: 1024px; 
    margin-left: auto;
    margin-right: auto;
  }
  
  .tintucmoinhat-heading {
    font-size: 28px; 
    margin-bottom: 1rem; 
  }
  
  @media (min-width: 768px) {
    .tintucmoinhat-heading {
      font-size: 1.875rem; 
    }
  }
  
  .tintucmoinhat-heading-bold {
    font-weight: bold; 
  }
  
  .tintucmoinhat-heading-red {
    color: #DC2626; 
  }
  
  .tintucmoinhat-text {
    font-size: 1rem; 
    color: #4B5563; 
    margin-bottom: 1.5rem; 
  }
  
  .tintucmoinhat-text-gray {
    color: #4B5563; 
  }
  
  .tintucmoinhat-text-bold {
    font-weight: bold; 
  }
/* Shortcode: hollister_btv */
.btv-bg-gray {
    background-color: #f3f4f6;
    /* Tương ứng với bg-gray-100 */
}

.btv-border {
    border: 1px solid #f87171;
    /* Tương ứng với border-red-500 */
}

.btv-padding {
    padding: 20px;
}

.btv-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.btv-w-full {
    width: 100%;
}

/* Grid layout */
.btv-grid {
    display: grid;
}

.btv-grid-responsive {
    grid-template-columns: 200px auto;
    /* Bố cục hai cột cho desktop */
}

.btv-gap {
    gap: 1rem;
    /* Tương ứng với gap-4 */
}

.btv-items-center {
    align-items: center;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .btv-grid-responsive {
        grid-template-columns: 1fr;
        /* Chuyển thành 1 cột cho mobile */
    }
}

/* Image */
.btv-img-size {
    width: 200px;
    height: 200px;
}

.btv-img-object {
    object-fit: cover;
}

/* Heading and Text */
.btv-heading {
    font-size: 1.25rem;
    /* Tương ứng với text-xl */
    font-weight: bold;
    color: #ef4444;
    /* Tương ứng với text-red-500 */
}

.btv-subtitle {
    font-size: 0.875rem;
    /* Tương ứng với text-sm */
}

.btv-paragraph {
    font-size: 0.875rem;
    /* Tương ứng với text-sm */
    margin-top: 0.25rem;
    /* Tương ứng với mt-1 hoặc mt-2 */
}

.btv-label {
    color: #000000;
    /* Tương ứng với text-black */
}

.btv-highlight {
    color: #ef4444;
    /* Tương ứng với text-red-500 */
    font-weight: bold;
    text-decoration: underline;
}

.btv-link {
    cursor: pointer;
}

/* Shortcode: hollister_review */
.review-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    border: 1px solid red;
}

@media (min-width: 640px) {
    .review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.review-article {
    color: black;
    padding: 24px;
    text-align: justify;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.review-figure {
    display: flex;
    justify-content: center;
}

.review-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
    font-style: italic;
}

.review-rating {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.review-stars {
    color: #ffc107;
    font-size: 20px;
}

.review-text {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-style: italic;
}

/* Shortcode: hollister_title_01 */

.title_01-padding-6 {
    padding: 24px 5px;
}

.title_01-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.title_01-heading-main {
    font-size: 24px;
    font-size: 30px;
    font-weight: bold;
    color: #DC2626;
    margin-bottom: 16px;
}

.title_01-paragraph {
    font-size: 16px;
    color: #4B5563;
    margin-bottom: 24px;
    text-align: justify;
}

.title_01-highlight {
    font-size: 16px;
    font-weight: bold;
    color: #B91C1C;
    margin-bottom: 12px;
}

.title_01-link {
    color: inherit;
    text-decoration: underline;
}

.title_01-bold {
    font-weight: bold;
}


/* Shortcode: hollister_title_02 */
.title_02-bg-gray {
    background-color: #EDEDED;
    padding: 24px 5px;
}

.title_02-max-width-container {
    max-width: 1024px;
    margin: 0 auto;
}

.title_02-heading {
    font-size: 28px;
    font-weight: bold;
    color: #DC2626;
    margin-bottom: 2rem;
}

.title_02-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .title_02-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.title_02-card {
    background-color: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 170px;
    height: 126.59px;
}

@media (min-width: 768px) {
    .title_02-card {
        width: 232.5px;
        height: 164.25px;
    }
}

.title_02-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.title_02-card-img {
    width: 85px;
    height: 85px;
    transition: transform 0.3s;
    cursor: pointer;
}

@media (min-width: 768px) {
    .title_02-card-img {
        width: 116.25px;
        height: 116.25px;
    }
}

.title_02-card-img:hover {
    transform: scale(0.9);
}

.title_02-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #DC2626;
    margin-top: 1rem;
    text-align: center;
}

/* Shortcode: hollister_title_03 */
.title_03-bg-lightgray {
    padding: 24px 5px;
    text-align: justify;
}

.title_03-max-width {
    max-width: 1024px;
}

.title_03-margin-auto {
    margin: 0 auto;
}

.title_03-text-large {
    font-size: 28px;
    line-height: 1.5;
}

.title_03-font-bold {
    font-weight: bold;
}

.title_03-text-red {
    color: #dc2626;
}

.title_03-margin-bottom-medium {
    margin-bottom: 16px;
}

.title_03-text-medium {
    font-size: 16px;
}

.title_03-text-gray {
    color: #4b5563;
}

.title_03-margin-bottom-large {
    margin-bottom: 24px;
}

.title_03-hover-text-orange:hover {
    color: #f97316;
}

.title_03-hover-cursor {
    cursor: pointer;
}

.title_03-transition-colors {
    transition: color 0.3s ease-in-out;
}

/* Shortcode: hollister_title_04 */
.title_04-bg-gray {
    padding: 24px 10px;
    text-align: justify;
  }
  
  .title_04-container {
    max-width: 1024px;
    margin: 0 auto;
  }
  
  .title_04-heading {
    font-size: 28px;
    font-weight: bold;
    color: #DC2626; 
    margin-bottom: 16px;
  }
  
  .title_04-paragraph {
    font-size: 16px;
    color: #4B5563; 
    margin-bottom: 24px;
  }
  
  .title_04-highlight {
    font-weight: bold;
    color: #DC2626; 
    transition: color 0.3s ease;
    cursor: pointer;
  }
  
  .title_04-highlight:hover {
    color: #F59E0B; 
  }
  
  /* Shortcode: btn-dkdn */
  .btn-dkdn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  
  .btn-dkdn-login {
    width: 110px;
    height: 32px;
    padding: 5px 10px;
    background-color: #ef4444;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  
  .btn-dkdn-login:hover {
    background-color: #dc2626;
  }
  
  .btn-dkdn-divider {
    width: 1px;
    height: 24px;
    background-color: #d1d5db;
  }
  
  .btn-dkdn-register {
    width: 110px;
    height: 32px;
    padding: 5px 10px;
    background-color: #f59e0b;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  
  .btn-dkdn-register:hover {
    background-color: #d97706;
  }
  

  /* Shortcode: hollister_footer */
  .footer-container {
    background-color: #ffffff;
    padding-top: 30px;
  }
  
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  @media (min-width: 768px) {
    .footer-inner {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  .footer-column {
    padding: 15px;
  }
  
  .footer-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  
  .footer-divider {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 16px 0;
    max-width: 30px;
  }
  
  .footer-logo {
    margin-bottom: 16px;
  }
  
  .footer-text {
    font-size: 16px;
    color: #000;
  }
  
  .footer-link {
    margin-top: 8px;
  }
  
  .footer-highlight {
    font-weight: bold;
    color: #e3342f;
  }
  
  .footer-highlight-bold {
    font-weight: bold;
  }
  
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-list-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  
  .footer-link-highlight {
    color: #e3342f;
    text-decoration: none;
  }
  
  .footer-link-highlight:hover {
    text-decoration: underline;
    color: #ff8800;
  }
  
