::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #ffd437;
    --primary-color3: #29AAE1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-10 {
    padding: 0px 10px !important;
}

.pd-10 {
    padding: 0 5px 15px 5px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

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

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

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

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

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

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

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

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

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

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

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 20px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/* .home .content-area {
    padding-top: 0;
    background: url(../images/bg-img-navbar.webp);
} */

/**menu**/
.header-vertical-menu__title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.header-vertical-menu__tagline {
    font-weight: 700 !important;
    color: var(--primary-color2);
    font-size: 14px !important;
}

.header-vertical-menu .icon-angle-down {
    display: none;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
    font-size: 14px;
    font-weight: 400;
    padding: 10.1px 10px !important;
    color: #000;
    line-height: 16px;
    transition: all .3s;
}

.header-vertical-menu__fly-out.has-shadow {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover {
    color: var(--primary-color3)
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: #fff;
    font-weight: 300 !important;
    padding: 0 12px !important;
    text-transform: unset !important;
    font-size: 14px !important;
}

div#mega-menu-wrap-primary ul li:last-child a {
    border-right: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color3) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 5px 10px 5px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    border-right: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color3) !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color3) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
    width: 80% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    width: 90% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

.header-search-form-wrapper {
    width: 250px;
}

input#woocommerce-product-search-field-1, input#woocommerce-product-search-field-0 {
    box-shadow: 0 0 0 0;
    border: 0;
    border-radius: 5px;
    width: 100%;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent !important;
    position: absolute;
    right: 0px;
    top: 0px;
    border-width: 0 0 0 1px !important;
    color: var(--primary-color3) !important;
}

a.header-cart-link.icon.button {
    color: #fff !important;
    border-radius: 5px !important;
}

.header-vertical-menu__fly-out .sub-menu {
    padding: 10px 15px 0 !important;
    border: 0 !important;
    min-height: 340px !important;
    height: 340px !important;
    overflow-y: scroll;
    display: block;
    width: 320px !important;
}

.header-vertical-menu__fly-out .sub-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

.header-vertical-menu__fly-out .sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

.header-vertical-menu__fly-out .sub-menu::-webkit-scrollbar-thumb {
    background-color: #f2f2f2
}

.header-vertical-menu__fly-out .sub-menu .ux-menu .menu-item .ux-menu-link__link {
    padding: 6px 0 !important;
    color: #333 !important;
    min-height: initial !important;
    line-height: 18px !important;
    font-size: 14px !important;
}

.header-vertical-menu__fly-out .sub-menu .ux-menu .menu-item .ux-menu-link__link:hover {
    color: var(--primary-color3)
}

.in-dam .ux-menu-link__text {
    width: 100%;
    max-width: 100%;
    color: var(--primary-color3);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    line-height: 30px;
}

/**slide**/
.section__slider .col.large-3 {
    flex-basis: 275px;
    max-width: 275px;
}

