body {
    font-family: "Helvetica Neue";
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-signal-30 {
    margin-bottom: -30px !important;
}

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

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

.header-top {
    z-index: 11;
    position: relative;
    background: #f6f6f6;
    height: 53px;
    display: flex;
    align-items: center;
}

.phone-top img {
    height: 29px;
    width: 29px;
    margin-right: 20px;
}

.phone-top>a {
    font-size: 15px;
    line-height: 29px;
    font-weight: 400;
    color: #333;
}

.section-menu-top>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-menu-top>ul>li {
    padding-left: 15px;
    list-style: none;
    margin-left: 15px;
    border-left: 1px solid #c5c5c5dd;
    line-height: 1.3;
}

.section-menu-top>ul>li:first-child {
    padding-left: 0;
    margin-left: 0;
    border: 0;
}

.section-menu-top>ul>li>a {
    font-size: 14px;
    display: block;
    color: #222;
    font-weight: 400;
    transition: all 350ms ease;
    display: flex;
    align-items: center;
}

.section-menu-top>ul>li:nth-child(1)>a img, .section-menu-top>ul>li:nth-child(2)>a img {
    position: relative;
    top: -2px;
}

.section-menu-top>ul>li>a>img {
    width: 17px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 0;
    object-fit: contain;
}

.section-search button {
    background: none;
    color: #333;
    width: 50px;
    padding: 0 !important;
    height: 38px;
    line-height: 37px !important;
    position: absolute;
    right: 2px;
    font-size: 14px;
    z-index: 888;
    font-weight: 400;
    background: #fff;
    top: 1px;
    border: 1px solid #ddd;
    border-radius: 0px 20px 20px 0px;
}

/*.section-search .input-group input.form-control {*/
/*    border-radius: 20px;*/
/*    border: 1px solid #ddd;*/
/*    padding-left: 37px;*/
/*    font-size: 14px;*/
/*}*/
.search-section__categories {
    border-radius: 20px 0px 0px 20px;
    border: 1px solid var(--color-main) !important;
    height: 24px;
    color: var(--color-main);
}
.cus-border-goc-rounded {
    border-radius: 0px 20px 20px 0px !important;
    height: 24px;
    line-height: 1;
    padding: 0 8px;
    border: 1px solid var(--color-main) !important;
    font-size: 13px;
}
.cus-border-goc-rounded:hover {
    border: 1px solid var(--color-highlight) !important;
}

.section-search form.form {
    display: flex;
    position: relative;
}

.section-search select {
    border-top-right-radius: 30px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #5e5e5e;
    padding: 0;
    color: var(--white);
    flex: 0 0 150px;
    text-align: center;
    border-bottom-right-radius: 30px;
}

.section-search select option {
    background: var(--white);
    color: var(--black);
}

/* The container must be positioned relative: */
.section-search .custom-select {
    position: relative;
    padding: 0;
}

.section-search .custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.section-search .select-selected {
    background-color: var(--color-hightlight);
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    text-align: center !important;
    color: #fff !important;
}

/* Style the arrow inside the select element: */
.section-search .select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 25px;
    width: 0;
    height: 0;
    border: 4.5px solid var(--color-main);
    border-color: var(--color-main) transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--color-main) transparent;
    top: 12px;
}

/* style the items (options), including the selected item: */
.section-search .custom-select .select-selected {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background: #000000;
    padding-right: 10px;
}

/* Style items (options): */
.section-search .custom-select .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Hide the items when the select box is closed: */
.section-search .select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.section-search .custom-select {
    border: 0;
    height: 40px;
    background: #5e5e5e;
    flex: 0 0 150px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.section-search .custom-select .select-items div {
    padding: 0 10px;
    text-align: left;
    color: #000;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
}

.section-search .custom-select .select-items div:last-child {
    border-bottom: 0;
}

.menu-vertical--title {
    background: #F8EB1C;
    cursor: pointer;
    color: black;
    font-weight: 700;
}

.entire-action-header .btn-action-header img {
    width: 20px;
    height: 20px;
    filter: brightness(0.5);
    object-fit: contain;
}

.fanpage-section>ul>li>a>img {
    width: 38px;
    height: 38px;
    border-radius: 0;
    object-fit: contain;
}

.fanpage-section>ul>li:first-child {
    margin-left: 0;
}

.fanpage-section>ul>li {
    list-style: none;
    margin-left: 10px;
}

.fanpage-section>ul {
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
}

.setting-menu>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}

