.vnd-logo img {
    max-height: 60px;
}
.vnd-menu-main a {
    padding: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    color: white;
    display: inline-block;
}
.vnd-nav {
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    background: white;
}
.vnd-nav.vnd-scroll-nav {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);
}
.vnd-menu-main a:hover,
.vnd-menu-active {
    color: var(--color-second);
}
.vnd-menu-sub {
    right: auto;
    position: absolute;
    z-index: 5;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    top: 39px;
    visibility: hidden;
    min-width: 200px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0px 30px 70px 0px rgb(137 139 142 / 15%);
    margin: 0;
    transform: scale(1 , 0);
    transform-origin: 0 0;
    float: none;
    font-size: 1rem;
    text-align: left;
    list-style: none;
}
.vnd-has-sub:hover .vnd-menu-sub {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.vnd-menu-sub a {
    display: block;
    color: var(--color-text);
    padding: 10px;
}
.vnd-has-sub {
    position: relative;
}
.vnd-has-sub:last-child .vnd-menu-sub {
    right: 0;
    left: inherit;
}
.vnd-menu-sub a:hover {
    color: var(--color-main);
}
.vnd-join-now {
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: white !important;
    border-radius: 25px;
    padding: 10px 20px !important;
    animation-name: zoomInzoomOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-left: 20px;
}
@keyframes zoomInzoomOut {
    0%  {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    50%  {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.vnd-menu-icon {
    display: none;
}
.vnd-close-icon {
    z-index: 13;
    color: var(--color-text);
    right: 15px;
    top: 15px;
    font-size: 25px;
    visibility: hidden;
    display: none;
}
.vnd-close-icon.vnd-close-icon-active {
    visibility: visible;
}
.vnd-header-top {
    background-color: var(--color-main);
}
.vnd-menu-infor span {
    display: inline-block;
    color: white;
}
.vnd-menu-infor .vnd-hotline {
    background: var(--color-second);
    color: var(--color-text);
    padding: 5px;
    border-radius: 8px;
    margin-left: 10px;
}
.vnd-img-logo h1 {
    margin: 0;
    line-height: 0;
}
.vnd-img-logo a {
    line-height: 0;
    display: block;
}
.vnd-img-logo img {
    width: 100%;
    height: auto;
}
.vnd-core-value-item {
    display: flex;
    align-items: center;
}
.vnd-core-value-item img {
    height: 60px;
}
.vnd-core-value-item p {
    text-transform: uppercase;
    font-weight: 700;
    max-width: 110px;
    line-height: 1.3;
    margin: 0;
    margin-left: 10px;
}
.vnd-header-second {
    padding: 15px;
}
.vnd-core-value {
    flex: 0 0 70%;
    width: 70%;
}
.vnd-header-search {
    background-color: var(--color-main);
    padding: 15px 0;
    margin-bottom: 15px;
}
.vnd-list-cat {
    position: relative;
}
.vnd-list-cat-main {
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0;
    z-index: 10;
    background: white;
    visibility: hidden;
}
.vnd-list-cat-main.vnd-list-show {
    visibility: visible;
}
body.home .vnd-list-cat-main.vnd-list-show {
    top: 59px;
}
.vnd-list-cat-main .vnd-list-cat-main-item {
    display: block;
    color: var(--color-text);
    padding: 12.9px;
    border-top: 1px solid var(--color-border);
    font-weight: 500;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}
.vnd-list-cat-main-item-link {
    display: block;
    color: var(--color-text);
}
.vnd-list-cat-main a:hover {
    color: var(--color-main);
}
.vnd-list-cat-main a:last-child {
    border-bottom: 1px solid var(--color-border);
}
ul.vnd-list-cat-sublist {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: none;
}
.vnd-list-cat-sublist a,
.vnd-list-cat-main-item-link {
    display: block;
    color: var(--color-text);
    border-bottom: none !important;
    padding: 12.9px;
}
.vnd-list-cat-main-item-link-flex {
    display: flex !important;
    flex-wrap: wrap;
}
.vnd-list-cat-main-item-link-link {
    text-decoration: none;
    color: var(--color-text);
    display: block;
    width: calc(100% - 40px);
    padding: 0 !important;
}
.vnd-list-cat-main-item-link-icon {
    cursor: pointer;
    flex: 0 0 35px;
    text-align: right;
}
.vnd-list-cat-sublist a:hover {
    color: var(--color-main);
}
.vnd-list-cat-main-item-link.--dropdown ~ .vnd-list-cat-sublist,
.vnd-list-cat-main-item-link.vnd-list-cat-main-active ~ .vnd-list-cat-sublist,
.vnd-list-cat-main-item-link.vnd-list-cat-main-active ~ .vnd-list-cat-sublist .vnd-list-cat-sublist {
    display: block;
}
.vnd-list-cat-main-item.vnd-list-cat-main-item--has-child {
    padding: 0;
} 
body.home .vnd-list-cat-main a {
    border-left: none;
    border-right: none;
}
.vnd-cat-dropdown {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}
.vnd-cat-dropdown {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}
.vnd-cat-dropdown i {
    margin-left: 50px;
}
.vnd-cat-dropdown:hover {
    color: var(--color-second);
}
.vnd-search-form form {
    position: relative;
}
.vnd-search-form form i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.vnd-search-form form input {
    padding-right: 30px;
    width: calc(100% - 40px);
}
.vnd-slide-banner .swiper-slide a {
    width: 100%;
    height: 370px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* background-color: #00000066 !important; */
    display: block;
}
.vnd-slide-banner .swiper-slide a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: skewX( -25deg );
    transform: skewX(-25deg);
}
.vnd-slide-banner .swiper-slide a:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
    z-index: 2;
}
.vnd-banner,
.vnd-product-list {
    margin-bottom: 15px;
}
.vnd-product-list .vnd-product-list-title {
    margin: 0;
    background: #ECECEC;
    font-size: 18px;
}
.vnd-product-list .vnd-product-list-title .vnd-title-cat {
    color: white;
    display: inline-block;
    padding: 10px;
    background: var(--color-main);
    transition: all 0.3s ease;
}
.vnd-product-list .vnd-product-list-title .vnd-title-view-all {
    color: var(--color-main);
    padding: 10px;
    font-size: 16px;
}
.vnd-product-list .vnd-product-list-title .vnd-title-cat:hover {
    color: var(--color-second);
}
.vnd-product-item {
    flex: 0 0 calc(20% - 2px);
    width: calc(20% - 2px);
    border: none !important;
}
.vnd-product-item .vnd-product-img-wrap {
    padding: 10px;
    overflow: hidden;
}
.vnd-product-item .vnd-product-img-wrap a {
    overflow: hidden;
    display: block;
}
.vnd-product-item .vnd-product-img-wrap .vnd-product-img {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.3s ease;
}
.vnd-product-item .vnd-product-img-wrap a:hover .vnd-product-img {
    transform: scale(1.3);
}
.vnd-product-img-wrap a {
    line-height: 0;
}
.vnd-product-item .vnd-product-title a {
    color: var(--color-text);
    transition: all 0.3s ease;
    font-size: 16px;
}
.vnd-product-item .vnd-product-title {
    margin: 0;
    padding: 10px;
    padding-top: 0;
}
.vnd-product-item .vnd-product-title:hover a {
    color: var(--color-main);
}
/* .vnd-product-list .vnd-product-item:nth-child(even) {
    border-left: 0;
    border-right: 0;
    flex: 0 0 20%;
    width: 20%;
} */
.vnd-product-list .vnd-product-item:last-child {
    border-right: 1px solid var(--color-border);
}
/* .vnd-product-list-tax .vnd-product-item:nth-child(even) {
    flex: 0 0 calc(20% - 2px);
    width: calc(20% - 2px);
    border: 1px solid var(--color-border);
} */
/* .vnd-product-list-tax .vnd-product-item:nth-child(5n - 3) {
    border-left: 0;
    border-right: 0;
    flex: 0 0 20%;
    width: 20%;
} */

.vnd-above-footer {
    padding-top: 30px;
}
.vnd-contact-title {
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--color-main);
    padding-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-main);
}
.vnd-contact-title a {
    color: var(--color-main);
}
.vnd-news-item {
    width: 31.5%;
    flex: 0 0 31.5%;
    box-shadow: 0px 3px 10px 0px #2a2a2a12;
}

