body {
    background: var(--color-highlight);
    color: white;
}

.container-fluid > .row.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid .no-gutters>.col, .container-fluid .no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

/*Header*/
.header-main {
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home .header-main {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.home header {
    margin-bottom: 0;
}

.fix-header header {
    margin-bottom: 0;
}

header.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

header.stick .header-main.fixed {
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.stick {
    -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;
}

.logo-section {
    margin-right: 15px;
}

.fix-header header .logo-section img {
    filter: brightness(0) invert(1);
}

.fix-header .menu-section>ul>li>a {
    color: var(--white);
}

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

.header-main > .row > .col-md-8 {
    display: flex;
    align-items: center;
}

.header-main.fixed .logo-section img {
    filter: none;
}

.header-main.fixed .menu-section>ul>li>a {
    color: var(--color-text);
}

.header-main.fixed .menu-section>ul>li>a.active {
    color: var(--color-highlight);
}

.header-main.fixed .menu-section>ul>li:hover>a:after {
    background: var(--color-text);
}

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

.language-switch > div * {
    color: var(--white);
}

.header-main.fixed .language-switch > div * {
    color: var(--color-text);
    font-weight: 500;
}

.search-section .btn-submit {
    height: 40px;
    line-height: 40px!important;
}

.menu-section>ul>li.menu-item__mobile {
    display: none;
}

/*End Header*/
/*Slider*/
.slider-section .slider-section__content {
    max-width: 44%;
}

.content-right >.swiper-slide--wrap {
    left: 56%;
}

.slider-home .slick-dots {
    bottom: 20px;
    text-align: left;
    padding-left: 20px;
}

.slider-home .slick-dots li button:before {
    background-color: var(--white);
    opacity: 1;
}

.slider-home .slick-dots li.slick-active button:before, .slider-home .slick-dots li button:focus:before, .slider-home .slick-dots li button:hover:before {
    background-color: var(--color-hightlight);
}

.slider-section.slider-home .slick-next, .slider-section.slider-home .slick-prev {
    background-color: transparent;
}

.slider-home .slick-next:before, .slider-home .slick-prev:before {
    font-size: 40px;
    color: var(--white);
}

/*End Slider*/
/*Banner Item*/
.banner-item {
    position: relative;
    margin-bottom: 45px;
}

.banner-item__image {
    position: relative;
    padding-top: 100%;
}

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

.banner-item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.banner-item__content > a {
    justify-content: center;
    padding: 24px;
    color: var(--white);
}

.banner-item__heading {
    display: block;
    font-size: 32px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.banner-item__text {
    display: block;
    font-size: 12px;
    max-width: 400px;
    margin-bottom: 30px;
}

.banner-item__cta {
    background: var(--white);
    color: var(--color-text) !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px;
    padding: 0 30px!important;
    height: 32px;
    line-height: 32px !important;
    transition: all .7s ease-in-out;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.banner-item__cta:hover {
    background-color: #b5aa8f;
}

.content-center .banner-item .banner-item__content > a {
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 900px) {
    .banner-item__content > a {
        padding: 90px;
    }
}

/*End Banner Item*/
/*Foundation Pant*/
.foundation-pant {
    background: #f2f2f2;
}

.foundation-pant__tech {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-top: 95%;
}

.foundation-pant__tech-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transform: translate(-50%,-50%);
    width: 32.4444444444%;
}

.foundation-pant__tech-content {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    height: 90%;
}

.foundation-pant__tech-list {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(12,1fr);
    max-width: 1350px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    align-items: end;
    width: 100%;
    height: 85%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
    list-style: none;
}

.foundation-pant__tech-list li {
    grid-column: 1/span 4;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #c2c2c2;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    max-width: 170px;
    font-size: 9px;
    line-height: 1.3333333333;
    font-weight: 600;
}

.foundation-pant__tech-list li:nth-of-type(1) {
    align-self: start;
    grid-row: 2/3;
    margin-right: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(2) {
    align-self: center;
    grid-row: 4/5;
    margin-right: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(3) {
    grid-row: 7/8;
    margin-right: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(n+4) {
    grid-column-start: 9;
    text-align: left;
}

.foundation-pant__tech-list li:nth-of-type(4) {
    grid-row: 1/2;
    margin-left: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(5) {
    align-self: center;
    grid-row: 4/5;
    margin-left: 8.4444444444%;
}

.foundation-pant__tech-list li:nth-of-type(6) {
    grid-row: 6/7;
    margin-left: 0;
}

.foundation-pant__tech-list li:nth-of-type(-n+3)::after, .foundation-pant__tech-list li:nth-of-type(n+4)::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    left: 100%;
    bottom: -1px;
}

.foundation-pant__tech-list li:nth-of-type(1)::after, .foundation-pant__tech-list li:nth-of-type(3)::after {
    transform: rotate(-30deg);
    left: calc(100% - 7px);
    bottom: 24px;
}

.foundation-pant__tech-list li:nth-of-type(n+4)::before {
    left: auto;
    right: 100%;
}

.foundation-pant__tech-list li:nth-of-type(4)::before {
    transform: rotate(-30deg);
    bottom: -26px;
    right: calc(100% - 7px);
}

@media (min-width: 900px) {
    .foundation-pant__cta {
        display: none;
    }
}

/*End Foundation Pant*/
/*Banner Flex*/
.banner-flex > .row > .col-md-12 {
    display: flex;
}

.banner-flex__left {
    width: 40.8888888889%;
    margin-right: 30px;
}

.banner-flex__left .banner-item__image {
    padding-top: 150%;
    height: 100%;
}

.banner-flex__left .banner-item {
    margin-bottom: 0;
    height: 100%;
}

.banner-flex__right {
    flex: 1;
}

/*End Banner Flex*/
/*Banner Intro*/
.banner-intro .banner-item__image {
    padding-top: 43%;
}

/*End Banner Intro*/
/*Category Grid*/
.menu-grid__item {
    background-color: #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
}

.menu-grid__item-title {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    line-height: 1.4;
    color: var(--color-main);
    display: inline-block;
    text-decoration: underline;
}

.menu-grid__item-image {
    position: relative;
    padding-top: 100%;
}

.menu-grid__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
    mix-blend-mode: multiply;
}

.menu-grid__item-button {
    font-size: 12px;
    display: inline-block;
    color: var(--color-main);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}

.menu-grid__item-button:after {
    transition: all 0.3s ease-in-out;
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    display: block;
    background: transparent;
}

.menu-grid__item-button:hover:after {
    width: 100%;
    background: var(--color-main);
}

/*End Category Grid*/
/*Form Newsletter*/
.form-newsletter form {
    display: flex;
}

.form-newsletter input {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #363636;
    font-family: 'Montserrat', sans-serif;
}

.form-newsletter .btn-submit {
    width: 35px;
    padding: 0!important;
    font-size: 16px;
}

/*End Form Newsletter*/
/*Popup Home*/
.popup-home__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--color-main)!important;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.popup-home__close:hover {
    opacity: 1!important;
    color: var(--white);
    background: var(--color-hightlight)!important;
}

.popup-home .modal-content {
    background: transparent;
    text-align: center;
}

.popup-home__content {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 1.4;
    color: var(--white);
}

.popup-home__sub-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 50px;
}

.popup-home__input {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.popup-home__button {
    display: block;
    height: 40px;
    background: #B4A98E;
    margin-top: 10px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.btn-facebook {
    display: block;
    height: 40px;
    background: #4267B1;
    margin-top: 10px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: var(--white);
}

.btn-facebook:hover {
    color: var(--white);
}

.popup-home__text-cancel {
    font-size: 12px;
    margin-top: 30px;
    color: var(--white);
    text-decoration: underline;
    cursor: pointer;
}

/*End Popup Home*/
/*Footer*/
.entire-info-website .logo-section img {
    filter: none;
    max-height: 40px;
}

.footer-menu-section {
    margin-bottom: 30px;
}

.copyright {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #efefef;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--light);
}

/*End Footer*/
/*Breadcrumb Image*/
.breadcrumb-image {
    position: relative;
}

.breadcrumb-image__bg {
    position: relative;
    padding-top: 24%;
}

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

.breadcrumb-image__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.breadcrumb-image__title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    color: var(--white);
    font-size: 26px;
}

/*End Breadcrumb Image*/
/*Page*/
.product-item__attributes {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: var(--black);
}

.product-item__attributes-item {
    margin-right: 8px;
}

.product-content-detail {
    margin: 0 auto;
}

.product-content-detail .product-category a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

.product-content-detail .product-category a:last-child {
    display: inline-block;
}

.product-rating .review-link {
    font-size: 12px;
}

.product-detail-head > .row {
    align-items: center;
    justify-content: center;
}

.product-detail-item {
    margin-bottom: 45px;
}

.product-detail-item__title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-detail-item__content {
    font-size: 12px;
    line-height: 1.5;
}

.product-detail-item__content p {
    margin-bottom: 0;
}

.product-detail-item__content ul {
    padding-left: 15px;
}

.quickview-info.product-content-detail {
    max-width: 100%;
    text-align: left;
    margin: 0;
}

.product-content-detail div[nh-attribute="content1"], .product-content-detail div[nh-attribute="content2"] {
    display: none!important;
}

.product-image-detail .slick-dots {
    bottom: 18px;
}

.product-image-detail .slick-dots li button:before {
    background-color: #fff;
}

.form-contact-btn {
    height: 40px!important;
    line-height: 40px!important;
}

.detail-list-image img {
    width: 100%!important;
    height: auto!important;
}

/*End Page*/
/*Menu Products Related*/
.cp-related {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    padding-top: 24px;
    z-index: -1;
    background: var(--white);
    height: 26vw;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 8%);
}

.cp-related.show {
    display: block;
    z-index: 1;
}

.cp-related__wrap {
    position: relative;
    padding: 30px;
}

.cp-related__item {
    width: 100%;
}

.cp-related__title {
    width: 15%;
    display: block;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
}

.cp-related__title:hover {
    color: #b5aa8f;
}

.cp-related__products {
    display: none;
}

.cp-related__item.show .cp-related__products {
    display: block;
    position: absolute;
    top: 0;
    left: 15%;
    width: 82.5%;
}

.header-custom {
    background: var(--white);
}

.header-custom .logo-section img {
    filter: none;
}

.header-custom .menu-section>ul>li>a {
    color: var(--color-text);
}

.header-custom .entire-action-header .btn-action-header {
    color: var(--color-text);
}

.fix-header .header-custom .menu-section .active {
    color: var(--color-text);
}

.fix-header .header-custom .menu-section>ul>li>a {
    color: var(--color-text);
}

.header-menu-fix.fix {
    position: fixed;
    left: 0;
    top: 42px;
    width: 100%;
    padding-top: 24px;
    z-index: 1;
    background: var(--white);
    height: 26vw;
}

/*End Menu Products Related*/
/*List Suite*/
.list-suite {
    display: flex;
    flex-wrap: wrap;
}

.list-suite__item {
    width: 50%;
    padding: 10px;
}

.list-suite__item a {
    display: flex;
}

.list-suite__item a:hover {
    color: var(--color-hightlight);
}

.list-suite__item i {
    width: 30px;
    font-size: 25px;
    color: white;
    margin-right: 10px;
}

.list-suite__item span {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}

/*logo footer*/
.logo-section-big img {
    max-height: 40px;
}

/*End List Suite*/

.bg-about {
    background-size: cover;
    padding: 3rem 0;
    background-position: center;
}

.content_about {
    height: 100%;
    padding: 3rem;
    background-position: center;
    background-size: cover;
    position: relative;
}

.content_about:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(27 58 63 / 50%);
}

.content_about * {
    position: relative;
    z-index: 1;
}

.content_about .intro-title a {
    color: white;
    font-size: 2.8rem;
    font-weight: 100;
    margin-bottom: 3rem;
    display: inline-block;
}

.search-action input {
    background: transparent;
}

.design-tem-tab .block-tab {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: nowrap;
    overflow-y: none;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}

.design-tem-tab .block-tab::-webkit-scrollbar {
    display: none;
}

.design-tem-tab .block-tab .nav-item .nav-link {
    padding: 6px 14px;
    font-size: 13px;
    background: #fff;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    border-radius: .5rem;
    margin: 0;
}

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

/* Mau table */
.tab-arrow {
    border: 0;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 5rem;
    height: 0;
    background: transparent;
}

.tab-arrow:hover {
    /* background: #f5f5f5; */
}

.design-tem-content .product-item {
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
}

.design-tem-content .swiper {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.design-tem-content .swiper-pagination {
    bottom: 0px;
}

/*Responsive*/
.is-mobile .menu-section>ul>li>a {
    color: var(--color-text);
    font-size: 14px;
}

.is-mobile header.stick {
    background: var(--white);
}

.is-mobile .banner-flex__left {
    width: 100%;
    margin-right: 0;
}

.is-mobile .banner-item {
    margin-bottom: 25px;
}

.is-mobile .banner-flex__left .banner-item {
    margin-bottom: 25px;
}

.is-mobile .header-main.fixed .btn-menu-mobile {
    color: var(--color-text);
}

.is-mobile .menu-section>ul>li.menu-item__mobile {
    display: block;
}

.is-mobile .menu-section>ul>li.menu-item__custom {
    display: none;
}

@media (max-width: 991px) {
    .foundation-pant__tech-content {
        display: none;
    }

    .foundation-pant__tech {
        padding-top: 100%;
    }

    .foundation-pant__cta {
        text-align: center;
        padding-bottom: 30px;
    }

    .foundation-pant__cta-title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }

    .foundation-pant__cta-desc {
        font-size: 10px;
    }

    .foundation-pant__cta-link {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid var(--color-main);
    }

    .breadcrumb-image__bg {
        padding-top: 50%;
    }

    .breadcrumb-image__title {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .slider-section .slider-section__content {
        max-width: 90%;
    }

    .slider-section .content-right .slider-section__content {
        left: 0;
    }

    .slider-section-mobile img {
        height: 100vw !important;
        background-position: left !important;
    }

    .slider-home, .slider-home .item, .slider-home .container, .slider-home .container .row, .slider-section, .slider-section .item img {
        height: 160vw;
        background-position: left;
    }

    .slider-img {
        height: 160vw !important;
    }

    .product-content-detail .product-title-detail {
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 30px;
    }

    .product-content-detail .price .price-amount {
        font-size: 24px;
    }

    .product-content-detail .price .price-amount.old-price {
        font-size: 18px;
    }

    .article-title-detail {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .banner-item__heading {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner-item__text {
        margin-bottom: 10px;
    }

    .banner-item__image {
        padding-top: 150%;
    }
}

@media (max-width: 375px) {
    .product-content-detail {
        max-width: 300px;
    }
}

/*End Responsive*/
.slider-home, .slider-home .item, .slider-home .container, .slider-home .container .row, .slider-section, .slider-section .item img {
    height: 50vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-img {
    height: 51.7vw;
}

.swiper-slide--tile {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.swiper-slide--description {
    font-size: 40px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 50px;
    color: var(--white);
}

.read-more {
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 12px;
}

@media (min-width: 900px) {
    .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}

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

@media (max-width: 550px) {
    .content-right >.swiper-slide--wrap {
        left: 10%;
    }

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

    .logo-section {
        margin-right: 0px;
    }
}

.text-white-login {
    color: var(--white);
}

.header-main.fixed .text-white-login {
    color: var(--color-text);
}

/*CSS by quyettq*/
.home header:not(.stick) .logo-normal, .home header.stick .logo-main, body:not(.home) header .logo-main {
    display: none;
}

.home header:not(.stick) .header-main .btn-action-header {
    color: var(--white);
}

footer {
    background: var(--color-highlight);
}

@media (min-width: 1000px) {
    .header-main > .row > div:first-child {
        display: flex;
        align-items: center;
    }
}

.language-section a img {
    width: 25px;
    height: 18px;
    object-fit: cover;
    margin-right: 1rem;
}

.toolbar__item a span.items-number {
    right: -4rem;
    left: 0;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    top: 1rem;
}

.toolbar__item a span.text-acc {
    display: block !important;
}

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

.toolbar__item a.dropdown-item {
    flex-direction: row;
    justify-content: start;
    padding: 0.25rem 1.5rem;
}

.toolbar__item a.dropdown-item i {
    color: var(--color-main);
}

.feedback-section .image {
    margin-top: -4.5rem;
}

.feedback-section .image img {
    height: 9rem;
    width: 9rem;
    border: 0.3rem solid #FFF;
}

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

.feedback-section .desc {
    color: var(--gray-bold);
    font-size: 1.3rem;
}
