@charset "UTF-8"; /* Main */
:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --background-static: #3fa07e;
    --background-hover: #eceb1b;
    --color-static: #000;
    --color-hover: #ec2d3f;
    --menu-border: #cccccc40;
    --menu-color: #fff;
    --main-color: #e04632;
    --color-second: #4489c3;
}

body {
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 400;
    color: #333;
    top: 0 !important;
}

blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

blockquote p {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a, input, textarea {
    outline: none;
    padding: 0px;
}

a {
    text-decoration: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slogan-mm {
    display: none;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-container {
    position: relative;
    margin: 0 auto;
}

.wrap-container.no-index {
    background: rgba(0, 0, 0, 0);
}

.wrap-main, .wrap-content {
    max-width: 1200px;
    margin: 40px auto;
}

.wrap-main.wrap-template {
    margin: 40px auto;
}

.wrap-main.wrap-template.wrap-about-tpl {
    max-width: 100%;
}

.wrap-main.wrap-template.wrap-product-tpl {
    max-width: 1800px;
    margin: 40px auto;
}

.wrap-home {
    max-width: 100%;
    padding: 0px;
    margin: 0;
}

.wrap-content {
    margin: 0 auto;
}

.jconfirm {
    color: #333;
}

.wrap-main {
    margin: 0;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.jconfirm-content {
}

.wrap-content-tpl {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(217, 217, 217, 0.50);
    padding: 30px;
    position: relative;
}

/* filter-white*/
.filter-white {
    filter: brightness(0) invert(1);
}

/* banner-tpl */
.banner-tpl {
    position: relative;
}

.banner-tpl .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.banner-tpl .content p {
    margin: 0;
    color: #fff;
    font-family: 'MarkerFelt';
    font-size: 75px;
}

/* readmore */
.wrap-album .readmore {
}

.wrap-album .readmore:hover i {
    color: #fff;
}

.wrap-album .readmore i {
    color: var(--main-color);
}

.readmore {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    background: var(--main-color);
    font; font-size: 13px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    color: var(--color-second);
    padding: 11px 44px;
    text-transform: capitalize;
    border-radius: 5px;
}

.readmore i {
    margin-left: 5px;
    font-size: 21px;
    top: 3px;
    position: relative;
}

.readmore span {
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--color-second);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
}

.readmore:hover {
    background: var(--color-second);
    transition: 0.3s all;
    color: #fff;
}

/* Hover */
.hover-glass {
    overflow: hidden;
    display: block;
    position: relative;
}

.hover-glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    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 0.75s;
    animation: shine 0.75s;
}

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

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

/* Hover xam */
.hover-glass-2 {
    position: relative;
    overflow: hidden;
}

.hover-glass-2::before {
    content: "";
    background: rgba(255, 255, 255, .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: 2;
}

.hover-glass-2::after {
    content: "";
    background: rgba(255, 255, 255, .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;
}

.hover-glass-2:hover::before, .hover-glass-2: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%;
}

/* Icon Rotate */
.hvr-icon-rotate {
    display: inline-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-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
    transition: 0.3s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

/* fb-page */
.fb-page, .fb-page span, .fb-page span iframe[style] {
    max-width: 100% !important;
}

/* slick-dots-cus */
.slick-d-none {
    display: none;
}

.slick-d-none.slick-initialized {
    display: block;
}

.slick-dots-cus .slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots-cus .slick-dots li {
    width: 13px;
    height: 13px;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1;
}

.slick-dots-cus .slick-dots {
    bottom: unset;
    margin: 0px auto;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.slick-dots-cus .slick-dots li button {
    padding: 0;
    width: 17px;
    height: 17px;
    background: #e3dcd7;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
}

.slick-dots-cus .slick-dots li button:before {
    display: none;
}

.slick-dots-cus .slick-dots li.slick-active button {
    width: 35px;
    height: 10px;
    background: transparent;
    border-color: var(--main-color);
    border-radius: 5px;
}

.slick-dots-cus .slick-dots li.slick-active {
    opacity: 1;
    width: 35px;
    height: 10px;
    border-radius: 0;
}

/* slick-news */
.slick-news.slick-dots-cus .slick-dots li button {
    background: #e3e3e3;
}

.slick-news.slick-dots-cus .slick-dots li.slick-active button {
    background: #9e9e9e;
}

/* Toc */
.content-ck {
    line-height: 1.5rem;
}

.content-ck * {
    max-width: 100% !important;
}

.content-ck img {
    max-width: 100% !important;
    height: auto !important;
}

.content-ck iframe {
    max-width: 100% !important;
}

.content-ck table {
    margin: 0px auto;
}

.content-ck ul, .content-ck ol {
    display: block;
    margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; }

.content-ck p {
    display: block;
    margin-block-start: 0.25em; margin-block-end: 0.25em; margin-inline-start: 0px; margin-inline-end: 0px; }

.content-ck table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 15px;
    border: 1px solid #ddd;
}

.content-ck table th, .content-ck table td {
    border: 1px solid #dddddd66;
    padding: 4px 5px;
    text-align: center;
    vertical-align: middle;
}

.wrap-toc {
    display: inline-block;
    background: rgba(128, 128, 128, 0.15);
    border: 1px solid #37404a0f;
    padding: 10px;
    position: relative;
    min-width: 165px;
    border-radius: 7px;
    width: 100%;
    margin-bottom: 20px;
}

.wrap-toc .box-readmore {
    width: 100%;
    background: transparent;
    display: none;
}

a.mucluc-dropdown-list_button {
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: #333 !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: 15px;
}

.meta-toc.fiedx {
    position: fixed;
    right: 15px;
    top: 200px;
    z-index: 111;
    display: block;
}

.meta-toc .mucluc-dropdown-list_button {
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
    display: none;
}

.box-readmore {
    padding: 10px;
    width: 100%;
    margin-top: 2px;
    font-size: 13px;
    margin-bottom: 10px;
    width: 350px;
    background: #e6eaf2;
}

.meta-toc.fiedx .box-readmore {
    width: 350px;
}

.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;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin: 0 0 5px 0;
}

.box-readmore ul li a {
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore ul li li a {
    font-weight: 400;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* #tabsProDetailContent toc */
#tabsProDetailContent .wrap-toc {
    background: transparent;
    border-color: #e8e7e7;
    border-radius: 20px;
    padding: 15px;
}

#tabsProDetailContent a.mucluc-dropdown-list_button {
    font-size: 14px;
    color: #353535;
    font-weight: 400;
}

#tabsProDetailContent .wrap-toc a.mucluc-dropdown-list_button:before {
    display: none;
}

#tabsProDetailContent .box-readmore ul {
    margin: 0;
}

#tabsProDetailContent .box-readmore ul li a {
    font-size: 16px;
}

/* Toc */
a.mucluc-dropdown-list_button {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
}

a.mucluc-dropdown-list_button:hover {
    text-decoration: none;
}

.meta-toc {
    position: fixed;
    right: 15px;
    top: 185px;
    z-index: 99999;
    display: none;
}

/* General */
.title-main {
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    z-index: 2;
}

.title-main.title-white h2 {
    color: #fff;
}

.title-main.title-white p {
    color: #fff;
}

.title-main.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    z-index: 5;
}

.title-main .icon {
    display: inline-block;
}

.title-main h2 {
    color: #333;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.title-main span {
    color: var(--main-color);
}

.title-main p {
    position: relative;
    margin: 0;
    font-size: 24px;
    font-family: 'Great Day Personal Use';
    color: #a0815a;
}

.title-main.title-color span {
    color: var(--color-second);
}

.title-main.title-color h2 {
    color: var(--color-second);
}

.title-main.title-color p {
    color: #fff;
}

.title-main .more {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #7B7B7B;
}

.title-main .more:hover {
    color: var(--main-color);
}

/* share */
.aside-download {
    position: relative;
    margin: 30px 0 15px 20px;
    display: none;
}

.aside-download .btn {
    background-color: #fff;
    color: #f23322;
    border-color: #ff6600;
    font-size: 13px;
    padding: 10px 15px;
    z-index: 3;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.2;
    user-select: none;
    column-gap: 10px;
    text-align: center;
    position: relative;
    width: fit-content;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    border: 0.1rem solid #f23322;
    transition: 0.4s ease-in-out;
    padding-left: 20px;
    outline: none;
    box-shadow: none;
}

.aside-download .btn:hover {
    color: #fff;
}

.aside-download .btn:before {
    content: "";
    top: 0;
    right: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    background-color: #f23322;
    transition: 0.4s ease-in-out;
    border-radius: 5px;
}

.aside-download .btn:hover::before {
    left: 0;
    width: 100%;
}

.aside-download .btn::after {
    content: "";
    top: 50%;
    left: -2rem;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url(../../assets/images/ic-pdf.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.a2a_kit .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.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;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px;
}

.custom-form-row > .col, .custom-form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.text-sm {
    font-size: 0.875rem !important;
}

/* Lazyload */
img.lazy {
    opacity: 0;
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

img.initial, img.loaded, img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

/* header */
.header {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
}

.header:after {
    position: absolute;
    content: '';
    background: var(--color-second);
    top: 54px;
    bottom: 0;
    width: calc(50% + 60px);
    right: 0;
}

.box-header__right {
    position: relative;
    width: 80%;
    padding-top: 10px;
}

.box-header__right:before {
    position: absolute;
    content: '';
    background: url(../images/layer.png) no-repeat;
    width: 170px;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: -150px;
}

.info-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
}

.info-header marquee {
    width: 50%;
    color: #e04632;
    font-weight: 400;
    font-size: 19px;
    display: flex;
    align-items: center;
}

.info-header marquee img {
    width: 20px;
    position: relative;
    top: 7px;
}

.info-header__right {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

.info-header__right p, .hotline-mm {
    margin: 0;
    color: #e04632;
    font-weight: 700;
    font-size: 17px;
    margin-right: 30px;
}

.hotline-mm {
    margin-right: 0;
    font-size: 15px;
}

.btn-form__bg, .btn-tuvan {
    display: block;
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 0 0 10px;
    transition: 0.4s all;
    text-align: center;
}

.btn-form__bg:hover {
    background: #034073;
}

.btn-tuvan {
    margin: 0;
    padding: 10px 5px;
    font-size: 16px;
    max-width: 80%;
}

.btn-tuvan:hover {
    background: #f00;
}

/*  */
.menu-list-product {
    border-top: 2px solid #f3f3f3;
    margin-top: 10px;
    padding-top: 10px;
}

.menu-list-product .menu-bar {
    border: 0;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
}

/* slick-product-list */
.slick-product-list {
    margin: 0 -5px;
}

.slick-product-list .slick-slide {
    margin: 0 5px;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

.item-list .images {
    border: 1px solid #222;
}

.item-list .content {
    width: calc(100% - 47px);
    background: var(--main-color);
    position: relative;
    padding: 3px 10px;
}

.item-list .content:after {
    position: absolute;
    content: '';
    background: url(../images/at-menu.png) no-repeat;
    top: 0;
    bottom: -1px;
    background-size: 100% 100%;
    width: 22px;
    right: -20px;
}

.item-list h3 a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-line-clamp: 2;
    line-height: initial;
}

.item-list:hover h3 a {
    color: yellow;
}

/*  */
.skiptranslate iframe {
    display: none;
}

.google-translate {
    position: relative;
    z-index: 2;
    margin-top: -3px;
}

.google-translate p {
    margin: 0;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: center;
}

.google-translate p i {
    margin-left: 5px;
    top: 2px;
    position: relative;
}

#google_translate_element, #google_translate_element_mobile {
    overflow: hidden;
    position: absolute;
    top: 7px;
    z-index: 2;
    max-height: 25px;
    width: 100%;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
}

.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    border: 0;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    background: transparent;
    text-transform: capitalize;
}