.section__slider .col.large-9 {
    flex-basis: calc(100% - 275px);
    max-width: calc(100% - 275px);
    padding-left: 0;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.view_item .inner-icon {
    width: 27px;
}

.view_item .widget-post-content {
    width: calc(100% - 27px) !important;
    float: left;
    padding-left: 10px;
}

.view_item .inner-icon span {
    font-size: 40px;
    font-weight: 900;
    line-height: 45px;
    color: var(--primary-color3);
}

.view_item {
    border: 0px !important;
}

.widget-title.view_title {
    background: transparent;
    padding: 0px !important;
    text-transform: unset !important;
}


.widget-title.view_title h3 {
    text-transform: unset !important;
    text-align: left;
    color: #000;
    font-size: 20px;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 120px;
    float: left;
    height: 80px;
    border: 1px solid #f2f2f2;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 24px;
}

.view_item h3 {
    font-weight: normal !important;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color3);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 13px
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins,
.widget-post-list .widget-post-item .widget-post-content .product-price ins span,
.widget-post-list .widget-post-item .widget-post-content .product-price b {
    color: #ff3333;
    font-size: 14px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price del {
    color: gray;
    font-size: 13px;
    margin-left: 5px;
}

.widget-title {
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    background: #f2f2f2;
    text-transform: uppercase !important;
}

.widget-title h3, .widget-title span {
    color: #333;
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

/**product item**/
.product-item {
    box-shadow: inset 0 0 1px 0 #464646;
    background: #fff;
    padding: 10px;
    min-height: 345px;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item .product-content {
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}

.product-item .product-content .product-price ins, .product-item .product-content .product-price ins span, .product-item .product-content .product-price b {
    color: #ff3333;
    font-size: 16px;
    font-weight: 700;
}

.product-item .product-content .product-price del {
    color: gray;
    font-size: 14px;
    margin-left: 5px;
}

.product-item .product-content h4 {
    margin: 0 0 5px 0;
    text-align: left;
}

.product-item .product-content h4 a {
    color: #111113;
    font-size: 19px;
    line-height: 38px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.product-item .product-content h4 a:hover {
    color: var(--primary-color3) !important;
}

.product-item .product-content .product-category {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.product-item .product-cart {
    margin: 12px 0 10px 0;
}

.product-item .product-cart a {
    color: #000 !important;
    background: transparent !important;
    font-weight: 700 !important;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid var(--primary-color3) !important;
    border-radius: 50px !important;
    margin: 0px !important;
    min-height: 2.5em;
    padding: 0 1.2em;
    line-height: 2.5em;
}

.product-item .product-cart a:hover {
    background: var(--primary-color3) !important;
    color: #fff !important;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    height: 2.75rem;
    width: 2rem;
    border-radius: 0.125rem;
    background-color: #000;
    color: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    --tw-bg-opacity: 0.6;
}

body .swiper-button-next::after, body .swiper-button-prev::after {
    font-size: 1rem;
    line-height: 1.5rem;
}

body .swiper-button-prev {
    left: 0px !important;
}

body .swiper-button-next {
    right: 0px !important;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-item .post-meta i {
    color: var(--primary-color3);
    margin-right: 2px;
}

.post-item .post-meta {
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}

.post-item .post-content h4 a {
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 40px;
}

.post-item .post-content h4 {
    margin: 0 0 10px 0 !important;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color3)
}

.post-item .post-content {
    position: relative;
}

.post-item .post-content .post-desc {
    color: #616161;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-item .post-content .post-btn a {
    color: #000 !important;
    background: transparent !important;
    font-weight: 700 !important;
    font-size: 13px;
    text-transform: uppercase;
}

.post-item .post-content .post-btn a:hover {
    background: var(--primary-color3) !important;
    color: #fff !important;
}

.post-item .post-content .post-btn {
    position: unset !important;
    margin: 0px !important;
    float: none !important;
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 13px !important;
}

.post-item .post-content .post-btn a:after {
    content: "";
    background: url(../images/icon-cate-h.jpg);
    width: 10px;
    height: 11px;
    background-size: 100% !important;
    display: inline-block;
    margin-left: 5px;
}

/**post big**/
.post-big {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-big .post-thumbnail {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-big .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-big:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-big .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-big .post-meta span:first-child {
    border-right: 1px solid #ffffff80;
    padding-right: 6px;
}

.post-big .post-meta span:last-child {
    padding-left: 6px;
}

.post-big .post-content h4 a {
    font-size: 25px;
    line-height: 35px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #0285ff
}

.post-big .post-content h4 {
    margin: 0 0 8px 0 !important;
}

.post-big .post-content h4 a:hover {
    color: var(--primary-color3)
}

.post-big .post-content .post-desc {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.post-big .post-content .post-meta {
    color: #767676;
    font-size: 15px;
}

/**post list**/
.post-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    transition: 0.3s ease-in-out;
    border-top: 1px solid #C2C3CA;
    padding: 10px 0 10px 0;
}

.post-list .post-thumbnail {
    width: 180px;
    height: 120px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content {
    width: calc(100% - 180px);
    padding: 0 0 0 20px;
}

.post-list .post-meta {
    text-align: left;
    color: #767676;
    font-size: 14px;
}

.post-list .post-meta span {

}

.post-list .post-content h4 a {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #0285ff
}

.post-list .post-content h4 {
    margin: 0 0 8px 0 !important;
}

.post-list .post-content h4 a:hover {
    color: var(--primary-color3)
}

.post-list .post-content .post-desc {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

/**breadcrumbs**/
section.breadcrumbs {
    padding: 10px 0 !important;
    font-size: 15px;
}

section.breadcrumbs a {
    color: #0285ff;
}

section.breadcrumbs span {
    color: #000;
    font-weight: normal !important;
}

section.breadcrumbs p {
    margin: 0;
}

/**category**/
.category-entry {
    margin: 25px 0;
}

/**single*/
.category-description {
    padding: 15px 15px 30px 15px;
    background: #f2f2f2;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}

#header-single {
    margin-bottom: 15px;
}

#header-single h1 {
    margin: 0 0 15px 0;
}

#header-single .post-meta span {
    font-size: 16px;
}

#header-single .post-meta span:not(:first-child) {
    color: #999;
    margin-left: 15px;
}

.category-description table, .category-description table tr td, .category-description table tr {
    border: 1px solid #c3c3c3 !important;
    color: #000;
}

.category-description table td, .category-description table th {
    padding: 10px;
}

.category-description p, .entry-content b, .category-description ul li, .entry-content ul li, .entry-content ol li, .category-description ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul, .category-description ol, .entry-content ol, .entry-content ul {
    margin-left: 15px !important;
}

.category-description, .entry-content {
    font-size: 15px;
}

.category-description a, .entry-content a {
    color: var(--primary-color3) !important;
    text-decoration: unset !important;
}

article.entry-content {
    padding-top: 0px !important;
}

#comments .comment-respond {
    margin-top: 0px !important;
}

article.entry-content table, article.entry-content table tr td, article.entry-content table tr {
    border: 1px solid #c3c3c3 !important;
    color: #000;
}

article.entry-content table td, article.entry-content table th {
    padding: 10px;
}

/**category**/
.category-box {
    background: #f5f5f5;
    padding: 0.75rem;
    width: 100%;
    border: 2px solid #eaeaea;
}

.category-box .category-thumbnail {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.category-box .category-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.category-box .category-content {
    margin: 1.5rem 0 0 0;
    text-align: center;
}

.category-box .category-content h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

.category-box .category-content h4 a {
    color: #111113;
    font-size: 1.5rem;
    line-height: 2rem;
}

.category-box .category-content h4 a:hover {
    color: var(--primary-color3)
}

.button_for_primary {
    font-size: 1.125rem;
}

.button_for_primary:hover {
    background: var(--primary-color3);
    color: #fff !important;
}

.category-box:hover .category-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**footer**/
#footer {
    padding: 0px 0 50px 0;
    position: relative;
    width: 100%;
    background: #fff;
    color: #fff;
    font-size: 15px;
}

footer#footer .footer-address p.company-name {
    font-weight: 700;
}

footer#footer .footer-bct a:not(:last-child) {
    margin: 0 5px 0 0;
}

footer#footer .footer-bct a {
    width: calc(100% / 3) !important;
    display: inline-block;
}

footer#footer .footer-bct a {
    margin-bottom: 5px !important;
}

.footer-bct a img {
    width: 100% !important;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title {
    margin: 0 0 10px 0;
}

footer#footer .footer-title h3 {
    margin: 0px !important;
    color: #fff;
    font-size: 18px;
}

#footer p {
    margin: 0 0 5px 0;
}

footer#footer .footer-menu ul li {
    border: 0 !important;
    margin: 0 0 5px 0 !important;
}