.menu-section > ul > li > a>i {
    font-size: 20px;
}

/*.info-dich-vu-home {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 10px;*/
/*}*/

.name-dich-vu-home {
    font-size: 21px;
    font-weight: 600;
    color: black;
    padding: 15px 0px;
}

.description-dich-vu-home {
    font-size: 21px;
    color: darkgray;
}

.title-section span {
    color: black;
    font-weight: 400;
}

.title-section {
    font-size: 24px;
    color: var(--title);
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 28px;
    text-transform: uppercase;
}

.product-tab.nav .nav-item .nav-link {
    line-height: 27px;
    white-space: nowrap;
    color: #000000;
    display: block;
    font-size: 18px;
    padding-bottom: 2px;
    margin: 0px 30px 0px 0px;
}

.product-tab.nav .nav-item .nav-link.active, .product-tab.nav .nav-item:hover .nav-link {
    color: #000000;
    border-bottom: 1px solid var(--color-main) !important;
}

.product-title a {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    display: inline-block;
}

.product-item {
    /* margin-bottom: 30px; */
    background: var(--white);
    overflow: hidden;
    border: 1px solid #ccccccbf;
    /* display: table; */
}

/*.section-list-product-hot .product-item {*/
/*    border: 1px solid #ddd;*/
/*    padding: 15px;*/
/*}*/
.view-product-small .product-item .inner-image {
    flex: 0 0 34.45%;
    margin-bottom: 0;
    max-width: 41%;
    border-radius: 0;
    border: 1px solid #ddd;
}

/*.section-small-home-bottom .view-product-small .product-item .inner-image {*/
/*    flex: 0 0 33.333%;*/
/*}*/
.view-product-small .product-item {
    display: flex;
    margin-bottom: 25px;
}

.view-product-small .product-item .inner-content {
    padding-left: 15px;
    flex: 1 1;
}

.section-send .form form .form-group input.form-control {
    border-color: var(--white);
    height: 50px;
    border-radius: 40px;
    border: 1px solid #ddd;
    padding-left: 37px;
}

.section-send .form form .form-group:last-child span.btn.btn-submit {
    display: block;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: 0;
    background-color: #ddd0;
    height: 50px;
    line-height: 50px !important;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 2;
    color: var(--color-main);
    font-size: 24px;
    display: flex;
}

.section-send .info-left {
    font-size: 20px;
    text-transform: uppercase;
}