.goog-te-gadget .goog-te-combo option {
    background: #fff;
    color: #333;
}

.goog-te-banner-frame {
    display: none !important;
}

/* social-header */
.social-header {
    display: flex;
    align-items: center;
    width: 35%;
    justify-content: flex-end;
}

.social-header p {
    margin: 0 10px 0 0px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.social-header a {
    margin: 0 7px;
}

/*  */
.header-banner.fix_head .logo img {
    max-width: 80%;
}

.fix_head {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    right: 0;
    z-index: 999 !important;
    border-top: 0 !important;
    box-shadow: 0px 1px 5px #00000036;
}

/* cart-header */
.cart-header {
    flex: unset;
    margin: 0 8px;
}

.cart-header .icon-cart {
    position: relative;
    height: unset;
    line-height: unset;
    font-size: 22px;
    color: #052122 !important;
}

.cart-header .count-cart {
    position: absolute;
    background: var(--main-color);
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    right: -12px;
}

/* .logo */
.logo {
    position: relative;
    text-align: center;
}

.logo a {
    display: block;
    position: relative;
    z-index: 3;
}

.logo img {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    max-width: 100%;
}

.header.fix_head .logo {
    transform: translate(-50%, -50%);
    top: 50%;
}

.header.fix_head .logo img {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    max-width: 35%;
}

/* .menu-bar > li.box-info */
.menu-bar > li.box-info, .menu-mobile .box-info {
    flex: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
}

.menu-bar > li.box-info a {
    height: unset;
    line-height: unset;
}

.menu-bar > li.box-info > a:hover {
    color: var(--main-color) !important;
}

.menu-mobile .box-info {
}

.menu-mobile .box-info .search-mobile {
    margin: 0 0px 0px 10px;
    flex: auto;
}

.menu-mobile .box-info a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    flex: auto;
}

/* menu-left-bar */
.menu-left-bar.menu-bar {
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #005faf;
}

.menu-left-bar.menu-bar.no-index .sub_menu {
}

.menu-left-bar.menu-bar li {
}

.menu-left-bar.menu-bar > li > .sub_menu .sub_menu ul {
    border-left: 0;
}

.menu-left-bar.menu-bar li ul li a {
    background: url(../images/li.png) no-repeat 15px center;
    padding-left: 30px;
}

.menu-left-bar.menu-bar > li > .sub_menu {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    top: 106%;
}

.menu-left-bar.menu-bar > li > .sub_menu ul {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #bcbcbc;
    border-top: 0;
}

.menu-left-bar.menu-bar > li > a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-left-bar.menu-bar li a i {
    margin-right: 15px;
    font-size: 18px;
}

/* Menu */
.menu {
    position: relative;
    z-index: 99;
    width: 100%;
    background: var(--color-second);
}

.menu:after {
    position: absolute;
    content: '';
    background: var(--color-second);
    top: 0;
    bottom: -0.5px;
    width: 43px;
    right: 99%;
    clip-path: polygon(70% 0%, 100% 0, 100% 100%, 0% 100%);
}

.menu-bar {
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0px 10px;
}

.menu-bar li {
    list-style: none;
    z-index: 11;
    padding: 0;
    text-align: center;
}

.menu-bar > li {
    position: relative;
    margin: 0 1px;
}

.menu-bar > li .cart-header {
    position: relative;
    margin-right: 20px;
    font-size: 20px;
}

.menu-bar > li > a.active:after, .menu-bar > li:hover > a:after {
    opacity: 1;
    transition: 0.3s all;
}

.menu-bar .sub_menu ul {
    padding: 0;
    margin: 0;
    max-height: 443px;
    overflow-y: auto;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.menu-bar > li > .sub_menu > ul {
}

.menu-bar li ul li {
    width: 100%;
    margin: 0;
}

.menu-bar li > a {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    background: transparent;
    height: 65px;
    line-height: 65px;
}

.menu-bar li > a.home {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: #fff !important;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-bar li a i {
}

.menu-bar > li:hover > a, .menu-bar > li > a.active {
    color: #ffcc09;
}

.menu-bar li ul li a {
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    line-height: unset !important;
    height: unset !important;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}

.menu-bar .sub_menu, .menu.fix_head .menu-bar > li > .sub_menu, .menu .menu-bar > li > .sub_menu.no-index {
    position: absolute;
    padding: 0;
    z-index: 99;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    min-width: 240px;
    top: 100%;
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-bar ul>li>ul {
    top: 100%;
}

.menu-bar .sub_menu li:hover > a {
    background: var(--color-second);
    color: #fff;
}

.menu-bar > li:hover > .sub_menu {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-bar li:hover > .sub_menu, .menu.fix_head .menu-bar > li:hover > .sub_menu, .menu .menu-bar > li:hover > .sub_menu.no-index {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-bar .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    margin-top: 0;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
    opacity: 1;
    visibility: visible;
}

.menu-bar .sub_menu .sub_menu ul {
    max-height: 340px;
    height: auto;
}

.menu-bar .sub_menu li:not(:first-child) a {
    border-top: 1px solid #d8d7d7;
}

.menu-bar .sub_menu li ul li:first-child a {
    border: none;
}

.menu-bar .sub_menu ul::-webkit-scrollbar {
    width: 5px;
}

.menu-bar .sub_menu ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0;
}

.menu-bar .sub_menu ul::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--main-color);
}

.menu-bar li.lang-header {
    display: flex;
    align-items: center;
    flex: unset;
    line-height: 1;
}

.menu-bar li.lang-header a {
    height: unset;
    line-height: unset;
    margin: 0 5px;
    padding: 0;
    background: transparent !important;
}

/* Search */
.menu-bar li.box-search {
    flex: unset;
    margin: 0 0 0 10px;
}

.menu-bar li.box-search:after {
    display: none;
}

.menu-bar li.box-search:before {
    display: none;
}

.search {
    position: relative;
    width: 205px;
}

.search p {
    cursor: pointer;
    text-align: center;
    color: #333;
    font-size: 14px;
    z-index: 9;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.search input {
    width: 100%;
    height: 30px;
    outline: none;
    font-size: 11px;
    opacity: 1;
    color: #333333;
    transition: opacity 0.5s, width 0.5s;
    position: relative;
    border: 1px solid #0061cf;
    padding: 0 10px;
    font-weight: 400;
    border-radius: 5px;
    background: #fff;
    font-family: 'Tahoma';
}

.search.show input {
    width: 220px;
    opacity: 1;
}

.search.show p {
    background: var(--main-color);
    color: #333;
}

.search input::-webkit-input-placeholder {
    color: #333;
}

.search input:-moz-placeholder {
    color: #333;
}

.search input::-moz-placeholder {
    color: #333;
}

.search input:-ms-input-placeholder {
    color: #333;
}

/* Search */
.search-mobile {
    position: relative;
    z-index: 999;
    margin: 0 5px;
}

.search-mobile p {
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 19px;
    z-index: 9;
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    position: relative;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
}

.search-mobile input {
    width: 0;
    height: 40px;
    outline: none;
    background: #fff;
    font-size: 12px;
    opacity: 0;
    color: #333;
    transition: opacity 0.5s, width 0.5s;
    position: absolute;
    right: -2px;
    top: 50%;
    padding: 0 5px;
    border: 0;
    z-index: 8;
    border-radius: 50px;
    text-indent: 10px;
    transform: translateY(-50%);
    background: #ffffff;
    box-shadow: 0 0 4px -2px #000000;
}

.search-mobile.show input {
    width: 240px;
    opacity: 1;
}

.search-mobile.show p {
    background: var(--main-color);
}

.search-mobile input::-webkit-input-placeholder {
    color: #333;
}

.search-mobile input:-moz-placeholder {
    color: #333;
}

.search-mobile input::-moz-placeholder {
    color: #333;
}

.search-mobile input:-ms-input-placeholder {
    color: #333;
}

/* Mmenu */
.menu-mobile {
    display: none;
}

.menu-res {
    z-index: 100;
    background: var(--background-static);
    position: relative;
    display: none;
}

.menu-bar-res {
    height: 50px;
    padding: 0px 15px;
}

#hamburger {
    display: block;
    width: 30px;
    height: 23px;
    position: relative;
    margin-left: 10px;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: var(--color-second);
    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;
    transition-property: transform, top, bottom, left, opacity;
}

.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after {
    top: 10px;
}

.menu-mobile-opened #hamburger span {
    left: -50px;
    opacity: 0;
}

.menu-mobile-opened #hamburger:before {
    transform: rotate(45deg);
}

.menu-mobile-opened #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

/* Search Responsive */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: var(--background-static);
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: #ec2d3f;
    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 #ec2d3f;
    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: #ec2d3f;
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #ec2d3f;
}

.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;
}

/*  */
.slideshow .filter-search {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 1.2rem;
    background-color: white;
    box-shadow: 0 0.8rem 1.2rem 0 rgba(48, 48, 48, 0.1);
    -webkit-box-shadow: 0 0.8rem 1.2rem 0 rgba(48, 48, 48, 0.1);
    width: 750px;
    max-width: 90%;
    padding-bottom: 25px;
}

.filter-search {
    z-index: 5;
    position: relative;
}

.filter-search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.filter-search .form-label {
    margin: 0;
    width: 64%;
}

.form-label p {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.form-label .form-control {
    font-size: 14px;
    color: #7b7b7b;
}

.form-label .select2-container .select2-selection--single {
    height: 43px;
}

.form-label .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    font-size: 14px;
    color: #7b7b7b;
}

.form-label .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.button-label {
    position: relative;
    width: 33%;
}

.button-label button {
    background: #4489c3;
    color: #fff;
    border-color: #4489c3;
    outline: none;
    width: 100%;
    border: 1px solid;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.4s all;
    height: 43px;
}

.button-label button i {
    margin-left: 20px;
}

.button-label button:hover {
    background: #fff;
    color: var(--main-color);
    transition: 0.4s all;
}

/* slideshow-left */
.slideshow-left {
    width: 5%;
    text-align: center;
    position: relative;
}

.slideshow-left .social {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #084061;
    padding: 0;
    padding-top: 20px;
    width: 55%;
}

.slideshow-left .name-home {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #084061;
    border-bottom: 1px solid #084061;
    padding: 70px 10px;
}

.slideshow-left .name-home a {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    text-align: center;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

/* Slideshow */
.wrap-slideshow {
    position: relative;
    padding: 5px;
}

.wrap-slideshow .wrap-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.slideshow {
    width: 100%;
    position: relative;
}

.slideshow-item h3 {
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #FFFFFF;
    font-size: 17px;
    margin: 0 auto;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 25px;
}

.slideshow-item p {
    font-family: "Roboto", Sans-serif;
    font-size: 39px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: initial;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #FFFFFF;
    margin: 40px auto;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}

.slideshow .owl-item.active .slideshow-item h3 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.slideshow .owl-item.active .slideshow-item p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.slideshow .owl-item.active .slideshow-item .more {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.slideshow-item .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.slideshow-item .content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    max-width: 45%;
    text-align: center;
}

.slideshow-item .content .title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 90px;
    text-shadow: 2px 1px 3px #00000038;
}

.slideshow-item .content .desc {
    margin: 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    text-shadow: 2px 1px 3px #00000038;
    position: relative;
    display: table;
    padding: 0 30px;
}

