.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}

.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
.text-black {
    color: var(--black);
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
@media (min-width:1200px){
    .menu-section>ul {
        display: flex;
    }
    
    .menu-section > ul > li {
        flex: auto;
        display: block;
        text-align: center;
    }
    .px-lg-30{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .row>div {
        padding-right: 10px;
        padding-left: 10px;
    }

}
.header-top {
    border-bottom: 1px solid #bfbfbf29;
}
.section-about .text-about .title-about {
    font-size: 3.2rem;
    color: var(--color-main);
}

.section-about .text-about p {
    font-size: 16px;
    color: #606060;
}

.tab-content .content-right-product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.tab-content .content-right-product .box-item-product {
    flex: 0 0 50%;
    padding: 0 5px;
}

.box-item-product .inner-content, .section-service article.article-item .inner-content, .section-video-home .album-item  .inner-content {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: white;
    font-weight: normal;
    background: rgb(141 106 62 / 80%);
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display:
    -webkit-box;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    opacity: 0;
    text-transform: uppercase;
}

.box-item-product .product-item:hover .inner-content, .section-service article.article-item:hover .inner-content, .section-video-home .album-item:hover  .inner-content {
    opacity: 1;
}

.box-item-product .product-item:hover .inner-image img, .section-video-home .album-item:hover .inner-image img {
    transform: scale(1.2);
}

.box-item-product .product-item .inner-image img, .section-video-home .album-item .inner-image img {
    transition: 1.1s;
}

.box-item-product .product-item {
    position: relative;
}

.box-item-product .product-item .product-title a,  .section-service article.article-item .inner-content a, .section-video-home .album-item .inner-content .album-title a {
    color: white;
}
.tab-content .content-right-product .box-item-product .product-item .inner-image>div {
    padding-top: 74.7%;
}
.section-service article.article-item {
    margin-bottom: 0 !important;
    position: relative;
}

.section-service .item-service {
    /* transition: 2.5s; */
    padding: 60px 0 60px 0;
}
.item-service.swiper-slide {
    transform: translateX(-100px);
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.swiper-slide-active ~ .item-service {
    transform: translateX(100px);
}
.section-service .item-service.swiper-slide.swiper-slide-active {
    transform: scale(1.2);
    z-index: 1;
    opacity: 1;
}
.section-service article.article-item {
    overflow: hidden;
}
.system-showroom .scoll-tab {
    max-height: 500px;
    overflow-y: scroll;
}
.section-service .item-service article.article-item .inner-image {
    border-radius: 0 !important;
}

.section-service article.article-item img, .section-service-top article.article-item .inner-image img {
    transition: 1.1s;
}

.section-service article.article-item:hover img, .section-service-top article.article-item:hover .inner-image img {
    transform: scale(1.2);
}

.section-service-top article.article-item .inner-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}


article.album-item {
    border-radius: 0;
    overflow: hidden;
}

.system-showroom>ul {
    border-bottom: 0 !important;
}

.system-showroom .nav-tabs {
    border-bottom: 0;
}

.system-showroom .nav-tabs>li.nav-item>a {
    display: block;
    border: 1px solid var(--black);
    margin-bottom: 1rem;
    padding: 1.5rem;
    color: var(--black);
    font-size: 1.5rem;
}

.system-showroom .nav-tabs>li.nav-item {
    flex: 0 0 100%;
}

.system-showroom .nav-tabs>li.nav-item>a>.name {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.system-showroom .nav-tabs>li.nav-item>a>.dia-chi {
    margin-bottom: 0.5rem;
}

.system-showroom .nav-tabs>li.nav-item>a.active {
    color: var(--color-main);
}

.system-showroom .tab-content>.tab-pane .map {
    padding-top: 500px;
}

.system-showroom .tab-content>.tab-pane .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-footer {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 8px;
}

.footer-contact .info p, .footer-contact .info a {
    color: #cccccc;
    font-size: 14px;
}

.footer-contact .info p>span {
    padding-right: 7px;
}

.footer-contact .info p>a {
    color: #cccccc;
}

.footer-menu-section>ul.list-unstyled>li>a {
    color: #cccccc;
}

.list-product-categories .item-category .title-category {
    padding: 10px 15px;
    background: var(--color-main);
    margin-bottom: 1.5rem;
}

.list-product-categories .item-category .title-category>a {
    color: var(--white);
}

.list-product-categories .item-category .title-category>a.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8rem;
}
.list-category .item-product {
    margin-bottom: 3rem;
    text-align: center;
}

.list-category .item-product>.img-cate-prd {
    margin-bottom: 1rem;
}

.list-category .item-product>.name {
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 500;
    font-size: 1.4rem;
}
.item-cate-product .info a.link-cate {
    color: var(--color-main);
    font-size: 1.8rem;
}
.item-cate-product {
    margin-bottom: 2rem;
}

.text-about .content-text p {
    font-size: 15px;
    text-align: justify;
}

.text-about .content-text p>span {
    font-weight: 500;
}
.section-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    z-index: -1;
}

.section-about-slider {
    padding: 50px 0;
}
.section-about-slider .item-about {
    background-color: rgb(255,255,255,.6);
    padding: 2rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 0 15px -3px rgb(0 0 0 / 71%);
    box-shadow: 2px 0 15px -3px rgb(0 0 0 / 71%);
    margin: 15px 0;
}

.section-about-slider .item-about .icon img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.section-about-slider .item-about .icon {
    margin-bottom: 20px;
}

.section-about-slider .item-about .text-about .name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-about-slider .item-about .text-about .description {
    height: 65px;
    overflow: hidden;
}

.section-shoroom .img-shoroom img {
    height: 26vw;
    width: 100%;
    object-fit: cover;
}
.section-shoroom .title .info-shoroom {
    max-width: 400px;
    padding: 50px 30px;
    background-color: rgb(62,40,27,.9);
    color: var(--white);
    font-size: 15px;
}
.section-shoroom .title .info-shoroom p {
    font-size: 16px;
}
.section-shoroom .title .info-shoroom .title-section {
    color: var(--white);
    margin-bottom: 15px;
}
.section-about-project .item-about .name {
    padding: 10px 5px;
    transition: all .2s ease-out;
    position: absolute;
    bottom: 20px;
    left: 10px;
    z-index: 10;
    font-size: 12px;
    background: rgb(171 150 49 / 70%);
    right: 10px;
}
.hover-zoom img {
    transition: 1.1s;
}

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

.hover-zoom {
    overflow: hidden;
}

.banner-about .swiper-slider-main .swiper-slide img {
    height: 26vw;
}
.title-page {
    font-family: 'Felix';
    color: var(--color-main);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.6rem;
    text-transform: uppercase;
}

.title-page {
     font-family: 'Felix';
    color: var(--color-main);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 2.6rem;
    text-transform: uppercase;
}

.title-category, .title-right {
    position: relative;
    background: -moz-linear-gradient(left,rgba(74,51,36,1) 0,rgba(154,120,86,1) 50%,rgba(97,71,50,1) 100%);
    background: -webkit-linear-gradient(left,var(--color-highlight) 0,var(--color-main) 50%,var(--color-highlight) 100%);
    background: linear-gradient(to right,var(--color-highlight) 0,var(--color-main) 50%,var(--color-highlight) 100%);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 1rem;
    color: var(--white);
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
}

.categories.list-cate-right {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.categories.list-cate-right ul.categories-section.list-unstyled {
    padding: 0 10px;
    margin-bottom: 0;
}

.categories.list-cate-right ul.categories-section.list-unstyled>li>a {
    padding: 1rem 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.categories.list-cate-right ul.categories-section.list-unstyled>li:hover>a {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.categories.list-cate-right ul.categories-section.list-unstyled>li>a i {
    font-size: 12px;
}


.form-right-news {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 4px rgb(230 225 225);
    -moz-box-shadow: 0 0 5px 4px rgba(230,225,225,1);
    box-shadow: 0 0 5px 4px rgb(230 225 225);
}

.form-right-news form {
    padding: 10px 20px;
}

.form-right-news form .form-group:last-child {
    margin-bottom: 0 !important;
}

.form-right-news form .form-group input.form-control {
    border: 1px solid #ced4da !important;
    height: 45px;
    border-radius: 5px;
}

.form-right-news form .form-group textarea.form-control {
    border: 1px solid #ced4da !important;
    border-radius: 5px;
}

.form-right-news form .form-group:last-child span.btn.btn-submit {
    display: block;
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px;
}

.form-right-news p {
    padding: 2rem 2rem 0;
    text-align: center;
}

.section-project-right>.row>div:nth-child(n+2) {
    flex: 0 0 50%;
    max-width: 50%;
}

.section-project-right .article-item {
    margin-bottom: 10px;
    position: relative;
}

.section-project-right .article-item .inner-image {
    border-radius: 0;
}

.section-project-right .article-item .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.section-project-right .article-item .inner-content .article-title a {
    color: var(--white);
    font-size: 11px;
    font-weight: 400;
}

.section-project-right .article-item .inner-content .article-title {
    line-height: 1;
    background: #0000009c;
    text-align: center;
    padding: 3px 5px 5px;
    display: block;
}

.section-project-right>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.section-project-right>.row {
    margin-right: -5px;
    margin-left: -5px;
}
.section-video-right article.album-item {
    border-radius: 0;
    margin-bottom: 10px !important;
}

.section-video-right article.album-item .inner-content {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: #0000009c;
}

.section-video-right article.album-item .inner-content .album-title {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.5rem;
    text-align: center;
}

.section-video-right article.album-item .inner-content .album-title a {
    color: var(--white);
}

.section-bai-noi-bat article.article-item {
    display: flex;
    margin-bottom: 1.5rem;
}

.section-bai-noi-bat article.article-item .inner-image {
    flex: 0 0 140px;
    max-width: 140px;
    border-radius: 0;
}

.section-bai-noi-bat article.article-item .inner-content {
    padding-left: 1.5rem;
}

.section-bai-noi-bat article.article-item .inner-content .article-title a {
    color: var(--black);
}

.section-list-project .item-project article.article-item .inner-content {
    position: absolute;
    max-width: 75%;
    opacity: 0;
    margin-top: 0;
    padding: 0 20px;
    transition: all 0.3s;
    left: 50%;
    transform: translate(-50%, 20px);
    top: 50%;
    z-index: 2;
}

.section-list-project .item-project article.article-item {
    position: relative;
}

.section-list-project .item-project article.article-item:hover .inner-content {
    opacity: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.section-list-project .item-project article.article-item .inner-image a:before {
    content: '';
    opacity: 0;
    transition: opacity 0.3s linear;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-list-project .item-project article.article-item:hover  .inner-image a:before {
    opacity: 1;
}

.section-list-project .item-project article.article-item .inner-content .article-title {
    font-size: 1.8rem;
}

.section-list-project .item-project article.article-item .inner-content .article-title a {
    color: var(--white);
    text-transform: uppercase;
}
.section-list-project>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.section-list-project>.row>div {
    padding-right: 15px;
    padding-left: 15px;
}

.header-page-title-news {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-page-title-news .title {
    font-size: 3.9rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    height: 26vw;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-page-title-news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #0000006b;
    height: 100%;
}
.section-list-project .item-project article.article-item .inner-image {
    border-radius: 0;
}
.info-contact-product .btn-mua-hang a {
    display: block;
    padding: 0;
    background: var(--color-main);
    margin-bottom: 1.5rem;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-size: 2.4rem;
    color: var(--white);
    border-radius: 10px;
}

.info-contact-product .btn-mua-hang a i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.product-detail-footer .nav li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-main);
}

.thong-tin-web>ul>li {
    list-style: none;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px;
    background: #f3f3f3;
}
.thong-tin-web>ul>li.title {
    border-left: 5px solid #5f382f;
}
.thong-tin-web>ul>li>span:first-child {
    color: var(--color-main);
    min-width: 130px;
    display: inline-block;
}

.thong-tin-web>ul>li:nth-child(2n+2) {
    background: var(--white);
}

span.lien-he {
    display: block;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    padding: 10px 0;
}

.why-light .title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.why-light .item-why {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.why-light .item-why span img {
    width: 22px;
}

.why-light.quy-trinh .item-why span>span {
    width: 20px;
    height: 20px;
    background: var(--black);
    display: inline-block;
    color: var(--white);
    font-size: 12px;
    border-radius: 50%;
    padding-left: 6px;
}

.why-light.quy-trinh .item-why span i {
    border: 2px solid var(--white);
    margin-left: -6px;
    position: relative;
    border-radius: 50%;
}
.swiper-button-prev i, .swiper-button-next i {
    margin-bottom: 0;
    font-size: 3rem;
}

.form-tu-van .form-group textarea.form-control {
    height: 190px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-tu-van .form-group span.btn.btn-submit {
    border-radius: 20px;
    padding: 8px 40px;
}
.form-tu-van .form-group input.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.section-showroom-sys .item-showroom .name {
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: var(--color-main);
}
.section-showroom-sys .item-showroom p {
    font-size: 1.6rem;
}

.section-showroom-sys .item-showroom p a {
    color: var(--color-main);
}
.logo-section img {
    height: 5rem;
}

.header-mid-mb>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}
.tab-content .content-right-product .inner-content .product-title {
    font-size: 1.2rem;
}

.tab-content .content-right-product .inner-content .product-title a {
    height: 18px;
    display: block;
    overflow: hidden;
}

.block-tab.nav .nav-item .nav-link {
    margin-bottom: 10px;
    font-size: 12px;
}

.title-tab ul.block-tab.nav {
    margin: 0 -5px;
}

.title-tab ul.block-tab.nav>li.nav-item {
    padding: 0 5px;
}
.section-service>.swiper {
    padding-bottom: 50px;
}

.section-video-home article.album-item .inner-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 46px;
}

.title-right_01 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.title-right_01 span {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    position: relative;
    bottom: -6px;
    padding-right: 10px;
    padding-bottom: 2px;
    color: var(--color-main);
}
.section-service .swiper-button-prev {
    left: 20px;
    top: calc(50% - 30px);
}

.section-service .swiper-button-next {
    right: 20px;
    top: calc(50% - 30px);
}
.section-list-news article.article-item .inner-image {
    border-radius: 5px;
    overflow: hidden;
}
.section-product-list-02 .section-list-product {
    background: #F7F5F2;
}

.section-product-list-02 .section-list-product>.row>div:nth-child(1) {
    order: 2;
}

.section-product-list-02 .section-list-product .img-right-product {
    margin-left: auto;
    padding-left: 0;
    padding-right: 50px;
}
.section-list-news article.article-item .inner-content .article-title a {
    color: #7a4c0d;
}

.section-list-news article.article-item .inner-content .article-title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    height: 45px;
    overflow: hidden;
}
@media (max-width:1200px){
    .section-about .text-about .title-about {
        font-size: 3.2rem;
        margin-bottom: 1rem !important;
    }
    
    .section-about .text-about {
        padding: 3rem 1.5rem !important;
        text-align: justify;
    }
    .box-item-product .inner-content, .section-service article.article-item .inner-content, .section-video-home .album-item .inner-content {
        opacity: 1;
    }
    .px-lg-30 {
        padding: 0 10px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .section-about-project>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .section-about-project>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .item-about {
        margin-bottom: 10px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width:767px){
    .box-item-product {
        margin-bottom: 10px;
    }
    
    .tab-content .content-right-product .box-item-product {
        margin-bottom: 0;
    }
    .title-section {
        font-size: 3.2rem;
        text-align: center
    }
    .title-section {
        font-size: 3.2rem;
    }
    .section-video-home article.album-item {
        margin-bottom: 20px !important;
    }
    .section-service .item-service {
        padding: 40px;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .section-about-slider .item-about .text-about .description {
        height: 115px;
    }
    
    .section-about-slider.position-relative {
        padding: 30px 0;
    }
    
    .section-about-slider .title-section {
        margin-bottom: 1rem !important;
    }
    .section-doi-ngu .img-doi-ngu {
        margin-bottom: 20px;
    }
    .section-shoroom .title .info-shoroom {
        padding: 30px;
    }
    .tab-content .content-right-product .inner-content .product-title {
        font-size: 1.2rem;
    }
    
    .tab-content .content-right-product .inner-content .product-title a {
        height: 18px;
        display: block;
        overflow: hidden;
    }
    .header-page-title-news .title {
        padding: 6rem 0;
        font-size: 3rem;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
    .system-showroom .scoll-tab {
        margin-bottom: 20px;
        max-height: 300px;
    }
    .system-showroom .tab-content>.tab-pane .map {
        padding-top: 300px;
    }
}

@media (min-width:768px) and (max-width:1200px){
    .section-service .item-service {
        padding: 20px 10px;
    }
    .article-item .article-title {
        font-size: 1.4rem;
    }
    
    .box-item-product .inner-content, .section-service article.article-item .inner-content, .section-video-home .album-item .inner-content {
        padding: 5px;
    }
}
.form-dat-hang .modal-content button.close {
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: 9;
    color: var(--color-main);
    font-size: 21px;
}

.form-dat-hang .modal-content  .title-dat_hang {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-main);
}

.form-dat-hang .modal-content .modal-body {
    padding: 25px;
}

.form-dat-hang .modal-content .modal-body .form-group {}

.form-dat-hang .modal-content .modal-body .form-group input.form-control {
    border-color: #ddd;
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
}

.form-dat-hang .modal-content .modal-body .form-group textarea.form-control {
    border-color: #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-dat-hang .modal-content .modal-body .form-group span.btn.btn-submit {
    width: 100%;
    height: 45px;
    padding: 0;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 16px;
}

.swiper.swiper-slider-main .swiper-button-next {
    right: 20px;
}

.swiper.swiper-slider-main .swiper-button-prev {
    left: 20px;
}
.mo-ta-san-pham .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-page-contact .form-group input.form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-page-contact .form-group textarea.form-control {
    height: 100px;
    border-color: #ddd;
    border-radius: 5px;
}
.form-page-contact .form-group 
 span.btn.btn-submit {
    padding: 10px 20px;
}
.scoll-tab::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border:1px solid #d6bebe
} 
.scoll-tab::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    width:5px
}
.contact-right {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 9;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 5px;
    position: relative;
}
.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #ff0000;
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
li.entry-content.zoom-item {
    margin-top: 25px;
}

li.entry-content.zoom-item a img {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@-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);
    }
}
.contact-right li.entry-content img {
    width: 44px;
    height: 44px;
}
.load-more .btn-view-all {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--color-main);
    text-align: center;
    position: relative;
    background-color: var(--color-main);
    padding: 6px 30px;
    border-radius: 10px !important;
}

a.btn-view-all.btn-hide {
    display: none;
}

.section-content-category .content-product {
    max-height: 400px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.8;
}

.section-content-category.transform-active .content-product {
    max-height: 100%;
}

.section-content-category.transform-active a.btn-view-all.btn-show {
    display: none;
}

.section-content-category.transform-active a.btn-view-all.btn-hide {
    display: inline-block;
}

.search-tab-san-pham {
    background: var(--light);
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}

.search-tab-san-pham>ul {
    margin-bottom: 0;
    display: flex;
    padding: 0;
}

.search-tab-san-pham>ul>li {
    list-style: none;
    margin-right: 15px;
}

.search-tab-san-pham>ul>li>a {
    color: var(--black);
    font-weight: 500;
}
.search-tab-san-pham>.input-group input {border-color: #fff !important;}

.search-tab-san-pham .input-group input.form-control {
    border-color: var(--white);
    height: 35px;
}

.search-tab-san-pham .input-group .input-group-append button.btn.btn-submit {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}
.section-content-product {
    font-size: 1.5rem;
    line-height: 1.7;
}
@media (max-width:767px){
    .search-tab-san-pham {
        display: flex;
        flex-wrap: wrap;
    }
    
    .search-tab-san-pham>ul>li {
        margin-right: 11px;
    }
    
    .search-tab-san-pham>ul>li>a {
        font-size: 12px;
    }
    
    .search-tab-san-pham>ul {
        margin-bottom: 15px;
    }
    
    .search-tab-san-pham form {
        width: 100%;
    }
    .block-tab.nav .nav-item .nav-link {
        white-space: nowrap;
    }
    .tab_scoll {
        overflow: scroll;
        max-width: 100%;
    }
    
    .tab_scoll ul.block-tab.nav {
        display: flex;
        flex-wrap: nowrap;
        width: 1000px;
        flex-direction: row;
    }
    .section-showroom-sys .item-showroom .name {
        font-size: 14px;
    }
    
    .section-showroom-sys .item-showroom p {
        font-size: 13px;
    }
}
.section-text-view a {
    font-weight: 500;
    border-radius: 0.8rem;
    padding: 7px 20px 5px;
    background: var(--color-main);
    color: var(--white);
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #c98f47 0%, #c98f47 38.93090000000001%, var(--color-main) 95.39590000000001%, var(--color-main) 100%);
}
.header-fix.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    z-index: 1010;
    background-color: var(--color-highlight);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
}
@media (min-width:767px) and (max-width:1200px){
    .section-about-slider .item-about .text-about .description {
        height: 97px;
    }
}


.font-passions-conflict {
    font-family: 'Passions Conflict', cursive;
}
.slogan-text {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

.font-felix{
    font-family: 'Felix';
}
.contact-mb {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #624110;
    width: 100%;
    z-index: 99;
    color: #fff;
    text-transform: uppercase;
}
.contact-mb a {
    display: block;
    padding: 5px 20px;
    font-size: 11px;
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
}
.contact-mb a:before {
    content: '';
    position: absolute;
    width: 0.5px;
    height: 100%;
    left: 0;
    background: white;
    top: 0;
}
.contact-mb a:first-child:before {
    opacity: 0;
}
.contact-mb img {
    height: 30px;
}
.showroom-home{
    padding: 50px 0 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.showroom-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgb(0 0 0 / 70%);
    top: 0;
}
.showroom-home span {
    background: rgb(255 255 255 / 30%);
    padding: 10px 15px;
    color: white;
    display: block;
}
.bg-breadcrumbs {
    background: #bcbcbc;
}
.title-about span {
    font-weight: 500;
    border-radius: 0.8rem;
    padding: 10px 20px 8px;
    color: var(--white);
    text-transform: uppercase;
    background-image: linear-gradient(to right, #c98f47 0%, #c98f47 38.93090000000001%, var(--color-main) 95.39590000000001%, var(--color-main) 100%);
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
}

.title-about {
    display: block;
    position: relative;
}

.title-about:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 10px;
    width: calc(100% - 10px);
    background: var(--color-main);
}
.item-showroom img {
    border-radius: 0.5rem;
}
.rounded-5{
    border-radius: 0.5rem;
}
.section-text-view a:hover {
    background-image: linear-gradient(to right, var(--color-main) 0%, var(--color-main) 38.93090000000001%, #c98f47 95.39590000000001%, #c98f47 100%);
}
.product-title-detail {
    font-family: 'Felix';
    font-weight: 400;
    color: var(--color-main);
}

@media (min-width:1280px) {
    .section-about .text-about {
        width: 80%;
    }
}
@media (max-width:992px) {
    body {
        margin-bottom: 60px;
    }
    /*.menu-section.open:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    background: rgb(0 0 0 / 50%);*/
    /*    z-index: -1;*/
    /*}*/
    
    .menu-section.open {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    span.menu-header {}
    
    .close-sidebar i {
        color: white;
    }
    
    .menu-top .menu-header {
        color: white;
    }
    
    .menu-section > ul > li > a {
        color: white !important;
        display: inline-block !important;
    }
    
    .menu-section .active {
        color: white;
    }
    
    .menu-section .grower {
        color: white;
    }
    
    .menu-section .has-child:hover > a {
        color: white !important;
    }
    
    .menu-section .menu-link {
        color: #ccc;
    }
    .h-menu-big {
        margin-bottom:100px;
    }
    .h-menu-big a {
        padding: 15px 4rem 5px 1.5rem !important;
        line-height: 1.2;
        font-size: 30px;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        color: #b98126;
         position: relative;
    }
    .h-menu-big ul li:last-child a:before {
        height: 2px;
        width: calc(100% - 5.5rem);
        content: '';
        position: absolute;
        bottom: -15px;
        background: #b98126;
    }
}

@media (max-width:767px) {
    .menu-ft .info {
        display: none;
    }
    .album-item .album-title {
        font-size: 12.6px;
    }
}

