.bg-main {
    background: var(--color-main);
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}

header.fixed {
    background-color: white;
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body {
	padding-top: 124px;
}

.is-mobile {
	padding-top: 131px;
}

.slogan-topbar {
    color: var(--color-highlight);
    font-weight: bold;
}

.highlight--tile {
    font-weight: bold;
    font-size: 1.6rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-about {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 3rem 0;
}

.story-text h3 {
    color: var(--color-highlight);
    font-size: 3.6rem;
}

.content_about .info {
    font-size: 16px;
    color: #000206;
    line-height: 28px;
    text-align: justify;
}

.intro__button {
    margin-top: 3rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    display: inline-block;
    padding: 0 4.5rem;
    background: var(--color-highlight);
    color: var(--white);
    text-decoration: none;
    font-size: 1.6rem;
    border-radius: 25px;
    border: solid 1px var(--color-highlight);
}

.intro__button:hover {
    background: var(--white);
    color: var(--color-highlight);
}

.box-procedure {
    margin-top: 6rem;
}

.wrap_title_position {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -80px;
    background: var(--color-highlight);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.title_module_main {
    position: relative;
    margin: 0;
    color: white;
    height: 50px;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: min(2vw, 3rem);
}

.title_module_main:before {
    content: "";
    position: absolute;
    left: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 32px 10px;
    border-color: transparent transparent var(--color-highlight) transparent;
}

.title_module_main:after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 0 10px;
    border-color: transparent transparent transparent var(--color-highlight);
}

.ratio-procedure img {
    height: 70px;
    width: auto;
}

.why-choose {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding: 3rem 0;
}

@media (min-width: 968px) and (max-width: 1300px) {
    .why-choose {
        background-position: top center;
    }
}

.why-choose__title {
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-highlight);
    font-size: 36px;
}

.why-choose__desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.5;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.why-choose_items {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px;
    margin: 15px 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
}

.ratio-why-choose img {
    width: 50px;
}

.why-choose__item-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    margin: 0;
    color: var(--white);
}

.why-choose_items:before {
    font-size: 100px;
    font-weight: 900;
    color: var(--white);
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}

.why-choose .row > div:nth-child(1) .why-choose_items {
    background: var(--color-highlight);
    position: relative;
}

.why-choose .row > div:nth-child(1) .why-choose_items:before {
    content: "01";
}

.why-choose .row>div:nth-child(2) .why-choose_items {
    background: var(--color-main);
    position: relative;
}

.why-choose .row>div:nth-child(2) .why-choose_items:before {
    content: "02";
}

.why-choose .row>div:nth-child(3) .why-choose_items {
    background: var(--light-2);
    position: relative;
}
.why-choose .row>div:nth-child(3) .why-choose_items *, .why-choose .row>div:nth-child(4) .why-choose_items * {
    color: var(--color-black);
}
.why-choose .row>div:nth-child(3) .why-choose_items:before, .why-choose .row>div:nth-child(4) .why-choose_items:before {
    color: var(--color-text);
}
.why-choose .row>div:nth-child(3) .ratio-why-choose img , .why-choose .row>div:nth-child(4) .ratio-why-choose img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.why-choose .row>div:nth-child(3) .why-choose_items:before {
    content: "03";
}

.why-choose .row>div:nth-child(4) .why-choose_items {
    background: var(--light-1);
    position: relative;
}

.why-choose .row>div:nth-child(4) .why-choose_items:before {
    content: "04";
}

.ratio-avatar-customer img {
    max-width: 20rem;
}