footer#footer .footer-menu ul li a {
    color: #fff;
    padding: 0px 0 0 12px !important;
    position: relative;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color2)
}

footer#footer .footer-menu ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

footer#footer .support-item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

footer#footer .support-item .sp-icon {
    width: 30px;
    height: 30px;
}

footer#footer .support-item .sp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer#footer .support-item .sp-text {
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
    line-height: 25px;
}

footer#footer .support-item .sp-text a {
    color: #000;
    font-weight: 700;
}

footer#footer .support-item .sp-text a:hover {
    color: var(--primary-color2)
}

footer#footer .support-item .sp-text p {
    margin: 0px !important;
}

footer#footer .support-item:not(:last-child) {
    margin: 0 0 10px 0;
}

footer#footer .support-item .sp-text p span:last-child {
    display: none !important;
}

footer#footer .footer-social a:not(:last-child) {
    margin: 0 10px 0 0;
}

footer#footer .footer-social a img {
    width: 35px;
}

section.footer-absolute .footer-address p.company-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

section.footer-absolute .footer-address p {
    font-size: 15px;
    margin: 0 0 5px 0;
    line-height: 22px;
}

/**title**/
.title-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

.title-product a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.title-product h3 {
    width: auto;
    margin: 0px !important;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.box__title {
    background: #f3f3f3;
    border-radius: 5px 0 0 5px;
    padding: 0 10px 0 0;
}

.box__title h3 {
    font-size: 16px;
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    min-width: 250px;
    text-align: center;
    border-radius: 5px;
    text-transform: unset;
    border: 1px solid #000;
}
.box__title a {
    font-size: 16px;
}

/**button***/
.button_for_readmore {
    background: #FFF;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    padding: 11px 9px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #000 !important;
    font-weight: 600;
}

/**taxnomy product cat**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

.term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
}

.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.devvn_readmore_taxonomy_flatsome a {
    font-weight: bold;
    font-size: 14px;
    color: var(--primary-color3);
    display: inline-block;
    border: 1px solid var(--primary-color3);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 55px;
    cursor: pointer;
    transition: all .3s;
    min-width: 230px;
}

.devvn_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--primary-color3);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}

.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--primary-color3);
}

.category-parent {
    width: 100%;
}

.category-parent:not(:last-child) {
    margin-bottom: 20px;
}

/**category**/
.nav-main-category {
    overflow-x: scroll;
    padding-bottom: 5px;
}

.nav-category-list {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0px 0 5px 0;
    align-items: center;
}

.nav-category-list li {
    margin: 0;
    padding: 0px 17px;
    border-left: 1px solid #EBEBEB;
    position: relative;
    min-width: fit-content;
}

.nav-category-list li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
}