.slideshow-item .content .desc:after {
    position: absolute;
    content: '';
    background: var(--main-color);
    height: 35px;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}

.slideshow-item .content .more {
    background: var(--color-second);
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    transition: 0.3s all;
    display: inline-block;
}

.slideshow-item .content .more:hover {
    background: var(--main-color);
    color: #fff;
}

.slideshow-item .content .more i {
    font-size: 9px;
    margin-left: 10px;
}

.slideshow-item .content .more:hover {
    transition: 0.3s all;
}

.arrow-slide {
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow-slide span {
    display: block;
    cursor: pointer;
}

.arrow-slide span.slide-next {
    margin-top: 21px;
    margin-left: 20px;
}

.arrow-slide span:hover path {
    stroke: var(--main-color);
    transition: 0.3s all;
}

/*  */
.control-slideshow {
    opacity: 0;
}

#myVideo {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    height: 100vh;
    object-fit: cover;
}

.info-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.name-slide {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.desc-slide {
    font-size: 15px;
    color: #fff;
    width: 500px;
    margin: 20px 0;
}

.views-more-slide {
    background-color: var(--background-static);
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 15px;
}

.slide-text .slick-prev, .slide-text .slick-next {
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.slide-text .slick-prev {
    left: 5px;
}

.slide-text .slick-next {
    right: 5px;
}

.slide-text .slick-prev:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f053";
}

.slide-text .slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f054";
}

.slide-text .slick-dots {
    bottom: 20px;
}

.slide-text .slick-dots li {
    margin: 0;
}

.slide-text .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #cccccc40;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 0;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--main-color);
    font-weight: 400;
}

/* box-menu-left */
.box-menu-left {
    position: sticky;
    width: 275px;
    top: 130px;
    padding: 1rem;
    box-shadow: 0 1rem 3rem 0 rgba(48, 48, 48, 0.3);
    -webkit-box-shadow: 0 1rem 3rem 0 rgba(48, 48, 48, 0.3);
    border-radius: 20px;
    background-color: white;
}

.title-left {
    position: relative;
    text-align: center;
}

.title-left:after {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 8px;
    margin-top: -8px;
    filter: drop-shadow(1px 0px 0px #333);
}

.title-left a {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 15px;
    position: relative;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(28, 152, 0, 1) 0%, rgba(28, 152, 0, 1) 49%, rgba(37, 180, 0, 1) 50%, rgba(37, 180, 0, 1) 51%, rgba(31, 163, 0, 1) 51%, rgba(32, 167, 0, 1) 85%, rgba(55, 233, 0, 1) 100%);
    height: 45px;
    line-height: 45px;
}

.item-left {
    position: relative;
}

.item-left:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 0.1rem solid #f0f0f0;
}

.item-left .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--main-color);
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.item-left .title i {
    transition: transform 0.3s ease;
}

.item-left .title.active i {
    transform: rotate(180deg);
}

.menu-label__filter {
    display: none;
}

.menu-label__filter.is-active {
    display: block;
}

.item-left .price_label {
    font-weight: 600;
    font-size: 13px;
}

.btn-filter {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.btn-filter button {
    position: relative;
    width: 49%;
    background: var(--main-color);
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    padding: 8px 10px;
    border-color: var(--main-color);
    border: 1px solid;
    border-radius: 5px;
    transition: 0.3s all;
    overflow: hidden;
}

.btn-filter button:last-child {
    background: #fff;
    color: var(--main-color);
}

.btn-filter button span {
    position: relative;
    z-index: 5;
    display: block;
}

.btn-filter button:hover {
    color: #fff;
}

.btn-filter button::before {
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: #333;
    transition: 0.4s ease-in-out;
}

.btn-filter button:hover::before {
    left: 0;
    width: 100%;
}

.js-toggle__filter {
    display: none;
    margin: 0;
}

/*  */
.menu-left {
    position: relative;
}

.menu-left .sub_menu ul::-webkit-scrollbar {
    width: 5px;
}

.menu-left .sub_menu ul::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 0;
}

.menu-left .sub_menu ul::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--main-color);
}

.menu-left .sub_menu {
    padding: 0 0 0;
    margin: 0;
}

.menu-left .sub_menu ul {
    padding: 0 0 0;
    margin: 0;
    list-style: none;
    background: #FFF;
    max-height: 450px;
    overflow: auto;
    border: 1px solid #ededed;
}

.menu-left ul li {
}

.menu-left ul li a {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #2C2C2C;
    border-bottom: 1px solid #ededed;
    padding: 13px 15px;
    padding-left: 29px;
}

.menu-left ul li:hover a {
    color: var(--main-color);
}

.menu-left ul li a:after {
    position: absolute;
    content: '';
    background: var(--main-color);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 15px;
    top: 21px;
}

.menu-left ul li a i {
    position: absolute;
    right: 0;
    top: 23px;
}

.menu-left ul li:last-child a {
    border: 0;
}

.menu-left ul li .sub_menu {
    position: absolute;
    min-width: 235px;
    left: 100%;
    z-index: 9099;
    top: 0;
    display: none;
}

.menu-left ul li:hover .sub_menu {
    display: block;
}

.box-right {
    width: 75%;
}

.box-right .grid-product {
    grid-template-columns: repeat(3, 1fr);
}

/*  */
.pri-checkbox {
    user-select: none;
}

.pri-checkbox label {
    cursor: pointer;
    font-size: 14px;
    column-gap: 8px;
    position: relative;
    color: #232323;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.pri-checkbox label .custom-check {
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    transition: 0.4s ease-in-out;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #333;
}