.title-footer {
    color: var(--color-main);
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-menu-section ul li a {
    color: var(--color-main);
    font-size: 15px;
    position: relative;
}

.fanpage-section-footer>ul>li>a>img {
    width: 38px;
    height: 38px;
    border-radius: 0;
    object-fit: contain;
}

.fanpage-section-footer>ul>li:first-child {
    margin-left: 0;
}

.fanpage-section-footer>ul>li {
    list-style: none;
    margin-left: 10px;
}

.fanpage-section-footer>ul {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
}

.footer-mid {
    /* background: #333; */
}

.grid-container {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.grid-container a.grid-item:nth-child(1) {
    grid-row: span 3;
    grid-column: span 3;
}

.grid-container a.grid-item:nth-child(2) {
    grid-row: span 1;
    grid-column: span 2;
}

.grid-container a.grid-item:nth-child(3) {
    grid-row: span 1;
    grid-column: span 2;
}

.grid-container a.grid-item:nth-child(1) img {
    aspect-ratio: 2.32/2;
}

.grid-container .grid-item img {
    aspect-ratio: 3.2/2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 20px;*/
    /*border: 3px solid gray;*/
}

.nd-content-divh-vu:nth-child(1) {
    margin-top: -15%;
    position: absolute;
    margin-left: 3rem;
}

.nd-content-divh-vu:nth-child(2) {
    margin-top: -60%;
    position: absolute;
    margin-left: 3rem;
}

.nd-content-divh-vu:nth-child(3) {
    margin-top: -25%;
    position: absolute;
    margin-left: 3rem;
}

.title-section-sp-noi-bat {
    font-size: 24px;
    color: #21409a;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 28px;
}

.mo-ta-footer-website {
    font-size: 15px;
}

.product-title-cus {
    font-size: 31px;
    color: #151514;
    margin: 50px 0 20px 0;
    line-height: 1.4;
    font-weight: 400;
    text-align: justify;
}

.product-description-cus {
    color: #313131;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.70;
    /* padding-left: 80px; */
}

.cus-mua-ngay-do-trang-tri {
    font-size: 18px;
    border: 2px solid black;
    color: black;
    font-weight: 500;
    border-radius: 10px;
}

.swiper-wrapper .cus-swiper-slide {
    margin-top: 0 !important;
}

.swiper-slide:hover .swiper-slide--tile-hangmoive {
    color: #fff;
}
.swiper-slide--tile-hangmoive {
    background-color: #21409a;
    color: white;
    padding: 8px 0px;
    font-weight: 600;
}
/*.swiper-slide--tile-hangmoive {*/
/*    background-color: #ffffff;*/
/*    display: inline-block;*/
/*    color: black;*/
/*    transition: all 300ms ease-in-out;*/
/*padding: 15px 35px;*/
/*    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
/*}*/
/*.swiper-slide--tile-hangmoive {*/
/*    font-size: 17px;*/
/*    padding: 5px;*/
/*    background-color: rgb(197 197 199 / 50%);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*    color: #231918;*/
/*    text-transform: uppercase;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 60px;*/
/*    justify-content: center;*/
/*}*/

/*.swiper-slide--wrap-cus {*/
/*    position: absolute;*/
/*    display: block;*/
/*    z-index: 10;*/
/*    top: 40%;*/
/*    float: unset;*/
/*}*/
/*.title-khung-hang-moi-ve {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.company-intro {
    float: right;
    width: 100%;
    padding: 0 15px;
    max-width: 570px;
    margin-top: 20%;
}

.bg-green {
    background-color: #6CB975;
}

.btn-submit-2 {
    border: 1px solid;
    padding: 10px 20px;
    font-size: 20px;
}

.css-khung-row-margin > .row {
    margin: 0px;
}

.css-khung-row-margin > .row > .col-lg-6 {
    padding: 0px !important;
}

.product-title-cus-2 {
    font-size: 31px;
    color: #151514;
    margin: 10px 0 20px 0;
    line-height: 1.4;
    font-weight: 400;
    text-align: justify;
}

.cus-inner-content-bai-viet-moi {
    margin: 0 30px;
    margin-top: -5rem;
    background-color: white;
    padding: 0 15px;
    position: relative;
}

.article-item .article-title a {
    color: var(--color-main);
    font-size: 22px;
    color: black;
    font-weight: 400;
}

.article-item .article-description {
    margin-bottom: 10px;
    color: var(--gray-bold);
    font-size: 18px;
}

.post-date {
    font-size: 11px;
}

.post-date span {
    font-size: 11px;
}

.swiper-slide.product-item {
    margin-top: 0 !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

/*zoom-anh*/
.article-item {
    overflow: hidden;
}

.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh*/
/*zoom-anh*/
.article-item-rieng {
    overflow: hidden;
    position: relative;
}

.article-item-rieng img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    object-fit: cover;
}

.article-item-rieng:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*hover-hien-cac-nut-trong-sp*/
.product-action {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    display: flex;
    z-index: 20;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    /* filter: opacity(0); */
    /* visibility: hidden; */
    flex-direction: column;
    align-items: flex-end;
}

.product-action:hover {
    /*color: var(--white);*/
    opacity: 1;
}

.title-section-slider-banner {
    font-size: 25px;
    color: var(--black);
}

.cus-mo-ta-ngan-slider-banner {
    color: var(--black);
    font-size: 18px;
}

.grid-item .image-hover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.grid-item:hover .image-hover {
    background: rgba(7, 166, 224, 0.39);
    opacity: 1;
}

.image-hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity-color .5s ease;
    -moz-transition: opacity-color .5s ease;
    transition: opacity-color .5s ease;
}