.nav-category-list li.item-home .icon-home {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../images/icon-home-deactive.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-category-list li.item-home.active .icon-home {
    background-image: url(../images/icon-home.png);
}

.nav-category-list li.active a, .nav-category-list li a:hover {
    color: var(--primary-color3);
    font-weight: 700;
}

.nav-main-category::-webkit-scrollbar {
    height: 3px;
}

.nav-main-category::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.nav-main-category::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.post-big {
    width: 100%;
    display: inline-block;
}

.btn-loadmore-blog {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: var(--primary-color3);
    border: 1px solid var(--primary-color3);
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 30px;
}

.main-nav-sub-category .title-nav-sub {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    color: #0285ff;
    background-color: #EFEFEF;
    padding: 10px 20px 10px 10px;
    border-radius: 4px;
    width: 100%;
}

.main-nav-sub-category .title-nav-sub.active {
    background-color: var(--primary-color3);
    color: #fff;
}

ul.nav-sub-list {
    padding: 0;
}

.nav-sub-list > li {
    margin-bottom: 10px !important;
    list-style: none !important;
}

.nav-sub-list > li > a {
    background: #EFEFEF;
    padding: 10px;
    width: 100%;
    color: #0285ff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
}

.nav-sub-list > li.active a {
    background-color: var(--primary-color3);
    color: #fff;
}

.cat-title {
    font-size: 25px;
    line-height: 28px;
}

.alert-success {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #b6d4fe;
    border-radius: 0.25rem;
    color: #084298;
    background-color: #cfe2ff;
}

.category-sub ul {
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: -8px;
}

.category-sub ul li {
    position: relative;
    padding: 5px 10px;
}

.category-sub ul li a {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    cursor: pointer;
    position: relative;
    color: #000;
}

.category-sub ul li.active a {
    color: var(--primary-color3);
    font-weight: 700;
}

.category-sub ul li.active a:after {
    content: "";
    width: 100%;
    height: 4px;
    background: var(--primary-color3);
    border-radius: 5px 7px 0 0;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.category-sub ul li:nth-child(2):before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

ul.nav-menu-thead {
    padding: 0;
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center
}

ul.nav-menu-thead li > a {
    color: #fff;
    display: block;
    padding: 0 14px;
    width: 100%;
    font-size: 13px;
    line-height: 15px
}

ul.nav-menu-thead li {
    margin: 0;
    border-left: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-menu-thead .item-address {
    border: none
}

.nav-menu-thead .item-address span {
    display: block;
    font-size: 10px;
    line-height: 11px;
    text-align: right;
    font-weight: 400
}

.nav-menu-thead .item-address a {
    font-weight: 700;
    position: relative;
    padding-left: 24px
}

.nav-menu-thead .item-address a:before {
    content: "";
    width: 16px;
    height: 100%;
    background-image: url(../images/icon-address.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0
}

.chi-nhanh a.chinhanh__chinhanh {
    display: flex;
    flex-direction: column;
    color: #fff !important;
    font-size: 10px;
    text-align: center;

}

.chi-nhanh a.chinhanh__chinhanh img {
    width: 15px !important;
    margin: auto;
}

/*8chi nhannh**/
.section__hethong {
    background: #0071BD;
    padding: 50px 0 !important;
}

.section__chinhanh .form-search-store-main {
    margin-top: -210px;
}

.form-search-store-main {
    border-radius: 4px;
    box-shadow: 0 0 6px rgb(0 0 0 / 34%);
    background: #fff;
    padding: 10px;
    padding-top: 20px;
}

.form-search-store-main h3 {
    font-size: 18px;
    line-height: 21px;
}

.searchform {
    border-radius: 6px;
    overflow: hidden;
}

.form-search-store-main .searchresult {
    margin-top: 20px;
}

.form-search-store-main .searchresult .searchresult-head {
    margin-bottom: 20px;
}

.form-search-store-main .searchresult .searchresult-head h4 {
    color: #222222
}

#search_store_form .search_form_inner {
    display: flex;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

#search_store_form .search_form_inner .form-group.search_area {
    width: 40%;
}

#search_store_form .search_form_inner .form-group {
    padding: 0 5px;
}

#search_store_form .input-select {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    width: 100%;
    color: var(--primary-color3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--primary-color3) 50%), linear-gradient(135deg, var(--primary-color3) 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 10px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

#search_store_form input#keyword {
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#search_store_form #btn-search-store-submit {
    background-color: #fff;
    height: 40px;
    width: 40px;
    padding: 0;
    border: 1px solid #ddd;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: var(--primary-color3);
}

.item__tel {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0px 0 10px 0;
    color: #fff;
}

.item__tel .content__tel a {
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #ffffff;
}

.img__tel {
    max-width: 25px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25px;
    margin-right: 10px;
    min-width: 25px;
}

.section__hethong .content__tel span {
    color: #fff;
    font-size: 14px;
}

.content__tel > div {
    display: flex;
    gap: 10px;
}

#search_store_form .search_form_inner .form-group.search_keyword {
    width: 60%;
    display: flex;
}