.pri-checkbox label .custom-check::before {
    content: "";
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    transition: 0.4s ease-in-out;
    width: 10px;
    height: 10px;
    pointer-events: none;
    background: transparent;
    transform: translate(-50%, -50%);
    background-image: url(../../assets/images/ic-check1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pri-checkbox label .custom-check::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;
    background-color: transparent;
}

.pri-checkbox input {
    display: none;
}

.pri-checkbox label span {
    transition: 0.4s ease-in-out;
}

.pri-checkbox:has(input:checked) label .custom-check, .pri-checkbox.active label .custom-check {
    border-color: #f23322;
}

.pri-checkbox:has(input:checked) label .custom-check::after, .pri-checkbox.active label .custom-check::after {
    background-color: #f23322;
}

.pri-checkbox:has(input:checked) label .custom-check::before, .pri-checkbox.active label .custom-check::before {
    opacity: 1;
}

.pri-checkbox:has(input:checked) label span, .pri-checkbox.active label span {
    font-weight: 600;
    color: #f23322;
}

/* wrap-about */
.section-about {
    position: relative;
    background: #ffff url(../images/bg-about.jpg) no-repeat center;
    padding: 70px 0;
    background-size: contain;
}

.about-image {
    width: 43%;
    position: relative;
}

.about-image .desc {
    width: 50%;
    position: relative;
}

.about-content {
    position: relative;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.content-ck p {
}

.about-content .slogan {
    color: #000;
    font-size: 21px;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

.about-content .title {
    color: #ff6602;
    font-weight: 700;
    font-size: 37px;
    letter-spacing: 0px;
}

.about-content .desc {
    color: #000;
    font-size: 52px;
    font-family: ui-serif;
    margin-bottom: 5px;
    font-weight: normal;
}

.viewmore {
    display: table;
    margin-top: 20px;
    background: var(--color-second);
    border: 0;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    transition: 0.3s all;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 20px;
}

.viewmore:hover {
    background: var(--main-color);
    color: #fff;
}

/*  */
.section-static {
    position: relative;
    padding: 40px 0;
    padding-top: 0;
}

.section-static .banner-static {
    position: relative;
    top: 0;
    bottom: 0;
    height: 65vh;
}

.section-static .banner-static img {
    height: 100%;
    object-fit: cover;
}

.section-static .banner-static:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg, rgba(48, 48, 48, 0.8) 0%, rgba(48, 48, 48, 0.8) 100%);
    inset: 0;
}

.section-static .wrap-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 50px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #0000003d;
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-desc__static {
    width: 65%;
}

.box-desc__static .slogan {
    color: #891d13;
    font-weight: 600;
    margin-bottom: 20px;
}

.viewmore-product {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #dd6f65;
    color: var(--main-color);
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    transition: 0.3s all;
}

.viewmore-product:hover {
    background: var(--main-color);
    color: #fff;
}

.banner-logo__static {
    width: 34%;
}

/* section-product */
.section-product {
    position: relative;
    padding: 20px 0;
}

.section-product .viewmore-product {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

.paging-product {
}

.tab-power {
    text-align: center;
    /* background: #f6f6f6; */
    padding: 8px;
    display: table;
    margin: 0 auto;
    margin-bottom: 40px;
}

.tab-power li {
    list-style: none;
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 50px;
    padding: 6px 15px;
    margin: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s all;
}

.tab-power li:hover, .tab-power li.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

/*  */
.section-criteria {
    position: relative;
    padding: 40px 0;
}

.box-criteria {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.item-criteria {
    width: 49%;
    background: #f1f2f3;
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
}

.item-criteria .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.item-criteria p {
    margin: 0;
}

.item-criteria p.desc {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #474747;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 0;
    word-break: break-word;
    min-height: 66px;
}

.item-criteria .title {
    color: #000;
    font-weight: 600;
    width: calc(100% - 70px);
    position: relative;
    padding-bottom: 10px;
}

.item-criteria .title:after {
    position: absolute;
    content: '';
    background: #d36561;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
}

/*  */
.section-project {
    position: relative;
    padding: 40px 0;
    background: #fff;
}

.title-project {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

.title-project:after {
    position: absolute;
    content: '';
    background: #b63028;
    top: 5px;
    bottom: 5px;
    width: 5px;
    transform: skewY(45deg);
    left: 0;
}

.title-project .slogan {
    text-transform: uppercase;
    color: #9f9f9f;
    position: relative;
    margin-bottom: 5px;
}

.title-project .title {
    margin: 0;
    font-weight: 700;
    color: #333;
    font-size: 35px;
}

.section-project .slick-project {
    margin: 0;
}

.section-project .slick-project .slick-slide {
    margin: 0;
}

.slick-project {
    margin: 0 -15px;
}

.slick-project .slick-slide {
    margin: 0 15px;
}

.item-project {
    position: relative;
}

.item-project .content {
    position: absolute;
    background: #00000069;
    inset: 0;
    padding: 30px;
    color: #fff;
}

.item-project h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
}

.item-project p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    -webkit-line-clamp: 4;
}

.item-project .view {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 50px;
}

.item-project:hover h3 a {
    color: #edaa3f;
}

/* Video */
.section-video {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.img-wrapper {
    width: 100%;
    height: 450px;
    position: relative;
}

.imgBox {
    width: 830px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.imgBox div {
    width: 830px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.imgBox > div p {
    display: none;
}

.imgBox .dg-center p {
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 17px;
    word-break: break-word;
}

.imgBox div.bx-animate {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.imgBox div img {
    display: block;
    max-height: 400px;
    object-fit: cover;
}

.imgBox div div {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    bottom: -12px;
    display: none;
    position: absolute;
}

.imgBox div.dg-center div {
    display: block;
}

.btn-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}

.btn-video > div {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

.btn-video > div i {
    color: #cfa31d;
}

/*  */
.section-album {
    position: relative;
    background: #37322d;
    padding: 40px 0;
}

.section-album .wrap-content {
    max-width: 1345px;
}

.slick-album {
    position: relative;
    margin: 0 -15px;
}

.slick-album .slick-slide {
    margin: 0 15px;
}

.slick-album .scale-img {
    position: relative;
}

.slick-album .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000069;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.slick-album .content p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.slick-album .scale-img:hover .content {
    opacity: 1;
    visibility: visible;
}

/* section-why */
.section-why {
    position: relative;
    padding: 25px 0;
}

.slick-why {
    margin: 0 -20px;
}

.slick-why .slick-slide {
    margin: 0 20px;
}

.item-why {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.item-why p {
    margin: 0;
}

.item-why > .title {
    position: relative;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    width: calc(100% - 80px);
}

/* section-slogan */
.section-slogan {
    position: relative;
    padding: 40px 0;
    background: url(../images/bg-slogan.jpg) no-repeat;
    background-size: cover;
}

.section-slogan p {
    margin: 0 200px 0px 0px;
    font-family: 'MarkerFelt';
    font-size: 62px;
    color: #689e27;
    width: 50%;
    background: url(../images/layer_4.png) no-repeat right center;
    text-align: right;
    padding-right: 120px;
}

.section-slogan .btn-contact {
    text-transform: capitalize;
    background: #689e27;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 9px;
    margin-right: auto;
}

.section-slogan .btn-contact:hover {
    background: #4d820e;
    transition: 0.4s all;
}

/* wrap-brand */
.wrap-brand {
    position: relative;
    padding: 40px 0;
}

.wrap-brand .wrap-content {
}

.title-brand {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.title-brand h2 {
    margin: 0;
    color: var(--main-color);
    font-family: SeasideResortNF;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.slick-brand {
    margin: 0 auto;
    max-width: 1240px;
}

.slick-brand .slick-slide {
    text-align: center;
    margin: 1px 0;
    position: relative;
}

.slick-brand .slick-slide.slick-current.slick-active:before {
    display: none;
}

.slick-brand .slick-slide .scale-img {
    position: relative;
    display: table;
    margin: 0 auto;
}

.slick-brand .slick-slide:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    top: 20px;
    bottom: 20px;
    left: 0;
}

/* wrap-bottom */
.wrap-bottom {
    position: relative;
    padding: 40px 0;
    background: url(../images/bg-bottom.jpg) no-repeat;
    background-size: cover;
}

.title-bottom {
    tive; font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.title-bottom:after {
    position: absolute;
    content: '';
    width: 85px;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #005ebf;
}

.title-bottom:before {
    position: absolute;
    content: '';
    background: url(../images/line2.png) repeat;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
}

.box-bottom {
    width: 33%;
}

.box-bottom:nth-child(1) {
    width: 30%;
}

.box-bottom .box-iframe {
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 5px;
}

/* wrap-video */
.wrap-video {
    position: relative;
    padding: 40px 0;
    background: url(../images/bg-video.jpg) no-repeat;
    background-size: cover;
}

.wrap-video .title-main {
}

.wrap-video .title-main h2, .wrap-video .title-main p {
    color: #fff;
}

.item-video {
    position: relative;
    cursor: pointer;
    min-height: 250px;
}

.item-video .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 45%;
    color: #fff;
    z-index: 2;
}

.item-video .btn-video.btn-frame {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-video .btn-video.btn-frame .kenit-alo-circle {
    border-color: #ffffff3d;
    width: 120px;
    height: 120px;
}

.item-video .btn-video.btn-frame .kenit-alo-circle-fill {
    width: 130px;
    height: 130px;
    background: #ffffff61;
}

.item-video .btn-video.btn-frame i {
    background: transparent;
    width: 70px;
    height: 70px;
    font-size: 56px;
    font-weight: 100;
    margin: 0 auto;
    align-items: center;
}

.item-video .btn-video.btn-frame i img {
    width: 100%;
}

.item-video h3 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.item-video p {
    font-size: 14px;
    line-height: 25px;
}

.wrap-video .video-image {
    position: relative;
}

.wrap-video .video-image:after {
    position: absolute;
    content: '';
    background: url(../images/icvi.png) no-repeat;
    background-size: 100% 100%;
    width: 180px;
    height: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-video {
    width: 50%;
    position: relative;
}

.box-video .fotorama__stage__frame.fotorama__active {
}

.box-video .fotorama__thumb {
}

.video-main img {
    height: 350px;
    object-fit: cover;
}

.listvideos {
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: transparent;
    position: relative;
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
}

.listvideos option {
    color: #000;
}

.video-main .video-image {
    position: relative;
    border: 1px solid #cf9c02;
    overflow: hidden;
}

.video-main .video-image:before {
    position: absolute;
    content: '';
    background: url(../images/ic-vi.png) no-repeat;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.slick-video {
    width: 64%;
    margin: 0 auto;
}

.slick-video .slick-slide {
    border-radius: 40px;
    overflow: hidden;
}

.slick-video img {
    height: 480px;
    object-fit: cover;
}

.slick-video .video-image {
    position: relative;
}

.slick-video .video-image:after {
    position: absolute;
    content: '';
    background: url(../images/vi.png) no-repeat;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.listvideos:focus-visible {
    outline: none;
}

/* wrap-partner */
.wrap-partner {
    position: relative;
    padding: 40px 0;
}

.wrap-partner .title-main {
    width: 22%;
    margin: 0;
}

.slick-partner {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 77%;
}

.slick-partner .slick-slide {
    position: relative;
    margin: 0 5px;
}

.slick-partner .slick-slide.slick-current.slick-active:after {
    display: none;
}

.slick-partner .slick-slide > div {
    margin: 15px 0;
}

.slick-partner a {
    position: relative;
}

.slick-partner a img {
}

.slick-partner a:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(-0%);
}

.arr-dt {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7E7E7;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid #C7C7C7;
}

.arr-dt.next-dt {
    left: unset;
    right: -40px;
}

/* box-fanpage */
.box-fanpage {
    border-radius: 10px;
    border: 0.5px solid #4b4b4b54;
    overflow: hidden;
    position: relative;
    padding: 10px;
    width: 32%;
}

.banner-news {
    width: 49%;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
}

/* wrap-news */
.section-news {
    position: relative;
    padding: 40px 0;
    background: #ffffff;
}

.title-news {
    position: relative;
    margin-bottom: 30px;
}

.title-news .slogan {
    padding-left: 60px;
    position: relative;
    color: #c69d82;
    font-size: 16px;
}

.title-news .title {
    color: #2f3940;
    font-weight: 700;
    font-size: 38px;
}

.title-news .title span {
    display: block;
    color: #d78b4b;
}

.title-news .slogan:before, .title-news .slogan:after {
    position: absolute;
    content: '';
    background: #c69d82;
    width: 40px;
    height: 2px;
    left: 0;
    top: 15px;
}

.title-news .slogan:after {
    top: 11px;
    left: 7px;
}

.item-news {
    position: relative;
    transition: 0.3s all;
    box-shadow: 0px 0px 5px #0000001a;
    margin: 5px 0;
}

.item-news .scale-img {
    position: relative;
    z-index: 5;
}

.item-news .scale-img span {
    position: absolute;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    top: 15px;
    left: 15px;
    z-index: 2;
    background: var(--main-color);
    text-transform: uppercase;
    padding: 5px 10px;
}

.item-news .date {
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 20px 0 0 0;
}

.item-news .date i {
    margin-right: 4px;
    color: #eba226;
}

.item-news .content {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 15px;
}

.item-news h3 a {
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-style: normal;
    color: #222222;
    font-weight: 700;
    line-height: 25px;
    height: 50px;
    text-transform: uppercase;
}

.item-news h3 {
    position: relative;
    margin: 0;
}

.item-news h3 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
}

.item-news p.text-split {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #474747;
    line-height: 22px;
    margin-top: 20px;
}

.item-news .more {
    transition: 0.3s ease;
    display: table;
    background: var(--main-color);
    color: #fff;
    margin-bottom: -43px;
    margin-top: 16px;
    font-size: 14px;
    padding: 10px 25px;
}

.item-news .more:hover {
    background: #2d2d2d;
    transition: 0.3s all;
}

.item-news:hover h3 a {
    color: var(--main-color);
}

/* Video */
.video-images a {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.video-images a:after {
    position: absolute;
    content: '';
    background: url(../images/video.png) no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video {
    cursor: pointer;
    margin-bottom: 1rem;
}

.video h3 a {
    text-align: center;
    font-size: 16px;
    color: #212529;
    margin-top: 10px;
    text-transform: capitalize;
}

.video .video-image {
    position: relative;
    margin-bottom: 0.75rem;
}

.video .video-image:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: calc(50% - 50px / 2);
    left: calc(50% - 35px / 2);
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
}

/* Album */
.album {
    cursor: pointer;
}

.pic-album {
    margin-bottom: 10px;
}

.album .album-image {
    margin-bottom: 0.75rem;
}

.album .album-name {
    text-align: center;
    padding: 10px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -25px;
    z-index: 6;
    position: relative;
    box-shadow: 0 0 5px #0000001f;
}

.album .album-name a {
    font-size: 15px;
    color: #212529;
    margin-bottom: 0px;
    line-height: 25px;
}

.album:hover h3 a {
    color: var(--main-color);
}

.grid-album-tpl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.grid-album-tpl .scale-img {
    border-radius: 5px;
}

/* Brand */
.wrap-brand .wrap-content {
    position: relative;
}

.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto;
}

/* tab-list */
.box-tab-list {
    border: 1px solid #a0815a5e;
    position: relative;
    display: table;
    margin: 0 auto;
    background: #33333385;
    width: 60%;
    border-radius: 50px;
    padding: 7px 30px;
    margin-bottom: 40px;
}

.tab-list {
    padding: 5px 0;
    text-align: center;
    list-style: none;
    margin: 0;
    max-width: 710px;
    overflow: auto;
    white-space: nowrap;
}

.tab-list li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 20px;
}

.tab-list li:hover, .tab-list li.active {
    color: var(--color-second);
}

.tab-list::-webkit-scrollbar {
    height: 3px;
}

.tab-list::-webkit-scrollbar-track {
    background: #ffffff36;
    border-radius: 0;
}

.tab-list::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--color-second);
}

/* slick-product */
.slick-product {
    margin: 0px -10px;
}

.slick-product .slick-track {
    display: flex
}

.slick-product .slick-slide {
    margin: 2px 10px;
    overflow: hidden;
    height: auto;
}

.wrap-product .wrap-content {
    position: relative;
}

.pro-arr {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    cursor: pointer;
    z-index: 1;
    font-size: 30px;
    color: #b4b4b4;
}

.pro-arr.pro-prev {
    left: -50px;
}

.pro-arr.pro-next {
    right: -50px;
}

/* box-title-list */
.box-product {
    position: relative;
    padding: 20px 0;
}

.box-title-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: #dfdfdf;
    border-top: 2px solid #68aae8;
    overflow: hidden;
    margin-bottom: 20px;
}

.title-list {
    position: relative;
    width: 325px;
    max-width: 40%;
}

.title-list h2 {
    position: relative;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #007bf0;
    border-bottom: 5px solid #054989;
    padding: 7px 5px;
    padding-right: 20px;
}

.title-list h2:after {
    position: absolute;
    content: '';
    background: url(../images/at-title.png) no-repeat;
    top: -2px;
    bottom: -5px;
    background-size: 100% 100%;
    width: 50px;
    left: 100%;
}

.title-list h2 img {
}

.title-list span {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    -webkit-line-clamp: 1;
    width: calc(100% - 45px);
}

/* box-tab-cat */
.box-tab-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 60%;
    position: relative;
}

.scroll-cat {
    max-width: 81%;
    position: relative;
    padding: 0 10px;
}

.box-tab-cat .left {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    font-size: 17px;
}

.box-tab-cat .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    font-size: 17px;
    cursor: pointer;
}

.tab-cat {
    margin: 0;
    padding: 0 25px;
    list-style: none;
    white-space: nowrap;
    text-align: right;
    overflow: auto;
    display: block;
}

.tab-cat::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tab-cat::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

.tab-cat::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: transparent;
}

.tab-cat li {
    display: inline-block;
    position: relative;
    background: #cf9c02;
    text-align: center;
    padding: 8px 15px;
    min-height: 39px;
    line-height: 39px;
    cursor: pointer;
    max-width: 25%;
    transform: skew(28deg);
    border-radius: 5px;
}

.tab-cat li:hover {
    background: var(--main-color);
    transition: 0.3s all;
}

.tab-cat li span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-line-clamp: 1;
    transform: skew(-28deg);
}

.box-tab-cat .viewmore {
    font-size: 15px;
    display: block;
    font-weight: 700;
    color: var(--main-color);
    width: 15%;
}

.box-tab-cat .viewmore:hover {
    color: var(--color-second);
}

/* title-product */
.title-product {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.title-product p {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}

.title-product span {
    display: block;
    flex: auto;
    background: #252525;
    height: 16px;
    margin-left: 20px;
    position: relative;
}

.title-product span:after {
    position: absolute;
    content: '';
    background: url(../images/line.png) no-repeat right #00a200;
    top: 50%;
    left: 0;
    height: 16px;
    transform: translateY(-50%);
    width: 195px;
}

/* Product */
.wrap-product {
    position: relative;
    padding: 20px 0;
    padding-top: 40px;
}

.box-product-list {
    position: relative;
    margin-bottom: 40px;
}

.box-product-list:last-child {
    margin: 0;
}

.box-product-list .readmore {
    margin: 0 auto;
    margin-top: 30px;
}

.grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 2;
    grid-gap: 20px;
}

.product-other .grid-product {
    grid-template-columns: repeat(4, 1fr);
}

.item-product {
    position: relative;
    border: 1px solid #cccccc52;
    'Montserrat', font-family: sans-serif;
}

.item-product .images {
    display: block;
    position: relative;
}

.item-product a.scale-img {
    position: relative;
}

.item-product .icon-product, #Zoom-1 .icon-product {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.item-product .icon-product p, #Zoom-1 .icon-product p {
    margin: 0;
    color: #fff;
    background: var(--color-second);
    font-size: 12px;
    font-weight: 400;
    padding: 2px 15px;
    line-height: initial;
}

#Zoom-1 .icon-product {
    top: 15px;
    right: 15px;
}

