@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1550px;
    }
}

/*Header*/
.header-main {
    background: var(--white);
}

.header-main > .row {
    align-items: center;
}

.header-main .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo-section {
    text-align: center;
}

.header-main.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.fixed {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}

/*End Header*/
/*Slide*/
.slider-section .entire-content__wrap {
    max-width: 600px;
}

.slider-section .slick-list .slick-slide {
    background-position: center;
    background-size: cover;
}

/*End Slide*/
/*Title*/
.box_title {
    margin-bottom: 20px;
}

.box_title .title_text {
    text-align: center;
    font-size: 24px;
}

/*End Title*/
/*Category*/
.menu-grid__item-title {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.menu-grid__item-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.menu-grid__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-cate {
    font-size: 1.7rem;
}

/*End Category*/
/*Box Highlight*/
.box-highlight {
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-highlight__item {
    text-align: center;
}

.box-highlight__icon {
    margin-bottom: 10px;
}

.box-highlight__icon img {
    height: 46px;
    width: auto;
}

.box-highlight__content h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
}

/*End Box Highlight*/
/*Banner Home*/
.banner-home__item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.banner-home__image {
    position: relative;
    padding-top: 54%;
}

.banner-home__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-home__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
}

.banner-home__content-box {
    width: 100%;
    background: #ffffff63;
    padding: 1.5rem;
}

.banner-home__sub-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.banner-home__title {
    font-size: 1.8rem;
    font-weight: bold;
}

/*End Banner Home*/
/*Products*/
.view-more__button {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 30px;
    text-transform: uppercase;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    border-radius: 5px;
}

.view-more__button:hover {
    background: var(--color-main);
    color: var(--white);
}

/*End Products*/
/*Responsive*/
@media (max-width: 991px) {
    .article-title-detail {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .slider-section, .slider-section .item img, .slider-section .slick-list .slick-slide, .slider-section .slick-list .slick-slide .entire-content {
        height: 54vw;
    }

    .banner-home__item {
        margin-bottom: 15px;
    }

    .box-intro__content {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .banner-home__sub-title {
        font-size: 10px;
    }

    .banner-home__title {
        font-size: 12px;
    }

    .banner-home__item .btn-submit {
        padding: 0 10px!important;
        height: 30px;
        line-height: 30px !important;
        font-size: 10px;
    }
}

/*End Responsive*/
/*form tim kiem*/
.entire-action-header .btn-action-header {
    color: #222;
}

.entire-action-header .btn-action-header:hover {
    color: #bbbbbb;
}

.btn-action-header {
    display: inline-block;
    padding: 8px 10px;
    border-color: #222 !important;
}

.btn-action-header i {
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

/*form tim kiem*/
footer {
    background-color: var(--light);
}

.title-footer {
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.footer-menu-section ul {
    margin-bottom: 0;
}

.footer-menu-section ul li {
    margin-bottom: 10px;
}

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

.footer-menu-section ul li:last-child {
    margin-bottom: 0;
}

.social-footer-section ul li a {
    display: inline-flex;
    background-color: lightgray;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
}

@media (max-width: 575px) {   
     .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.is-mobile .box-highlight {
    padding: 3rem 0;
}
