.fs-12 {
    font-size: 1.2rem !important;
}

.fs-13 {
    font-size: 1.3rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.p-2r {
    padding: 2rem !important;
}

.py-2r {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.pr-2r {
    padding-right: 2rem !important;
}

.px-2r {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.pt-5r {
    padding-top: 5rem !important;
}

.pb-5r {
    padding-bottom: 5rem !important;
}

.py-5r {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.px-5r {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.pt-6r {
    padding-top: 6rem !important;
}

.pb-6r {
    padding-bottom: 6rem !important;
}

.py-6r {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.p-7r {
    padding: 7rem !important;
}

.pt-8r {
    padding-top: 8rem !important;
}

.pb-8r {
    padding-bottom: 8rem !important;
}

.py-8r {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.pt-10r {
    padding-top: 10rem !important;
}

.pb-10r {
    padding-bottom: 10rem !important;
}

.py-10r {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.mb-2r {
    margin-bottom: 2rem !important;
}

.mt-4r {
    margin-top: 4rem !important;
}

.mb-4r {
    margin-bottom: 4rem !important;
}

.mt-5r {
    margin-top: 5rem !important;
}

.mb-5r {
    margin-bottom: 5rem;
}

.mt-6r {
    margin-top: 6rem !important;
}

.mb-6r {
    margin-bottom: 6rem !important;
}

.my-6r {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mb-8r {
    margin-bottom: 8rem !important;
}

.pt_40 {
    padding-top: 40% !important;
}

.color-gray {
    color: var(--gray-bold) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.rounded-5 {
    border-radius: 5px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.btn {
    padding: 6px 15px;
}

.footer-menu-section > ul > li > a {
    font-weight: bold;
}

.footer-menu-section > ul > .has-child > a {
    margin-bottom: 1rem;
    display: inline-block;
}

.product-gallery-list .gallery-item {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease-in-out;
}

.product-gallery-list .gallery-item:hover {
    border-color: #007bff;
    opacity: 0.85;
}

.ratio-3-2 {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.ratio-3-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_detail_ct *, .article-content,
.article-content * {
  font-family: "Arial", sans-serif !important;
}

.article-content table {
    margin: 0 !important;
}

/*header*/
.header-top > .container > .row > div {
    display: flex;
    align-items: center;
}

.setting-menu {
    z-index: 999;
    position: static;
    left: 0;
    right: 0;
    background-color: white;
}

.header-top.fixed {

    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setting-menu.fixed .menu-section > ul > li > a {
    color: var(--color-black) !important;
}

.setting-menu.fixed .btn-action-header {
    color: var(--color-main);
}

.menu-section > ul > li:first-child {
    margin-left: 0;
}

ul.entry-menu.full-width.scrollbar::before {
    height: 2rem;
}

.cate-right {
    height: 100%;
}
.map_block iframe {
    width: 100%;
    height: 370px;
    margin-bottom: 2rem;
}

/* Trang đối tác */
.partner-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.5rem 2rem;
}

.partner-page-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12.4rem;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
}

.partner-page-image img {
    width: 100%;
    height: 12.4rem;
    object-fit: contain;
}

.partner-page-name {
    margin-top: .6rem;
    color: #1b1b1b;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 767px) {
    .partner-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem 1.5rem;
    }

    .partner-page-image,
    .partner-page-image img {
        min-height: 10rem;
        height: 10rem;
    }
}

.cate-item {
    border: 2px solid var(--color-highlight);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-trigger {
    position: relative;
    cursor: pointer;
}

.header_search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s;
    z-index: 999;
    padding-top: 20px;
}

.search-trigger:hover .header_search {
    opacity: 1;
    visibility: visible;
}

.search_content {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 0 1rem 0 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.search_input { width: 100%; }

.header_search input {
    outline: none;
    height: 5rem;
    border: none;
    width: 100%;
    font-size: 15px;
    color: var(--color-highlight);
    background: transparent;
}

.header_search input::placeholder {
    color: var(--color-highlight);
    opacity: 0.6;
}

.header_search button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.search_button {
    height: 5rem;
    display: flex;
    align-items: center;
}

.search_button i,
.header_search button i {
    font-size: 20px;
    color: var(--color-highlight);
}
/*end header*/

/*main*/
[nh-row="df5tail"] .space-5 > .tab-pane > .row {
    margin-right: 0;
    margin-left: 0;
}

.swiper-slider-main .swiper-slide > img {
    object-fit: cover;
}

.box_title {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.box_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    border-bottom: 2px solid var(--gray);
    width: 100%;
}

.box_title .title-section {
    padding: 8px 20px;
    position: relative;
    background-color: white;
    border: 2px solid var(--gray);
    border-width: 2px 2px 0;
}

.box_title .title-section::after {
    content: none;
}

.title-section-short {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
}

.description-section {
    font-size: 1.6rem;
    color: var(--black);
    line-height: 1.6;
}

.pagination-custom div[class*="swiper-button-"] {
    font-size: 2.2rem;
    border-radius: 50%;
    border: 2px solid var(--white);
    width: 3.6rem;
    height: 3.6rem;
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translate(-10px, -50%);
    transition: all .35s linear;
}

.pagination-custom div[class*="swiper-button-"]:hover {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: var(--white);
}

.pagination-custom div.swiper-button-prev {
    transform: translate(10px, -50%);
}

.pagination-custom .swiper:hover div[class*="swiper-button-"] {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -50%);
}

.product-item .product-action {
    transform: translateY(20px);
    opacity: 0;
    transition: all .2s linear;
}

.product-item:hover .product-action {
    transform: translateY(0);
    opacity: 1;
}

.bg-intro,
.bg-news {
    position: relative;
    background-color: #F9F5EF;
    overflow: hidden;
}

.partner_item {
    padding: 2.4rem 1rem;
}

#counter > div:not(:last-child) .item_tk::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 5rem;
    margin: auto 0;
    border-right: 1px solid var(--gray-bold);
}

.item_tk {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}

.number_tk {
    color: var(--light);
    font-size: 16rem;
    font-weight: 500;
    width: 100%;
}

.title_tk {
    position: absolute;
    font-size: 2.2rem;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 600;
}

.swiper-gallery .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}

.ar_gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(12, 7rem);
    gap: 20px;
}
    
.ar_gallery_item:nth-child(1) {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
}

.ar_gallery_item:nth-child(2) {
    grid-column: span 2 / span 2;
    grid-row: span 3 / span 3;
    grid-column-start: 3;
}

.ar_gallery_item:nth-child(3) {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 5;
}

.ar_gallery_item:nth-child(4) {
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 4;
}

.ar_gallery_item:nth-child(5) {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 4;
}

.ar_gallery_item:nth-child(6) {
    grid-row: span 6 / span 6;
    grid-row-start: 7;
}

.ar_gallery_item:nth-child(7) {
    grid-column: span 2 / span 2;
    grid-row: span 6 / span 6;
    grid-row-start: 7;
}

.ar_gallery_item:nth-child(8) {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 7;
}

.ar_gallery_item:nth-child(9) {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 10;
}
    
.ar_gallery_item {
    margin-bottom: 0;
    aspect-ratio: auto;
    position: relative;
}

.ar_gallery_item img {
    object-fit: cover;
}

.product-item img {
    object-fit: cover !important;
}

.article-category a {
    font-size: 16px;
    color: var(--gray-bold);
}

.product_new .product-item .inner-image img {
    transition: scale .4s ease-in-out;
}

.product_new .product-item .inner-image:hover img {
    scale: 1.15;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}

.footer-menu-section ul li a {
    color: var(--color-black);
    font-size: 1.6rem;
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.bl_subscribe {
    position: relative;
    z-index: 1;
}

.subscribe_form {
    width: 40rem;
    max-width: 100%;
    margin: auto;
}

.subscribe_form #email-error {
    text-align: left;
    margin-left: 5px;
}

.subscribe_email input,
.subscribe_btn {
    height: 3.6rem;
    line-height: 3.6rem;
    border: none;
    outline: none;
    font-size: 1.6rem;
}

.subscribe_btn {
    font-size: 2rem;
    padding: 0 3rem;
    background-color: var(--color-highlight);
    border-radius: 6px;
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.subscribe_email {
    position: relative;
    display: flex;
}

.subscribe_email input {
    background-color: var(--white);
    flex: 1 1;
    margin-right: 3rem;
    border-radius: 6px;
    padding-left: 1.5rem;
    font-size: 1.4rem;
}

.block-tab.nav .nav-link:hover,
.block-tab.nav .nav-link.active {
    background-color: var(--color-highlight);
    color: var(--white);
}

.article-item.wrp-effect-scale .article-title {
    transition: transform 0.4s ease-in-out;
}

.article-item.wrp-effect-scale:hover .article-title {
    transform: translateY(-7px);
}

.item-big .article-title {
    font-size: 1.8rem;
    margin-bottom:   1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.item-big .article-description {
    -webkit-line-clamp: 6;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.6;
}
/*end main*/

/*footer*/
footer {
    position: relative;
    padding-top: 4rem;
}

.footer-bg > .row > div {
    position: static;
}

.ft-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_name {
    font-size: 26px;
    color: var(--color-main);
    text-align: center;
        font-weight: bold;
}

.company-info {
    font-size: 14px;
    line-height: 1.6;
    color: #111111;

}

.contact-information-block {
    margin-top: 4rem;
}

.company-info h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
}

.company-info .company-name {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.company-info p {
    margin: 0 0 12px 0;
}

.company-info strong {
    font-weight: 700;
    color: #000000;
}

.company-info a {
    color: #0066cc;
    text-decoration: none;
}

.company-info a:hover {
    text-decoration: underline;
}

footer .logo-section img {
    height: 12rem;
}

.footer_menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.footer_menu a {
    white-space: nowrap;
}

.footer_social {
    display: flex;
}

.footer_social .social_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border: 1px solid var(--color-black);
    margin-right: 1rem;
    border-radius: 50%;
    color: var(--color-black);
    font-size: 16px;
}

.footer_social .social_item:hover {
    background-color: var(--color-highlight);
    border-color: var(--color-highlight);
    color: var(--white);
}

.footer_social .social_item:last-child {
    margin-right: 0;
}

.back-to-top {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 999;
}

.back-to-top a {
    color: var(--color-black);
    border: 1px solid var(--color-black);
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
}

body:not(.home) .back-to-top {
    background-color: #f3f3f378;
}
/*end footer*/

/*other page*/
body:not(.home) footer .lg_white {
    display: block;
}

.page_header {
    position: relative;
}

.page_header .container > .row {
    justify-content: space-between;
}

.page_header .container > .row > div {
    display: flex;
    align-items: center;
    flex: none;
    max-width: none;
    width: max-content;
}

.page_header .menu-section > ul > li > a {
    color: var(--color-black);
}

body:not(.home) .full_name_cs {
    color: var(--color-main);
}

.page_header .btn-action-header {
    color: var(--color-main);
}

.btn_close {
    color: var(--color-main) !important;
}

.quick_search_content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.quick_search_content .card-body {
    padding: 5rem 0;
}

.quick_search_content .categories-section a {
    padding: 4px 0;
}

.search-popup__input {
    position: relative;
}

.search-popup__input input {
    padding-bottom: 0.625rem;
    border: 0;
    border-bottom: 2px solid #767676;
    outline: none;
    width: 100%;
    height: 4rem;
}

.button-popup__input {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0;
    transition: opacity 0.15s linear;
    color: #767676;
    outline: none;
    font-size: 2rem;
    height: 100%;
}

.search-popup__input input:focus + .button-popup__input {
    color: var(--color-main);
}

.search_form .suggestion_page {
    position: relative;
    border: none;
    margin-top: 2.5rem;
}

.suggestion_image img {
    object-fit: contain;
}

.breadcrum_article {
    max-width: calc(100% - 3.3rem);
    margin: 0 auto;
    border: 2px solid #e4e4e4;
    padding: 1rem;
}

.breadcrum_article h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(3rem, max(5vw, 3rem), 6rem);
    margin-bottom: 1rem;
}

.breadcrum_content {
    height: 24rem;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem;
}

.breadcrum_categories a {
    color: var(--color-black);
    text-transform: uppercase;
    font-size: clamp(13px, max(1.2vw, 13px), 16px);
}

.article-title-detail {
    font-size: clamp(3rem, max(5vw, 3rem), 4rem);
    font-weight: 700;
}

.contact-title {
    font-size: clamp(3rem, max(4vw, 3rem), 3.5rem);
    font-weight: 700;
}

.info_center_title {
    font-size: clamp(2.5rem, max(3vw, 2.5rem), 2.8rem);
}

.contact_form .form-group {
    margin-bottom: 2.2rem;
}

.contact_form .form-control {
    border: 2px solid #e4e4e4;
}

.contact_form .form-control::placeholder {
    opacity: 0;
}

.contact_form .form-control:focus {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
    outline: 0;
    box-shadow: none;
}

.contact_form input {
    height: 5.2rem;
}

.contact_form textarea {
    min-height: 20rem;
}

.form-floating {
    position: relative;
}

.form-floating > label {
    position: absolute;
    top: 1.4rem;
    left: 0.75rem;
    width: max-content;
    padding: 0 0.5rem;
    pointer-events: none;
    border: 0.125rem solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: #767676;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    background-color: #ffffff;
    color: #222222;
    transform: translateY(-2.6rem);
}

.form-floating .form-control {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-floating .form-control:valid {
    border-color: #198754;
}

.form-floating .form-control[aria-invalid="false"] {
    background: none;
}

.form-floating .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-floating .form-control.error {
    border-color: #dc3545;
}

.form-floating .form-control.error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.btn_contact_submit {
   padding: 1.7rem 4.5rem;
}

.inner-compare img {
    object-fit: contain;
}

.header_avt {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 5px;
    cursor: pointer;
}

.product-image-detail .inner-image {
    padding-top: 66%;
}

.title-small {
    background-color: var(--color-highlight);
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1.7rem;
}

.view-small {
    border: 1px solid var(--gray);
    padding: 10px;
}

.view-small .article-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1rem;
}

.view-small .article-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: none;
}

.hotline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--color-highlight);
    font-size: 16px;
}

.hotline-link i {
    font-size: 20px;
}

.hotline-link b {
    font-weight: 600;
}

.contact-form-section {
    padding: 0;
}

.contact-form-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 24px;
}

.contact-form-desc {
    font-size: 2rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
}

.contact-form-desc a {
    color: var(--color-highlight);
    font-weight: 600;
    text-decoration: none;
}

.contact-form-sub {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 16px;
}

.contact-form-section .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.contact-form-section .form-control:focus {
    border-color: var(--color-highlight);
    box-shadow: none;
}

.contact-form-section .form-control::placeholder {
    color: #aaa;
}

.contact-form-section textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-contact-submit {
    background: var(--color-highlight);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s ease;
    letter-spacing: 0.5px;
}

.btn-contact-submit:hover {
    opacity: 0.85;
    color: #fff;
}

.product-item .inner-content {
    padding: 10px 10px 20px;
}

.list-product .row {
    margin-left: -10px;
    margin-right: -10px;
}

.list-product .row > div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.swiper .product-item {
    box-shadow: none !important;
}

.product-line-item {
    display: flex;
    
}

.product-line-item .inner-image {
    width: 18rem;
    min-width: 30%;
}

.product-line-item .inner-content {
    padding-left: 3rem;
    flex: 1 1;
}

.product-line-item .article-description {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.btn-readmore {
    display: inline-block;
    position: relative;
    color: var(--color-main);
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 13px;
}

.btn-readmore:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
}

.btn-readmore:hover:after {
    width: 100%;
}

.partner_item img {
    height: 82px;
    width: 100%;
}

@media (min-width: 576px) {
    .breadcrum_content {
        height: 38rem;
    }
    
    .swiper-slide--wrap {
        left: 5rem;
        right: 5rem;
    }
}

@media (min-width: 768px) {
    .col-px-30 {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    
    .col-px-30 > div[class*="col-"] {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    
    .col-px-60 {
        margin-left: -6rem;
        margin-right: -6rem;
    }
    
    .col-px-60 > div[class*="col-"] {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .swiper-slide--tile {
        max-width: 55%;
    }
}

@media (min-width: 992px) {
    .col-lg-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .page_header > .container > .row > div:first-child {
        justify-content: flex-start;
    }
    
    .page_header > .container > .row > div:first-child > div:last-child {
        margin-left: 5rem;
    }
    .wrap-suggestion {
        position: static;
    }
}

@media (min-width: 1200px) {
    .py-xl-10 {
        padding: 10rem 0 !important;
    }
    
    .menu-section > ul > li > .entry-menu li {
        padding: .8rem 1rem;
    } 
}

@media (min-width: 1500px) {
    .page_header > .container > .row > div:first-child > div:last-child {
        margin-left: 7rem;
    }
}


@media (max-width: 1200px) {
    .slider_utilities .row > div:nth-child(-n + 2) {
        margin-bottom: 4rem;
    }

    .btn_mobile {
        margin-top: auto;
        border-top: 0.1rem solid #e3e3e3;
        justify-content: space-evenly;
        padding: 1rem;
    }

    .btn_mobile  .btn-action-header,
    .setting-menu.fixed .btn-menu-mobile,
    .menu-section.open .user_full_name {
        color: var(--color-main) !important;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .page_header .user_full_name {
        display: none;
    }
}

@media (max-width: 992px) {
    header {
        background-color: white !important;
    }
    
    .slider_utilities .row > div {
        margin-bottom: 4rem;
    }
    
    .slider_utilities .row > div:last-child {
        margin-bottom: 0;
    }
    
    .page_header {
        padding: 1.8rem 0 !important;
    }
    
    .page_header .btn-menu-mobile {
        color: var(--color-main);
    }
    
    .product_detail_ct > .container > .row > div:first-child {
        display: none;
    }
    
    .product_detail_ct > .container > .row > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .page_header .container > .row > div:first-child {
        flex: 0 0 66%;
        justify-content: space-between;
    }
    
    .page_header .container > .row > div:first-child > div {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .page_header .logo-section img {
        margin: auto;
    }
    
    .page_header .container > .row > div:last-child {
        flex: 0 0 33%;
        max-width: 33%;
        justify-content: flex-end;
    }
    
    .entire-action-header {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .hotline_top > li:first-child > a {
        display: block;
        width: 100%;
        font-size: 13px;
    }
    .hotline_top > li:last-child {
        display: none;
    }
    .company-info {
        margin-top: 2rem;
    }
    .breadcrums_product .sort_block {
        display: flex;
        flex-direction: row;
    }
    
    .breadcrums_product .breadcrumbs-section {
        margin-bottom: 1rem;
    }
    
    .breadcrums_product {
        flex-direction: column;
    }
    
    .setting-menu > .row {
        justify-content: space-between;
    }
    
    .setting-menu > .row > div {
        width: max-content;
        flex: none;
        max-width: none;
    }
    
    .footer-setting > .container > .row > div:first-child {
        /* margin-bottom: 3rem; */
    }
    
    .cate-item h4 {
        font-size: 1.8rem;
    }
    
    .item-big .article-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .item-big .article-description {
        -webkit-line-clamp: 3;
        font-size: 1.6rem;
    }
    
    .ar_gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
    }
    
    .ar_gallery_item {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    
    .subscribe_form {
        margin: 0;
    }
    
    .bl_subscribe {
        margin-bottom: 4rem;
    }
    
    .container-reverse > .container > .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .title-section {
        font-size: 2.4rem;
    }

    .company_name {
        margin-top: 2rem;
        font-size: 18px;
    }
    
    .product-content-detail .product-title-detail {
        font-size: 2.4rem;
    }
    
    .contact-form-desc {
        font-size: 1.6rem;
    }
}