#Zoom-1 .icon-product p {
    padding: 5px 20px;
    font-size: 13px;
}

.item-product .content {
    position: relative;
    padding: 15px;
    text-align: left;
}

.item-product .content-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0000007d;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.item-product .content-info p {
    text-align: center;
    width: 100%;
}

.item-product .content-info strong {
    text-transform: capitalize;
    display: block;
}

.item-product .desc-short p {
    margin-bottom: 5px;
}

.right-pro-detail .desc-short {
    width: unset;
    display: table;
    margin: 15px 0;
    padding: 4px 20px;
}

.item-product .title {
    position: relative;
    width: 60%;
    text-align: left;
}

.item-product h3 {
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
    padding-top: 15px;
}

.item-product h3:after {
    position: absolute;
    content: '';
    background: #e3251b;
    width: 30px;
    height: 2px;
    top: 0;
    left: 0;
}

.item-product h3 a {
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #333;
}

.item-product .desc-short {
    white-space: pre-line;
    line-height: 1.5;
    margin: 5px 0;
}

.item-product .content .comment-star {
    margin: 5px 0;
}

.item-product .content .comment-star i {
    font-size: 13px;
    color: var(--colorPro);
}

.item-product .view-more {
    font-weight: 700;
    display: block;
    text-align: center;
    border: 1px solid #e3251b;
    padding: 10px 8px;
    margin-top: 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s all;
}

.item-product .view-more:hover {
    background: #e3251b;
    color: #fff;
}

.item-product p.desc-item {
    margin: 0;
    border-radius: 4px;
    background: #D9F6DC;
    overflow: hidden;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    padding: 6px 5px;
    color: #3EA848;
    margin-top: 5px;
}

.price-product {
    margin: 5px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    position: relative;
}

.price-product strong {
    font-weight: 400;
    font-size: 12px;
}

.price-product .price-new {
    font-weight: 700;
    color: var(--main-color);
    font-size: 17px;
}

.price-product .price-new span {
    display: block;
    margin-top: -10px;
}

.price-product .price-old {
    display: inline-block;
    margin: 0 0 0px 5px;
    color: #888;
    font-weight: 400;
    position: relative;
    font-size: 12px;
}

.price-product .price-old:after {
    position: absolute;
    content: '';
    background: #b2b3b3;
    top: 50%;
    height: 1px;
    left: 0;
    right: 0;
}

.item-product:hover h3 a {
    color: #e3251b;
}

.item-product:hover .content-info {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
}

.item-product .icon-sale, #Zoom-1 .icon-sale {
    position: absolute;
    top: 3px;
    background: var(--color-second);
    color: #fff;
    left: -49px;
    padding: 4px 50px;
    transform: rotate(-45deg);
    z-index: 5;
}

#Zoom-1 .icon-sale {
    padding: 10px 60px;
    top: 20px;
    left: -40px;
}

.item-product .icon-sale p, #Zoom-1 .icon-sale p {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: initial;
}

.item-product .cart-add {
    display: block;
    background: var(--main-color);
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 9px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.item-product .cart-add:hover {
    background: #ed1c24;
    color: #fff;
}

.item-product .viewmore {
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 2;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid #F0A725;
    color: #222;
    padding: 5px 22px;
    transition: 0.3s all;
}

.item-product .viewmore:hover {
    background: var(--main-color);
    color: #fff;
}

.attr-pro-detail .info-product, .item-product .info-product {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.attr-pro-detail .info-product p, .item-product .info-product p {
    margin: 0px 0 20px 0;
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #222;
    min-height: 20px;
    padding-left: 30px;
}

.attr-pro-detail .info-product p, .item-product .info-product p.col-2 {
    width: 49%;
}

.attr-pro-detail .info-product p:nth-child(1), .item-product .info-product p:nth-child(1) {
    background: url(../images/layer_1.png) no-repeat left center;
}

.attr-pro-detail .info-product p:nth-child(2), .item-product .info-product p:nth-child(2) {
    background: url(../images/layer_2.png) no-repeat left center;
}

.attr-pro-detail .info-product p:nth-child(3), .item-product .info-product p:nth-child(3) {
    background: url(../images/layer_3.png) no-repeat left center;
}

.attr-pro-detail .info-product p:nth-child(4), .item-product .info-product p:nth-child(4) {
    background: url(../images/layer_4.png) no-repeat left center;
}

.attr-pro-detail .info-product span, .item-product .info-product span {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    color: var(--main-color);
}

.attr-pro-detail .info-product span.price-new {
    font-size: 22px;
}

.attr-desc-short {
    white-space: pre-line;
    line-height: 2;
}

/* Product Detail */
.grid-pro-detail {
    margin-bottom: 3rem;
}

.left-pro-detail {
    position: relative;
    text-align: center;
    width: 42%;
    overflow: hidden;
}

.right-pro-detail {
    width: 55%;
}

.right-pro-detail .logo {
    width: 100%;
    margin-bottom: 20px;
}

.policy-detail {
    width: 21%;
    position: sticky;
    top: 60px;
    box-shadow: 0 0 5px #7c7a7a42;
    padding: 5px 15px;
}

.left-pro-detail .MagicZoom {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: unset;
}

.gallery-thumb-pro {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0;
}

.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;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: uppercase;
    font-size: 23px;
    display: block;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.title-pro-detail:after {
    position: absolute;
    content: '';
    background: #626262;
    width: 115px;
    bottom: 0;
    left: 0;
    height: 1px;
}

.comment-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 20px !important;
    align-items: center !important;
    margin-left: 0;
}

.social-plugin-pro-detail p {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #dd9844;
    font-weight: 400;
}

.desc-pro-detail {
    margin-bottom: 1rem;
    color: #333;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
    display: block;
    margin: 5px 0;
}

.attr-pro-detail li.line-left {
    border-left: 1px solid #ccc;
    line-height: 1;
    padding-left: 10px;
    margin-left: 10px;
}

.attr-label-pro-detail {
    margin: 0px 1px 0px 0px;
    font-size: 13px;
    font-weight: 600;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.brand-pro-detail a {
    background: var(--main-color);
    color: #fff;
    border-radius: 2px;
    padding: 3px 10px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 24px;
    color: red;
}

.price-new-pro-detail strong {
    font-size: 15px;
}

.price-old-pro-detail {
    color: #999;
    text-decoration: line-through;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
}

.color-pro-detail {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 48px;
    position: relative;
    margin: 0 8px 0 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    font-size: 12px;
    transition: 0.3s;
}

.size-pro-detail {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 48px;
    position: relative;
    margin: 0 8px 5px 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    font-size: 12px;
    transition: 0.3s;
}

.size-pro-detail.active, .color-pro-detail.active {
    border-color: var(--color-dark-red);
}

.size-pro-detail.active:after, .color-pro-detail.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"], .size-pro-detail input[type="radio"] {
    display: none;
}

.color-pro-detail.disable::before {
    position: absolute;
    left: 50%;
    top: -22%;
    width: 1px;
    height: 142%;
    content: '';
    background: #ccc;
    transform: rotate(45deg);
}

.color-pro-detail.disable::after {
    position: absolute;
    left: 50%;
    top: -22%;
    width: 1px;
    height: 142%;
    content: '';
    background: #ccc;
    transform: rotate(-45deg);
}

.size-pro-detail.disable::before {
    position: absolute;
    left: 50%;
    top: -22%;
    width: 1px;
    height: 142%;
    content: '';
    background: #ccc;
    transform: rotate(45deg);
}

.size-pro-detail.disable::after {
    position: absolute;
    left: 50%;
    top: -22%;
    width: 1px;
    height: 142%;
    content: '';
    background: #ccc;
    transform: rotate(-45deg);
}

.quantity-pro-detail {
    width: 140px;
    height: 40px;
    overflow: hidden;
    background: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.quantity-pro-detail span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    z-index: 5;
    border: 1px solid #ffffff1c;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    top: 0;
    bottom: unset;
    border-bottom: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
}

.quantity-pro-detail input {
    height: 100%;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 15px;
    background: transparent;
    padding-right: 35px;
}

.cart-pro-detail {
    position: relative;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.cart-pro-detail a {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 25px;
    min-height: 40px;
    font-weight: 700;
}

.cart-pro-detail a.addnow {
    background: var(--main-color);
    margin-left: 5px;
    color: #000;
}

.cart-pro-detail a.addnow:hover {
    color: #fff;
    background: var(--color-red);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-second);
}

.cart-pro-detail a.buynow:hover {
    background: var(--color-second);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-right: 8px;
    font-size: 24px;
    position: relative;
    top: -2px;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
    background: var(--main-color);
    border-color: var(--main-color);
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 2rem;
    background: #ffffff14;
    padding: 25px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px -5px #33333359;
}

.tabs-pro-detail .nav-item {
    margin-right: 50px;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}

.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link, .tabs-pro-detail .nav-tabs .nav-link:hover {
    border-color: #000;
    font-weight: 700;
    color: #000;
}

#tabsProDetail {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    white-space: nowrap;
}