.avatar-customer {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-slide--description-customer {
    text-align: center;
    margin: 0 10px;
    margin-top: 20px;
}

.swiper-slide--tile-customer {
    color: var(--color-main);
    font-size: 2rem;
    margin-top: 1rem;
}

.intro__button-video {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background: var(--color-highlight);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro__button-video i {
    font-size: 28px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: var(--light-2);
}

.title-footer {
    color: var(--color-highlight);
    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 a:hover {
    color: var(--color-highlight);
}

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

.bg-light-1 {
    background: var(--light-1);
}
.bg-light-2 {
    background: var(--light-2);
}

.catehome-section .name, .customer-section .name {
    font-size: 1.6rem;
}

footer .entire-map-contact iframe {
    height: 20rem;
}
.social-section ul li {
    display: inline-block;
}
.social-section ul li a {
    color: var(--color-black);
    font-size: 1.6rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
}

.social-section ul li a:hover {
    background: var(--color-highlight);
    color: white;
    border-color: var(--color-highlight);
}
.why-choose:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.5;
    top: 0;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width:1000px) {
    .menu-section .active, .menu-section > ul > li:hover > a, .menu-section ul li a:hover {
        background: none;
        color: var(--color-highlight) !important;
    }
}
@media (max-width: 576px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .is-mobile .bg-about {
        background-position: top center;
        background-size: cover;
    }

    .is-mobile .wrap_title_position {
        top: -77px;
        width: 100%;
        padding-top: 1rem;
    }

    .is-mobile .title_module_main {
        font-size: 2.5rem;
        padding: 0;
    }
    .title_module_main:before, .title_module_main:after {
        opacity: 0;
    }
    .swiper-slide--tile {
        font-size: 1.5rem !important;
    }
    .why-choose__title {
        font-size: 3rem;
    }
}

/*CSS by quyettq*/
.box-search .input-group > .form-control, .box-search .input-group,
.box-search, .box-search .btn-submit {
    border-radius: 25px;
    overflow: hidden;
}

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

.header-top > .container > .row > div > div:last-child {
    flex: 0 0 calc(100% - 30%);
    max-width: calc(100% - 30%);
}

.setting-menu .btn-menu-mobile {
    color: var(--white);
}

.setting-menu .menu-section .entry-menu.active,
.setting-menu .menu-section .entry-menu .menu-link.active {
    background: var(--white);
    color: var(--color-highlight) !important;
}

/*.product-items--cate .item_cate .inner_img {*/
/*    border-radius: 50%;*/
/*    box-shadow: rgb(0 0 0 / 32%) 0px 0px 12px, rgb(0 0 0 / 35%) 0px 16px 12px;*/
/*    overflow: hidden;*/
/*}*/

.product-items--cate .item_cate .inner_img img {
    aspect-ratio: 1;
    border-radius: 50%;
}

.product-items--cate .item_cate .prd-cate-title,
.item .name, .article-item .article-description,
.article-item .article-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    height: calc(2 * 1.3em);
    color: var(--color-main);
}

.article-item .article-description {
    -webkit-line-clamp: 3;
    height: auto;
    color: var(--gray-bold);
    text-align: justify;
}

.img_hover {
    overflow: hidden;
}

.img_hover img {
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.img_hover:hover img {
    transform: scale(1.2);
}

.product-items--cate .item_cate:hover .img_hover img,
.item:hover .img_hover img {
    transform: scale(1.2);
}

.product-items--cate .item_cate .prd-cate-title, .item .name {
    transition: all .25s ease;
}

.product-items--cate .item_cate:hover .prd-cate-title,
.item:hover .name {
    color: var(--color-highlight);
}

.item {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    /* border: 1px dashed var(--color-highlight); */
    border-radius: 8px;
    overflow: hidden;
}

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

.procedure-slide--tile.text-white {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.language-switch .language-picker img {
    height: 2.2rem;
    width: 3rem;
    object-fit: cover;
    margin-left: 1rem;
    display: inline-block;
    opacity: .65;
    transition: all .3s ease;
}

.language-switch .language-picker.active img,
.language-switch .language-picker:hover img {
    opacity: 1;
}

.is-mobile .language-switch .language-picker {
    line-height: 4rem;
}

.topbar-section .language-switch ul.topbar-dropdown a img {
    height: 1.5rem;
    width: 2rem;
    object-fit: cover;
}

.topbar-section .language-switch .topbar-dropdown {
    min-width: 12rem;
    right: 0;
    left: auto;
}

.topbar-section .language-switch ul.topbar-dropdown a {
    display: flex;
    gap: 1rem;
    height: auto;
    line-height: 1;
    align-items: center;
    -webkit-line-clamp: 1;
}

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

@media (max-width: 999.98px) {
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 15%;
        max-width: 15%;
    }
    
    .setting-menu > .container > .row {
        justify-content: space-between;
    }
    
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 calc(100% - 17%);
        max-width: calc(100% - 17%);
    }
}

@media (max-width: 991.98px) {
    .highlight--tile {
        font-size: 1.4rem;
    }
    
    .img_highlight {
        font-size: 25px;
    }
    
    .header-top > .container > .row > div > div:last-child {
        flex: 0 0 calc(100% - 20%);
        max-width: calc(100% - 20%);
    }
}

@media (max-width: 767.98px) {
    .header-top > .container > .row > div {
        flex-direction: column;
    }
    
    .header-top > .container > .row > div > div:last-child {
        display: none;
    }
    
    .ratio-procedure img {
        height: 50px;
    }
}

@media (max-width: 575.98px) {
    .btn-mini-cart i {
        font-size: 3rem;
    }
    
    .menu-main-mb .btn-mini-cart {
        padding: 0;
    }
    
    .menu-main-mb > .container > .row > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .is-mobile .menu-main-mb .logo-section {
        text-align: left;
    }
}
/*END css quyettq*/