.searchresult-list .store_item {
    padding: 7px 0;
    border-bottom: 1px solid #f3f3f3;
}

.searchresult-list .store_item a {
    color: var(--primary-color3);
    word-break: break-word;
    display: inline-block;
    margin-left: 5px;
}

.store_item p {
    margin: 0px !important;
    font-size: 14px;
}

.section-title-normal b {
    display: none;
}

.section-title-normal span {
    border: 0px !important;
}

h3.section-title.section-title-normal {
    border: 0px !important;
    margin: 0px !important;
}

.container.section-title-container {
    margin: 0 0 0px 0 !important;
}

.box__chinhanh {
    background-color: #d7d7d7;
    border-radius: 5px;
    padding: 15px 0;
}

.box__chinhanh .item__tel .content__tel span, .box__chinhanh .item__tel .content__tel {
    color: #333;
    font-size: 15px;
    line-height: 21px;
    overflow: hidden;
    margin: 0 0 5px 0;
    display: block;
}

.box__chinhanh .item__tel .content__tel a {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

/**single product**/
.page-title.shop-page-title.product-page-title {
    display: none !important;
}

.product-footer .tab-panels {
    padding: 20px;
    background: #f2f2f2;
}

#tab-description {
    overflow: hidden;
    position: relative;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    background: #f2f2f2;
    padding: 0;
    margin: 0 0 10px 0 !important;
}

.product-footer .woocommerce-tabs {
    padding-top: 0px !important;
}

.product-footer .woocommerce-tabs ul li a:before {
    display: none !important;
}

.product-footer .woocommerce-tabs {
    border: 0px !important;
}