#tabsProDetailContent {
}

/*  */
.box-product__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.col-left__detail {
    width: 54%;
}

.col-left__detail .box-title__product {
    background: rgb(73, 174, 76) url(../images/divider.png) no-repeat calc(100% - 30px) 40px;
    position: relative;
    padding: 20px 30px;
    border-radius: 20px 0px 0px 20px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    background-size: 30% 25%;
    margin-top: 50px;
}

.box-title__product .title-pro__detail {
    margin: 10px 0;
    font-size: 19px;
    width: 65%;
}

.box-content__detail {
    margin-top: 20px;
    padding: 0 20px 0 0px;
}

.box-content__detail .title {
    color: #268844;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.box-content__detail .content-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.box-content__detail .content-info p {
    flex: auto;
    color: #268844;
    margin: 0;
}

.box-title__product .desc-pro__detail {
    margin: 0;
    width: 65%;
}

.desc-product__detail .desc-pro-detail {
    color: #268844;
    margin: 0;
}

.box-content__detail .price-product {
    margin: 10px 0;
}

.btn-product__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.btn-product__detail .addcart {
    font-family: Montserrat, sans-serif;
    background: #268844;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    width: 49%;
    height: 40px;
    cursor: pointer;
}

.btn-product__detail .btn-contact {
    width: 49%;
    border: 1px solid #268844;
    font-family: Montserrat, sans-serif;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    color: #268844;
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-product__detail .addcart:hover {
    transition: 0.4s all;
    background: #0a6827;
}

.btn-product__detail .btn-contact:hover {
    transition: 0.4s all;
    background: #268844;
    color: #fff;
}

.col-right__detail {
    width: 46%;
}

/* News */
.news {
    position: relative;
    border: 1px solid #cccccc38;
}

.news:hover {
    box-shadow: 2px 2px 18px #bbbbbb12;
}

.pic-news {
}

.grid-album-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
    .news .news-image {
        margin-bottom: 1rem;
    }
}

.grid-news {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.info-news {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 10px;
}

.news .news-name {
    margin-bottom: 0.5rem;
}

.news .news-name a {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
    font-weight: 700;
    height: 50px;
}

.news .news-name a.text-split {
    -webkit-line-clamp: 2;
}

.news-info .viewmore {
    display: inline-block;
    margin-top: 5px;
    color: #36a336;
}

.news:hover .news-name a, .news-info .viewmore:hover {
    color: var(--main-color);
}

.news .news-time {
    color: #84878a;
    margin-bottom: 0.25rem;
}

.news .desc-news {
    margin-top: 5px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    color: #333;
    font-size: 15px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 5px;
}

.list-news-other li a {
    text-transform: none;
    color: #333;
}

.list-news-other li a:hover {
    color: var(--color-second);
}

/**/
.grid-about {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.iabout {
}

.iabout h3 a {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
    font-weight: 700;
    height: 50px;
}

.info-iabout {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px;
}

/*News orther*/
.othernews {
    position: sticky;
    top: 70px;
    z-index: 11;
    margin: 0;
}

.news-other {
    margin-bottom: 15px;
}

.pic-news-other {
    width: 40%;
}

.info-news-other {
    width: 60%;
    padding-left: 10px;
}

.name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}

.name-news-other.text-split {
    font-weight: 400;
    line-height: 20px;
    color: #333;
}

.name-news-other:hover {
    color: var(--main-color);
}

/* wrap-contact */
.wrap-contact {
    position: relative;
    padding: 70px 0;
    background: url(../images/bg-newsletter.jpg) no-repeat;
    background-size: cover;
}

.title-contact {
}

.title-contact .title {
    font-size: 37px;
    font-style: normal;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 30px;
}

.title-contact .desc {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    color: #333333;
}

.box-contact {
    width: 42%;
    position: relative;
}

.box-contact .contact-form {
    margin-top: 20px;
}

.box-contact .contact-input {
    width: 100%;
}

.box-contact .btn-contact {
    position: relative;
}

.box-contact .btn-contact button:hover {
    color: var(--color-second);
}

.box-contact .btn-contact button:hover path {
    fill: var(--color-second);
}

.box-contact .btn-contact button {
    background: transparent;
    padding: 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #13586C;
    text-transform: capitalize;
    min-width: unset;
    border: 0;
}

.box-contact .contact-input input, .box-contact .contact-input textarea {
    background: transparent;
    border-bottom: 1px solid #7e7e7e;
    height: 40px;
    color: #7e7e7e;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}

.box-contact .contact-input textarea {
    height: 75px;
}

.box-contact .contact-input input::-webkit-input-placeholder, .box-contact .contact-input textarea::-webkit-input-placeholder {
    color: #7e7e7e;
}

.box-contact .contact-input input:-moz-placeholder, .box-contact .contact-input textarea:-moz-placeholder {
    color: #7e7e7e;
}

.box-contact .contact-input input::-moz-placeholder, .box-contact .contact-input textarea::-moz-placeholder {
    color: #7e7e7e;
}

.box-contact .contact-input input:-ms-input-placeholder, .box-contact .contact-input textarea:-ms-input-placeholder {
    color: #7e7e7e;
}

/* Contact */
.form-floating.form-floating-cus > input, .form-floating-cus > select {
    height: 45px;
    background-color: transparent;
    color: #333;
    border-color: #cccccc59;
    padding: 0;
}

.form-floating.form-floating-cus > textarea {
    height: 100px;
    color: #333;
    border-radius: 0;
    background: transparent;
    padding: 0;
    border-color: #cccccc59;
}

.form-floating.form-floating-cus > label {
    padding: 10px 0px;
    color: #333;
}

.contact-article .contact-text {
    padding-right: 30px;
}

.contact-article {
    margin-bottom: 3rem;
}

.contact-input {
    position: relative;
    margin-bottom: 22px;
}

.contact-input input, .contact-input textarea {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-input input:focus, .contact-input textarea:focus {
    box-shadow: none;
    outline: none;
}

.contact-input textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
}

.contact-map {
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

.btn-contact input {
    background: var(--main-color);
    border-color: transparent;
    padding: 9px 26px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
    border-radius: 3px;
}

.btn-contact input:hover {
    background: var(--color-second);
    border-color: var(--color-second);
}

.btn-contact .btn.btn-secondary {
    background: #999;
    border-color: #999;
    color: #fff;
}

.contact-input input::-webkit-input-placeholder, .contact-input textarea::-webkit-input-placeholder {
    color: #333;
}

.contact-input input:-moz-placeholder, .contact-input textarea:-moz-placeholder {
    color: #333;
}

.contact-input input::-moz-placeholder, .contact-input textarea::-moz-placeholder {
    color: #333;
}

.contact-input input:-ms-input-placeholder, .contact-input textarea:-ms-input-placeholder {
    color: #333;
}

/* box-info-setting */
.box-info-setting {
    position: relative;
    width: 50%;
    background: url(../images/box-info.png) no-repeat center;
    padding: 40px 0;
}

.info-setting {
    position: relative;
    display: table;
    width: 325px;
    height: 325px;
    border-radius: 50%;
    text-align: center;
    background: #a78a67;
    padding: 20px;
    margin: 0 0 0 65px;
}

.info-setting:nth-child(2) {
    margin-left: 210px;
    margin-top: 20px;
}

.info-setting .slogan {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.info-setting .info {
    color: #fff;
    background: url(../images/ic-phone.png) no-repeat center top;
    padding-top: 110px;
    border-bottom: 1px solid #fff;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    min-width: 100px;
}

.info-setting .info .title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.info-setting .info .phone {
    margin: 0;
    font-weight: 900;
    color: #ffffff;
    font-size: 30px;
}

.info-setting:nth-child(2) .info {
    background: url(../images/ic-contact.png) no-repeat center top;
}

/* Newsletter */
.wrap-newsletter {
    position: relative;
    padding: 60px 0;
    background: url(../images/bg-newsletter.jpg) no-repeat;
    background-size: cover;
}

.title-newsletter {
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}

.title-newsletter .slogan {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.title-newsletter .title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}

.box-newsletter {
    width: 39%;
}

#FormNewsletter {
    position: relative;
}

.newsletter-input {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.box-newsletter-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.newsletter-input.col-f2 {
    width: 49%;
}

.newsletter-input.col-f3 {
    width: 32%;
}

.newsletter-input i {
    position: absolute;
    top: 10px;
    right: 17px;
    color: #fff;
    font-size: 18px;
    z-index: 22;
    line-height: inherit;
}

.newsletter-input.textarea i {
}

.newsletter-input.textarea {
    width: 100%;
}

.newsletter-input.note {
    width: 78%;
    margin: 0;
}

.newsletter-input input, .newsletter-input textarea, .newsletter-input select {
    font-size: 13px !important;
    color: #838990;
    background: #fff !important;
    font-weight: 400;
    z-index: 5;
    position: relative;
    box-shadow: none !important;
    border: 2px solid #fff !important;
    vertical-align: top;
    line-height: normal;
    width: 100%;
    border-radius: 0;
    height: 45px;
    \: 130px;
    padding-right: 40px;
    border-bottom-color: 0;
}

.newsletter-input textarea {
    height: 120px;
    resize: none;
    border-radius: 20px;
    padding-top: 13px;
    padding-left: 45px;
}

.newsletter-button {
    position: absolute;
    z-index: 6;
    text-align: left;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
}

.newsletter-button i {
    margin-right: 1px;
}

.newsletter-button .btn-submit {
    padding: 0;
    width: 100%;
    height: unset;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    color: #be977e;
    background: transparent;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 0;
    text-align: center;
}

.newsletter-button .btn-submit:nth-child(1) {
}

.newsletter-button .btn-submit:hover {
    color: #f99758;
}

.newsletter-content {
    margin-top: 20px;
    color: #fff;
}

.newsletter-input input::-webkit-input-placeholder, .newsletter-input textarea::-webkit-input-placeholder {
    color: #838990;
}

.newsletter-input input:-moz-placeholder, .newsletter-input textarea:-moz-placeholder {
    color: #838990;
}

.newsletter-input input::-moz-placeholder, .newsletter-input textarea::-moz-placeholder {
    color: #838990;
}

.newsletter-input input:-ms-input-placeholder, .newsletter-input textarea:-ms-input-placeholder {
    color: #838990;
}

.newsletter-input input:focus, .newsletter-input textarea:focus {
    box-shadow: none !important;
    outline: none;
    color: #838990;
}

.newsletter-input input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

#FormNewsletter .form-control.is-invalid, #FormNewsletter.was-validated .form-control:invalid {
    background: transparent;
}

/* newsletter-modal */
.modal-custom {
    max-width: 30%;
}

.modal-custom .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-custom .modal-content {
    padding: 25px;
}

.modal-custom .modal-body {
    padding: 0;
}

.logo-modal {
    text-align: center;
}

.logo-modal .title {
    font-weight: 700;
    font-size: 25px;
    margin: 0;
}

.logo-modal .title span {
    color: var(--main-color);
}

.logo-modal .slogan {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-style: italic;
    word-break: break-word;
}

.title-modal-product {
    margin: 10px 0 0 0;
    font-weight: 500;
}

.title-modal-product strong {
    color: #000;
}

.title-modal-product strong sup {
    color: #f00;
}

.newsletter-modal {
    position: relative;
    margin: 5px 0;
}

.newsletter-modal input, .newsletter-modal textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 15px 10px;
    font-size: 13px !important;
    color: #333;
    box-shadow: none !important;
    outline: none !important;
}

.newsletter-modal textarea {
    height: 125px;
}

.newsletter-modal-button input {
    border: 0;
    width: 100%;
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 2px;
    border-radius: 3px;
}

.newsletter-modal-button {
    margin-top: 20px;
}

.w-49 {
    width: 49%;
}

/* Footer */
.footer {
    position: relative;
    background: #000;
}

#myVideoFooter {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-article {
    position: relative;
    padding: 40px 0;
    z-index: 2;
}

.footer-newsletter {
    position: relative;
    width: 25%;
}

.footer-newsletter .slogan {
    color: #fff;
    font-style: italic;
    font-size: 13px;
}

.footer-maps {
    padding-bottom: 40px;
}

/* carlton_map_weather */
.carlton_map_weather {
    position: relative;
}

.info-map {
    position: absolute;
    top: 15px;
    left: 340px;
    z-index: 2;
}

.info-map ul {
    padding: 0;
    margin: 0;
}

.info-map li {
    list-style: none;
    display: inline-block;
    background: #999;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 10px 23px;
    border-radius: 3px;
    margin: 0 10px 10px 0px;
    cursor: pointer;
    transition: 0.3s all;
}

.info-map li:hover, .info-map li.act {
    background: #000;
    color: #fff;
}

.carlton_map_weather_tab {
    position: relative;
}

.carlton_map_weather_tab .iframe-map {
    display: none;
}

.carlton_map_weather_tab .iframe-map.act {
}

.carlton_map_weather_tab .iframe-map iframe {
    width: 100%;
}

/* footer-branch */
.footer-branch {
    position: relative;
    padding: 30px 0;
    background: var(--main-color);
    color: #fff;
}

.grid-branch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 80px;
}

