/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.btn-head-order {
    position: relative;
}

.btn-head-order span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-44%);
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.btn-head-order span > i {
    color: #F68A1F;
}

.search-section .btn-action-header {
    height: 38px;
    line-height: 38px;
}

.search-section .btn-action-header i {
    font-size: 21px;
}

.setting-menu {
    border-top: 1px solid rgba(247, 138, 32, 0.1);
}

.header-support {
    width: 100%;
    display: inline-block;
    text-align: right;
}

.header-support a img {
    width: 186px;
    height: 64px;
    object-fit: contain;
}

.header-support .btn-head-order img {
    height: 52px;
}

.menu-container .menu-section> ul {
    justify-content: center;
}

.menu-section > ul > li > a {
    font-weight: 700;
    color: var(--color-text);
}

.setting-menu > .container > .row > div {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 0;
    right: 30px;
}

.sidebar {
    width: 285px;
}

.is-mobile .sidebar {
    width: 100%;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-light-main {
    background-color: #fdce8b;
}

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

.slider-section, .slider-section .item img {
    width: 100%;
    height: 36vw !important;
    object-fit: cover;
}

.section-policy .icon {
    text-align: center;
}

.section-policy .content {
    width: 180px;
    margin: auto;
    text-align: center;
    font-weight: 700;
    color: #f58a1f;
}

.title-section > a {
    color: var(--color-main);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.title-section p {
    margin-bottom: 0;
    line-height: 1.2;
}

.title-section img {
    width: 25px;
    height: fit-content;
    margin-right: 15px;
    margin-top: 10px;
}

.grid-wrp {
    display: grid;
    grid-template-rows: repeat(2, 190px);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 10px;
}

.grid-wrp .grid-item:first-child {
    grid-row: span 2;
    grid-column: span 2;
}

.grid-wrp .grid-item:nth-child(2) {
    grid-column: span 2;
}

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

.grid-item .inner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin: 0px;
    width: 100%;
}

.grid-item .album-title {
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0;
    font-size: 14px;
}

.grid-wrp .grid-item:first-child .album-title {
    font-size: 20px;
}

.grid-wrp .grid-item:first-child .inner-content {
    padding: 20px;
}

.grid-item .wrp-effect-album:hover .effect-video::before {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.grid-item .wrp-effect-album .effect-video::after {
    background-color: rgba(51, 54, 69, 0.4);
}

.grid-item {
    position: relative;
}

.grid-item .icon-youtube {
    max-width: 60px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: auto !important;
}

.form-list li {
    color: var(--color-main);
    list-style: circle;
    font-weight: 700;
}

.form-list {
    margin-top: 15px;
    margin-bottom: 0;
}

.article-item.slick-slide .inner-image {
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.article-item.slick-slide .article-title {
    margin-bottom: 5px
}

.article-item.slick-slide .article-description {
    margin-bottom: 0px;
    color: #333;
}

.article-item.slick-slide .inner-content {
    padding: 15px 0;
}

.read-more-2 {
    color: #fff !important;
    background: #f58a1f;
    padding: 5px 20px;
    text-transform: uppercase;
}

.title-form-2 {
    display: inline-block;
    background: #f58a1f;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
}

.tu-van-online {
    padding: 10px 10px;
    border-radius: 10px;
    background: #eee;
}

.tu-van-online .btn-submit {
    background: #f58a1f !important;
    border: 0px !important;
    width: 100% !important;
    font-weight: 500 !important;
    padding: 0px;
    color: #fff !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 45px !important;
    height: 46px;
}

.support-box {
    display: flex;
    flex-direction: column;
}

.support-box img {
    width: 300px;
    margin: auto;
}

.support-box img:nth-child(2) {
    width: 200px;
    margin-top: 50px;
}

.mua-hang-online {
    padding: 10px 10px;
    border-radius: 10px;
    background: #f58a1f !important;
    position: relative;
    width: 70%;
    max-width: 70%;
}

.swal2-container.swal2-bottom-end>:first-child, .swal2-container.swal2-bottom-left>:first-child, .swal2-container.swal2-bottom-right>:first-child, .swal2-container.swal2-bottom-start>:first-child, .swal2-container.swal2-bottom>:first-child {
    margin: auto 0;
    max-width: 50%;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#socials a img {
    width: 40px;
    height: 40px;
}

#socials a.phone {
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img {
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

footer {
    background-color: #404041;
    color: rgba(255, 255, 255, 0.9);
}

footer a {
    color: var(--white);
}

footer .footer-menu-section ul li img {
    filter: brightness(0) invert(1);
}

.title-footer, .entire-info-website address p i {
    color: #dd9d4b;
}

footer .logo-section img, .bct img {
    width: 100px;
    object-fit: contain;
}

.bct img {
    margin-left: 20px;
}

.section-policy .icon img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.contact-fixed__item-title {
    color: var(--color-text);
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .btn-menu-mobile {
    display: block;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .section-policy .icon img {
        width: 70px;
        height: 70px;
    }
    .section-policy .icon {
        margin-bottom: 10px;
    }
    .section-policy .content {
        width: 110px;
    }
    .section-policy .content .description {
        font-size: 13px;
        line-height: 1.4;
    } 
    .title-section {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .title-section img {
        margin-top: 0px;
        margin-right: 5px;
    }

    .grid-wrp {
        display: grid;
        grid-template-rows: repeat(1, 190px);
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px 10px;
    }

    .grid-wrp .grid-item:first-child {
        grid-row: inherit;
        grid-column: inherit;
    }

    .grid-wrp .grid-item:nth-child(2) {
        grid-column: inherit;
    }

    .support-box img:nth-child(2) {
        max-width: 200px;
        margin-top: 15px;
    }

    .mua-hang-online {
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

    .footer-menu-section ul li a img {
        height: 28px;
        width: 100%;
        object-fit: contain;
    }

    .search-icon {
        position: relative;
        right: 0;
    }

    .logo-section img {
        height: 60px;
        width: 100%;
    }

    .read-more-2 {
        font-size: 14px;
    }

    .is-mobile .search-section .btn-action-header {
        height: 58px;
        line-height: 58px;
    }

    .is-mobile .title-section > a {
        font-size: 23px;
        margin-bottom: 0;
    }

    .swal2-content {
        padding-right: 65px;
    }

    .swal2-icon-warning .swal2-content {
        padding-right: 0;
    }

    .swal2-container.swal2-bottom-end>:first-child, .swal2-container.swal2-bottom-left>:first-child, .swal2-container.swal2-bottom-right>:first-child, .swal2-container.swal2-bottom-start>:first-child, .swal2-container.swal2-bottom>:first-child {
        max-width: 90%;
    }

    .product-content img {
        width: 100% !important;
        height: auto !important;
    }

    html, body {
        overflow-x: hidden;
    }
    .swal2-content {
        text-align: center;
    }
}

.swal2-popup {
    max-width: 450px !important;
}
.header-top>.container>.row>div:nth-child(2) {
    padding-top: 5px;
}