.product-footer .woocommerce-tabs ul li a {
    font-size: 16px;
    padding: 0;
    line-height: 50px;
    display: inline-block;
    text-transform: unset;
}

.product-footer .woocommerce-tabs ul li {
    padding: 0px 15px !important;
}

.product-footer .woocommerce-tabs ul li.active {
    background: var(--primary-color3);
}

.product-footer .woocommerce-tabs ul li.active a {
    color: #fff;
}

.woocommerce-product-gallery__wrapper {
    height: 380px;
}

.product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: auto;
    height: 380px;
    display: block;
    margin: auto;
    object-fit: cover;
}

.product-gallery .product-thumbnails .col a img {
    width: 100%;
    height: 90px;
    display: block;
    margin: auto;
    object-fit: cover;
    transform: initial;
}

.product-title {
    font-size: 23px;
    color: #333;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.product-info {
    padding-top: 0px !important;
}

.box-endow {
    border: 1px solid #DDE0E5;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.endow-title {
    background-color: var(--primary-color3);
    color: #fff;
    font-weight: 700;
    padding: 14px 23px;
    position: relative;
    margin-top: 13px;
    max-width: 330px;
    margin-left: -5px;
    margin-bottom: 13px;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
}

.endow-title:before {
    content: "";
    border-right: 5px solid var(--primary-color3);
    border-bottom: 5px solid transparent;
    display: inline-block;
    left: 0;
    position: absolute;
    top: 100%;
}

.endow-title:after {
    content: "";
    height: 100%;
    display: initial;
    width: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -25px;
    transform: rotate(45deg);
}

.endow-product {
    background-color: #EFEFEF;
    padding: 17px 16px;
    margin-bottom: 16px;
}

.box-endow .u-wBold {
    font-weight: 600;
}

.box-endow p {
    margin-bottom: 0;
}

body .u-fs15 {
    font-size: 15px;
    line-height: 17px;
}

.endow-global {
    padding: 0 17px;
    margin-bottom: 26px;
}

.endow-global-item {
    display: flex;
    margin-bottom: 20px;
}

.endow-global-item .icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    margin-top: 1px;
}

.endow-global-item .icon.no-icon {
    position: relative;
}

.endow-global-item .icon {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    margin-top: 1px;
}

.endow-global-item .icon.no-icon:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--primary-color3);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.woocommerce-product-gallery__image--placeholder iframe {
    width: 100%;
}

.product-main {
    padding-top: 0px !important;
}

.product-main .summary-inner {
    margin: 0 0 10px 0;
}

.swatches-select.swatches-on-single {
    display: flex;
    flex-wrap: wrap
}