.item-branch {
    font-weight: 400;
    position: relative;
    font-family: 'Quicksand', sans-serif;
}

.item-branch .title {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
}

.item-branch .title:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    background: rgb(64, 169, 120);
    background: linear-gradient(0deg, rgba(64, 169, 120, 1) 0%, rgba(64, 169, 120, 1) 50%, rgba(54, 157, 109, 1) 50%, rgba(54, 157, 109, 1) 100%);
    height: 2px;
    left: 0;
}

/*  */
.footer-news .footer-title {
}

.footer-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.footer-title:after {
    position: absolute;
    content: '';
    background: #eaa63c;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    border-radius: 50px;
}

.social-footer {
}

.social-footer a {
    display: inline-block;
    margin-right: 15px;
}

/* footer-tags */
.footer-tags {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.footer-tags .title {
    display: inline-block;
    color: #9a9999;
    font-size: 14px;
}

.footer-tags a {
    display: inline-block;
    color: #9a9999;
    font-size: 14px;
    position: relative;
    padding: 0 5px;
    padding-right: 10px;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.footer-tags a:after {
    position: absolute;
    content: '/';
    right: 0;
    color: #9a9999;
    top: 50%;
    transform: translateY(-50%);
}

.footer-tags a:hover {
    color: #fff;
}

/* footer-policy */
.footer-info {
    width: 35%;
    text-align: center;
}

.footer-info:nth-child(2) {
    width: 18%;
}

.footer-social {
    width: 35%;
    position: relative;
    text-align: center;
}

.footer-policy {
    width: 20%;
}

.footer-menu {
    width: 19%;
}

.footer-ul {
    list-style: none;
    padding-left: 0;
    margin: 0px;
}

.footer-ul li {
    margin: 0 0 15px 0;
    font-size: 14px;
    list-style: none;
    width: 100%;
    color: #fff;
    position: relative;
}

.footer-ul li:last-child {
    border: 0;
    padding-right: 0;
}

.footer-ul li a {
    font-weight: 400;
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-ul li a i {
    font-size: 6px;
    margin-right: 10px;
}

.footer-ul li a:hover {
    text-decoration: underline;
}

/*  */
.footer-news:last-child {
    width: 50%;
}

.list-store {
    position: relative;
    margin-top: 40px;
}

.list-store > .title {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
}

.box-store {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.item-store {
    width: 48%;
}

.item-store .title {
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 10px 0;
}

.item-store .titleBold {
    font-weight: 700;
    color: #f49e0b;
    text-transform: uppercase;
    font-size: 20px;
}

.item-store p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.item-store p i {
    font-size: 18px;
    margin-right: 10px;
}

/* footer-banner */
.footer-news {
    width: 25%;
    color: #fff;
}

.footer-bank {
    width: 25%;
}

.footer-title__2 {
    color: #fff;
    font-size: 18px;
    background: 0;
    padding: 0;
    font-weight: 700;
    font-size: 26px;
}

.footer-fanpage {
    width: 28%;
    padding-top: 60px;
}

.footer-company {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    font-family: 'MyriadPro-Regular';
    margin-bottom: 20px;
}

.footer-article .d-flex {
}

.footer-left {
    width: 35%;
}

.footer-right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.logo-footer {
    margin-bottom: 10px;
}

.logo-footer a {
    display: block;
}

.logo-footer .name {
    margin: 0 0px 0px 10px;
    font-size: 32px;
    font-family: 'SFUEurostileBold';
    color: var(--main-color);
    text-transform: uppercase;
}

/* social */
.ibank {
    display: inline-block !important;
    margin: 2px;
}

.social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social a {
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.social a:hover {
    color: #fff;
}

.social p {
    margin: 0 10px 0 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.iconMap {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #111;
    background: #fff;
    border-radius: 5px;
    margin-left: 20px;
    padding: 10px 21px;
}

.iconMap:after {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    border-radius: 5px;
    top: -5px;
    right: -5px;
    bottom: 5px;
    left: 5px;
}

.iconMap:hover {
    background: var(--color-second);
    color: #fff;
}

.iconMap:hover:after {
    border-color: var(--color-second);
}

.btn-map {
    display: table;
    background: var(--main-color);
    color: #fff;
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 18px;
    transition: 0.3s ease;
}

.btn-map i {
    margin-right: 5px;
    font-size: 21px;
}

.btn-map:hover {
    background: rgba(0, 0, 0, .08);
    color: var(--main-color);
}

/*  */
.footer-copyright {
    background: #cccccc1a;
    padding: 20px 0;
}

.footer-top {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.footer-copyright span {
}

.footer-copyright a {
    color: #333;
}

.footer-powered {
    position: relative;
    font-size: 15px;
    text-align: center;
    color: #ffffff99;
    z-index: 2;
    padding: 0;
}

.footer-powered .wrap-content {
}

.footer-statistic {
}

.footer-statistic span {
    padding: 0;
    display: inline-block;
    text-transform: capitalize;
    padding-left: 25px;
}

#footer-map {
    position: relative;
    height: 425px;
    overflow: hidden;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

/* frame-fixed */
.frame-fixed {
    position: fixed;
    right: -25px;
    bottom: 170px;
    z-index: 999;
}

.frame-fixed a {
    display: block;
    margin: 10px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.40);
    background: var(--main-color);
    border-radius: 100px;
    min-width: 92px;
    color: #fff;
    font-size: 30px;
    padding: 2px 10px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 57px;
    transition: 0.3s a;
    cursor: pointer;
    position: relative;
}

.frame-fixed a:hover {
    background: var(--color-second);
    transition: 0.3s all;
}

.frame-fixed .count-cart {
    position: absolute;
    background: var(--color-second);
    font-size: 13px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    top: 12px;
    right: 30px;
    padding-bottom: 4px;
}

/* Like Share */
.social-plugin {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .a2a_svg {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/* Paging */
.pagination-home {
    margin-top: 15px;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 30px;
}

.pagination-ajax span {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    border: 0;
    color: #333 !important;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #fff;
    padding: 6px 16px;
    min-width: 35px;
    border-radius: 3px;
    box-shadow: inset 0 5px 10px rgb(0 0 0 / 10%), 0 2px 5px rgb(0 0 0 / 13%);
}

.pagination-ajax span.current, .pagination-ajax span:hover {
    color: #ffffff !important;
    background-color: #df0000;
    border-color: #df0000;
}

.pagination-ajax span.first, .pagination-ajax span.last, .pagination-ajax span.prev, .pagination-ajax span.next {
    position: relative;
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* GOOGLE DICH */
.skiptranslate iframe {
    display: none !important;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.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;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 0;
    word-break: break-word;
}

/* Transition All */
.transition, .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, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover > img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.scale-img img, .scale-img:hover > img {
    transition: 0.3s ease-out;
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}

.btn-frame i {
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: 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 {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.btn-frame .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    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 {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/* Zalo */
#qrzalo .modal-dialog {
    max-width: 250px;
    margin: 0.5rem auto;
}

.btn-zalo {
    bottom: 315px;
}

.btn-form {
    bottom: 400px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-top-header {
    background: #487dfc;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.js-facebook-messenger-container.closed {
    display: none !important;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-tooltip.closed {
    display: none !important;
}

.js-facebook-messenger-box, .js-facebook-messenger-button {
    z-index: 999;
}

.js-facebook-messenger-tooltip {
    z-index: 999;
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1000000000000000019884624838656;
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.js-facebook-messenger-box {
    z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.js-facebook-messenger-button, .js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182fc;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-container {
    width: 250px;
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-head {
    width: 220px;
    color: #ffffff;
    background: #1182fc;
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-top-head {
    color: #ffffff;
    background: #1182fc;
    width: 220px;
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-container.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1;
}

/* Cart Fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 400px;
    z-index: 10;
    background: var(--color-second);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #000;
    width: 25px;
    height: 25px;
    background: var(--main-color);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.toolbar {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    display: none;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
    -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}

.toolbar.is-active .list-phone {
    display: block;
    -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}

.toolbar .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none;
    width: auto;
}

.toolbar .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    min-width: 170px;
    position: relative;
    padding: 10px;
    margin: 10px 0;
    border-radius: 50px;
    font-size: 16px;
}

.toolbar .list-phone svg {
    max-width: 30px;
    max-height: 30px;
}

.toolbar .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: #333;
    font-weight: 700;
}

.toolbar .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform .2s ease-in-out;
}

.toolbar .phone a {
    color: #333;
    display: block;
    position: relative;
}

.toolbar .phone a:before, .toolbar .phone a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 30px;
    height: 3px;
    border-radius: 2rem;
    background-color: #fff;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.toolbar .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.toolbar .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--main-color);
}

.toolbar.is-active .phone {
    transform: rotate(-180deg);
}

.toolbar.is-active .phone svg {
    opacity: 0;
}

.toolbar.is-active .phone a:before, .toolbar.is-active .phone a:after {
    opacity: 1;
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: #fff;
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: var(--main-color);
}

.toolbar ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.toolbar ul li a span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    text-transform: capitalize;
}

.toolbar ul li a img, .toolbar ul li svg {
    max-height: 30px;
    fill: var(--main-color);
    width: 100%;
}

.toolbar .phone svg {
    animation: tada 1.2s infinite;
    fill: #fff;
}

.tada {
    animation: tada 1.2s infinite;
}

.lang-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolbar ul li.lang-toolbar a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}

.toolbar ul li.lang-toolbar a img {
    height: 10% !important;
}

.ex6 path {
    fill: transparent;
    stroke: var(--main-color);
    stroke-width: 0.5;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 5s ease forwards;
    animation: dash 5s ease forwards;
}

@-webkit-keyframes dash {
    to {
        fill: var(--main-color);
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        fill: var(--main-color);
        stroke-dashoffset: 0;
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-head-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px / 2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* box-product-tpl */
.box-product-tpl {
    position: relative;
    background: #f6f5f5;
    padding: 25px;
    padding-top: 0;
}

.title-other {
    position: relative;
    margin-bottom: 40px;
}

.title-other h2 {
    margin: 0;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.title-other h2:after {
    position: absolute;
    content: '';
    background: #626262;
    width: 115px;
    bottom: 0;
    left: 0;
    height: 1px;
}

/**/
.move-top {
    z-index: 12;
    bottom: 2.4rem;
    row-gap: 2rem;
    position: fixed;
    cursor: pointer;
    user-select: none;
    flex-direction: column;
    transform: translateX(2rem);
    transition: 0.6s ease-in-out;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.move-top .inner {
    display: flex;
    align-items: center;
}

.move-top .inner-img {
    position: relative;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #f23322;
}

.move-top .inner.btn-price .inner-img {
    background-color: #ff6600;
}

.move-top .inner-img::before {
    content: "";
    z-index: -1;
    pointer-events: none;
    border-radius: 4.8rem;
    background: linear-gradient(118deg, rgba(241, 77, 71, 0.25) -2.85%, rgba(70, 3, 0, 0.25) 100%);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 3.6rem;
    height: 3.6rem;
}

.move-top .inner.btn-price .inner-content {
    background-color: #ff6600;
}

.move-top .inner-content {
    min-width: 200px;
    text-align: left;
    margin-left: -3rem;
    border-radius: 50px;
    background-color: #f23322;
    padding: 10px 10px 10px 60px;
}

.move-top .inner-content .text-14 {
    color: white;
    line-height: 1.2;
    transition: 0.4s ease-in-out;
    margin: 0;
    font-weight: 700;
}

.move-top .inner:last-child .inner-img img {
    animation: swingAni ease-in-out 0.6s infinite alternate;
}

@media screen and (max-width: 1200px) {
    .move-top .inner-img img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .move-top .inner-img {
        width: 2.6rem;
        height: 2.6rem;
    }

    .move-top .inner-content {
        display: none;
    }
}

@keyframes swingAni {
    0% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}

/**/
.wrap-main.wrap-template__about {
    max-width: 100%;
}

/* Responsive */
.video-container iframe {
    max-width: 100%;
}

@media(max-width: 1200px) {
    .control-owl button.owl-next {
    }

    .control-owl button.owl-prev {
    }
}

@media(max-width: 1024px) {
    .slideshow {
        max-width: 100%;
        overflow: hidden;
    }

    .banner-header .wrap-content {
        justify-content: center !important;
    }

    .wrap-content, .wrap-template {
        padding: 0px 5px;
    }

    .scrollToTop {
        display: none !important;
    }

    .wrap-container {
    }

    .btn-frame, .btn-frame i {
        display: flex;
        width: 35px;
        height: 35px;
    }

    .btn-frame .kenit-alo-circle {
        width: 45px;
        height: 45px;
    }

    .btn-frame .kenit-alo-circle-fill {
        width: 55px;
        height: 55px;
    }

    .btn-frame i img {
        width: 60%;
    }

    .move-top {
        display: flex;
    }

    .btn-zalo {
        bottom: 110px;
    }

    .btn-phone {
        bottom: 40px;
    }
}

@media(max-width: 1001px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .content-ck img {
        height: auto !important;
    }

    .menu, #messages-facebook {
        display: none !important;
    }

    .logo-header {
        display: none;
    }

    .box-header__right, .box-header__right marquee {
        width: 100%;
    }

    .info-header__right, .box-header__right:before, .header:after {
        display: none;
    }

    .menu-res {
        display: block;
    }

    .toolbar {
        display: block;
    }

    .breadCrumbs .wrap-content {
        padding: 15px 5px;
    }

    .grid-news {
        grid-gap: 10px;
    }

    .menu-mobile {
        display: block;
        position: sticky;
        width: 100%;
        z-index: 999;
        top: 0;
        padding: 5px 0;
        box-shadow: 0px 0px 2px #00000057;
        max-height: 70px;
        background: #fff;
    }

    .menu-mobile marquee {
        width: 60%;
        color: var(--main-color);
        font-size: 17px;
    }

    .menu-mobile marquee img {
        width: 25px;
        position: relative;
        top: 4px;
    }

    .logo-mobile {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .logo-mobile a, .banner-mobile a {
        display: block;
    }

    .logo-mobile img {
        max-width: 105px;
    }

    .about-image {
        width: 100%;
    }

    .btn-video {
        max-width: 100%;
    }

    .imgBox, .imgBox div {
        width: 100%;
    }

    .btn-video > div {
        position: absolute;
        background: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

    .btn-video > div:last-child {
        left: unset;
        right: 20px;
    }

    .slick-album {
        margin: 0;
    }

    .slick-album .slick-slide {
        margin: 0 5px;
    }

    .box-content__why {
        width: 100%;
    }

    .banner-why {
        display: none;
    }

    .section-why:after {
        width: 100%;
    }

    .section-slogan p {
        width: inherit;
        margin: 0;
    }

    .section-slogan .wrap-content {
        flex-direction: column;
        justify-content: center !important;
        text-align: center;
    }

    .section-slogan .btn-contact {
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer-newsletter {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .search-mobile p {
        background: var(--color-second);
    }

    .slideshow .filter-search {
        border-radius: 10px;
    }

    .slick-why, .slick-project {
        margin: 0;
    }

    .section-static .wrap-content {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }

    .section-static {
        padding: 0 0 40px 0;
    }

    .modal-custom {
        max-width: 100%;
    }

    .header {
        background: var(--color-second);
        display: none;
    }

    .header marquee {
        color: #fff;
    }

    .slideshow-item img {
        min-height: 70vh;
        object-fit: cover;
    }

    .slideshow-item .content {
        max-width: 100%;
        width: 98%;
    }

    .slideshow-item h3 {
        font-size: 15px;
    }

    .slideshow-item p {
        font-size: 27px;
    }

    .section-about {
        background-size: cover;
        padding: 40px 0;
    }

    .slogan-mm {
        display: block;
    }
}

@media(max-width: 768px) {
    #FormContact .form-row>.col, #FormContact .form-row>[class*=col-] {
        width: 100%;
    }

    .widget-mobile {
        display: block;
    }

    .left-pro-detail {
        width: 100%;
    }

    .right-pro-detail {
        width: 100%;
        margin-top: 20px;
        position: relative;
        top: unset;
    }

    .grid-pro-detail {
        margin: 0;
    }

    .tabs-pro-detail {
        padding: 15px;
    }

    .grid-album-tpl, grid-innews, .grid-service, .grid-product {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-gap: 10px;
    }

    .footer-powered {
        clip-path: none;
        padding: 15px;
        font-size: 14px;
        padding-bottom: 60px;
    }

    .footer-news {
        margin: 10px 0;
        width: 100% !important;
    }

    .item-store {
        width: 100%;
    }

    .item-store .titleBold {
        font-size: 17px;
    }

    .footer-policy {
        width: 49%;
        margin-top: 30px;
    }

    .tab-cat li {
        max-width: unset;
        padding: 0 30px;
    }

    .box-product__detail {
        flex-direction: column-reverse;
    }

    .col-left__detail {
        width: 100%;
    }

    .col-right__detail {
        width: 100%;
    }

    .box-content__detail {
        padding: 0;
    }

    .col-left__detail .box-title__product {
        margin-top: 20px;
        border-radius: 20px;
        background: rgb(73, 174, 76) url(../images/divider.png) no-repeat calc(100% - 20px) 20px;
        background-size: 20% 10%;
    }

    .box-title__product .title-pro__detail, .box-title__product .desc-pro__detail {
        font-size: 16px;
        width: 100%;
    }

    .box-content__detail .content-info {
        gap: 5px;
    }

    .box-right {
        width: 100%;
    }

    .box-menu-left {
        width: 90%;
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: -90%;
        border-radius: 0;
        padding-left: 20px;
        overflow: hidden;
        transition: 0.4s ease-in-out;
    }

    #sidebar-overlay {
        background-color: rgb(0 0 0 / 15%);
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 500;
        overflow: overlay;
    }

    #sidebar-overlay.active {
        display: block
    }

    .box-menu-left.active {
        left: 0;
        padding-top: 0;
    }

    .js-toggle__filter {
        display: block;
    }

    .js-close__filter.js-toggle__filter {
        text-align: right;
        font-size: 24px;
        margin: 0;
        color: var(--main-color);
    }

    .btn-filter__mb {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 18px;
        color: var(--main-color);
    }

    .aside-download {
        margin-left: 30px;
    }

    .btn-tuvan {
        max-width: 100%;
    }

    #tabsProDetail {
        display: flex;
        overflow: auto;
        padding: 0;
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    .tabs-pro-detail .nav-tabs .nav-link {
    }
}

@media(max-width: 665px) {
    .grid-news, .grid-album-tpl {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner-tpl .content p {
        font-size: 35px;
    }
}

@media(max-width: 585px) {
    .grid-news, .grid-album-tpl, .grid-innews, .grid-product, .grid-service, .box-right .grid-product, .grid-about {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .news-image {
        width: 100%;
    }

    .news-info {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .item-project h3 {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .item-project .content {
        padding: 15px;
    }
}

@media(max-width: 475px) {
    .title-pro-detail {
        font-size: 18px;
    }

    .tabs-pro-detail .nav-item {
        margin-right: 20px;
    }

    .title-main h2 {
        font-size: 23px;
    }

    .footer-news .footer-title {
        font-size: 20px;
    }

    .footer-policy {
        width: 100%;
        margin-top: 20px;
    }

    .title-newsletter .title {
        font-size: 22px;
    }

    .title-newsletter .slogan {
        font-size: 14px;
    }

    .grid-project {
        grid-gap: 20px;
    }

    .item-project h3 a {
        font-size: 15px;
    }

    .title-list span {
        font-size: 18px;
    }

    .title-list h2 {
        max-width: 80%;
    }

    .section-slogan p {
        font-size: 50px;
        background-size: contain;
    }

    .item-product h3 a {
        font-size: 15px;
    }

    .slick-why .slick-slide {
        margin: 0 10px;
    }

    .filter-search .form-label {
        width: 100%;
    }

    .filter-search .button-label {
        width: 100%;
        margin-top: 20px;
    }

    .slideshow .filter-search {
        position: relative;
        bottom: 0;
        transform: unset;
        z-index: 65;
        left: unset;
        margin: 10px auto;
        margin-top: -120px;
        padding: 15px;
        box-shadow: 0px 0px 5px #0000002b;
    }

    .banner-logo__static {
        display: none;
    }

    .box-desc__static, .item-criteria {
        width: 100%;
    }

    .slick-project .slick-slide {
        margin: 0 5px;
    }

    .title-news .title {
        font-size: 25px;
    }

    .item-why > .title {
        font-size: 15px;
    }
}

@media(max-width: 375px) {
    .cart-pro-detail a {
        width: 100%;
        margin: 5px 0px;
    }

    .tab-product li {
        font-size: 12px;
    }

    .tabs-pro-detail .nav-tabs .nav-link {
        font-size: 12px;
    }

    .grid-project {
        grid-template-columns: repeat(1, 1fr);
    }

    .item-project:last-child {
        grid-column: unset;
    }
}

@media(max-width: 325px) {
    .grid-news, .grid-product, .grid-service, .grid-album-tpl, .grid-innews, .box-right .grid-product, .grid-about {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