.grid-item:hover .image-hover i {
    opacity: 1;
    visibility: visible;
}

.cus-copyright-fanpage-footer > .container > .row > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-block-5 > .row {
    margin-right: 0;
    margin-left: -5px;
}

.cus-newsletter--submit {
    border: none;
}

.cus-border-form-dk-footeer {
    border: 1px solid white;
}

.header-mid > .container > .row {
    display: flex;
    align-items: center;
}

.cus-border-bottom-after:after {
    display: block;
    background-color: #ffc400;
    height: 2px;
    content: "";
    width: 50px;
    margin-top: 10px;
}

.cus-border-bottom-after {
    font-size: 24px;
    font-weight: 500 !important;
}

/*.cus-thuonghieu-masp {*/
/*    display: flex;*/
/*}*/

.product-content-detail .add-to-cart {
    text-transform: uppercase;
    background-color: var(--black);
    color: var(--color-highlight);
    font-weight: 700;
    text-align: center;
    display: inline-block;
    height: 4.8rem;
    line-height: 4.8rem;
    border: 0.1rem solid var(--black);
    padding: 0 2rem;
}

.cus-khung-nav {
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.cus-khung-nav li .active {
    background-color: var(--black);
}

.cus-khung-nav li .active {
    background-color: var(--black);
    color: white;
    font-weight: 600;
}

.cus-border-top-noi-dung {
    border-top: 1px solid;
}

.cus-xem-them-slider-main-banner {
    background: var(--color-highlight);
    color: white;
}

.title_widget {
    position: relative;
}

/*.title_widget h3:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    content: '';*/
/*    background: url(http://cdn1296.cdn4s2.com/media/1622627159-1740283946-custom.png);*/
/*    top: 0;*/
/*    height: 32px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width: 100px;*/
/*    display: block !important;*/
/*    filter: brightness(0.5) saturate(0%);*/
/*}*/

.title_widget {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    /*padding-left: 100px;*/
}

/*.title-section-sp-noi-bat:after {*/
/*    display: block;*/
/*    background-color: #ffc400;*/
/*    height: 2px;*/
/*    content: "";*/
/*    width: 100px;*/
/*    margin: 0 auto;*/
/*    margin-top: 20px;*/
/*}*/
.khung-border-product-item-tab-sp1 {
    border: 0.5px solid darkgrey;
}

.cus-dong-tieude-tab-sp-nb > li > a {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.section-showroom-furniture .img:before, .list-category .img_category a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: 1;
}

.section-showroom-furniture .img:after, .list-category .img_category a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.section-showroom-furniture .img:hover:before, .list-category .img_category a:hover:before {
    background-color: rgb(247 249 246 / 33%);
    right: 50%;
    left: 50%;
}

.section-showroom-furniture .img:hover:after, .list-category .img_category a:hover:after {
    background-color: rgb(247 249 246 / 33%);
    top: 50%;
    bottom: 50%;
}

.addThis_listing img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

/*nut keo len*/
#button {
    display: inline-block;
    background-color: var(--color-main);
    width: 4.4rem;
    height: 4.4rem;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 4rem;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: red;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/*////*/
/*.bg-breadcrumb-img-full-web {*/
/*    background: url(http://cdn1296.cdn4s2.com/media/1594458869-1316087612-slider-3.jpg);*/
/*    background-size: 100% 100%;*/
/*    padding: 100px;*/
/*    margin-bottom: 15px;*/
/*}*/

.cus-anh-da-thong-bao-footer img {
    width: 170px;
    height: 100%;
}

.bg-img-footer-full-so1 {
    background: var(--light);
    margin-top: 15px;
    padding: 30px 0 0;
    /*background-image: url(http://cdn1296.cdn4s2.com/media/1622621681-1873383294-custom.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-img-footer-full-so1:before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f1f2f2;
}

/*Button Call*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right: 13rem;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--white);
}

.hotline-phone-ring-img-circle .pps-btn-img i {
    font-size: 20px;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 200px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar>a:hover, .hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

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

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

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

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

@-webkit-keyframes phonering-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);
    }
}

.hover-border-black:hover {
    border: 2px solid #000000;
}

.cus-dong-ten-bv-tin-tuc {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.cus-nut-xemthem-bv-new {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    color: black;
    font-weight: 600;
}

/*.section-product-tab .tab-content > .tab-pane:nth-child(2) .product-item .inner-image:before {*/
/*    content: "New";*/
/*    position: absolute;*/
/*    top: 0rem;*/
/*    left: 0rem;*/
/*    z-index: 11;*/
/*    pointer-events: none;*/
/*    max-width: 10rem;*/
/*    display: block;*/
/*    text-align: center;*/
/*    color: var(--white);*/
/*    line-height: 2rem;*/
/*    height: 2.5rem;*/
/*    padding: 0 1rem;*/
/*    margin-bottom: 0.5rem;*/
    /* border-radius: 0.5rem; */
/*    font-size: 1.2rem;*/
/*    background: var(--color-highlight);*/
/*}*/

.cus-ten-sp-1dong-cung a {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.cus-tieude-xem-them-bv {
    display: flex;
    justify-content: space-between;
}
.cus-diachi-sdt-lien-he {
    font-size: 18px;
}
.khung-border-trang-dssp {
    border: 1px solid #E6E6E6;
}
.fix-article-title-2dong {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*css nut-slider*/
.swiper-button-prev-pro, .swiper-button-next-pro {
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text);
    font-size: 2.1rem;
    top: 6%;
    border: 1px solid #AEAAAE;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
}
.swiper-button-prev-pro {
    right: 7%;
    left: auto;
}
.swiper-button-prev, .swiper-button-next {
    z-index: 12;
}
.home .swiper-button-prev,.home .swiper-button-next {
    top: -45px;
}
.home .swiper-button-prev {
    right: 8rem;
}
div#simple-translate {
    display: none;
}

.search_custom {
    width: 200px;
}
.cus-border-goc-rounded {
    background: var(--color-main);
}
.share-button-secondary-content {
    /* opacity: 0; */
}







@media (max-width: 768px) {
.hotline-bar {
    display: none;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    bottom: 10px;
    top: auto;
    left: 20px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-circle-fill {
    width: 57px;
    height: 57px;
    bottom: -2px;
    top: auto;
    left: 7px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-indent: 40px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}


.hotline-phone-ring-circle {
    display: none;
}
.share-buttons {
    position: fixed;
    bottom: 36rem;
    right: 1rem;
    z-index: 99;
}
#button {
    bottom: 6rem;
    right: 2rem;
}
    .search-mobile {
        background: #000000;
    }

    .py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .section-search .input-group input.form-control {
        border-radius: 20px !important;
    }

    .section-search .wrap-suggestion {
        max-width: 288px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-search {
        margin: 0 16px;
    }

    .section-search .wrap-suggestion .media-body .price.suggest-price {
        line-height: 1;
        margin-top: 5px;
    }

    .section-search button.btn.btn-submit {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .section-search button.btn.btn-submit {
        background: none;
        color: #333;
        width: 51px;
        padding: 0 !important;
        height: 34px;
        line-height: 30px !important;
        position: absolute;
        right: 0px;
        font-size: 14px;
        z-index: 888;
        font-weight: 400;
        background: #fff;
        top: 1px;
    }

    .grid-container {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        /*grid-gap: 30px;*/
        grid-gap: 10px;
        
    }

    .grid-container a.grid-item:nth-child(1) {
        grid-row: span 2;
        grid-column: span 2;
    }

    .grid-container a.grid-item:nth-child(2) {
        grid-row: span 2;
        grid-column: span 2;
    }

    .grid-container a.grid-item:nth-child(3) {
        grid-row: span 1;
        grid-column: span 2;
    }

    .grid-container a.grid-item:nth-child(1) img {
        aspect-ratio: 2/2;
    }

    /*.grid-container .grid-item img {*/
    /*    aspect-ratio: 2/2;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*}*/
    
    .grid-container .grid-item img {
        aspect-ratio: 3/2;
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*border-radius: 20px;*/
        /*border: 3px solid gray;*/
    }

    .title-section-slider-banner {
        font-size: 26px;
        color: var(--black);
    }

    .cus-mo-ta-ngan-slider-banner {
        color: var(--black);
        font-size: 17px;
    }

    /*.nd-content-divh-vu:nth-child(2) {*/
    /*    margin-top: -80%;*/
    /*    position: absolute;*/
    /*    margin-left: 3rem;*/
    /*}*/
    
    .nd-content-divh-vu:nth-child(2) {
        margin-top: -60%;
        position: absolute;
        margin-left: 3rem;
    }

    /*    .swiper-slide--tile-hangmoive {*/
    /*    font-size: 15px;*/
    /*    background-color: #ffffff;*/
    /*    display: inline-block;*/
    /*    color: black;*/
    /*    transition: all 300ms ease-in-out;*/
    /*    padding: 5px 10px;*/
    /*    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
    /*}*/
    
    .title-section-sp-noi-bat {
        font-size: 23px;
        color: #151514;
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .title_widget {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        /*padding-left: 90px;*/
    }

    .title_widget h3:before {
        height: 26px;
    }
    
    .cus-nut-xemthem-bv-new {
        font-size: 15px;
    }
    
    .cus-menu-logo-minicarrt > .container > .row > div {
        display: flex;
        align-items: center;
    }
    
    .cus-menu-logo-minicarrt > .container > .row > div:nth-child(2) {
        justify-content: center;
    }
    
    .cus-menu-logo-minicarrt > .container > .row > div:nth-child(3) {
        justify-content: flex-end;
    }
    
    .hotline-phone-ring-wrap {
        position: fixed;
        bottom: 0;
        left: -1rem;
        z-index: 999999;
    }  
}

.video-item .effect-video::before {
    opacity: 1;
    visibility: inherit;
    filter: opacity(1);
}
@media (min-width: 950px) and (max-width: 1280px) {
    .menu-section > ul > li {
        display: inline-block;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.boxProduct-page > .row > div {
    margin-bottom: 30px;
}

/*///////*/
.setting-menu > .row {
    justify-content: space-between;
    align-items: center;
}

.setting-menu > .row > div {
    flex: none;
    max-width: none;
    width: max-content;
}

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

.section-video {
    height: 150px;
    padding-bottom: 30px;
}

.video-title {
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.image-flag {
    height: 30px;
    width: 60px;
}

.ratio-banner {
    aspect-ratio: 1080/500;
}

.image_category_product {
    border-radius: 16px;
    border-color: #21409a !important;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.image_category_product:hover {
    box-shadow: 1px 2px 5px 2px #b3afaf;
}

.title-khung-hang-moi-ve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.section-showroom {
    height: 300px;
}

.showroom_title {
    color: var(--title);
    font-size: 21px;
    font-weight: 600;
}

.showroom_info p {
    color: var(--black);
    font-size: 16px;
}

.showroom_info b {
    color: var(--title);
}

.ratio-showroom {
    aspect-ratio: 1080/720;
}

.thumbs_custom {
    overflow-x: scroll;
}

.thumbs_custom > .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
}

.section-showroom-HCM {
    height: 200px;
}

.cus-copyright-fanpage-footer {
    background-color: #d1d3d4;
}

.breadcrum {
    height: 70px;
    display: flex;
    align-items: center;
}

.boxProduct-page .inner-content {
    height: 100px;
}

.boxProduct-page .product-title a {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-main);
}

.boxProduct-page .product-category a {
    font-size: 13px !important;
    font-weight: 600;
    color: var(--color-main);
}

.boxProduct-page .price-amount {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-highlight);
}

.read_more {
    width: 65px;
    height: 18px;
    background-color: var(--color-main);
    color: white !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
}

.product .ratio-banner {
    aspect-ratio: 1080/360;
}

.is-mobile .section-video {
    height: 115px;
}

.is-mobile .section-showroom {
    height: 265px;
}

.is-mobile .section-showroom-HCM {
    height: 215px;
}

.is-mobile.home .swiper-button-prev {
    right: 6rem;
}

.is-mobile.product price {
    margin-right: 10px;
}

.is-mobile .boxProduct-page .inner-content {
    height: auto !important; 
    padding-bottom: 8px !important;
}

@media (min-width: 768px) {
    .col-md-sp-10 {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col-md-sp-10 > div[class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.item-brand div {
    border: 1px solid var(--gray);
}

.item-brand.active div {
    border: 1px solid var(--color-highlight);
}

.item-brand img {
    padding: 0.5rem;
}

.contact-right {
    position: fixed;
    right: 3rem;
    bottom: 9rem;
    z-index: 9;
}

/*Contact right*/
.contact-right li.entry-content {
    list-style: none;
    margin-top: 5px;
    position: relative;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: #1c63d2;
    border-radius: 50px;
    position: absolute;
    left: -2rem;
    top: -2rem;
    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: 2.5rem;
}

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: 4.4rem;
    height: 4.4rem;
}


.add-to-cart.add-to-cart-buy {
    display: flex;
    flex-direction: column;
    height: 60px;
    width: calc(100% - 120px);
    justify-content: center;
    align-items: center;
    line-height: 2rem;
    border-radius: 10px;
}

.add-to-cart.add-to-cart-buy strong{
    font-size: 16px;
}

.add-to-cart.add-to-cart-buy span{
    font-size: 12px;
    text-transform: none;
}

.add-to-cart {
    display: flex !important;
    flex-direction: column;
    line-height: 2rem !important;
    height: 60px !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.add-to-cart span{
    font-size: 8px;   
}

.add-to-cart i{
    font-size: 20px;
}

@media (max-width: 768px) {
    .contact-right {
        right: 2rem;
        bottom: 12rem;
    }
}

@media (max-width: 500px) {
    .boxProduct-page .product-title a {
        font-size: 14px;
    }
    
    .is-mobile .product-item {
        background: var(--light);
    }
    
    .is-mobile .product-item .price {
        display: inline-flex;
        flex-direction: column;
    }
    
    .is-mobile .product-item .price .price-amount {
        margin: 0;
    }
}

/*CSS by quyettq*/
.add-to-cart.cart-contact {
    text-transform: capitalize;
    flex-direction: row;
}

.product-content-detail .add-to-cart.cart-contact i {
    font-size: 4rem;
}

.product-content-detail .add-to-cart.cart-contact span {
    text-align: left;
    justify-content: start;
    display: flex;
    font-size: 2rem;
}
.tiktok-section iframe, .tiktok-section img {
    width: 100%;
    border: none;
}
.tiktok-section .right .ifr {
    padding-top:121.5%;
}

.column-gap-1 {
    column-gap: 1rem;
}

.add-to-cart.cart-contact {
    font-size: 1.3rem;
}

.product-content-detail .add-to-cart.cart-contact i {
    font-size: 3rem;
}

.categories-section .dropdown-toggle::after {
    font-size: 1.8rem;
}

@media (min-width: 992px) {
    .add-to-cart.cart-contact {
        max-width: 50%;
        width: calc(50% - 0.5rem);
    }
}