@font-face {
    font-family: Gilroy;
    src:
        url("font/SVN-Gilroy.woff2") format("woff2"),
        url("font/SVN-Gilroy.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gilroy";
    src:
        url("font/SVN-GilroyBlack.woff2") format("woff2"),
        url("font/SVN-GilroyBlack.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gilroy";
    src:
        url("font/SVN-GilroySemiBold.woff2") format("woff2"),
        url("font/SVN-GilroySemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gilroy";
    src:
        url("font/SVN-GilroyLight.woff2") format("woff2"),
        url("font/SVN-GilroyLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gilroy";
    src:
        url("font/SVN-GilroyThin.woff2") format("woff2"),
        url("font/SVN-GilroyThin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gilroy";
    src:
        url("font/SVN-GilroyBold.woff2") format("woff2"),
        url("font/SVN-GilroyBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SVN-Gilroy";
    src:
        url("font/SVN-GilroyMedium.woff2") format("woff2"),
        url("font/SVN-GilroyMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geomanist";
    src:
        url("font/Geomanist-Medium.woff2") format("woff2"),
        url("font/Geomanist-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: GeomanistRegular;
    src:
        url("font/Geomanist-Regular.woff2") format("woff2"),
        url("font/Geomanist-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geomanist";
    src:
        url("font/Geomanist-Light.woff2") format("woff2"),
        url("font/Geomanist-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geomanist";
    src:
        url("font/Geomanist-Book.woff2") format("woff2"),
        url("font/Geomanist-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geomanist";
    src:
        url("font/Geomanist-Bold.woff2") format("woff2"),
        url("font/Geomanist-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.vnt-menutop > ul > li > a,
body {
    font-family: GeomanistRegular;
    --colorSecond: rgb(223, 54, 55);
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}
a:-webkit-any-link:hover {
    outline: none !important;
}
table {
    width: 100% !important;
    overflow: scroll;
}
.text-white {
    color: white;
}
.cart-title .count,
.cart_moblie,
.footer_link div,
.footer_logo blockquote,
.footer_menu,
.header-ads,
.main-whychoose .whychoose,
.rating-container .star,
.to_top,
.vnt-logo,
.vnt-menutop {
    text-align: center;
}
.q-next,
.q-prev,
.quantity {
    cursor: context-menu;
}
.clear,
footer {
    clear: both;
}
p {
    line-height: 1.5;
    letter-spacing: 0.5px;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #fff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
img {
    max-width: 100%;
    object-fit: cover;
}
html.openmenu body {
    position: fixed;
    top: 0;
    width: 100%;
}
body {
    line-height: 1 !important;
    --primaryCl: #21543a;
    --primaryCl2: #268555;
    background:#fff !important;

}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
#vnt-wrapper,
.wap_slider .img img,
video {
    width: 100%;
    height: 100%;
}
#vnt-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    background: #fff;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: -webkit-focus-ring-color auto 0;
}
.not_h1 {
    padding-top: 10px;
}
.bg_whychoose,
.fixedposicon a,
.wrap .wrap-header {
    margin-bottom: 30px;
}
.main-whychoose {
    padding-bottom: 15px;
    overflow: hidden;
    margin-top: 25px;
}
.main-whychoose .whychoose {
    background: 0 0;
    box-shadow: none;
}
.main-whychoose .whychoose .image {
    margin-bottom: 10px;
    padding-right: 10px;
}
.main-whychoose .whychoose .image img {
    width: auto;
    height: 100%;
}
.main-whychoose .whychoose .title {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
}

.footer {
    position: relative;
    font-size: 16px;
    /* background-color: var(--primaryCl); */
    color: #000;
}
.footer .line {
    display: block;
    margin: 10px;
    height: 5px;
    background-color: var(--primaryCl);
}
.footer-top {
}
.title-head {
    margin-bottom: 30px;
    background-color: var(--primaryCl);
    padding: 8px 0;
    display: block;
    text-align: center;
    border-radius: 8px;
    position: relative;
}
.title-head h3 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #ffff;
    text-transform: uppercase;
}
.title-head .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(226, 23, 23);
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
}
.footer-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer-content_box {
}
.footer-content_box ul {
    padding: 0;
}
.footer-content_box ul li {
    margin: 0px 0 5px;
    padding-left: 15px;
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.footer-content_box ul li img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
}
.footer-content_box ul li.tit {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.footer_company_info {
    color: #000;
}
.footer_company_info::before,
.footer_company_info::after {
    display: none;
}
.footer_company_info .title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
    margin-top: 0;
}
.contact-list_company_info ul {
    position: relative;
    padding: 0;
}
.contact-list_company_info ul li {
    margin: 0px 0 10px;
    padding-left: 15px;
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.contact-list_company_info ul.sec li {
    margin: 8px 0;
}
.contact-list_company_info ul li img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
}
.contact-list_company_info ul.sec li a i {
    color: #fff;
    font-size: 30px;
}
.contact-list_company_info ul.sec li a {
    margin-right: 10px;
}
.contact-list_company_info ul li img {
    vertical-align: middle;
    padding-right: 5px;
    width: 20px;
    height: 20px;
}
.contact-list_company_info .footer_block {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.btn-passnews.focus,
.btn-passnews:focus,
.btn-passnews:hover,
.footer_menu li a,
.hvr-shutter-out-horizontal:focus,
.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
    color: #fff;
}
.to_top {
    width: 46px;
    height: 46px;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: none;
    border-radius: 100%;
    background: url(../images/top.png) center center no-repeat;
    z-index: 30;
}
.keywords p {
    width: 100%;
    height: 2px;
    overflow: hidden;
    color: #a6decd;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
    position: absolute;
    bottom: 0;
}
.card-map h3 {
    font-size: 19px;
    line-height: 29px;
    text-transform: uppercase;
}
.card-map p {
    font-size: 14px;
}
.card-map .car-parking {
    margin: 5px 0 0;
    color: #cc2338;
    font-size: 13px;
    line-height: 17px;
}
.top-header {
    height: 50px;
    width: 100vw;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--primaryCl);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-inline: 1.5625rem;
    color: white;
}
.language-block-open i {
    margin-right: 0.625rem;
    color: white;
}
.header_main {
    z-index: 100;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
}
.header-mid {
    position: relative;
    background-color: #ffffff;
}
.header-mid .topbar-wrapper {
    width: 100%;
    position: relative;
}
.header-mid .topbar-wrapper .topbar-wrapper-wrap {
    padding: 30px 0 24px;
    /* background: linear-gradient(90deg, var(--primaryCl2) var(--menu-logo-width), transparent var(--menu-logo-width)); */
    --menu-logo-width: 340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}
/* .topbar-wrapper::after {
    content: "";
    background-image: url("../images/aaaa.svg");
    position: absolute;
    inset: 0 0 0 var(--menu-logo-width);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    width: 17px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
} */
.header-mid .topbar-wrapper .topbar-menu {
    display: -ms-grid;
    display: grid;
    width: 3.125rem;
    place-items: stretch;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}
.header-mid .topbar-wrapper .topbar-menu .topbar-menu__close {
    display: none;
}
.header-mid .topbar-wrapper .topbar-menu.open .topbar-menu__close {
    display: block;
}
.header-mid .topbar-wrapper .topbar-menu.open .topbar-menu__open {
    display: none;
}
.header-mid .topbar-wrapper .topbar-menu i {
    font-size: 1.5rem;
    color: #ffdb00;
}
.header-mid .topbar-wrapper .logo {
    width: 160px;
    height: 40px;
}
.header-mid .topbar-wrapper .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.topbar-wrapper .navigations {
    --menu-offset: 62px;
    flex: 1;
}
.topbar-wrapper .navigations .region-main-navigation {
    display: flex;
    justify-content: space-between;
    /* position: relative; */
}
.formSearch {
    position: relative;
    width: 22.5px;
    height: 22.5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    margin-left: 2rem;
    margin-right: 2rem;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    transition: width 0.5s;
}
.formSearch.active {
    width: 130px;
    transition: width 0.3s ease-in-out;
}

.formSearch input {
    position: absolute;
    width: calc(100% - 30px);
    height: 22.5px;
    color: rgb(102, 102, 102);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px 10px;
    box-shadow: none !important;
}
.formSearch .icon {
    position: absolute;
    display: flex;
    top: 0px;
    right: 0px;
    width: 22.5px;
    height: 22.5px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    transition: 0.5s;
    border-radius: 4px;
}
.formSearch .icon:hover i {
    color: var(--primaryCl2);
    cursor: pointer;
}
.formSearch form,
#autocomplete-mobile {
    height: 100%;
}
.formSearch form {
    display: flex;
    align-items: center;
}

.search-block {
    display: flex;
    align-items: center;
}
.search-block .open_menu {
    display: none;
}
.search-block .location a {
    font-size: 18px;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu {
    position: static;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu ul.list2 {
    position: absolute;
    width: 500px;
    padding-left: 0;
    top: 100%;
    left: 0;
    background: #f4f4f4;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    transform: translate(-30%, 0);
    max-height: 700px;
    /* overflow-y: auto; */
    display: none;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu ul > li > ul {
    position: absolute;
    width: 70%;
    top: 0px;
    left: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    padding-left: 0;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li {
    list-style: none;
    position: relative;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li.all_cate_menu:hover .all_cate {
    display: block;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate {
    background: #f4f4f4;
    /* display: none; */
    left: -30px;
    margin-left: 30px;
    min-width: 200px;
    padding: 0;
    position: absolute;
    text-align: left;
    display: none;
    width: 200px;
    /* flex-wrap: wrap; */
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li {
    background: #f4f4f4;
    border-bottom: 1px dotted #d8d7d7;
    margin-left: 0px;
    min-width: 250px;
    position: relative;
    width: 200px;
    
    display: flex;
    align-items: center;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate > li:hover {
    background: #fff;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li:hover > a {
    color: var(--primaryCl2);
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li a {
    transition: all 200ms ease-in-out;
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    min-width: 250px;
    padding: 15px 25px;
    line-height: 14px;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate > li:hover .all_cate_sub{
    display: block;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li .all_cate_sub li:hover .all_cate_pr  ,.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate  > li:hover .all_cate_pr_v1 {
    display: flex;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li .all_cate_pr_v1{
    background: #f4f4f4;
    left: 100%;
    min-width: 250px;
    padding: 0;
    position: absolute;
    text-align: left;
    display: none;
    flex-wrap: wrap;
    top: 0;
}

.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li .all_cate_sub {
    background: #f4f4f4;
    /* display: none; */
    left: 100%;
    min-width: 200px;
    padding: 0;
    position: absolute;
    text-align: left;
    display: none;
    width: 200px;
    /* flex-wrap: wrap; */
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li .all_cate_sub li .all_cate_pr {
    background: #f4f4f4;
    /* display: none; */
    left: 100%;
    min-width: 250px;
    padding: 0;
    position: absolute;
    text-align: left;
    display: none;
    /* width: 501px; */
    flex-wrap: wrap;
    top: 0;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li .all_cate_sub li   .all_cate_pr li ,.topbar-wrapper .navigations .region-main-navigation .get_menu li .all_cate li .all_cate_pr_v1 li {
    border-right: 1px #e0dfdf solid;
    transition: all 0.5s ease-in-out;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .mm_desk {
    background: #f4f4f4;
    /* display: none; */
    left: -30px;
    margin-left: 30px;
    min-width: 250px;
    padding: 0;
    position: absolute;
    text-align: left;
    display: none;
    width: 501px;
    flex-wrap: wrap;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li:hover .mm_desk {
    display: flex;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .mm_desk li {
    background: #f4f4f4;
    border-bottom: 1px dotted #d8d7d7;
    margin-left: 0px;
    min-width: 250px;
    position: relative;
    width: 250px;
    border-right: 1px #e0dfdf solid;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .mm_desk li:hover {
    background: #fff;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .mm_desk li:hover a {
    color: var(--primaryCl2);
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .mm_desk li a {
    transition: all 200ms ease-in-out;
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 14px;
    min-width: 250px;
    padding: 10px 25px;
    line-height: 14px;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr {
    --menu-columns: 5;
    z-index: 100;
    inset: 100% 0 0;
    position: absolute;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: #ffffff;
    transition: grid-template-rows 0.3s ease-in-out;
    transition:
        grid-template-rows 0.3s ease-in-out,
        -ms-grid-rows 0.3s ease-in-out;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .menu-item-overview {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1.875rem;

    color: #000 !important;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .menu-item-overview a {
    cursor: pointer;
    display: inline-block;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr.active {
    grid-template-rows: 1fr;
    padding-block: 3.125rem;
    transition: grid-template-rows 0.3s ease-in-out;
    transition:
        grid-template-rows 0.3s ease-in-out,
        -ms-grid-rows 0.3s ease-in-out;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr ul {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [var];
    grid-template-columns: repeat(var(--menu-columns), 1fr);
    gap: 30px;
    padding: 0 3.125rem;
    transition: padding-block 0.2s ease-in-out;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr ul .menu-item-overview {
    grid-column: span var(--menu-columns) / span var(--menu-columns);
    width: 100%;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item {
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content {
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images {
    height: 170px;
    position: relative;
    aspect-ratio: 2 / 1;
    position: relative;
    display: block;
    text-align: center;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images img.img-pr {
    width: 100%;
}

.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images img {
    height: 100%;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    transition: background-color 0.2s ease-in-out;
    left: 0;
    z-index: 1;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images .navIcon {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images:hover .navIcon {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .images:hover::before {
    background-color: none;
    z-index: -1;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .title {
    font:
        normal 700 20px / 26px "Produkt",
        "Roboto Slab",
        Arial,
        sans-serif;
    padding: 20px 0 10px 0;
    color: #222;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li .list_pr .pr-item .pr-content .description {
    font:
        normal 400 16px / 24px "Istok Web",
        sans-serif;
    color: #a6a6a6;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li.active {
    /* font-size: 0.875rem;
    line-height: 1.375rem; */
    font-weight: 700;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li.active a,
.topbar-wrapper .navigations .region-main-navigation .get_menu li.active a i {
    color: var(--primaryCl);
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li > a {
    text-transform: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(22, 22, 22);
    padding: 5px 7px;
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li > a:hover {
    color: var(--primaryCl);
}
.topbar-wrapper .navigations .region-main-navigation .get_menu li a i {
    margin-left: 5px;
    font-size: 0.75rem;
    color: #000;
    transition: 0.2s ease-out;
}
.header-block {
    display: -ms-grid;
    display: grid;
    width: calc(80% - 45px);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    height: 100vh;
    background: rgb(51, 51, 51);
    /* opacity: 0;
    visibility: hidden; */
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.header-block_inner {
    --padding-horizontal-side: 25px;
    overflow: hidden auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    background: rgb(51, 51, 51);
}
.vnt-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-ads {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    height: auto;
    max-height: 44px;
    position: relative;
}
.info_menu,
.vnt-search {
    margin-right: 10px;
}
.vnt-menutop {
    height: 100%;
}
.vnt-menutop > ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.vnt-menutop ul ul li,
.vnt-menutop > ul > li {
    align-items: center;
    position: relative;
    list-style: none;
}
.vnt-menutop > ul > li {
    margin-right: 20px;
    padding: 30px 0 24px;
}
.vnt-menutop ul ul,
.vnt-menutop ul ul > li > ul {
    z-index: 10;
    /* margin-top: 20px; */
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.navbar-social li:first-child,
.vnt-menutop > ul > li:first-child {
    margin-left: 0;
}
.vnt-menutop > ul > li:last-child {
    margin-right: 0;
}
.vnt-menutop > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    color: #161616;
    font-weight: 400;
    font-style: normal;
    text-transform: unset;
}
.vnt-menutop > ul > li > a img {
    width: 20px;
    height: 20px;
}
.vnt-menutop ul ul.list2 {
    position: absolute;
    width: 500px;
    padding-left: 0;
    top: 100%;
    left: 0;
    background: #f4f4f4;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    transform: translate(-30%, 0);
    max-height: 700px;
    /* overflow-y: auto; */
}
.vnt-menutop ul ul.list2.custom {
    width: 300px;
}
.menu_mobile .divmm .mmContent .mmMenu ul li .button-submenu:after,
.vnt-product .slick-arrow:after {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: fontawesome;
}
.vnt-menutop ul ul img {
    max-height: 245px;
    width: 100%;
}
.vnt-menutop ul ul > li > ul {
    position: absolute;
    width: 70%;
    top: 0px;
    left: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    padding-left: 0;
}
.vnt-menutop ul li:hover > a {
    color: var(--primaryCl);
}
.vnt-menutop ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}
.vnt-menutop ul ul li {
    border-bottom: 1px dotted #d8d7d7;
    width: 100%;
    display: flex;
    border-right: 1px solid #d8d7d7;
}
.vnt-menutop ul ul li > a {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 18px;
    transition: 0.5s;
    color: #333;
    height: 100%;
    display: flex;
    align-items: center;
}
.vnt-menutop ul ul li:hover > a {
    background: #fff;
    color: var(--primaryCl);
}
.rating-rtl,
.vnt-menutop ul ul li > a i,
.vnt-product .prod-title .pt-right {
    float: right;
}
.vnt-logo img {
    height: 50px;
    width: 100%;
}
#logreg-forms .form-reset,
#logreg-forms .form-signup,
.i-gif,
.menu_mobile .divmm .mmContent .mmMenu ul li a i,
.vnt-banner .item,
.vnt-logo h1 span {
    display: none;
}
.vnt-logo h1 {
    margin: 0;
    display: block;
}
.header_right .wraper {
    display: flex;
    align-items: center;
    height: 100%;
}
.vnt-search {
    position: relative;
    width: 22.5px;
    height: 22.5px;
    transition: 0.5s;
}
.vnt-product .slick-arrow,
.vnt-search .formSearch button.btn,
a.style-adv,
a.style-adv:before {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.vnt-search.active {
    width: 18rem;
}
.vnt-search .formSearch {
    position: absolute;
    width: calc(100% - 30px);
    height: 22.5px;
    border: none;
    outline: 0;
    padding: 0 10px;
    color: #666;
}
.vnt-search .formSearch input {
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    border: none;
    border-radius: 20px;
    width: 100%;
}
.vnt-search .formSearch button.btn {
    width: 40px;
    height: 33px;
    line-height: 0;
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    transition: 0.5s;
    font-size: 20px;
    color: #000;
}
#autocomplete .input-group-btn {
    position: absolute;
    top: 0;
    right: 40px;
}
#load_search,
.menu_mobile .divmm .mmContent .mmMenu ul li .m-sub,
.vnt-product .grid-prod .item .wrap-item .i-top,
.vnt-product .prod-title {
    position: relative;
}
.wrap_search {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 41%;
    padding: 10px 15px 5px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    left: 25%;
    top: 0;
    max-height: 404px;
    overflow: auto;
}
.info_menu ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.info_menu ul li {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin-left: 10px;
}
.info_menu ul li a img,
.q-next,
.q-prev,
ul.tsc_pagination li a {
    width: 30px;
    height: 30px;
}
.header_menu_bottom {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.cart-title .count {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    background: red;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    line-height: 16px;
    left: auto;
}
.cart_moblie {
    position: relative;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
}
.i-price-sale,
.i-price_s {
    line-height: 19px;
    color: #000;
}
.breadcrumb ul li:first-child,
.cart_moblie .cart-title a small {
    padding-left: 0;
}
.cart_moblie .cart-title i {
    color: #000;
    font-size: 14px;
    line-height: 32px;
}
.vnt-banner .item:first-child {
    display: block;
    visibility: hidden;
}
.vnt-banner.slick-initialized .item {
    display: block;
    visibility: visible !important;
}
.vnt-selling {
    margin-top: 0;
}
.vnt-product .prod-title .pt-title h2 a {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 14px;
    float: left;
    background: #ef4182;
    color: #fff;
    border-radius: 20px;
}
.vnt-product .prod-title .pt-label .label-title {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 35px 8px 15px;
    background: #f5f5f5;
    cursor: pointer;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    display: none;
}
.vnt-product .prod-title .pt-label .label-title:before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 4px;
    right: 4px;
    font-family: fontawesome;
    content: "\f0d7";
    text-align: center;
    background: #fbfbfb;
    font-size: 20px;
    line-height: 28px;
    color: #333;
}
.link_login:after,
.vnt-product .grid-prod:after,
.vnt-product .prod-title .pt-label ul:after {
    display: block;
    content: "";
    clear: both;
}
.vnt-product .prod-title .pt-label ul {
    padding-left: 0;
    margin-bottom: 0;
}
.vnt-product .prod-title .pt-label ul li {
    margin: 0 5px;
    float: left;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
}
.vnt-product .prod-title .pt-label ul li.active a h3 {
    margin-bottom: -1px;
    color: #ff5910;
    border: 1px solid #ff5910;
    border-radius: 50px;
}
.vnt-product .prod-title .pt-label ul li a h3 {
    display: block;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 6px 15px;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}
.vnt-product .prod-title .pt-label ul li a h3:hover {
    color: #fff;
    background: #1a94ff;
    border-radius: 50px;
}
.i-price_s {
    text-decoration: line-through;
}
.product_banchay,
.product_tindung {
    padding-top: 35px;
}
.q-next,
.q-prev,
.vnt-product {
    padding-top: 5px;
}
.vnt-product {
    background: #fff;
}
.vnt-product .i-saleoff {
    z-index: 22;
    background-color: #ff424e;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}
.vnt-product label.discount {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(-90deg, #ec1f1f 0, #ff9c00 100%);
    border-radius: 10px;
    padding: 0 7px 0 0;
    z-index: 22;
}
.vnt-product label.discount:before {
    content: " ";
    display: inline-block;
    background: url("../images/discount.png") center center/50% 50% no-repeat #f13500;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.vnt-product .slick-arrow {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #f4f4f4;
    transition: 0.5s;
    background: #f4f4f4;
    margin-right: 10px;
    z-index: 2;
    top: 50%;
    position: absolute;
}
/* .vnt-product .slick-prev {
    left: -33px;
}
.vnt-product .slick-next {
    right: -33px;
} */
.vnt-product .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 30px;
    color: #000;
}
.vnt-product .slick-prev:after {
    content: "\f104";
}
.vnt-product .slick-next:after {
    content: "\f105";
}
.vnt-product .prod-title .pt-right a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #059ce1;
    padding: 14px;
}
.vnt-product .prod-title .pt-right a:hover {
    color: #307abd;
}
.vnt-product .prod-title .pt-right a:after {
    font-family: fontawesome;
    content: "\f101";
    padding-left: 8px;
}
.vnt-product .grid-prod .item {
    margin-bottom: 20px;
    background: #fff;
    padding: 0 10px;
}
.menu_mobile .divmm .mmContent .mmMenu > ul > li:hover > .m-sub,
.vnt-product .grid-prod .item .wrap-item {
    transition: 0.5s;
}
.vnt-product .grid-prod .item .wrap-item {
    border: 1px solid #e0dfdf;
}
.vnt-product .grid-prod .item .wrap-item .i-top .i-image {
    margin-bottom: 10px;
    overflow: hidden;
    height: 168px;
    aspect-ratio: 2 / 1;
    position: relative;
    display: block;
    text-align: center;
}
.vnt-product .grid-prod .item .wrap-item .i-top .i-image img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.vnt-product .grid-prod .item:hover .wrap-item .i-top .i-image img {
    transition: 0.3s;
    transform: scale(1.1);
}
.vnt-product .grid-prod .item .wrap-item .i-top .it-desc {
    float: right;
    width: 25%;
    height: 156px;
    overflow: hidden;
    margin-top: 50px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.vnt-product .grid-prod .item .wrap-item .i-top .it-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 40, 0, 0.8);
    color: #fff;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s 0.1s;
    -moz-transition: 0.8s 0.1s;
    -o-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
}
.vnt-product .grid-prod .item .wrap-item:hover .i-top .it-info {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
.vnt-product .grid-prod .item .wrap-item .i-top .it-info .wrap-info {
    max-height: 156px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: 0.5s 0.3s;
    -moz-transition: 0.5s 0.3s;
    -o-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
    -webkit-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0;
}
.vnt-product .grid-prod .item .wrap-item:hover .i-top .it-info .wrap-info {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.vnt-product .grid-prod .item .wrap-item .i-top .it-info .i-link {
    -webkit-transition: 0.5s 0;
    -moz-transition: 0.5s 0;
    -o-transition: 0.5s 0;
    transition: 0.5s 0;
    -webkit-transform: translate(-40px, 0);
    -moz-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
    opacity: 0;
}
.vnt-product .grid-prod .item .wrap-item:hover .i-top .it-info .i-link {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.vnt-product .grid-prod .item .wrap-item .i-top .it-info .i-link a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 23px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.vnt-product .grid-prod .item .wrap-item .i-top .it-info .i-link a:hover {
    color: #fff;
    background: #d9231d;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-promotion .i-saleoff {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: red;
}
.vnt-product .grid-prod .item .wrap-item .i-top .i-saleoff:before {
    font-family: fontawesome;
    content: "\f0d7";
    font-size: 18px;
    line-height: 20px;
    padding-right: 6px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left {
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left .call_me {
    color: #015af2;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-title {
    font-size: 16px;
    line-height: 24px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-title h3 {
    margin: 0 0 5px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-title h3 a {
    overflow: hidden;
    height: 50px;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #333;
}
.vnt-product .grid-prod .item .wrap-item .i-top {
    display: flex;
    justify-content: center;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-title a h4 {
    height: 50px;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: var(--primaryCl);
    font-weight: bold;
    white-space: nowrap; /* Không xuống dòng */
    text-overflow: ellipsis; /* Thêm dấu ... khi văn bản vượt quá */
    max-width: 340px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-price {
    line-height: 23px;
    text-decoration: line-through;
    display: inline-block;
    font-size: 13px;
    color: #656565;
    font-weight: 400;
    padding-left: 10px;
}
.q-next,
.q-prev {
    display: block;
    text-align: center;
}
.daban,
.register-main .fa-envelope,
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left .i-rating {
    font-size: 11px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .i-promotion {
    font-weight: 700;
    width: 100%;
    float: left;
    padding-bottom: 0;
    word-break: break-all;
    font-size: 14px;
    color: red;
    vertical-align: middle;
    position: relative;
}
.vnt-product .product-promo {
    position: absolute;
    z-index: 0;
    bottom: 5px;
    left: 10px;
    display: inline-block;
    background: red;
    padding: 1px 10px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
.vnt-product .pf-title h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative;
    text-align: left;
    padding-bottom: 25px;
    float: left;
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-right {
    width: 110px;
    float: right;
    padding-right: 10px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .buy-now {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 7px;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
}
.vnt-product .grid-prod .item .wrap-item:hover .i-desc .buy-now {
    background: #307abd;
    color: #fff;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .buy-now :hover {
    border-color: #db110a;
    background: #db110a;
    color: #fff;
}
.choose-quantity {
    float: left;
    height: 38px;
    width: 25%;
}
.q-prev {
    padding-left: 50%;
    color: #333;
}
.q-next {
    padding-left: 10%;
    color: #333;
}
.icons,
.rating-container .star,
.rating-lg,
.rating-md,
.rating-sm,
.rating-xl,
.rating-xs,
.register_account,
.vnt-login button .name_login,
.vnt-login button img {
    display: inline-block;
}
.q-next i,
.q-prev i,
.remove-decoration {
    color: #333;
}
.quantity {
    width: 35px;
    color: #2a2a2a;
    height: 30px;
    text-align: center;
}
.choose-quantity tr {
    border: 1px solid #e6e6e6;
}
.choose-quantity tr td input,
ul.tsc_pagination li a img {
    border: none;
}
.product-meta {
    font-size: 12px;
    padding-bottom: 5px;
    margin-top: -5px;
}
.icons.icon-heart {
    cursor: pointer;
    margin-top: 10px;
    vertical-align: middle !important;
    width: 20px;
    height: 17px;
    background-image: url(../images/ic-heart.svg);
}
.icons {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    vertical-align: top;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.icon-top {
    margin-left: -5px;
    margin-right: 7px;
}
.icon-text {
    position: relative;
    top: 0;
    font-size: 10px;
    background: #f71069;
    border-radius: 15px;
    font-weight: 700;
    padding-left: 3px;
    padding-right: 3px;
    height: 11px;
    color: #fff;
}
.icons.icon-comment {
    margin-top: 7px;
    background-image: url(../images/ic-comment-new.svg);
    width: 21px;
    height: 19px;
    vertical-align: middle;
}
.icon-top-comment {
    margin-left: -10px;
}
.product-meta a {
    color: inherit;
}
.glyphicon-star {
    color: #fe8c23;
    font-size: 13px;
    margin: 0 2px;
}
.glyphicon-star-empty {
    margin: 0 2px;
    color: #dedddd;
    font-size: 13px;
}
.rating {
    float: left;
    border: none;
    background-color: initial;
    font-size: 0;
}
.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}
.rating-container .rating-input:focus {
    outline: 0;
    outline-offset: 0;
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: not-allowed;
}
.rating-container .empty-stars {
    color: #aaa;
    font-size: 13px;
}
.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
}
.rating-animate .filled-stars {
    transition: width 0.25s;
    -o-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -webkit-transition: width 0.25s;
}
.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}
.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}
.rating-md {
    margin-left: -2px;
}
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    vertical-align: middle;
    font-size: 60%;
    padding-right: 5px;
    display: none;
}
.clear-rating-active {
    cursor: pointer !important;
}
.clear-rating-active:hover {
    color: #843534;
}
.rating-container .caption {
    color: #999;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
    margin-left: 5px;
    margin-right: 0;
    display: none;
}
.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}
.vnt-login .fa-user {
    color: #fff;
    font-size: 22px;
    float: left;
    width: 38px;
    line-height: 38px;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    margin-right: 10px;
}
.vnt-login {
    padding-left: 80px;
}
.btn-passnews,
.wrap {
    padding: 10px 0;
}
.vnt-login .login {
    display: block;
}
.vnt-login .dropdown-menu {
    left: 90px;
}
.wap-login .item_header {
    float: right;
    width: 30%;
    margin-top: 5px;
}
.wap-login .icon_header {
    float: left;
    margin-right: 10px;
}
.wap-login .icon_header i {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 12px;
    color: #fff;
}
.wap-login .item_header .txt_header_right {
    font-size: 13px;
    color: #fff;
}
.bnt-login.focus,
.bnt-login:focus,
.bnt-login:hover {
    color: #fff;
    text-decoration: none;
}
.vnt-login button small {
    float: left;
}
#logreg-forms {
    width: 412px;
    margin: 0 auto;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    top: 10px;
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
}
#logreg-forms .form-control:focus {
    z-index: 2;
}
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#logreg-forms .social-login {
    width: 390px;
    margin: 0 auto 14px;
}
#logreg-forms .social-btn {
    font-weight: 100;
    color: #fff;
    width: 190px;
    font-size: 14px;
}
#logreg-forms a {
    display: block;
    padding-top: 10px;
    color: #20b2aa;
}
#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}
#logreg-forms button[type="submit"] {
    margin-top: 10px;
}
#logreg-forms .facebook-btn {
    background-color: #3c589c;
}
#logreg-forms .google-btn {
    background-color: #df4b3b;
}
#logreg-forms .form-signup .social-btn {
    width: 210px;
}
#logreg-forms .form-signup input {
    margin-bottom: 2px;
}
.register_account {
    margin-bottom: 15px;
    text-align: center;
    float: none;
}
.register-main {
    width: 27%;
    margin: 0 auto;
}
.register-main .form-control {
    padding: 18px 12px;
}
.register-main .btn-primary {
    background: #015af2;
    border: none;
}
.register-main .btn-primary.active,
.register-main .btn-primary:hover {
    background: #9ed5f4;
    border: none;
}
.register_account h1 {
    font-weight: 700;
    margin: 15px 0 5px;
}
.main-center .control-label {
    text-align: left;
    display: block;
}
.vnt-login button {
    color: #fff !important;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 20px;
    background: 0 0;
}
.vnt-login button .Userstyle {
    font-size: 12px;
}
.vnt-login button img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.link_login li {
    float: left;
    padding: 0 10px;
    position: relative;
}
.link_login li ~ li:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background: #fff;
    content: "";
}
.link_login li a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #5b5b5b;
}
.link_login li a:hover {
    color: #dc271b;
}
.checked {
    color: orange;
}
.wrap .wrap-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 40px;
    padding-bottom: 6px;
}
.wrap .wrap-title::before {
    content: "";
    width: 60px;
    height: 3px;
    background: #e97d1f;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.wrap .wrap-desc {
    font-size: 110%;
    text-align: center;
    margin-bottom: 0;
}
ul.tsc_pagination li a i {
    line-height: 30px;
}
ul.tsc_pagination li a.current,
ul.tsc_pagination li a:hover {
    color: #fff;
    box-shadow: 0 1px #ededed;
    -moz-box-shadow: 0 1px #ededed;
    -webkit-box-shadow: 0 1px #ededed;
    background: #015af2;
}
ul.tsc_pagination {
    padding: 0;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    width: 100%;
}
ul.tsc_pagination li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
ul.tsc_pagination li a {
    text-decoration: none;
    line-height: 30px;
    margin: 0 4px;
    transition: 0.3s;
    border: 1px solid #015af2;
    display: inline-grid;
    font-size: 14px;
}
.breadcrumb {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    background: inherit;
}
.breadcrumb.nomb,
.mod-content .box_mid,
.support-hotline .div_content .yahoo_skype {
    margin-bottom: 0;
}

.breadcrumb ul li.home a {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: -3px;
    text-indent: -99999px;
    color: transparent;
    width: 20px;
    height: 22px;
}
.PageOverlay,
.PageOverlay_modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    opacity: 0.5;
    visibility: visible;
    background: #363636;
    transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
}
.no-scroll {
    overflow: hidden;
}
.modal-confirm {
    color: #636363;
    width: 325px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .btn,
.modal-confirm .form-control {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}
.modal-confirm.modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 20000;
    transform: translate(-50%, -50%);
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:focus,
.modal-confirm .btn:hover {
    background: #6fb32b;
    outline: 0;
}
.RemoveOverlay {
    position: sticky;
    background-color: #fff;
    z-index: 10;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.btn-passnews {
    background: #015af2;
    color: #fff;
}
.border-block-shadow {
    position: relative;
    display: block;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
    padding: 0;
    margin-bottom: 0;
    max-height: 70px;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    color: #333;
    background-color: #fff;
    padding: 5px 15px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px solid #00a2ff;
}
.hvr-shutter-out-horizontal:hover {
    color: #fff;
    border: 1px solid #009cff;
    border-radius: 4px;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #009cff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border: none;
    color: #fff;
}
.newsletter-button-r1z {
    display: inline-grid;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    outline: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #3b67d7;
    transition: color 0.5s ease-in-out;
    padding: 2px 15px;
}
.fixedposicon a.btncall .label,
.fixedposicon a.btnfacebook .label,
.fixedposicon a.btnmap .label,
.fixedposicon a.btnzalo .label {
    display: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    line-height: 30px;
    height: 30px;
}
.fixedposicon a.btncall,
.fixedposicon a.btnmap {
    border-radius: 50%;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    width: 44px;
    height: 44px;
}
.newsletter-button-r1z::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    right: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid #3b67d7;
    transform: translateX(0);
    z-index: -1;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}
.newsletter-button-r1z:hover::before {
    transform: translateX(100%);
}
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fixedposicon {
    position: fixed;
    bottom: 145px;
    right: 0;
    z-index: 20;
}
.fixedposicon a img {
    width: 100%;
    height: 100%;
}
.fixedposicon a.btncall {
    background: #78c025;
    font-size: 24px;
}
.fixedposicon a.btncall i,
.fixedposicon a.btnfacebook i,
.fixedposicon a.btnmap i {
    line-height: 44px;
}
.fixedposicon a.btncall .label {
    left: -100px;
    top: 7px;
    white-space: nowrap;
    padding: 0 15px;
    background: #018fe5;
    color: #fff;
    font-size: 12px;
}
.fixedposicon a.btncall .label:before,
.fixedposicon a.btnfacebook .label:before,
.fixedposicon a.btnmap .label:before,
.fixedposicon a.btnzalo .label:before {
    border-right-color: #018fe5;
    content: "";
    top: 0;
    right: -15px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #018fe5;
    border-bottom: 15px solid transparent;
}
.fixedposicon a.btncall:hover .label,
.fixedposicon a.btnfacebook:hover .label,
.fixedposicon a.btnmap:hover .label,
.fixedposicon a.btnzalo:hover .label {
    background: #018fe5;
    color: #fff;
    display: block;
}
.fixedposicon a.btnfacebook img {
    height: 65px;
    width: 60px;
}
.fixedposicon a.btnfacebook {
    position: relative;
    left: -8px;
    top: -12px;
}
.fixedposicon a.btnfacebook .label {
    left: -240px;
    top: -4px;
    white-space: nowrap;
    padding: 0 15px;
    background: #018fe5;
    color: #fff;
    font-size: 12px;
}
.fixedposicon a.btnmap .label,
.fixedposicon a.btnzalo .label {
    top: 7px;
    padding: 0 15px;
    background: #018fe5;
    font-size: 12px;
    white-space: nowrap;
}
.fixedposicon a.btnmap {
    background: #03bce5;
    font-size: 30px;
}
.support-hotline .div_title span.icon:after,
.support-hotline .div_title span.icon:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    content: "";
}
.fixedposicon a.btnmap .label {
    left: -227px;
    color: #fff;
}
.fixedposicon a.btnzalo {
    position: relative;
    color: #888;
    display: block;
    width: 100%;
    height: 100%;
}
.fixedposicon a.btnzalo .label {
    left: -210px;
    color: #fff;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.title-cat {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    margin-top: 30px;
}
.title-cat span {
    color: #ffa801;
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
}
.title-cat h3 {
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    position: relative;
    color: #333;
}
.title-cat h3:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #015696;
}
.title-cat_sp {
    padding: 30px 0;
}
.video-container {
    /* position: relative; */
    /* padding-bottom: 50px; */
    height: 0;
    overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.support-hotline {
    position: fixed;
    top: 100px;
    right: 30px;
    z-index: 0;
    pointer-events: none;
}
.support-hotline .div_title {
    position: relative;
    z-index: 20;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(160px, 0);
    -moz-transform: translate(160px, 0);
    -o-transform: translate(160px, 0);
    -ms-transform: translate(160px, 0);
    transform: translate(160px, 0);
}
.support-hotline .div_title span.icon {
    width: 60px;
    height: 60px;
    position: relative;
    display: block;
}
.support-hotline .div_title span.icon:before {
    background-color: rgba(120, 184, 42, 0.2);
    opacity: 0.75;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    -moz-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform-origin: 50% 50%;
}
.support-hotline .div_title span.icon:after {
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(120, 184, 42, 0.4);
    opacity: 0.1;
    -webkit-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    -moz-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform-origin: 50% 50%;
}
.support-hotline .div_title i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    background: #4db2ec;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -moz-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.support-hotline .div_title.show,
.support-hotline.show .div_content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.support-hotline .div_title span.text {
    display: block;
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}
.support-hotline .div_content {
    pointer-events: auto;
    width: 175px;
    position: absolute;
    top: 0;
    right: 75px;
    background-color: #fff;
    border: 2px solid red;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: translate(400px, 0);
    -moz-transform: translate(400px, 0);
    -o-transform: translate(400px, 0);
    -ms-transform: translate(400px, 0);
    transform: translate(400px, 0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 18px;
    color: #fff;
}
.support-hotline .div_content .yahoo_skype .fl,
.support-hotline .div_content .yahoo_skype .fr {
    width: 49%;
    background: #00adef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
}
.support-hotline .div_content:before {
    position: absolute;
    content: "";
    top: 16px;
    right: -16px;
    border-left: 16px solid red;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.support-hotline .div_content:after {
    position: absolute;
    content: "";
    top: 18px;
    right: -14px;
    border-left: 14px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.support-hotline .div_content .title_hotline {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #333;
}
.support-hotline .div_content .number_phone a {
    font-size: 22px;
    line-height: 40px;
    color: red;
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
}
.support-hotline .div_content .yahoo_skype .fl {
    float: left;
    border-radius: 4px;
    transition: 0.5s;
}
.support-hotline .div_content .yahoo_skype .fl i,
.support-hotline .div_content .yahoo_skype .fr i {
    position: absolute;
    top: 10px;
    left: 7px;
}
.support-hotline .div_content .yahoo_skype .fr {
    float: right;
    border-radius: 4px;
    transition: 0.5s;
}
.support-hotline .div_content .yahoo_skype a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 10px 7px 28px;
    color: #fff;
    font-style: italic;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.support-hotline .div_content .yahoo_skype a:hover {
    background-color: #0085ba;
}
.single_product img {
    width: initial;
    height: initial;
}
/* Css List bài viêt */
.list_dmtin {
    /* display: flex; */
    flex-wrap: wrap;
}
.list_item_news {
    height: 100%;
}

.list_item_news .wrapp {
    /* display: flex;
        flex-wrap: wrap; */
    border: 1px solid #fff;
    box-shadow: 0 0 18px lightgrey;
    height: 100%;
}

.list_item_news .wrapp .left {
    height: 184px;
}
.list_item_news .wrapp .left img {
    height: 100%;
    width: 100%;
}
.list_item_news .wrapp .text {
    /* width: 60%; */
    text-align: center;
    /* background-color: #fff; */
    padding: 20px 10px;
}

.list_item_news .wrapp .text .i_desc {
    height: 48px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list_item_news .wrapp .text a {
    display: block;
    color: #000;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0%,
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
}
@keyframes quick-alo-circle-img-anim {
    0%,
    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0%,
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0%,
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0%,
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes quick-alo-circle-fill-anim {
    0%,
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.2;
    }
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
.navbar-social {
    margin: 0;
    padding: 0;
    list-style: none;
}
.socialtop {
    margin-bottom: 20px;
}
.navbar-social li.col-6,
.navbar-social li.col-6tt {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
}
.navbar-social li.col-6 img {
    max-width: 100%;
    max-height: 40px;
}
.navbar-social li.col-6tt img {
    max-width: 100%;
    max-height: 35px;
}
.navbar-social li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.navbar-social li a {
    text-decoration: none;
    color: #333;
}
.navbar-social li a .fa {
    font-size: 25px;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 32px;
    background: #00a5ff;
}
.navbar-social li a .fa:hover {
    transition: 0.3s;
    background: #015af2;
}
.navbar-social li a .zalo {
    height: 40px;
    margin-top: -11px;
}
a.style-adv {
    margin-bottom: 4px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
a.style-adv:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 50%;
    right: 50%;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.5s;
}
a.style-adv:hover:before {
    left: 5px;
    right: 5px;
}
a.style-adv:after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: 10px;
    z-index: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a.style-adv:hover:after {
    top: 5px;
    bottom: 5px;
}
a.style-adv img {
    max-width: 100%;
    -webkit-transition: 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
a.style-adv:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
footer {
    background-color: white;
    border-top: 1px solid #f0f0f0; /* nhẹ hơn */
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.03); /* bóng nhẹ */
    padding: 70px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
footer ul {
    padding-left: 0px;
    margin-bottom: 1em;
}
footer ul li {
    list-style: none;
    margin-bottom:10px;
}
footer ul li .all_cate_pr {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
    display: none;

}

.footer-heading {
    color: #000;
    /* font-family: Geomanist; */
    font-size: 17px;
    font-style: normal;
    /* font-weight: 400; */
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}
footer ul li a {
    position: relative;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #333;
  
    padding-right:30px; 
}

footer ul li a .ic {
 
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.list-icon{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.list-icon i{
    font-size: 30px;

}
.block-content .contact-us {
    margin-bottom: 19px;
    position: relative;
}
.block-content .contact-us .title-content {
    float: left;
    padding-right: 10px;
}
.block-content .contact-us .title-content i {
    color: #000;
    font-size: 20px;
}
.block-content .contact-us .title-content span {
    padding-left: 10px;
    font-weight: 600;
}
.footer-Copyright .footer-address {
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
#bttop {
    position: fixed;
    bottom: 100px;
    right: 25px;
    cursor: pointer;
    z-index: 20000;
    width: 44px;
    height: 44px;
}
#bttop img {
    width: 100%;
    height: 100%;
}
#bttop svg {
    height: 25px;
}
#bttop span {
    float: left;
    margin: 0 10px;
    font-weight: 400;
}
.dathongbao {
    text-align: right;
}
.dathongbao img {
    max-width: 130px;
}
.fck_intro {
    text-align: justify;
}
.txt_color_2 {
    color: #ff424e;
}
.header-category,
.title-category {
    font-weight: 500;
    color: #38383d;
    margin-top: 0;
}
.txt_12 {
    font-size: 12px;
    line-height: 22px;
}
.newsletter .field {
    display: inline-block;
    float: left;
    padding-right: 15px;
}
.main_footer .tag_site .list_tag_site a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-transform: uppercase;
    color: #333;
}
.title-category {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    border-top: 1px solid #ebebf0;
    padding-top: 16px;
}
.header-category {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}
.f_categories_tree p > a,
.header-category > a {
    color: #808089;
}
.f_categories_tree p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
    margin-top: 0;
}
.logo-footer {
    text-align: left;
}
.footer_row_bottom {
    padding: 20px 0 30px;
    line-height: 30px;
    background: #fff;
    overflow: hidden;
}
.footer_col1_title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.footer_col1_title::before {
    height: 1px;
    width: 50px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
}
.footer_box {
    padding: 0;
    list-style: none;
}
.footer_box li a {
    color: #112433;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}
.footer-main .footer-tool .row_input button.btn {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fd1c23;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.footer-main .footer-tool .row_input button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.footer-main .footer-tool .row_input button.btn:hover {
    background: #1caf3b;
}
.pt-all_center {
    text-align: center;
    display: block;
    font-style: italic;
    padding: 20px 0 0;
}
.footer-botom {
    background: #062e5f;
}

#au-mobile {
    position: relative;
    padding-left: 15px;
}
#au-mobile .input-group-btn {
    position: absolute;
    top: 0;
    right: 45px;
}

.icon-search {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 22.5px;
    height: 22.5px;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 4px;
}
.icon-search img {
    width: 100%;
    height: 100%;
}
/* Banerr Home */
.banner {
    position: relative;
    height: 700px;
}
.banner .slick-slider,
.banner .slick-list,
.banner .slick-track,
.banner .slick-slide,
.banner .img,
.banner .img img {
    height: 100%;
}
.banner .img img {
    width: 100%;
}
.banner .slider-for {
    position: relative;
}
/* .banner .slider-for::before {
    background-image: linear-gradient(103deg, rgba(0, 0, 0, 0.83) 8%, rgba(0, 0, 0, 0.35) 61%, rgba(0, 0, 0, 0) 79%);
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
} */
.banner .slider-for .item {
    position: relative;
}
.banner .slider-for .content {
    position: absolute;
    left: 5%;
    top: 10%;
}
.banner .slider-for .content h3 {
    color: #fff;
    /* font-family: Produkt; */
    font-size: 54px;
    line-height: 70px;
    padding: 0px 54px 0px 0px;
}
.banner .slider-for .content .read_more {
    background-color: var(--primaryCl2);
    color: #fff;
    display: inline-block;
    /* font-family: Produkt; */
    /* font-size: 14px; */
    line-height: 16px;
    padding: 12px 58.8px 12px 25.2px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.banner .slider-for .content .read_more .icon_read {
    display: inline-block;
    pointer-events: none;
    font-size: 1.25rem;
    width: 2.5rem;
    background: var(--primaryCl);
    position: absolute;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    height: 100%;
}
.banner .slider_thumb {
    position: absolute;
    left: 0%;
    /* min-width: 300px; */
    width: 591px;
    bottom: 50px;
    height: 125px;
}
.banner .slider_thumb .slick-slider .slick-list {
    padding: 0 15px !important;
}
.banner .slider_thumb .slick-slider .slick-list .slick-track {
    /* width: 100% !important;*/
    /* transform: none !important;  */
}
.banner .slider_thumb .slick-slider .slick-list .slick-track .slick-slide {
    /* width: 182px !important; */
    padding: 10px;
    background-color: #ffffff;
    transform: skewX(-12deg);
    position: relative;
}
.banner .slider_thumb .slick-slider .slick-list .slick-track .slick-slide .content {
}
.banner .slider_thumb .slick-slider .slick-list .slick-track .slick-slide .img {
    width: 182px !important;
    /* transform: skewX(12deg); */
    height: 110px;
}
.slider-nav .slick-arrow {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
}
.slider-nav .slick-arrow:after {
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.slider-nav .slick-prev:after {
    content: "\f104";
}
.slider-nav .slick-next:after {
    content: "\f105";
}
.banner .slider_thumb .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
}
.banner .slider_thumb .progress {
    width: 0;
    height: 100%;
    background: #007bff;
    transition: width 0.2s linear;
}

.list-partner.active {
    height: max-content;
    overflow: initial;
}
.partner-wrap .cut {
    display: none;
    cursor: pointer;
}
.partner-wrap .cut.active {
    display: block;
}
.partner-wrap .loadmore {
    display: none;
    cursor: pointer;
}
.partner-wrap .loadmore.active {
    display: block;
}

.partner-wrap .button_load {
    border: 1px solid var(--primaryCl);
    border-radius: 8px;
    color: var(--primaryCl);
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 27px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    width: 114px;
}
.partner-wrap .button_load i {
    margin-left: 7px;
    color: var(--primaryCl);
}
@media screen and (max-width: 991.999px) {
    .camkethome-item-brief,
    .logo-m,
    .vnt-logo {
        text-align: center;
    }
    .vnt-banner .slick-dots li {
        font-size: 11px;
        line-height: 18px;
    }
    .footer_company_info {
    }
    .footer_company_info .footer_block .col-md-4 {
        /* gap: 10px; */
        margin-bottom: 10px;
    }
    .footer_company_info ul {
        display: block;
        width: 100%;
        min-height: inherit;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    .footer-bottom .footer-bottom_conent {
    }
    #autocomplete,
    #slogan,
    .Userstyle,
    .advertise,
    .box-news-hot,
    .box-prod-hot,
    .box_sale,
    .header_menu_bottom,
    .header_top,
    .header_top_left,
    .hidden_moblie,
    .hnav,
    .htRight2,
    .icon-search,
    .sim-text,
    .vnt-cart,
    .vnt-hotline,
    .vnt-login,
    .vnt-login button,
    .vnt-login button .login,
    .vnt-login button img,
    .vnt-login button small,
    .vnt-menutop,
    .vnt-product .grid-prod .item .wrap-item .i-desc .desc-left .i-rating,
    .vnt-product .grid-prod .item .wrap-item .i-top .it-info,
    .vnt-product .vnt-viewall,
    .vnt-title-head,
    .vnt_hotline_search,
    .wap-login .item_header,
    .wrap-service::before {
        display: none;
    }
    .footer_company_info ul li {
        padding-left: 20px;
    }
    .footer_logo {
        position: static;
        width: 100%;
    }
    .htRight,
    .icon-search,
    .logo-m {
        position: absolute;
    }
    .vnt-product .grid-prod .item .wrap-item .i-desc .i-price {
        padding-left: 0;
    }
    .vnt-product .i-saleoff {
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
    }
    .cart_moblie .cart-title i {
        color: #333;
    }
    #vnt-main,
    #vnt-sidebar,
    .vnt-product .grid-prod .item .wrap-item .i-desc .desc-right,
    .vnt-product .grid-prod .item .wrap-item .i-top .i-image img,
    .vnt-search {
        width: 100%;
    }
    html.openmenu .wrap_search {
        top: 135px;
    }
    .logo-m img {
        max-width: 130px;
    }
    .mmMenu p {
        font-size: 20px !important;
        padding-top: 80px !important;
        width: 100%;
    }
    .logo-m {
        left: 30%;
        top: 20px;
    }
    .vnt-search .formSearch {
        width: 100%;
        background: 0 0;
    }
    .icon-search {
        top: -60px;
        right: 0;
        color: #000;
        font-size: 22px;
        line-height: 32px;
    }
    .sp-slides-container {
        margin-left: auto;
        margin-right: auto;
    }
    .wap_center {
        padding: 5px 10px 2px;
    }
    .htRight {
        right: 50px;
        top: 10px;
    }
    .wrap-center {
        padding: 15px;
    }
    .shadowmenu ul.cshap li {
        width: 40.6%;
    }
    .breadcrumb ul {
        padding: 10px 5px;
    }
    .header_main {
        position: relative;
        width: 100%;
        background: #fff;
        z-index: 1;
        opacity: 0.95;
        /* padding: 10px 0; */
    }
    #top_bar_hasaki .item_sub_menu_bar a {
        padding: 0 2px;
        font-size: 10px;
    }
    #box_icon_category .item_category_top {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin-bottom: 15px;
    }
    .menu_mobile,
    .phone-map {
        /* display: block; */
    }
    .card-categories-name .text {
        font-size: 11px;
    }
    #top_bar_hasaki {
        padding: 10px 0;
    }
    .vnt-catelogy h2 {
        margin-top: 10px;
    }
    .wrap-service {
        padding-top: 0;
    }
    .vnt-product .slick-prev {
        left: 10px;
    }
    .vnt-product .slick-next {
        right: 0;
    }
    .vnt-product .slick-arrow {
        top: 32%;
    }
    .vnt-video .slick-arrow {
        top: 44%;
    }
    .vnt-advertise .item {
        margin-bottom: 15px;
    }
    .wrap_newsletter .name-form {
        padding-left: 15px;
    }
    .gird-new_home .item .i-desc .i-title {
        height: auto;
        margin-bottom: 0;
    }
    .wrap_newsletter label {
        text-align: left;
    }
    .vnt-address h2 {
        font-size: 18px;
    }
    .vnt-product .grid-prod .item .wrap-item .i-desc .i-title {
        overflow: hidden;
    }
    .gird-new_home .item .i-desc-pro {
        height: auto;
        overflow: visible;
    }
    .camkethome-item {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .camkethome-item-title {
        font-size: 13px;
    }
    #bttop,
    .product-deals .viewmore-brand {
        right: 15px;
    }
    #newsletter h2 {
        font-size: 22px;
        letter-spacing: 0;
    }
    .gird-new_home .item {
        margin-bottom: 25px;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #newsletter,
    .footer-Copyright .footer-address,
    .gird-new_home .about_service {
        padding: 0;
    }
    .wrap-adv {
        margin-top: 30px;
    }
    .mod-content .box_mid,
    .topBar-row {
        margin-top: 0;
    }
    .footer_row_bottom {
        padding: 15px 0 30px;
    }
    #SearchMB .input-group .input-group-btn {
        right: 0;
        float: right;
        margin-top: -37px;
    }
    .header_main .row {
        margin-left: 0;
        margin-right: 0;
    }
    .vnt-product .grid-prod .item .wrap-item .i-desc .i-promotion .i-saleoff {
        top: 0;
        font-size: 11px;
    }
    #newsletter button {
        padding: 0.5em 1.2em;
    }
    #newsletter p {
        margin: 3px 18px 20px;
    }
    .wrap_newsletter {
        width: 100%;
        margin: 0;
    }
    .news-image {
        margin-bottom: 30px;
    }
    .wrap-ck {
        padding: 20px 0 0;
    }
    .wrap_search {
        width: 100%;
        left: 0;
        top: 31px;
    }
    .slick-dots li button:before {
        height: 12px !important;
        width: 12px !important;
    }
    .cart-title .count {
        top: -6px;
        right: -7px;
    }
    .footer-botom {
        padding: 10px 15px;
    }
    .footer_col1_title {
        position: relative;
        line-height: 35px;
        font-weight: 700;
    }
    .vnt-logo h1,
    .wap-login {
        position: inherit;
    }
    .footer_col1_title:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        top: 9px;
        right: 0;
        text-align: center;
        line-height: 19px;
        cursor: pointer;
    }
    .footer_box {
        list-style: disc;
        padding-left: 18px;
    }
    .cart_moblie {
    }
    .cart_moblie img {
        height: 20px;
    }
    .dathongbao img {
        max-width: 100%;
    }
    .topBar-row {
        border-top: none;
        padding-top: 0;
    }
    .vnt-product {
        margin: 0;
    }
    .vnt-function .pt-title h2 {
        font-size: 19px;
        margin: 10px 0;
        line-height: 29px;
    }
    .vnt-product .grid-prod .item .wrap-item .i-desc .i-title a h4 {
        font-size: 12px;
    }
    .vnt-product .prod-title .pt-title h2 a {
        padding: 5px 10px;
        font-size: 12px;
        margin-right: 5px;
    }
    .vnt-news .vp-title h2,
    .vnt-product .vp-title h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .vnt-product .grid-prod .item .wrap-item {
        padding: 0 6px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .vnt-product .grid-prod .item .wrap-item .i-desc .desc-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .vnt-product .grid-prod .item .wrap-item .i-desc .buy-now a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        background: #307abd;
    }
    .vnt-product .prod-title {
        border-bottom: 0;
        margin: 0;
    }
    .vnt-product .prod-title .pt-title {
        margin-bottom: 5px;
        display: inline;
        overflow: hidden;
        font-size: 24px;
        line-height: 30px;
        padding: 5px 0;
        background: 0 0;
        font-weight: 700;
        color: #307abd;
    }
    .vnt-product .prod-title .pt-right a {
        padding: 20px 10px 0;
    }
    .vnt-product .prod-title .pt-label {
        width: 100%;
        float: none;
        position: inherit;
        top: -20px;
    }
    .vnt-product .prod-title .pt-label ul {
        white-space: nowrap;
        overflow-x: auto;
        transition: 0.5s;
        -o-transition: 0.5s;
        padding-left: 0;
    }
    .vnt-product .prod-title .pt-label.active ul {
        opacity: 1;
        visibility: visible;
    }
    .vnt-product .prod-title .pt-label ul li {
        margin: 0;
        display: inline-block;
        float: none;
    }
    .vnt-product .prod-title .pt-label ul li a h3 {
        padding: 8px 12px;
        margin: 0;
    }
    #vnt-header {
        position: relative;
        top: 0;
        opacity: 1;
    }
    .product-deals {
        margin-bottom: 0;
    }
    .vnt-login:hover button {
        background: inherit;
        border: none;
    }
    .text_search {
        display: inline-flex !important;
    }
    .product-feature .container {
        width: auto;
    }
    .vnt-home {
        display: none !important;
    }
    .SearchMB {
        display: block;
        background: inherit;
    }
    .vnt-logo {
        margin-top: inherit;
        position: initial;
    }
    .vnt-logo img {
        max-width: max-content;
        width: auto;
        height: auto;
        border: initial;
        padding-top: 0;
        height: 50px;
    }
    .homenews {
        width: 100%;
        display: none;
    }
    .topBar-item p.title,
    .vnt-social {
        margin-top: 20px;
    }
    .vnt-logo h1 {
        margin: 0;
        left: inherit;
        top: inherit;
    }
    .vnt-cart .cart-title {
        width: 205px;
    }
    .decorative-icon {
        margin-bottom: 0 !important;
    }
    .wap-fixed.active {
        position: initial;
        background: initial;
        top: inherit;
        left: initial;
        max-height: initial;
        z-index: initial;
        opacity: 1;
    }
    .title_block .title_text a {
        font-size: 18px !important;
    }
    .title-cat_sp {
        padding: 0 0 30px;
    }
    .footer-main {
        padding: 15px 0;
    }
    .i-level2 li {
        display: flex;
    }
    ul.tsc_pagination {
        padding: 0;
        height: 100%;
        overflow: hidden;
        list-style-type: none;
        margin-bottom: 30px;
        text-align: right;
        display: block;
        width: 90%;
    }
    .footer-main .footer-tool .receive-email {
        width: 100%;
        float: none;
    }
    .register-main {
        width: 80%;
    }
}
@media screen and (min-width: 768px) {
    .header-block {
        grid-template-rows: 0fr;
        transition-property:
            grid-template-rows,
            -ms-grid-rows;
        overflow: hidden;
        /* height: 0; */
    }
    .header-mid_mobile {
        display: none;
    }
    .header-block.showmenu {
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        opacity: 1;
        visibility: visible;
    }
    .header-block_inner {
        --padding-horizontal-side: 50px;
        overflow: hidden;
        -ms-grid-columns: var(--first-mega-menu-width) 1fr 1fr;
        grid-template-columns: var(--first-mega-menu-width) 1fr 1fr;
        max-height: initial;
    }
    .block-global-navigation-menu {
        position: relative;
        background-color: var(--primaryCl);
        height: 100%;
        width: var(--first-mega-menu-width);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .block-global-navigation-menu .menu {
        position: relative;
    }
    .block-global-navigation-menu .menu::after {
        content: "";
        background-image: url("../images/bbbb.svg");
        background-size: cover;
        inset: 0 0 0 auto;
        position: absolute;
        height: 100%;
        aspect-ratio: 0.15 / 1;
        z-index: 1;
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    .block-global-navigation-menu .menu_item {
        --link-padding-left: 100px;
        display: -ms-flexbox;
        display: flex;
        padding-block: 30px;
        padding-inline: var(--link-padding-left) 70px;
        background-color: var(--primaryCl);
        transition: all 0.2s;
        cursor: pointer;
    }
    .block-global-navigation-menu .menu_item.mobile {
        display: none;
    }
    .block-global-navigation-menu .menu_item:hover {
        background-color: var(--primaryCl2);
        --link-padding-left: 116px;
    }
    .block-global-navigation-menu .menu_item:hover a::before {
        width: 6px;
        height: 7px;
        border-radius: 50%;
    }
    .block-global-navigation-menu .menu_item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .block-global-navigation-menu .menu_item a {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #ffffff;
        font:
            normal 700 20px / 24px "Istok Web",
            sans-serif;
        white-space: normal;
        position: relative;
    }
    .block-global-navigation-menu .menu_item a::before {
        content: "";
        position: absolute;
        left: -16px;

        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-item-align: center;
        align-self: center;
        width: 0;
        height: 0;
        background-color: #f9d527;
        transition:
            width 0.2s ease-out,
            height 0.2s ease-out;
    }
    .list-partner {
        height: 600px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    #slider-function .item {
        display: inline-block;
        padding: 0 10px;
    }
    .partner-mb {
        display: none;
        padding: 10px 0;
    }
    .partner-mb .wrap-header {
        margin-bottom: 15px;
    }
    .partner-mb .wrap-header .wrap-title {
        text-align: center;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .cm-cat {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .logo_moblie {
        width: 80%;
    }
    .vnt-cart .cart-title {
        width: 160px;
    }
    .iframe {
        width: 100%;
    }
    .cm-cat {
        display: none;
    }
    .footer_company_info .footer_block {
        gap: 10px;
    }
    .footer-bottom .footer-bottom_conent {
        gap: 20px;
    }
}
@media screen and (max-width: 479px) {
    .projectFactsWrap .item .img-count {
        padding-right: 12px;
    }
    .like_facebook {
        display: none;
    }
    .vnt-social ul li a i {
        font-size: 10px;
    }
    .vnt-social ul li a {
        width: 25px;
        height: 25px;
    }
}
@media screen and (max-width: 320px) {
    #box_icon_category .title_cate_home,
    .timer div {
        font-size: 10px;
    }
    .timer div {
        width: 13px;
        line-height: 17px;
    }
    .vnt-selling .pf-title h2 .title-main {
        margin-right: 5px;
    }
    iframe {
        width: auto;
        height: auto;
    }
    .camkethome-item-title {
        font-size: 12px;
    }
    .SearchMB button.btn {
        display: none;
    }
    .order-product .op-title {
        font-size: 19px;
    }
}
.bottom {
}
.bottom .container {
    display: flex;
    justify-content: center;
}
.bottom a {
    margin-right: 10px;
}
.bottom a i {
    color: #fff;
    font-size: 20px;
}
.des__caterogry img {
    width: initial !important;
    height: initial !important;
}

/* Detail_product */
.video-product {
    /* height: 700px; */
    /* display: flex; */
    margin: 10px 0 0 0;
    position: relative;
}
.video-product .tab-video {
    color: #868685;
    width: 100%;
    min-width: 150px;

    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    z-index: 7;
    pointer-events: none;
    padding: 0 15px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 56.5vw;
}
.video-product .tab-video .details-wrapper {
    margin: 0 0 50px 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 0 0 100px;
    justify-content: center;
    max-width: none;
}
.video-product .tab-video .details-wrapper .details-view {
    position: absolute;
    top: 0;
    max-width: 400px;
    width: 90%;
    background: rgba(240, 240, 240, 0.9);
    padding: 30px;
    pointer-events: none;
    color: #333333;
    /* float: right; */
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 5;
}
.video-product .tab-video .details-wrapper .details-view.showing {
    position: static;
    max-width: none;
    width: 100vw;
    margin: 0 -15px;
    padding: 15px;
    opacity: 1;
}
.video-product .tab-video .details-wrapper .details-view:not(.showing) {
    display: none;
    opacity: 0;
}
.nav-item-container {
    display: flex;
    width: 230px;
}
.nav-item-container.active {
    width: max-content;
}
.nav-item-container .nav-items {
    width: 100%;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    list-style: none;
    counter-reset: item;
    padding: 0;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition:
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    z-index: 5;
    pointer-events: auto;
}

.nav-item-container .nav-items li {
    counter-increment: item;
    margin-bottom: 5px;
    display: flex;
}
.nav-item-container .nav-items li a.nav-item {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;

    /* font-family: "Produkt", "Roboto Slab", Arial, sans-serif; */
}
.nav-item-container .nav-items li a.nav-item .number {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--primaryCl);
    color: var(--primaryCl);
    font-size: 17px;
    background: #ffffff;
    margin: 5px 0;
    border-radius: 50%;
}

.nav-item-container .nav-items li a.nav-item:hover .number,
.nav-item-container .nav-items li.active a .number {
    background-color: var(--primaryCl);
    color: #f4f4f4;
}
.nav-item-container .nav-items li a.nav-item .label {
    color: var(--primaryCl);

    display: flex;
    background: none;
    letter-spacing: 0.11px;
    white-space: inherit;
    font-weight: 600;
    opacity: 1;
    align-items: center;
    padding: 0 5px;
    line-height: 1.25rem;
    margin: 0;
    font-size: 17px;
}

.video-product .video-container {
    width: 100%;
    height: 100%;
}
.video-product .video-container video {
    /* width: 100%;
    height: 100%;
    right: 0;
    position: absolute; */
}
.breadcrumb ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}
.breadcrumb ul li {
    font-size: 16px;
}
.breadcrumb ul li a {
    font-size: 16px;
    font-weight: bold;
    color: rgba(34, 34, 34, 0.5);
}
.breadcrumb ul li a.active {
    color: var(--primaryCl);
}

.agency {
    padding: 20px 0;
}
.agency_list ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.agency_list ul li {
    margin: 0px 0 5px;
    list-style: none;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.agency_list ul li img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
}
.agency_list ul li.tit {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .video-product .tab-video {
        position: absolute;
        top: 0;
        left: 0;
    }
    .video-product .tab-video .details-wrapper {
        position: absolute;
        top: 5px;
        left: 0px;
        max-width: 30%;
        min-width: 30%;
    }
    .nav-item-container .nav-items a.nav-item {
        margin: 2px 0;
        padding: 5px;
        background: #f6f6f6;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-item-container.active .nav-items li a.nav-item {
        background: transparent;
    }
    .nav-item-container.active .nav-items li a.nav-item .label {
        display: none;
    }
    /* ,a.nav-item.active */
    body:not(.hide-nav) .nav-item-container .nav-items li a.nav-item:hover {
        transform: translateX(20px) skewX(-12deg);
        padding: 5px 15px;
    }
}
.sidebar-menu-container {
}
.sidebar-menu-container ul {
    background-color: #fff;
    margin: 0;
    padding-left: 0;
}
.sidebar-menu-container .sidebar-menu .page_item {
    list-style: none;
    margin-bottom: 7px;
}
.sidebar-menu-container .sidebar-menu .page_item.active > a {
    color: var(--primaryCl2);
    font-weight: 600;
    background-color: #f7f6f6;
}
.sidebar-menu-container .sidebar-menu .page_item a {
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e0dfdf;
    color: #575757;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    line-height: 24px;
}
.sidebar-menu-container .sidebar-menu .page_item a .ic , .sidebar-menu-container .sidebar-menu .page_item a .ic_sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 999;
    padding: 10px 0px;
}
.sidebar-menu-container .sidebar-menu .page_item a .ic i {
    color: var(--primaryCl2);
    font-size: 1.3em;
}
.sidebar-menu-container .sidebar-menu .page_item .get_sub{
    margin-top: 10px;
    display: none;
}
.sidebar-menu-container .sidebar-menu .page_item .children {
    margin-top: 10px;
    display: none;
}
.sidebar-menu-container .sidebar-menu .page_item .get_sub a{
    padding-left: 30px;
}
.sidebar-menu-container .sidebar-menu .page_item .children a {
    padding-left: 50px;
}