.vnd-news-item .vnd-news-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 250px;
    position: relative;
}
.vnd-news-item .vnd-news-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.vnd-news-infor .vnd-news-title {
    margin: 0;
    margin-bottom: 5px;
    padding: 15px;
    padding-bottom: 0;
}
.vnd-news-excerpt-wrap {
    padding: 15px;
    padding-top: 5px;
}
.vnd-news-infor .vnd-news-excerpt {
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vnd-news-item {
    margin-bottom: 15px;
}
.vnd-news-infor .vnd-news-title a {
    color: var(--color-text);
    transition: all 0.3s ease;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 48px;
}
.vnd-news-infor .vnd-news-title a:hover {
    color: var(--color-main);
}
footer {
    padding: 30px 0;
}
.vnd-line {
    width: 100%;
    height: 2px;
    background: #0000000a;
    margin-bottom: 30px;
}
.vnd-footer-item {
    width: 31.5%;
    flex: 0 0 31.5%;
}
.vnd-logo-footer {
    display: inline-block;
}
.vnd-logo-footer img {
    height: 80px;
}
.vnd-footer-item span {
    margin: 8px 0;
    display: block;
    line-height: 1.4;
}
.vnd-footer-title {
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.vnd-footer-item a {
    display: block;
    color: var(--color-text);
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.vnd-footer-item a:hover {
    color: var(--color-main);
}
.vnd-footer-ct {
    text-align: justify;
    font-weight: 400;
    line-height: 1.4;
}
.vnd-footer-item i {
    margin-right: 5px;
    color: var(--color-main);
}
.vnd-social-item {
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    font-size: 20px;
    text-align: center;
    color: white !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 5px;
}
.vnd-social-fb {
    background: #3B5998;
}
.vnd-social-tw {
    background: #55ACEE;
}
.vnd-social-ytb {
    background: #bb0000;
}
.vnd-social-item i {
    margin-right: 0;
    color: white;
}
.vnd-breadcrumb {
    margin-bottom: 30px;
}
.vnd-breadcrumb a {
    color: var(--color-text);
}
.vnd-breadcrumb a i {
    font-size: 11px;
    line-height: 1;
}
.vnd-breadcrumb-home i {
    font-size: 16px !important;
}
.vnd-breadcrumb-arrow {
    line-height: 0.8;
    margin: 0 10px;
}
.vnd-breadcrumb a:hover {
    color: var(--color-main);
}
.vnd-pro-img,
.vnd-pro-infor {
    flex: 0 0 49%;
    width: 49%;
}
.vnd-wrap-library {
    white-space: nowrap;
    overflow: hidden;
}
.vnd-wrap-library a {
    height: 105px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 150px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
}
.vnd-pro-infor h1 {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 22px;
}
.vnd-pro-attr p,
.vnd-entry-title,
.vnd-product-news .vnd-filter-label,
.vnd-section-post .vnd-main-title {
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-main);
    font-size: 19px;
}
.vnd-entry-title {
    margin-top: 15px;
}
.vnd-pro-attr-wrap label {
    flex: 0 0 calc(49% - 20px);
    width: calc(49% - 20px);
    padding: 10px;
    font-size: 14px;
}
.vnd-attr-name {
    font-weight: 600;
}
.vnd-pro-attr-wrap label:nth-child(4n - 3),
.vnd-pro-attr-wrap label:nth-child(4n - 2) {
    background-color: #EEEEEE;
}
.vnd-pro-attr {
    position: sticky;
    top: 80px;
}
.entry-content {
    line-height: 1.4;
    width: 100%;
}
.entry-content img.aligncenter {
    display: block;
    margin: auto;
}
.entry-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.entry-content td,
.entry-content th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.entry-content video {
    max-width: 100%;
    height: auto !important;
}
.entry-content img {
    height: auto !important;
    width: auto !important;
}
.entry-content p {
    text-align: justify;
}
.entry-content .alignleft {
    text-align: left !important;
    margin: 0 !important;
}
.entry-content .alignright {
    text-align: right !important;
    margin: 0 !important;
}
.vnd-post-infor .vnd-cat-list-single a {
    transition: all 0.3s ease;
}
.vnd-term-list-pro a,
.vnd-post-infor .vnd-cat-list-single a {
    background: var(--color-main);
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 10px;
}
.vnd-btn-contact {
    background: var(--color-main);
    padding: 10px 15px;
    display: inline-block;
    color: white;
    border-radius: 25px;
    margin-top: 30px;
}
.vnd-catalog {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: var(--color-main);
}
.vnd-term-list-pro a:hover,
.vnd-btn-contact:hover,
.vnd-post-infor .vnd-cat-list-single a:hover {
    background: var(--color-text);
}
.vnd-catalog:hover {
    color: var(--color-text);
}
.vnd-pagination {
    margin-top: 15px;
    flex: 0 0 100%;
    width: 100%;
}
.vnd-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.vnd-pagination ul li {
    display: inline-block;
}
.vnd-pagination ul li a,
.vnd-pagination ul li span {
    color: white;
    width: 40px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    background: var(--color-main);
    font-size: 16px;
    display: block;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.vnd-pagination ul li span.current,
.vnd-pagination ul li a:hover {
    opacity: 1;
}
.vnd-post-infor .vnd-post-title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}
.vnd-product-news {
    height: min-content;
}
.vnd-product-news .vnd-filter-label,
.vnd-product-news .vnd-product-item {
    flex: 0 0 100%;
    width: 100%;
}
.vnd-product-news .vnd-product-item {
    margin-bottom: 15px;
}
.vnd-news-list {
    gap: calc( (100% - (31.5% * 3) ) / 2 );
}
.vnd-news-list .vnd-news-item-main {
    width: 31.5%;
    flex: 0 0 31.5%;
    box-shadow: 0px 3px 10px 0px #2a2a2a12;
}
.vnd-news-item-main .vnd-news-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.vnd-news-item-main .vnd-news-title {
    padding: 15px;
    display: block;
    color: var(--color-text);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
.vnd-news-item-main .vnd-news-short-ct {
    margin: 0;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    opacity: 0.7;
    line-height: 1.4;
    font-weight: 300;
}
.vnd-news-item-main {
    padding-bottom: 15px;
    margin-bottom: calc( (100% - (31.5% * 3) ) / 2 );
}
.vnd-news-item-main .vnd-news-img {
    overflow: hidden;
}
.vnd-news-item-main .vnd-news-img:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.vnd-news-item-main .vnd-news-title:hover {
    color: var(--color-main);
}
.vnd-product-search {
    margin-bottom: 15px;
}
.vnd-list-post {
    flex: 0 0 100%;
    width: 100%;
}
.vnd-alert {
    color: #f44336;
}
.sys-loading {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.sys-loading .lds-spinner {
	color: white;
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -32px;
}

.sys-loading .lds-spinner div {
	transform-origin: 32px 32px;
	animation: lds-spinner 1.2s linear infinite;
}

.sys-loading .lds-spinner div::after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #fff;
}

.sys-loading .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.sys-loading .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.sys-loading .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.sys-loading .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.sys-loading .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.sys-loading .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.sys-loading .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.sys-loading .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.sys-loading .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.sys-loading .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.sys-loading .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.sys-loading .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.vnd-img-logo {
    flex: 0 0 28%;
}
.vnd-menu-mb,
.vnd-show-attr-mb {
    display: none;
}
.entry-content figure {
    margin: 0 auto;
}
.entry-content figure.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.vnd-btn-submit-contact {
    color: white;
    background: var(--color-main);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
}
.vnd-btn-submit-contact:hover {
    background: var(--color-text);
}
.vnd-product-taxonomy {
    position: sticky;
    top: 15px;
    height: min-content;
    z-index: 9;
}
.vnd-product-taxonomy-title p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
.vnd-product-taxonomy .vnd-list-cat-main {
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%;
}
.vnd-product-taxonomy-wrap .vnd-product-list-wrap .vnd-product-item {
    flex: 0 0 calc(25% - 2px);
    width: calc(25% - 2px);
}
/* .vnd-product-taxonomy-wrap .vnd-product-list-wrap .vnd-product-item:nth-child(5n) {
    border-right: none;
} */
.vnd-product-taxonomy-wrap .vnd-product-list-wrap .vnd-product-item:nth-child(4n) {
    border-right: 1px solid var(--color-border);
}
.vnd-product-list-wrap-swiper .vnd-product-item {
    width: calc(100% - 2px) !important;
    border: 1px solid var(--color-border);
    display: block !important;
}
.vnd-product-list-wrap-swiper .swiper {
    padding-bottom: 30px;
}
.vnd-product-list-wrap-swiper .swiper-pagination {
    bottom: 0;
}
.vnd-product-list-wrap-swiper .swiper-pagination-bullet-active {
    background: var(--color-main);
}
.vnd-list-cat-main-active {
    color: var(--color-main);
    border-left: 6px solid var(--color-main) !important;
}
.vnd-phone-now {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 11;
    bottom: 180px;
    right: 20px;
}
.vnd-zalo-now {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 11;
    bottom: 90px;
    right: 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -12px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f2b47dc2;
    opacity: .75;
    right: -10px
}
.kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -7px;
    right: -6px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #f2b47dcc;
    opacity: .1;
    border-color: var(--color-second);
    opacity: .5;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: revert !important;
}
@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

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

@-o-keyframes shake-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    max-width: 100%
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.vnd-zalo-now .kenit-alo-circle-fill {
    background-color: rgba(0,143,229,0.45);
}

.vnd-zalo-now .kenit-alo-circle {
    border-color: #0075ff;
}
.vnd-phone-now img {
    width: 30px;
    display: block;
    margin: auto;
}
.vnd-scroll-top {
    position: fixed;
    right: -100px;
    line-height: 1;
    bottom: 15px;
    width: 50px;
    height: 40px;
    background: var(--color-main);
    border-radius: 50%;
    z-index: 11;
    text-align: center;
    padding-top: 10px;
}
.vnd-scroll-top.vnd-scroll-show {
    right: 20px;
}
.vnd-scroll-top i {
    transform: rotate(-90deg);
    color: white;
    font-size: 25px;
}
.vnd-phone-now i,
.vnd-zalo-now i {
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--color-second);
    position: relative;
    z-index: 5;
    text-align: center
}
.vnd-zalo-now i {
    background: #0075ff;
}
.vnd-client .swiper {
    padding-bottom: 30px;
}
.vnd-client .swiper-pagination {
    bottom: 0;
}
.vnd-client .swiper-pagination-bullet-active {
    background: var(--color-main);
}
.vnd-client .swiper-slide img {
    max-height: 80px;
}
.vnd-img-sec-contact .vnd-footer-item {
    width: 100%;
}
.vnd-img-sec-contact .vnd-footer-title {
    text-transform: uppercase;
    color: var(--color-main);
    font-size: 20px;
}
.vnd-footer-item span {
    margin: 8px 0;
    display: block;
    font-weight: 300;
    line-height: 1.4;
}
.vnd-img-sec-contact .vnd-footer-item i {
    margin-right: 5px;
    color: var(--color-second);
}
.vnd-img-sec-contact .vnd-footer-item a {
    display: inline-block;
}
.vnd-block-layer-contact {
    position: absolute;
    top: 50%;
    background: #00000069;
    width: calc(100% - 20px);
    padding: 10px;
    z-index: 1;
    left: 0;
    transform: translateY(-50%);
}
.vnd-block-layer-contact .vnd-sub-title {
    color: var(--color-second);
}
.vnd-block-layer-contact .vnd-sub-title {
    font-weight: 300;
    font-size: 30px;
}
.vnd-block-layer-contact .vnd-main-title {
    font-weight: 500;
    font-size: 45px;
    margin: 10px 0;
    color: var(--color-main);
    text-transform: capitalize;
}
.vnd-block-layer-contact .vnd-main-title {
    font-size: 35px;
}
.vnd-block-layer-contact .vnd-main-title a {
    color: white;
}
.vnd-header-scroll {
    top: -100px;
    position: fixed;
    left: 0;
    z-index: 12;
    background: white;
    width: 100%;
    transition: all 0.3s ease;
    padding: 10px 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
}
.vnd-header-scroll.vnd-header-scroll-active {
    top: 0;
}
.vnd-header-scroll .vnd-img-logo img {
    width: auto;
    height: 49px;
}
.vnd-header-scroll .vnd-menu-main a {
    color: var(--color-text);
}
.vnd-header-scroll .vnd-menu-main a:hover {
    color: var(--color-main);
}
.vnd-header-top-mb {
    display: none;
}
.vnd-menu-main-desktop a {
    font-size: 18px;
}