@charset "UTF-8";

/* Fonts */
@font-face {
    font-family: "VL";
    src: url("../fonts/VL-SofiaProSoft-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SBold";
    src: url("../fonts/SVN-GilroyBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SRegular";
    src: url("../fonts/SVN-Gilroy.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SMedium";
    src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SXBold";
    src: url("../fonts/SVN-GilroyXBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SSemiBold";
    src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nokia";
    src: url("../fonts/UTMNokia.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvet";
    src: url("../fonts/UTMHelvetIns.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poltawski";
    src: url("../fonts/PoltawskiNowy-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-main: #2a2f94;
    --color-social: #2557ae;
    --color-hover: #ff0000;
    --color-text: #333;
}

body {
    font-size: 14px;
    line-height: 1.5;
    --font-regular: Sregular;
}

[class*="-info"] {
    font-family: var(--font-regular);
}

.max-width,
.wrap-content {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.social-plugin {
    display: flex;
    margin-top: 10px;
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

/*   Header   */
.header {
    background: var(--color-main);
}

.cart-head {
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    color: #fff;
    width: 40px;
    height: 40px;
}

.cart-head:hover {
    color: #fed402;
}

.cart-head i {
    font-size: 20px;
}

.cart-head .count-cart {
    position: absolute;
    z-index: 999;
    color: #fff;
    background: #f00;
    border-radius: 50%;
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
}

.menu-head {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.menu-head a {
    color: #fff;
}

.menu-head a:hover {
    color: #fed402;
}

.line-head {
    background-color: #72b2fd;
    height: 32px;
    width: 1px;
}

/* slideshow */
.slideshow {
    position: relative;
    margin-top: -140px;
}

/* Search */
.search {
    width: 50%;
    max-width: 400px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search input {
    width: calc(100% - 35px);
    font-size: 13px;
    color: #333;
    border-radius: 10px;
    border: none;
}

.search input:focus {
    border: none;
    box-shadow: none;
}

.search label {
    height: 35px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    background: #f00;
    color: #fff;
    border-radius: 10px;
    margin-right: 3px;
    padding: 5px 10px;
}

.search label i {
    font-weight: bold;
    color: #999;
}

.box-search {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ds-item-search {
    width: calc(100% - 70px);
}

.ds-item-search a {
    font-size: 14px;
    color: #333;
}

.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.box-search .price-product {
    width: 100%;
    margin: 0px;
    text-align: left;
}

.box-search .price-product .price-new {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
}

.box-search .price-product .price-old {
    color: #999;
    text-decoration-line: line-through;
}

.search-res {
    position: relative;
    background: var(--color-main);
    border-radius: 50%;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
    border-radius: 50%;
}

.search-res .icon-search.active {
    color: var(--color-main);
    background: #ffffff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-main);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--color-main);
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    border: none;
    color: var(--color-main);
    font-size: 14px;
}

.search-res .search-grid input:focus {
    border: unset;
    box-shadow: unset;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

/* Mmenu */
.offcanvas-start {
    max-width: 85vw;
    width: 400px;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 5px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
}

.menu-mobile ul {
    padding: 0px;
}

.menu-mobile ul li {
    position: relative;
}

.menu-mobile ul li>span i {
    transition: transform 0.3s ease;
    /* Adjust duration and easing as needed */
}

.menu-mobile ul li a {
    display: block;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.menu-mobile ul li a i {
    margin-right: 10px;
}

.menu-mobile ul li li a {
    font-weight: normal;
}

.menu-mobile ul li a:hover {
    color: #f00;
}

.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: #0253a4;
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-mobile ul li:hover {
    color: #f00;
}

.menu-mobile ul ul li .scroll {
    background: none;
    color: #0253a4;
}

.menu-mobile ul li ul {
    padding-left: 10px;
}

.company {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.company p {
    margin-bottom: 5px;
    font-size: 13px;
}

.company p span {
    color: #007bff;
}

.wrap-menu-res {
    display: none;
    background: var(--color-main);
    padding: 10px 0;
}

.head-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-menu img {
    max-width: 80px;
}

.search-menu {
    width: 100%;
    position: relative;
    margin: 10px 0px;
}

.search-menu input {
    width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}

.search-menu p {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

/* Menu */
#menu {
    display: none;
}

#hamburger {
    display: none;
    width: 35px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #ffffff;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.mm-slideout {
    z-index: unset;
}

.wrap-menu.fix_head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: var(--color-main);
    padding-bottom: 5px;
}

.wrap-menu.fix_head .social-menu img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.wrap-menu.fix_head .logo-menu {
    background: #fff;
}

.menu-head-left {
    position: relative;
}

.title-menu {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    display: block;
}

.menu-product-list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 250px;
    background: #fff;
    border-radius: 2px;
}

.menu-product-list ul {
    padding: 0px;
    margin-bottom: 0px;
}

.menu-product-list ul ul {
    position: absolute;
    width: 750px;
    background: #fff;
    left: 100%;
    top: 0px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 100%;
    overflow-x: hidden;
}

.menu-product-list ul ul ul {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    border: none;
    display: block;
    height: auto;
}

.menu-product-list ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-product-list ul ul li a span {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #00a3ff;
}

.menu-product-list ul li a:hover {
    color: #f00;
}

.menu-product-list ul ul li a {
    border-bottom: none;
    font-weight: bold;
}

.menu-product-list ul ul ul li a {
    font-weight: normal;
}

.menu {
    position: relative;
    z-index: 99;
    width: 100%;
}

.menu .wrap-content {
    position: relative;
}

.fix_menu {
    position: fixed !important;
    background: #fff;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: 0;
    list-style: none;
}

.menu ul li {
    position: relative;
    z-index: 99;
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    flex: none;
}

.menu ul li a {
    font-size: 15px;
    font-family: sbold;
    color: #fff;
    margin: 0px;
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.menu ul li a img {
    vertical-align: middle;
}

.menu ul li a.active,
.menu ul li:hover>a {
    /* color: #fff; */
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li {
    text-align: left;
    border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu ul li ul li:last-child {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

.menu ul li ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: #fed402;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.menu ul li ul li a:hover:before,
.menu ul li ul li>a.active:before {
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 30px;
}

.menu ul li ul li a:hover {
    padding-left: 40px;
}

a.cart-header {
    position: relative;
}

a.cart-header span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
}

/* SLider */
.title-main h2,
.title-detail h1,.title-detail h2 {
    font-size: 30px;
    color: var(--color-main);
    text-transform: uppercase;
    font-family: nokia;
}

.title-main,
.title-detail {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.title-main p {
    font-size: 20px;
    font-family: poltawski;
    color: #222222;
    font-style: italic;
    margin-bottom: 5px;
}

.title-main span {}

/*  Share */
.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: #fed402;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.tt-toc {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
    display: none;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Footer */
.info-footer {
    background: url(../images/bg_footer.png) no-repeat;
    background-size: cover;
    border-bottom: 1px solid var(--color-main);
    background-attachment: fixed;
}

.title-footer {
    margin-bottom: 18px;
    font-size: 16px;
    font-family: sXbold;
    text-transform: uppercase;
    color: #fff;
}

.info-footer .box-footer:nth-child(1) {
    width: 25%;
    /* 300px/1200 */
}

.info-footer .box-footer:nth-child(2) {
    width: 18.3%;
    /* 220px/1200 */
}

.info-footer .box-footer:nth-child(3) {
    width: 18.3%;
    /* 220px/1200 */
}

.info-footer .box-footer:nth-child(4) {
    width: 30%;
    /* 360px/1200 */
}

.footer-content {
    color: #fff;
}

.map-footer {
    position: relative;
    width: 100%;
    height: 500px;
}

.map-footer iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-powered {
    padding: 10px 0px;
    background: #000000;
    color: #fff;
}

.statistic span {
    position: relative;
    padding: 0px 5px;
}

.copyright {
    text-align: start;
}

.copyright span {
    font-family: 'SBold';
}

.statistic {
    text-align: end;
}

/* Tags */
.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777;
}

.title-tags:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 3px;
    width: 30px;
}

.flex-tags {
    display: flex;
    gap: 5px;
}

.flex-tags a {
    color: #333;
    border: 1px solid;
    border-radius: 3px;
    display: inline-block;
    opacity: 0.8;
    padding: 2px 5px;
}

.flex-tags a:hover {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
    opacity: 1;
}

/* Video */
.video-main {
    position: relative;
}

.list-video {
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.img-video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #ff000066;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f00;
    background: #ffffffa8;
    font-size: 27px;
    cursor: pointer;
    transition: all 1s;
}

.item-video:hover span {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.item-video h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

/* Sort */
.sort-select {
    display: flex;
    justify-content: end;
    margin: 20px 0px;
    position: relative;
}

.sort-select .click-sort {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px 6px 8px;
    margin: 0px;
}

.sort-select-main {
    display: grid;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 0 7px;
    top: 30px;
    right: 0;
    width: 160px;
    z-index: 2;
}

.sort-select-main p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
    order: 2;
}

.sort-select-main p:has(.check) {
    order: 1;
}

.sort a {
    color: #000;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 3px;
    display: block;
    cursor: pointer;
}

.sort a.check i {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 100px;
    vertical-align: middle;
}

.sort a.check i::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -4px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative;
}

.sort-select .sort-show::before {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    content: "";
    height: 0;
    position: absolute;
    top: 6px;
    right: 0;
    width: 0;
}

/* Product */
.filter {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none;
}

/* product detail */
.grid-pro-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.grid-pro-detail .left-pro-detail {
    width: 58%;
}

.grid-pro-detail .right-pro-detail {
    width: 40%;
}

.detail-product .right-pro-detail ul {
    list-style: none;
    padding: 0px;
}

.detail-product .right-pro-detail ul li {
    margin-bottom: 20px;
}

.detail-product .right-pro-detail ul li .title-pro-detail {
    font-size: 18px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00;
}

.tabs-pro-detail .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

.nav-tabs li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #f00;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
    width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
    width: 10px;
    background: #4d90e0;
    border-radius: 10px;
    height: 50px;
}

.modal-detail {
    position: fixed;
    z-index: 999;
    background: #000000c4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.content-modal-detail {
    background: #fff;
    max-width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}

.content-modal-detail .tabs {
    display: flex;
    cursor: pointer;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 99;
}

.content-modal-detail .tabs li {
    padding: 20px 20px;
    margin-right: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
    color: #2d9cdb;
    border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
    padding: 20px;
    max-width: 900px;
    margin: 0px auto;
}

.content-modal-detail .tab-content.active {
    display: block;
}

.close-tab {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 10;
}

.btn-closemenu {
    position: fixed;
    top: 10px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    line-height: 21px;
    padding: 7px;
    text-align: right;
    width: 72px;
}

.btn-closemenu::before {
    transform: rotate(45deg);
}

.btn-closemenu::after {
    transform: rotate(-45deg);
}

.btn-closemenu::before,
.btn-closemenu::after {
    background-color: #333;
    content: "";
    left: 13px;
    height: 14px;
    position: absolute;
    top: 10px;
    width: 1px;
}

.cursor-pointer {
    cursor: pointer;
}

/* Contact */
.contact-map {
    position: relative;
    height: 500px;
    margin-top: 30px;
}

.contact-map iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/*  breadCrumbs */
.breadCrumbs {
    padding: 10px 0px;
    background: #ddd;
}

.breadCrumbs ol {
    margin: 0px;
}

.breadCrumbs ol li a {
    color: #333;
}

.breadCrumbs ol li a:hover {
    color: #f00;
}

/* paging */
.paging-product {
    position: relative;
}

.pagination {
    margin: 20px 0px;
}

.pagination li span {
    cursor: pointer;
}

.page-link {
    border-color: var(--color-main) !important;
    color: #6c757d !important;
}

.page-item.active .page-link,
.page-item:hover .page-link {
    background: var(--color-main);
    color: #fff !important;
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

.grid-properties {
    display: flex;
    gap: 10px;
}

.grid-properties span {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
    border: 1px solid #f00;
    color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
    content: "";
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
    bottom: 0;
    position: absolute;
    right: -0.9375rem;
}

.grid-properties span.outstock {
    pointer-events: none;
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}

.attr-pro-detail {
    margin: auto;
    padding: 0;
}

.baonoidung iframe {
    max-width: 100% !important;
}

.baonoidung img {
    height: auto !important;
}

.baonoidung * {
    max-width: 100% !important;
}

.baonoidung table {
    display: block;
    overflow-y: auto;
}

div.desc-pro-detail ul li {
    margin-bottom: 0.75rem;
    list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
    margin-bottom: 0 !important;
}

div.baonoidung ul li {
    margin-bottom: 0.75rem;
    list-style-type: disc;
}

div.baonoidung ol li {
    margin-bottom: 0.75rem;
    list-style-type: decimal;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #ff2e00;
}

.price-old-pro-detail {
    font-weight: 500;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
    color: #fff !important;
    background: #232323;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-right: 20px;
    font-weight: 500;
}

.quantity-pro-detail span {
    line-height: 40px;
    padding: 0;
    width: 30px;
    height: 40px;
    color: #000;
    cursor: pointer;
    font-size: 22px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0;
}

.quantity-pro-detail input {
    height: 40px;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 20px;
    padding: 5px;
    font-weight: 700;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}

.cart-pro-detail a.addnow:hover {
    background-color: #f00;
    color: #fff;
    border-color: #f00;
}

.cart-pro-detail a.buynow {
    background-color: #000;
}

.cart-pro-detail a.buynow:hover {
    background-color: #f00;
    color: #fff;
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

/* Swipper */
.swiper .swiper-wrapper {
    width: inherit;
    height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
    padding: 0;
    margin: 0px;
    overflow: hidden;
}

/* Popup */
.modal-title {
    font-size: 20px;
}

/* CSS cho loading */
.loading-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.loading {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 5px solid #3498db;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* chinh sach */
.ul-list li {
    width: 100%;
    margin-bottom: 10px;
}

.ul-list li h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.ul-list li h4 a {
    color: #fff;
}

.ul-list li h4 a:hover {
    color: var(--color-hover);
}

/* product */
:root {
    --product-cols: 5;
    --product-gap: 10px;
    --product-color: #222;
    --product--ff: smedium;
}

.grid-Product {
    display: grid;
    grid-template-columns: repeat(var(--product-cols), 1fr);
    gap: var(--product-gap);
}

.product {
    position: relative;
    margin-bottom: 15px;
}

.product-pic {
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.product-info {
    padding: 15px 0 0;
}

.product-info h3 {
    font-size: clamp(15px, 2vw, 15px);
    line-height: 22px;
    font-family: var(--product--ff);
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-info h3 a {
    color: var(--product-color);
    -webkit-line-clamp: 2;
}

.product-info h3 a:hover {
    color: #f30707;
}

.product-info .price-new {
    font-size: clamp(14px, 2vw, 16px);
    font-family: sbold;
    color: #f30707;
}

.product-info .price-old {
    font-size: clamp(13p, 2vw, 13px);
    font-family: var(--font--regular);
    margin-right: 10px;
    color: #525252;
    text-decoration: line-through;
}

.product-info .btn-lienhe {
    display: block;
    border-radius: 8px;
    border: 1px solid vaR(--color-main);
    line-height: 30px;
    overflow: hidden;
    font-family: smedium;
    text-align: center;
}

.product-info .btn-lienhe.btn-hover-two::before {
    background: var(--color-main);
}

.price-per {
    position: absolute;
    right: 0;
    top: 20px;
    background: var(--color-main);
    color: #fff;
    line-height: 32px;
    font-family: sbold;
    padding: 0 8px 0 14px;
    border-radius: 32px 0 0 32px;
    pointer-events: none;
}

/* news */
:root {
    --news-cols: 3;
    --news-gap: 30px;
    --news-ff: sbold;
    --news-color: #fff;
}

.gutter-tintucHot {
    --bs-gutter-x: 33px;
}

.grid-News {
    display: grid;
    grid-template-columns: repeat(var(--news-cols), 1fr);
    gap: var(--news-gap);
}

.news {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.news:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    background: linear-gradient(180deg,
            rgba(8, 11, 71, 0) 0%,
            rgba(8, 11, 71, 1) 100%);
}

.news-pic {
    position: relative;
}

.news-info {
    padding: 0 25px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.news-info h3 {
    font-size: clamp(14px, 2vw, 17px);
    line-height: 26px;
    font-family: var(--news-ff);
    margin-bottom: 5px;
}

.news-info h3 a {
    color: var(--news-color);
    -webkit-line-clamp: 2;
}

.news-info h3 a:hover {
    color: var(--color-hover);
}

.news-info span {
    font: 14px/26px var(--font-regular);
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    color: #fff;
}

.btn-xemthem__news {
    background: linear-gradient(270deg,
            rgba(107, 112, 214, 1) 0%,
            rgba(8, 11, 71, 1) 100%);
    display: block;
    line-height: 40px;
    width: 150px;
    padding-left: 20px;
    color: #fff;
    border-radius: 40px;
    position: relative;
    margin-top: 5px;
}

.btn-xemthem__news svg path {
    fill: #2a2f94;
}

.btn-xemthem__news span {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

/* chinh sach other */
.list-news-other {
    padding-left: 15px;
    list-style: disc;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li:hover {
    color: var(--color-hover);
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-hover);
}

.othernews {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.othernews b {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

/* newsletter */
.form--index {
    background: url(../images/bg_form.png) no-repeat;
    background-size: cover;
}

.form-contain {
    padding: 45px 20px;
    background: rgb(0 0 0 / 40%);
    box-shadow: 0 0 6px 0 rgb(255 255 255 / 40%);
    border-radius: 30px;
}

.grid-newsletter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.newsletter-input__content {
    grid-row: span 2;
    order: 3;
}

.newsletter-input label {
    display: none;
}

.newsletter-input select,
.newsletter-input input,
.newsletter-input textarea {
    border-color: #e8e8e8;
    padding: 0 12px;
    line-height: 50px;
    font-size: 15px;
    font-style: italic;
    color: #222222;
    box-shadow: 0 2px 0 0 var(--color-main);
}

.newsletter-input textarea {
    height: 120px;
}

.newsletter-input input:focus,
.newsletter-input select:focus,
.newsletter-input textarea:focus {
    box-shadow: unset;
    border: 1px solid var(--color-main);
}

.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
    color: #222222;
}

.newsletter-input:nth-child(3) {
    order: 5;
}

.newsletter-input:nth-child(4) {
    order: 4;
}

.btn-submit {
    width: 230px;
    background: var(--color-main);
    line-height: 50px;
    border-radius: 50px;
    padding: 0;
    font-size: 16px;
    font-family: sbold;
    text-align: center;
    display: block;
    border: 0;
    margin-top: 25px;
}

/* menu */
.wrap-menu {
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* z-index: 99; */
    position: relative;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.info-menu {
    font-family: smedium;
    color: #fff;
    line-height: 60px;
}

.wrap-menu [class*="__top"] {
    border-bottom: 1px solid rgb(255 255 255 / 44%);
}

.wrap-menu [class*="__bottom"] {
    margin-top: 20px;
}

.menu-right__top img {
    max-width: 25px;
}

.menu-right__top .social-menu a {
    margin-left: 5px;
}

.menu-left,
.menu-right {
    width: 100%;
    max-width: 500px;
}

.ulmn li {
    margin: 0 10px;
}

.menu-right__bottom .ulmn li:last-child {
    margin-right: 0;
    margin-left: auto;
}

.logo-menu {
    border-radius: 0 0 500px 500px;
    background: linear-gradient(90deg,
            rgba(42, 47, 148, 1) 0%,
            rgba(107, 112, 214, 1) 100%);
    padding: 15px 17px 20px;
}

.logo-header {
    display: block;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 25%);
    border-radius: 50%;
}

/* slide */
.slide-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 1200px) / 2);
    color: #fff;
    width: 50%;
}

.slide-info span {
    font-size: 36px;
    font-family: helvet;
    text-transform: uppercase;
    line-height: 52px;
    -webkit-line-clamp: 2;
}

.slide-info h3 {
    font-size: 50px;
    font-family: nokia;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.slide-info a {
    display: block;
    line-height: 56px;
    width: 100%;
    max-width: 215px;
    font-size: 18px;
    font-family: "SBold";
    color: #fff;
    text-align: center;
    background: var(--color-main);
    border-radius: 5px;
    margin-top: 35px;
}

.slide-info a:hover {
    color: #fed402;
}

/* gioi thieu */
.about-info {
    width: 48.8%;
    /* 585px/1200 */
    text-align: end;
    margin-left: 60px;
}

.about-info span {
    font-size: 15px;
    font-family: "SMedium";
    line-height: 43px;
    -webkit-line-clamp: 5;
}

.about-info h2 {
    font-size: 43px;
    font-family: "Nokia";
    color: var(--color-main);
    line-height: 43px;
    margin-bottom: 25px;
}

.about-info p {
    font-family: Poltawski;
    font-size: 40px;
    color: #000000;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
}

.about-info p:after {
    content: "WELCOME TO";
    color: #e2e2e2;
    font-size: 60px;
    font-family: sxbold;
    position: absolute;
    right: -25px;
    bottom: 10px;
    z-index: -1;
    letter-spacing: 20px;
    font-style: unset;
}

.about-pic {
    padding: 15px 15px 0 0;
    width: 41.1%;
    /* 493px/1200 */
    position: relative;
}

.about-pic img {
    position: relative;
    z-index: 9;
}

.about-pic::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 15px);
    height: calc(100% - 20px);
    background: var(--color-main);
}

.btn-xenthem__about {
    width: 170px;
    display: inline;
    line-height: 45px;
    border: 1px solid var(--color-main);
    border-radius: 6px;
    font-size: 15px;
    font-family: sbold;
    padding-left: 15px;
    position: relative;
    text-align: start;
    display: block;
    color: var(--color-main);
    margin-top: 45px;
}

.btn-xenthem__about svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-xenthem__about svg path {
    fill: #2a2f94;
}

.btn-xenthem__about:hover svg path {
    fill: #fff;
}

.btn-xenthem__about.btn-hover-two::before {
    background: var(--color-main);
}

/* tieu chi */
.tieuchi--index {
    background: url(../images/bg_tieuchi.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.gutter-tieuchi {
    --bs-gutter-x: 125px;
}

.tieuchi-pic__outside {
    margin-bottom: 25px;
    width: 133px;
    height: 144px;
    background: url(../images/bg_tieuchi_item.png);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tieuchi-pic {
    background: var(--color-main);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.tieuchi-pic p {
    font-size: 74px;
    line-height: 74px;
    font-family: vl;
    position: absolute;
    top: -15px;
    right: -40px;
    color: var(--color-main);
    text-shadow: 2px 0 0 #ffffff, 2px 0 0 #ffffff, 0 -2px 0 #ffffff,
        0 2px 0 #ffffff, -2px 2px 0px #ffffff, -2px 0px 0px #ffffff,
        0px 2px 0px #ffffff, 2px 2px 0px #ffffff, -2px -2px 0px #ffffff,
        2px -2px 0px #ffffff;
}

.tieuchi h3 {
    font-size: 18px;
    color: #fff;
    font-family: "SBold";
    text-transform: uppercase;
    text-align: center;
}

.tieuchi:hover img {
    animation: spinY infinite 3s linear;
}

/* vi sao chon */
.ViSaoChon--index {
    background: url(../images/bg_visaochon.png) no-repeat;
    background-size: cover;
}

.ViSaoChon--index.padding-main {
    padding-bottom: 120px;
}

.ViSaoChon-right {
    width: 35.2%;
    /* 422px/1200 */
    margin-right: 120px;
}

.ViSaoChon-left {
    width: 50%;
}

.gutter-albumtieuchi {
    --bs-gutter-x: 25px;
}

.ViSaoChon-left li {
    font-size: 18px;
    font-family: ssemibold;
    color: #222222;
    line-height: 47px;
}

.ViSaoChon-left li svg {
    margin-right: 10px;
}

.ViSaoChon-left ul {
    margin-top: 10px;
}

.visaochonalbum {
    border: 5px solid #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
    margin: 5px;
}

/* imgqc */
.gutter-imgqc {
    --bs-gutter-x: 5px;
}

.imgqc--index {
    margin-top: -60px;
}

/* footer */
.footer-top h2 {
    font-size: 40px;
    font-family: nokia;
    color: #fff;
    text-align: center;
    width: calc(100% - 180px);
    margin: 0 0 0 auto;
}

.footer-top h2 span {
    font-size: 38px;
    font-family: poltawski;
    font-style: italic;
}

.footer-bottom {
    padding-top: 85px;
}

.logo-footer {
    border-radius: 0 0 500px 500px;
    background: linear-gradient(90deg, rgba(42, 47, 148, 1) 0%, rgba(107, 112, 214, 1) 100%);
    padding: 15px 17px 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.logo-footer a {
    display: block;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 25%);
    border-radius: 50%;
}

.box-footer ul {
    list-style: disc;
    color: #fff;
    padding-left: 15px;
}

.d-fanpage {
    padding: 10px;
    border: 1px solid var(--color-main);
    border-bottom: 0;
    border-radius: 555px 555px 0 0;
}

.d-fanpage img {
    border-radius: 555px 555px 0 0;
}

/* My css */
.padding-main--inside {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .padding-main {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media (max-width: 768px) {
    .padding-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {

    .padding-main--inside,
    .padding-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

[class*="--index"] {
    position: relative;
}

figure {
    margin-bottom: 0;
}

figcaption {
    display: none;
}

.content-text figcaption {
    display: block;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cls-img {
    width: 100%;
    height: auto;
}

/* color text */
.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.o-hidden {
    overflow: hidden;
}

/* position */

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.posa-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.posa-centerX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.posa-centerY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

/* flexbox */
[class*="flex"] {
    display: flex;
}

[class*="flex-res"] {
    display: flex;
    flex-wrap: wrap;
}

/* Justify Content */
[class*="-jcenter"] {
    justify-content: center;
}

[class*="-jbetween"] {
    justify-content: space-between;
}

[class*="-jstart"] {
    justify-content: flex-start;
}

[class*="-jend"] {
    justify-content: flex-end;
}

/* Align Items */
[class*="-acenter"] {
    align-items: center;
}

[class*="-aend"] {
    align-items: flex-end;
}

[class*="-astart"] {
    align-items: flex-start;
}

[class*="-abaseline"] {
    align-items: baseline;
}

[class*="-astretch"] {
    align-items: stretch;
}

/* Responsive Breakpoints */
@media (max-width: 1023px) {
    [class*="\[1023\]-jcenter"] {
        justify-content: center;
    }

    [class*="\[1023\]-jbetween"] {
        justify-content: space-between;
    }

    [class*="\[1023\]-jstart"] {
        justify-content: flex-start;
    }

    [class*="\[1023\]-jend"] {
        justify-content: flex-end;
    }

    [class*="\[1023\]-acenter"] {
        align-items: center;
    }

    [class*="\[1023\]-aend"] {
        align-items: flex-end;
    }

    [class*="\[1023\]-astart"] {
        align-items: flex-start;
    }

    [class*="\[1023\]-abaseline"] {
        align-items: baseline;
    }

    [class*="\[1023\]-astretch"] {
        align-items: stretch;
    }

    [class*="\[1023\]-w100"] {
        width: 100%;
    }

    [class*="\[1023\]-w75"] {
        width: 75%;
    }

    [class*="\[1023\]-w50"] {
        width: 50%;
    }

    [class*="\[1023\]-w25"] {
        width: 25%;
    }
}

@media (max-width: 991px) {
    [class*="\[991\]-jcenter"] {
        justify-content: center;
    }

    [class*="\[991\]-jbetween"] {
        justify-content: space-between;
    }

    [class*="\[991\]-jstart"] {
        justify-content: flex-start;
    }

    [class*="\[991\]-jend"] {
        justify-content: flex-end;
    }

    [class*="\[991\]-acenter"] {
        align-items: center;
    }

    [class*="\[991\]-aend"] {
        align-items: flex-end;
    }

    [class*="\[991\]-astart"] {
        align-items: flex-start;
    }

    [class*="\[991\]-abaseline"] {
        align-items: baseline;
    }

    [class*="\[991\]-astretch"] {
        align-items: stretch;
    }

    [class*="\[991\]-w100"] {
        width: 100%;
    }

    [class*="\[991\]-w75"] {
        width: 75%;
    }

    [class*="\[991\]-w50"] {
        width: 50%;
    }

    [class*="\[991\]-w25"] {
        width: 25%;
    }
}

@media (max-width: 767px) {
    [class*="\[767\]-jcenter"] {
        justify-content: center;
    }

    [class*="\[767\]-jbetween"] {
        justify-content: space-between;
    }

    [class*="\[767\]-jstart"] {
        justify-content: flex-start;
    }

    [class*="\[767\]-jend"] {
        justify-content: flex-end;
    }

    [class*="\[767\]-acenter"] {
        align-items: center;
    }

    [class*="\[767\]-aend"] {
        align-items: flex-end;
    }

    [class*="\[767\]-astart"] {
        align-items: flex-start;
    }

    [class*="\[767\]-abaseline"] {
        align-items: baseline;
    }

    [class*="\[767\]-astretch"] {
        align-items: stretch;
    }

    [class*="\[767\]-w100"] {
        width: 100%;
    }

    [class*="\[767\]-w75"] {
        width: 75%;
    }

    [class*="\[767\]-w50"] {
        width: 50%;
    }

    [class*="\[767\]-w25"] {
        width: 25%;
    }
}

@media (max-width: 575px) {
    [class*="\[575\]-jcenter"] {
        justify-content: center;
    }

    [class*="\[575\]-jbetween"] {
        justify-content: space-between;
    }

    [class*="\[575\]-jstart"] {
        justify-content: flex-start;
    }

    [class*="\[575\]-jend"] {
        justify-content: flex-end;
    }

    [class*="\[575\]-acenter"] {
        align-items: center;
    }

    [class*="\[575\]-aend"] {
        align-items: flex-end;
    }

    [class*="\[575\]-astart"] {
        align-items: flex-start;
    }

    [class*="\[575\]-abaseline"] {
        align-items: baseline;
    }

    [class*="\[575\]-astretch"] {
        align-items: stretch;
    }

    [class*="\[575\]-w100"] {
        width: 100%;
    }

    [class*="\[575\]-w75"] {
        width: 75%;
    }

    [class*="\[575\]-w50"] {
        width: 50%;
    }

    [class*="\[575\]-w25"] {
        width: 25%;
    }
}

/* TEXT POSITION */
[class*="text-center"] {
    text-align: center;
}

[class*="text-start"] {
    text-align: left;
}

[class*="text-end"] {
    text-align: right;
}

/* Responsive Breakpoints */
@media (max-width: 1023px) {
    [class*="[1024]-text-center"] {
        text-align: center;
    }

    [class*="[1024]-text-start"] {
        text-align: start;
    }

    [class*="[1024]-text-end"] {
        text-align: end;
    }
}

@media (max-width: 991px) {
    [class*="[991]-text-center"] {
        text-align: center;
    }

    [class*="[991]-text-start"] {
        text-align: start;
    }

    [class*="[991]-text-end"] {
        text-align: end;
    }
}

@media (max-width: 767px) {
    [class*="[767]-text-center"] {
        text-align: center;
    }

    [class*="[767]-text-start"] {
        text-align: start;
    }

    [class*="[767]-text-end"] {
        text-align: end;
    }
}

@media (max-width: 575px) {
    [class*="[575]-text-center"] {
        text-align: center;
    }

    [class*="[575]-text-start"] {
        text-align: start;
    }

    [class*="[575]-text-end"] {
        text-align: end;
    }
}


/* ANIMATION AUTO */
.a-spinZ {
    animation: spinZ infinite 5s linear;
}

@keyframes spinZ {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.a-spinY {
    animation: spinY infinite 5s linear;
}

@keyframes spinY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.a-shake-zoom {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(0.8);
    }

    40%,
    60% {
        transform: rotate(-20deg) scale(0.8);
    }

    50% {
        transform: rotate(20deg) scale(0.8);
    }

    70% {
        transform: rotate(0deg) scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

/* scale img*/
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img,
.scale-img picture {
    transition: all 0.5s;
}

.scale-img:hover>img,
.scale-img:hover>picture {
    transform: scale(1.2, 1.2);
}

/* peShiner */
/* auto glass */
.effect-run a {
    display: block;
}

.effect-run canvas {
    top: -2px;
    left: -2px;
}

.effect-run img {
    margin: 0 !important;
}

/* Image hover */
/* hover triangle top-right and bottom-left */
.image-effect-one:hover>img {
    opacity: 0.9;
}

.image-effect-one {
    background-color: #000;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
}

.image-effect-one:hover:before {
    -webkit-transform: skew(40deg) translateX(-55%);
    transform: skew(40deg) translateX(-55%);
}

.image-effect-one:before {
    -webkit-transform: skew(40deg) translateX(-155%);
    transform: skew(40deg) translateX(-155%);
}

.image-effect-one:before,
.image-effect-one:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000;
    content: "";
    opacity: 0.6;
    z-index: 1;
}

.image-effect-one:after {
    -webkit-transform: skew(40deg) translateX(155%);
    transform: skew(40deg) translateX(155%);
}

.image-effect-one:hover:after {
    -webkit-transform: skew(40deg) translateX(50%);
    transform: skew(40deg) translateX(50%);
}

.image-effect-one img {
    backface-visibility: hidden;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.image-effect-one * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.image-effect-one:hover:before {
    -webkit-transform: skew(40deg) translateX(-50%);
    transform: skew(40deg) translateX(-50%);
}

/* hover twin retangle glass*/
.image-effect-two {
    position: relative;
    overflow: hidden;
}

.image-effect-two::before {
    pointer-events: none;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 1;
}

.image-effect-two::after {
    pointer-events: none;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}

.image-effect-two:hover::before,
.image-effect-two:hover::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

/* hover glass basic */
.hover-glass {
    overflow: hidden;
    display: block;
    position: relative;
}

.hover-glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: -83%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-glass:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hover-glass:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.hover-glass img {
    width: 100%;
    transition: ease 0.75s;
    display: block;
}

/* Button hover */
/* hover shadow bottom */
.btn-hover-one:hover,
.btn-hover-one:focus,
.btn-hover-one:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn-hover-one {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn-hover-one:hover:before,
.btn-hover-one.active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.btn-hover-one:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,
            ellipse,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

/* hover background left to right */
.btn-hover-two {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-hover-two:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 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;
}

.btn-hover-two:hover,
.btn-hover-two.active {
    color: white;
}

.btn-hover-two:hover:before,
.btn-hover-two.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Wobble Top */
.hvr-wobble-top {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top.active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

/* Text hover */
/* hover line bottom */
.hvr-line-run-one {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
}

.hvr-line-run-one:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-line-run-one:hover:before,
.hvr-line-run-one.active:before {
    right: 0;
}

#hotline {
    left: var(--left, inherit);
    right: var(--right, inherit);
    bottom: var(--bottom, inherit);
    display: none;
}

#hotline.btn-frame i {
    background: var(--background);
}

#hotline.btn-frame .kenit-alo-circle {
    border: 2px solid var(--background);
    border-color: var(--background);
}

#hotline.btn-frame .kenit-alo-circle-fill {
    background-color: var(--background);
}

#hotline.btn-phone span {
    position: absolute;
    --location: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--backgroundText);
    padding: 5px 40px 5px 25px;
    z-index: -1;
    border: 1px solid var(--backgroundText);
    border-radius: 30px;
    color: var(--color);
    font-weight: 700;
    font-size: 17px;
}

.contact-group {
    position: fixed;
    z-index: 999999;
}

.contact-group .icon,
.btn-icon-facebook .icon-fb {
    width: 48px;
    height: 48px;
    background: var(--background);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.contact-group .icon:after,
.btn-icon-facebook .icon-fb:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

.contact-group .icon:before,
.btn-icon-facebook .icon-fb:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -7px;
    left: -7px;
    border: 1px solid rgba(243, 113, 33, 0.2);
    border-radius: inherit;
    -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    z-index: -1;
    background: transparent;
    -webkit-animation-fill-mode: forwards;
}

.contact-group .icon span {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 240ms linear;
}

.contact-group .icon.active span:first-child {
    transform: rotate(45deg);
    top: 22px;
    left: 11px;
}

.contact-group .icon.active span:nth-of-type(2) {
    transform: scale(0);
}

.contact-group .icon.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 11px;
}

.contact-group .icon span:first-child {
    top: 17px;
}

.contact-group .icon span:nth-of-type(2) {
    top: 24px;
}

.contact-group .icon span:nth-of-type(3) {
    top: 31px;
}

.btn-icon-facebook {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
}

.contact-group .button-action-group {
    position: absolute;
    right: -160px;
    bottom: 55px;
    min-width: 210px;
}

.contact-group .button-action-group:not(.active) a {
    display: none;
}

.contact-group .button-action-group a {
    display: block;
    opacity: 0;
    padding: 5px 10px;
    background: var(--backgroundText);
    margin-bottom: 15px;
    color: var(--color);
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: 1px;
    -webkit-animation: fadeup 1s cubic-bezier(0.24, 0, 0.38, 1);
    animation: fadeup 1s cubic-bezier(0.24, 0, 0.38, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.contact-group .button-action-group a+a {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.contact-group .button-action-group a i {
    width: 48px;
    height: 48px;
    background: var(--background);
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin: -10px 10px -10px -10px;
    box-shadow: 2px 0 7px -2px #00000078;
    position: relative;
}

.contact-group .button-action-group a i:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    border-width: 1px;
    border-left-color: #f1f1f1;
    border-style: solid;
    border-right-color: #f1f1f1;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: rotate 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: rotate 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

div.wpcf7-select-parent select option {
    color: black;
}

.fb_dialog_advanced,
.fb_dialog_mobile {
    bottom: 20px !important;
    right: 20px !important;
    display: none !important;
}

input:focus {
    outline: #f37121 5px !important;
}

#social {
    position: fixed;
    z-index: 999;
    left: var(--left, inherit);
    right: var(--right, inherit);
    bottom: var(--bottom, inherit);
    display: none;
}

#social .btn-frame {
    position: relative;
    margin: 30px 0px;
}

#social .btn-frame i {
    background-color: var(--background);
}

#social .btn-frame img {
    border-radius: 50%;
}

#social .btn-frame .kenit-alo-circle {
    border: 2px solid var(--background);
    border-color: var(--background);
}

#social .btn-frame .kenit-alo-circle-fill {
    background-color: var(--background);
}


/* TODO: Toolbar */
.toolbar {
    background: var(--background);
    width: 100%;
    padding: 10px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    max-height: 65px;
    display: none;
}

.toolbar ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    height: 20px;
    width: 20px;
    -webkit-animation: tada 1.2s infinite;
    -moz-animation: tada 1.2s infinite;
    -o-animation: tada 1.2s infinite;
    animation: tada 1.2s infinite;
}

.toolbar ul li a span {
    color: var(--color);
    font-size: 10px;
}


.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px/2);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}


.hidden-seoh,
.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}



.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0px 30px;
}

.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    /* border:1px solid #eee; */
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}