.swatches-select.swatches-on-single .wd-swatch.swatch-on-single {
    margin: 0 14px 10px 0;
    width: calc(20% - 14px);
    font-weight: 400;
    border: 1px solid #C2C3CA;
    padding: 3px 3px;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.swatches-select.swatches-on-single .wd-swatch.swatch-on-single.active-swatch {
    font-weight: 700;
    color: var(--primary-color3);
    border-color: var(--primary-color3)
}

.swatches-select.swatches-on-single .wd-swatch.swatch-on-single::after {
    display: none
}

.summary-inner .variations_form label {
    font-size: 16px;
}

.summary-inner .variations_form label strong {
    color: red;
}

.price-wrapper p {
    margin: 0px !important;
}

.summary-action.no_price .btn-advise {
    width: 100%;
}

.summary-action a {
    border-radius: 5px;
    font-size: 17px;
    line-height: 25px;
    color: #FFF;
    width: calc(50% - 10px);
    text-align: center;
    padding: 15px 5px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-advise {
    background-color: #0085FF;
}

.summary-action a span.small-des {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    text-transform: initial;
    line-height: 14px;
}

.summary-action a:hover {
    color: #fff;
}

.frm-tu-van {
    width: 100%;
}

.frm-tu-van .frm-head {
    margin: 0 0 15px 0;
}

.frm-tu-van .frm-head p {
    margin: 0px !important;
}

.frm-tu-van .frm-head h3 {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.input_tv {
    box-shadow: unset !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px !important;
    height: 45px !important;
}

.text_tv {
    box-shadow: unset !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px !important;
}

.btn_tv {
    width: 200px;
    margin: 0 auto 0;
    display: block;
    border-radius: 4px !important;
    background: var(--primary-color3) !important;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

.contact_footer_main {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 99;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center
}

.contact_footer_main .contact_item {
    margin-left: 5px;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    padding-right: 10px;
    position: relative;
    border-radius: 99px;
    cursor: pointer
}

.contact_footer_main .contact_item span {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700
}

.contact_footer_main .contact_item .sub-title {
    font-size: 16px;
    line-height: 22px;
    display: block
}

.contact_footer_main .contact_item .title {
    font-size: 18px;
    line-height: 24px
}

.contact_footer_main .contact_item.item_phone {
    background: var(--primary-color3)
}

.contact_footer_main .contact_item.showroom {
    background: #FFB100
}

.contact_footer_main .contact_item.chat {
    background: #0085FF;
    position: relative
}

.contact_footer_main .contact_item.chat ul.link-chat-list {
    position: absolute;
    margin: 0px !important;
    padding: 0;
    list-style: none;
    width: 100%;
    right: 0;
    bottom: calc(100% - 0px);
    background-color: #efefef;
    border-radius: 4px;
    transition: all .3s;
    width: 0;
    height: 0;
    overflow: hidden
}

.contact_footer_main .contact_item.chat ul.link-chat-list li {
    margin: 0
}

.contact_footer_main .contact_item.chat ul.link-chat-list li a {
    display: block;
    width: 100%;
    padding: 7px 15px;
    border-bottom: 1px solid #ccc;
    height: 35px
}

.contact_footer_main .contact_item.chat ul.link-chat-list li:last-child a {
    border-bottom: none
}

.contact_footer_main .contact_item.chat.active ul.link-chat-list {
    width: 100%;
    height: 70px;
    min-width: 150px
}

.contact_footer_main .contact_item .content {
    min-width: 140px;
    text-align: center
}

.contact_footer_main .contact_item .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -2px;
    top: 0
}

.contact_footer_main .contact_item.item_phone .icon {
    background-image: url(../images/icon-call.png)
}

.contact_footer_main .contact_item.showroom .icon {
    background-image: url(../images/icon-showroom.png)
}

.contact_footer_main .contact_item.chat .icon {
    background-image: url(../images/icon-chat.png)
}

.inner_content .box_title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #000;
}

.inner_content .box_phone_list {
    margin-top: 20px;
}

.box_phone_list .list_phone_call {
    list-style: none;
    padding: 0;
    margin: 0
}

.box_phone_list .list_phone_call .phone_call_item {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 15px 0 !important;
}

.box_phone_list .list_phone_call .phone_call_item a {
    font-size: 20px
}

.box_phone_list .list_phone_call .phone_call_item .fas.fa-phone-alt {
    display: flex;
    width: 35px;
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #cb1a16;
    border-radius: 50%;
    margin-right: 10px
}

.box_phone_list .list_phone_call .phone_call_item .box-link {
    display: flex;
    flex-wrap: wrap
}

.box_phone_list .list_phone_call .phone_call_item .box-link .list-phone {
    margin-left: 10px
}

.box_phone_list .list_phone_call .phone_call_item .box-link .list-phone a {
    color: #0286ff
}

.inner_content .box_form {
    position: relative;
}

.btn_tv_contact {
    background: var(--primary-color3) !important;
    border-radius: 4px !important;
    position: absolute !important;
    top: 3px !important;
    right: 3px !important;
    margin: 0px !important;
}

#logo {
    margin-right: 10px !important;
}

.chinh_sach {
    padding: 15px 15px 0 15px;
    background: #f2f2f2;
    margin-top: 15px;
    font-size: 15px;
}

.cs-item img {
    margin-right: 10px;
}

.posts-recent-action {
    text-align: center;
    margin-top: 15px;
}

 .posts-recent-action a {
    font-weight: 700;
    font-size: 13px;
    color: var(--primary-color3);
    display: inline-block;
    border: 1px solid var(--primary-color3);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 9px 55px;
    cursor: pointer;
    transition: all .3s;
    min-width: 230px;
}

.post-sidebar .sidebar-new {
    margin: 0 0 20px 0;
}