/* Main */
:root {
    --main-color: #fda505;
    --second-color: #16753f;
    --hover-color: #f7d114;
    --color-red: #bb1f28;
    --color-yellow: #fc0;
    --color-medium-red: #bf1e2e;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --background-hover: linear-gradient(
        90deg,
        #f2e8c3 0%,
        #fcf7d2 24.48%,
        #f2e8c3 51.04%,
        #fcf7d2 76.04%,
        #f2e8c3 100%
    );
    --color-static: #000;
    --color-hover: #eceb1b;
}
body {
    font-size: 14px;
    top: 0 !important;
    color: #000;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
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;
}
.footer-copyright a {
    color: #fff;
}
.footer-copyright a:hover {
    /* color: #fff900; */
}
.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.row-10 > * {
    padding-left: 5px;
    padding-right: 5px;
}
.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.row-20 > * {
    padding-left: 10px;
    padding-right: 10px;
}
.row-40 {
    margin-left: -20px;
    margin-right: -20px;
}
.row-40 > * {
    padding-left: 20px;
    padding-right: 20px;
}
.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.col-30 {
    padding-left: 15px;
    padding-right: -15px;
}
.col-20 {
    padding-left: 10px;
    padding-right: 10px;
}
.mg-col-10 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-top-bottom .title-main span:after,
.wrap-content.padding-top-bottom .title-main span:before {
    display: none;
}
.mb-20 {
    margin-bottom: 20px;
}
.padding-top-bottom {
    padding: 20px 0;
}
.pad-top {
    padding-top: 2.5rem;
}
.pad-bottom {
    padding-bottom: 2.5rem;
}
.mg-top {
    margin-top: 2.5rem;
}
.mg-bottom {
    margin-bottom: 2.5rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
a,
input,
textarea {
    outline: none;
    padding: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.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-content {
    max-width: 1190px;
    margin: auto;
    width: calc(100% - 30px);
    position: relative;
    z-index: 2;
}
.wrap-1160 {
    max-width: 1160px;
}
.fix_head {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}
.pd-l-10 {
    padding-left: -10px;
}
.pd-r-10 {
    padding-right: -10px;
}
.mg-l-10 {
    margin-left: -10px;
}
.mg-r-10 {
    margin-right: -10px;
}
.mg-b-20 {
    margin-bottom: 20px;
}
.list-style-none {
    list-style: none;
}
.title-detail-main {
    color: #252525;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.wrap-container {
    margin-bottom: 60px;
}
.news-home .title-main span {
    cursor: pointer;
}
.sl-10 {
    margin: 0 -5px;
}
.sl-10 .slick-slide {
    margin: 0 5px;
}
.sl-30 {
    margin: 0 -15px;
}
.sl-30 .slick-slide {
    margin: 0 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.full-screen {
    max-width: 1366px;
}
b,
strong {
}

/* Text Hide */
.text-split-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.text-split-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.text-split-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

/* Toc */
.content-ck {
    line-height: 2em;
}
.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: 5px;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
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: #006acb !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
}
.meta-toc.fiedx {
    position: fixed;
    left: 10px;
    top: 200px;
    z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
    display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
    display: block !important;
}
.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
}
.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none;
}
.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: #000 !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;
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes shake-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}
.popup-custom .modal-content {
    border-radius: 0px;
    border: 0px;
}
.popup-custom .modal-content .modal-body {
    padding: 10px;
}
.popup-custom .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #888888;
    cursor: pointer;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    opacity: 1 !important;
}
#popup-quickview .modal-dialog {
    max-width: 1140px;
    background: #fff;
}
.opacity-0 {
    opacity: 0;
}
.modal-content {
    background: #fff;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes scaleLarge {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* General */
.title-main-detail span {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.title-main-detail {
    text-align: center;
    margin-bottom: 20px;
}
.time-main {
    margin-bottom: 0.75rem;
    color: #000;
}
.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}
.time-main span {
    vertical-align: top;
    display: inline-block;
}
.share {
    padding: 17px 15px 10px 15px;
    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;
}
a {
    text-decoration: none;
}
p,
h2,
h3,
h4 {
    margin-bottom: 0;
}
.pagination-home.w-100 {
    margin-top: 20px;
}
.title-main {
    text-align: center;
    margin-bottom: 12px;
    color: #333;
    font-family: Lora;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.slogan {
    text-align: center;
    margin-bottom: 12px;
    color: #535353;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    letter-spacing: 2.4px;
    background: url(../images/title.png) no-repeat center bottom;
    padding-bottom: 35px;
}
.slogan:after {
    content: "";
}

/* 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;
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blink2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Mmenu */
.menu-moblie {
    display: none;
}
.menu-moblie .logo-header img,
.menu-moblie .banner-header img {
}
.menu-res {
    z-index: 100;
    background: var(--main-color);
    position: relative;
}
.menu-bar-res {
    height: 50px;
    padding: 0px 15px;
}
#hamburger {
    display: block;
    width: 35px;
    height: 21px;
    position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
    background: var(--main-color);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    background-color: var(--main-color);
    border-radius: 1.5px;
    height: 3px;
    width: 100%;
}
#hamburger:before {
    top: 1px;
    width: 50%;
}
#hamburger span {
    top: 10px;
}
#hamburger:after {
    top: 18px;
    width: 50%;
    margin-left: auto;
    left: unset;
    right: 0;
}
#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;
}

/* Breadcrumb */
.breadCrumbs {
    background-color: #eee;
}
.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: #000;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #7e7575;
    font-weight: 500;
    text-transform: capitalize;
}

/* Product Detail */
.grid-pro-detail {
    background: #fff;
    margin-bottom: 20px;
}
.left-pro-detail {
    position: relative;
    width: 52%;
}
.right-pro-detail {
    width: 45%;
}
.left-pro-detail .MagicZoom {
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}
.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}
.owl-pro-detail {
    padding: 0;
}
#tabsProDetailContent {
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 0 10px;
    background: #fff;
}
.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}
.control-pro-detail button:hover {
    opacity: 0.7;
}
.control-pro-detail button.owl-prev {
    left: 0px;
}
.control-pro-detail button.owl-next {
    right: 0px;
}
.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}
.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: capitalize;
    font-size: 22px;
    display: block;
    font-weight: 700;
    color: #000;
    text-align: left;
}
.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}
.desc-pro-detail {
    margin-bottom: 1rem;
}
.attr-pro-detail {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}
ul.attr-pro-detail .info-land p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}
ul.attr-pro-detail .info-land p i {
    width: 22px;
}
.attr-pro-detail li {
    margin-bottom: 0.5rem;
}
.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}
.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}
.brand-pro-detail {
}
.brand-pro-detail a {
    background: var(--main-color);
    color: #fff;
    border-radius: 2px;
    padding: 5px 15px;
    border-radius: 5px;
}
.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color);
    display: inline-block;
    text-align: center;
}
.price-old-pro-detail {
    font-weight: 400;
    color: #ccc;
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 500;
    font-size: 15px;
}
.tabs-pro-detail .nav-tabs .nav-link.active {
    font-weight: 700;
    color: #000;
    border-top: 3px solid var(--main-color);
}
.tabs-pro-detail .nav-tabs .nav-link {
    color: #000;
    font-weight: 700;
    border-top: 3px solid transparent;
}
.product-left-detail {
    width: calc(100% - 330px);
}
.product-right-detail {
    width: 25%;
    position: sticky;
    top: 60px;
}
.tabs-pro-detail {
    margin-bottom: 20px;
}

/*News orther*/
.othernews {
    position: sticky;
    top: 60px;
    z-index: 1;
}
.news-other {
    margin-bottom: 15px;
}
.pic-news-other {
    width: 40%;
}
.info-news-other {
    width: 60%;
    padding-left: 10px;
}
.info-news-other .none {
    display: none;
}
.name-news-other {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.name-news-other:hover {
    color: var(--main-color);
}
.name-news-other.text-split {
}
.news_whitebg {
    padding: 40px;
    background-color: #fff;
}
.news-page-detail {
    margin: 0 auto;
}
.list-news-other a {
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.list-news-other a:hover {
    color: var(--main-color);
}
.news .items-field {
    margin: 0;
}
.news.news-inline .items-news {
    padding: 5px;
}

/* Contact */
.form-floating.form-floating-cus > input,
.form-floating-cus > select {
    height: 45px;
    box-shadow: none !important;
    background: transparent;
    border: 1px solid #ccc;
    color: #000;
}
.form-floating.form-floating-cus > textarea {
    height: 115px;
    padding-top: 20px !important;
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: transparent;
    padding-left: 20px;
    color: #000 !important;
}
.form-floating.form-floating-cus > label {
    padding: 11px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-input .form-floating.form-floating-cus > label {
    color: #000;
    padding: 10px;
}
.label-content {
}
.contact-article {
    margin-bottom: 3rem;
}
.contact-input {
    position: relative;
    margin-bottom: 20px;
}
.btn-contact-reset {
    min-width: 120px;
}
.btn-contact {
    color: #fff;
    min-width: 120px;
    background: aliceblue;
    background: var(--main-color);
    font-weight: 600;
}
.btn-contact:hover {
    background: #c10d10;
    color: #fff;
}
.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;
}
.contact-map iframe {
    height: 500px;
}
.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}
#content-contact {
    height: 120px !important;
}

/* 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 .zalo-share-button {
    margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem;
    border-color: var(--main-color);
}
.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;
}
.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: 400;
    background: #fff;
    border: 1px solid #c5c5c5;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff !important;
    background-color: #636363;
}
.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative; /* background-color: #EDEDED !important; */
}
.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}
.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* 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;
}

/* 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,
.scale-img img,
.scale-img:hover > img,
.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);
}

/*Rotate IMG*/
.rotate-img {
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.rotate-img:hover img {
    transform: scaleY(180);
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    transform: rotateY(180deg); /*transform: rotateX(360deg); transform: rotateZ(360deg); */
}
.rotate-img img {
    transition: all 0.5s;
}
.rotate-img-45 {
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.rotate-img-45:hover img {
    transform: scaleY(180);
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    transform: rotateZ(45deg); /*transform: rotateX(360deg); transform: rotateZ(360deg); */
}

/* Pershine img */
.hover-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.hover-img:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 3;
}
.hover-img:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}
.hover-img:hover:before,
.hover-img: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%;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #636363;
    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 #000000;
    opacity: 0.1;
    border-color: #000000;
    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: #0e0e0e;
    opacity: 0.4;
}
.btn-frame .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 235px;
}
.btn-map {
    bottom: 396px;
}
.btn-map i {
    font-size: 22px;
    color: #fff;
}
.btn-frame i {
    font-size: 22px;
    color: #fff;
}
.btn-frame svg,
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
    webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@keyframes phonering-alo-circle-img-anim {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}
.bottom {
    position: fixed;
    min-width: 400px;
    max-width: 80%;
    bottom: 5px;
    left: 10px;
    display: block;
    background: linear-gradient(90deg, rgba(4, 92, 169, 1) 0%, rgba(0, 173, 234, 1) 100%);
    border-radius: 50px;
    z-index: 100;
}
.phone {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding: 0 5px;
    -webkit-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone a {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
    padding: 0 10px;
}
.phone a:hover {
    color: yellow;
    text-decoration: none;
}
.phone a,
.phone span.call {
    position: relative;
}
.phone span.call {
    background: url(../images/call.svg) center center/25px no-repeat;
    width: 30px;
    height: 30px;
    webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    align-items: center;
    justify-content: center;
    display: block;
}
.photo-link {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    left: 20px;
    z-index: 999;
    bottom: 150px;
}
.photo-link li {
    margin-bottom: 16px;
}

/* Phone */
.btn-phone {
    bottom: 315px;
}

/* 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: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    z-index: 99;
    background: #636363;
}
.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: 27px;
    height: 29px;
    position: absolute;
    top: 12px;
    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;
    z-index: 999;
}
.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;
}

/* Toolbar */
.modal-body .toolbar {
    display: block;
    position: relative;
}
.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 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow 0.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;
}
.toolbar .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    max-width: 240px;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 50px;
    padding-right: 30px;
    color: #6c290f;
}
.toolbar .list-phone svg {
    max-width: 30px;
    max-height: 30px;
    fill: var(--main-color);
}
.toolbar .list-phone span {
    display: block;
    width: calc(100% - 40px);
    color: var(--main-color);
    font-weight: 700;
}
.toolbar .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b3b3e;
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform 0.2s ease-in-out;
}
.toolbar .phone a {
    color: #fff;
    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: var(--main-color);
    opacity: 0;
    transition: opacity 0.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%;
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;
    background: #3b3b3b;
    box-shadow: -2px -17px 10px #fff;
}
.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}
.toolbar ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #ffff;
}
#cart-toolbar img {
    filter: brightness(0) invert(1);
}
.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%;
    max-width: 30px;
}
.toolbar .phone svg {
    animation: tada 1.2s infinite;
}
.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;
}
.toolbar ul li .count-cart {
    background: #e55a72;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 0;
    left: 50%;
    line-height: 15px;
    transform: translate(7px, -50%);
    color: #fff;
}
.ex6 path {
    fill: transparent;
    stroke: transparent;
    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;
        opacity: 1;
    }
}
@keyframes dash {
    to {
        fill: var(--main-color);
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.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);
    }
}
@media (max-width: 1001px) {
    .toolbar {
        display: block;
    }
    .scrollToTop,
    #messages-facebook {
        display: none !important;
    }
}
.check-toolbar {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 18px;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99;
}
.check-toolbar label {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 6px;
    height: 50px;
    border-radius: 32px;
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
    box-shadow: 0 0 2px #fff;
}
.check-toolbar label:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: -3px;
    width: 12px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.check-toolbar input[type="checkbox"]:checked + label {
    background: var(--main-color);
    opacity: 1;
}
.check-toolbar input[type="checkbox"]:checked + label:after {
    transform: translateY(-29px);
}
.check-toolbar label:hover {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}
.check-toolbar label:hover:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.yep {
    position: absolute;
    top: 0px;
    left: -6px;
    width: 30px;
    height: 50px;
    opacity: 0;
}

/* All Page */
.flex {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.toolbar i {
    color: #fff;
    font-size: 20px;
}
.grid-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin-bottom: 30px;
}
.grid-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 23px;
    margin-bottom: 20px;
}
.grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-bottom: 25px;
}
.menufix {
    position: fixed !important;
    top: 0;
    z-index: 999 !important;
    max-width: 100%;
    left: 0;
    padding-left: 0;
    width: 100%;
}

/* Header */
.header {
    width: 100%;
    background: #636363;
}
.header-bottom .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotline-header {
    border-radius: 5px;
    border: 1px solid var(--main-color);
    background: #fff;
    font-weight: 500;
    font-size: 15px;
}
.box-search span:nth-child(2) {
    color: var(--main-color);
}
.box-search {
    padding: 9px 7px 9px 50px;
    position: relative;
    min-height: 40px;
}
.box-search:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../images/icon-hotline.png);
    top: 7px;
    left: 15px;
    animation: tada 1.2s infinite;
}

/* Menu */
.fix-haeder.menufix .menu {
    padding: 2px 0;
}
.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}
.menu ul.menu-main {
    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;
    width: 710px;
}
.logo-header {
    position: relative;
}
.menu ul li {
    position: relative;
    z-index: 999;
}
.menu ul li.menu-line {
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li a {
    display: block;
    position: relative;
    padding: 0 0 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff3d0e8;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.menu ul li a.transition:after {
    content: "";
    position: absolute;
    background: #fff3d0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.menu ul li:hover a.transition:after,
.menu ul li a.active:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu ul li a:hover,
.menu ul li a.active {
    color: var(--main-color);
}
.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}
.menu ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu ul li ul {
    position: absolute;
    min-width: 250px;
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
}
.menu ul li:hover > ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}
.menu ul li ul li {
    padding: 0 0.75rem;
}
.menu ul li ul li a {
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #e7e6e6;
}
.menu ul li ul li a.has-child {
    margin-right: 0px;
}
.menu ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu ul li ul li a.active {
    color: #ec2d3f;
}
.menu ul li ul li a.active.has-child:after {
    border-color: #ec2d3f;
}
.menu ul li ul li:last-child > a {
    border-bottom: 0px;
}
.menu ul li ul li:hover > a {
    color: #9d7707e8;
}
.menu ul li ul li:hover > a.has-child:after {
    border-color: #ec2d3f;
}
.menu ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}
.menu ul li a span {
    position: relative;
    display: block;
}
.menu ul li a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color-yellow);
    bottom: -2px;
    left: 0;
    transition: all 0.6s;
}
.menu ul li a.active span:after,
.menu ul li:hover a span:after {
    width: 100%;
    transition: all 0.6s;
}
.header-inslide {
    position: relative;
    z-index: 90;
}
.icon-ptess {
    width: 30px;
}
.line-ptess-menu {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 8px 5px !important;
    border-bottom: 1px solid #f1e6e6;
}
.menu ul li ul li.line-ptess-menu a {
    padding: 0;
    border-bottom: 0;
}

/* Slideshow */
.slideshow {
    position: relative;
}
.slideshow-item {
    display: block;
    cursor: pointer;
}
.slideshow:hover .control-slideshow {
    opacity: 1;
}

/* Slick Arrow */
.slick-prev,
.slick-next {
    width: 40px;
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3) !important;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}
.slick-prev:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f053";
}
.slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f054";
}

/* Newsletter */
.newsletter-input {
    margin-bottom: 12px;
    position: relative;
}
.newsletter-input i {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 18px;
}
.newsletter-input .form-floating.form-floating-cus > input {
    border-bottom: 1px solid #d9d9d9;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    height: 45px;
    border-left: 0;
}
.form-newsletter-index .newsletter-input .form-floating.form-floating-cus > input {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.newsletter-input .form-floating.form-floating-cus > label {
    padding: 11px 10px;
    color: #000;
    font-size: 13px; /* opacity: .8; */
}
.newsletter-input .form-floating.form-floating-cus > textarea {
    border: none;
    height: 50px;
    border-radius: 0;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--second-color);
    width: calc(100% - 105px);
}
.newsletter-button input[type="submit"] {
    border: 0px;
    color: #000;
    height: 100%;
    border-radius: 0;
    background: no-repeat;
    font-size: 15px;
    position: relative;
}
.newsletter-button input[type="submit"]:hover {
    color: var(--main-color);
}
.newsletter-button:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    color: #000;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fea600;
    line-height: 30px;
    border-radius: 25px;
    color: #fff;
}
.newsletter-input input[type="datetime-local"] {
    padding: 0 10px 0 12px !important;
    font-weight: 500;
}

/* Header */
.header-top {
    background: #3b3b3b;
    color: #fff3d0a6;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 17.5px 0;
}
.header-top .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    letter-spacing: 1.3px;
}
.btn-booking {
    background: url(../images/box-btn.png);
    background-size: 100% 100%;
    padding: 15px 10px 10px 10px;
    width: 181px;
    height: 48px;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2.8px;
    color: #fff3d0;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 12px;
    position: relative;
}
.btn-booking:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 1px;
    background: #fff3d0;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}
.btn-booking span {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}
@keyframes my {
    0% {
        color: var(--main-color);
    }
    50% {
        color: #a99a6f;
    }
    100% {
        color: var(--main-color);
    }
}

/* Intro */
.intro-left {
    width: 54.5%;
    padding: 0 0 10px 70px;
    border-left: 1px solid #757574;
    border-bottom: 1px solid #757574;
    position: relative;
}
.intro-left a img {
    border-radius: 20px;
}
.intro-left:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../images/ic-intro.png) #f8f3f0;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
.introduce-home {
    background: url(../images/bg-1.jpg);
    background-size: cover;
    padding: 50px 0;
}
.slogan-intro {
    color: #454545;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
    letter-spacing: 3px;
}
.introduce-home .wrap-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
}
.intro-right {
    width: 42.4%;
    border-right: 1px solid #757574;
    border-bottom: 1px solid #757574;
    padding: 0 0 45px 0;
    position: relative;
}
.content-page {
    width: 430px;
    height: 350px;
    text-align: center;
    background-image: url(../images/HotelWallpaper.png);
    padding: 50px 30px 30px 30px;
    margin-top: 30px;
}
.desc-intro {
    color: #fff3d0;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.view-intro {
    color: #636363;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1.7px;
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
    position: relative;
}
.view-intro:hover {
    color: var(--main-color);
}
.view-intro:after {
    content: "";
    position: absolute;
    background: url(../images/arr-intro.png);
    width: 186px;
    height: 34px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(60%);
}
.view-intro:after {
    content: "";
    position: absolute;
}
.intro-right:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../images/ic-intro.png) #f8f3f0;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}
.leaves-1 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-20px);
}
.leaves-2 {
    position: absolute;
    bottom: 20px;
}

/* Service */
.service-left {
    width: 34.5%;
}
.title-service {
    color: #3f3415;
    font-family: Lora;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 15px;
}
.hashtag-service {
    padding-left: 15px;
    color: #636363;
    font-family: Roboto;
    font-size: 23px;
    font-weight: 300;
}
.service-right {
    width: 65%;
    max-width: 770px;
}
.item-service-offers .pic a,
.item-service-offers .pic img {
    border-radius: 10px;
}
.item-service-offers .pic {
    position: relative;
}
.item-service-offers .pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 41.54%, #232323 100%);
    top: 0;
    left: 0;
    pointer-events: none;
}
.item-service-offers {
    position: relative;
}
.item-service-offers .in4 a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.item-service-offers .in4 {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    left: 0;
    padding: 20px;
    width: 100%;
}
.item-service-offers .in4 h3 {
    margin-bottom: 10px;
}
.item-service-offers .price {
    background: #fead04;
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
span.price-service-old {
    font-weight: 400;
    margin-left: 10px;
    font-size: 12px;
    text-decoration: line-through;
}
.price-service-per {
    background: url(../images/sale.png);
    position: absolute;
    top: 5px;
    left: 10px;
    width: 46px;
    height: 46px;
    z-index: 10;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
    font-size: 13px;
    pointer-events: none;
}
.wrap-service-intro .wrap-content {
    border-left: 1px solid #757574;
    position: relative;
}
.leaves-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(95%) translateX(-15%);
}

/* Menu Tab */
.logo-title {
    text-align: center;
}
.product-home {
    padding: 50px 0;
    background: url(../images/bg-1.jpg);
    background-size: cover;
    padding-bottom: 60px;
    position: relative;
}
.leaves-dv-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.leaves-dv-2 {
    position: absolute;
    top: 0;
    right: 0;
}
.product-home:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 34px;
    background: url(../images/line1.png);
    bottom: 0;
    left: 50%;
    max-width: 1345px;
    transform: translate(-50%);
}
.menu-tab {
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.btn-click {
    padding: 0px 5px;
    text-align: center;
    font-size: 13px;
    color: black;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    border: 1px solid #000;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
.btn-click.act {
    color: var(--main-color);
    border-color: var(--main-color);
}
.act.btn-click:before {
    background: var(--main-color);
}
.act.btn-click:after {
    background-image: url(../images/icon-act.png);
}
.btn-click:before {
    content: "";
    position: absolute;
    width: 71%;
    height: 1px;
    background: #333;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
}
.btn-click:after {
    content: "";
    position: absolute;
    width: 31px;
    height: 17px;
    background: url(../images/icon.png);
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}
.name-product a {
    color: #3f3415;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 500;
}
.name-product a:hover {
    color: var(--main-color);
}
.logo-title {
    text-align: center;
}
.name-product {
    margin-bottom: 8px;
}
.product-img a,
.product-img img {
    border-radius: 20px;
}
.product-img {
    margin-bottom: 20px;
}
.price-product {
    text-align: center;
    color: #9d9d9d;
    font-family: Roboto;
    font-size: 13px;
}
.price-product span {
    color: #3b3b3b;
    font-family: Roboto;
    font-size: 13px;
    margin: 0 4px;
}
.price-product span.price-old {
    text-decoration: line-through;
}
.items-product:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    transition: all 0.3s;
}
.items-product {
    padding: 5px;
    transition: all 0.3s;
}

/* Criteria */
.criteria-home {
    background: url(../images/bg-vs.jpg);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}
.box-criteria {
    width: 37%;
    min-width: 430px;
}
.logo-cri {
    text-align: center;
}
.title-criteria {
    color: #fff3d0;
    font-family: Roboto;
    font-size: 23px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 25px;
}
.pic-criteria {
    width: 150px;
    height: 151px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pic-criteria:after {
    content: "";
    position: absolute;
    background: url(../images/cricle-vs.png);
    width: 100%;
    height: 100%;
    animation: rotateme 20s linear infinite;
}
@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.in4-criteria h3 a {
    color: #fff3d0;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.in4-criteria h3 {
    margin-bottom: 10px;
}
.desc-criteria {
    color: #949494;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
}
.arr-cri a {
    color: #fff3d0;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.75px;
}
.arr-cri {
    position: absolute;
    bottom: 20px;
    right: 0;
}
.arr-cri:after {
    content: "";
    position: absolute;
    background: url(../images/arr-2.png);
    width: 163px;
    height: 34px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    pointer-events: none;
}

/* Book */
.wrap-book {
    position: relative;
    width: 980px;
    margin: 0 auto;
    min-height: 720px;
}
.flipbook .page.even:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/decor-bang-gia.png);
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.flipbook .page.odd:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/decor-bang-gia.png);
    background-size: 100% 100%;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
}
.wrap-content-book {
    padding: 40px 30px;
    text-align: center;
}
.flipbook .page.hard:before {
    content: "";
    background: linear-gradient(180deg, #787878 21%, #5a5858 21%, #5a5858 48%, #787878 48%);
    color: #fff;
    transform: rotate(0);
    font-family: "SVN-A Love Of Thunder";
    font-size: 26px;
    padding: 130px 10px;
}
.rotate-book {
    transform: rotateY(180deg);
}
.flipbook-viewport .turn-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    background: unset;
    border: none;
    cursor: pointer;
}
.flipbook-viewport .turn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
    right: -100px;
    background: unset;
    border: none;
    cursor: pointer;
}
.table-price {
    background: url(../images/bg-1.jpg);
    background-size: cover;
    padding: 50px 0;
}
.flipbook {
    display: none;
}

/* Album */
.album-home {
    background: url(../images/bg-album.jpg);
    background-size: cover;
    padding: 50px 0;
    padding-bottom: 110px;
}
.album-home .wrap-content:before {
    content: "";
    position: absolute;
    width: 105%;
    height: 103%;
    border: 1px solid #636363;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.grid-album {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}
.item-album {
    margin-bottom: 9px;
}
.arr-album {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.arr-album a {
    color: #333;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.75px;
}
.arr-album a:hover {
    color: var(--main-color);
}
.arr-album:after {
    content: "";
    position: absolute;
    background: url(../images/arr-album.png);
    width: 186px;
    height: 34px;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    pointer-events: none;
}

/* Video */
.video-home .wrap-content {
    max-width: 1366px;
}
.pic-video {
    position: relative;
}
.pic-video:after {
    content: "";
    position: absolute;
    background: url(../images/play-btn.png);
    width: 161px;
    height: 161px;
    top: calc(50% - 80.5px);
    left: calc(50% - 80.5px);
    pointer-events: none;
    animation: rotateme 20s linear infinite;
}
.banner-kg {
    position: absolute;
    bottom: 0;
    transform: translateY(35%) translateX(-35%);
}
.video-home {
    background: #000;
}

/* News */
.news-home {
    background: url(../images/bg-1.jpg);
    background-size: cover;
    padding: 50px 0;
}
h2.title-news {
    color: #3b3b3b;
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.slogan-news {
    font-size: 16px;
}
.header-news .right a {
    color: #636363;
    font-family: Roboto;
    font-size: 13px;
}
.header-news .right a:hover {
    color: var(--main-color);
}
.header-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    border-left: 1px solid;
    margin-bottom: 25px;
}
.slick-news {
    display: none;
    margin: 0 -12px;
}
.slick-news .slick-slide {
    margin: 0 12px;
}
.news-name a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    text-align: center;
}
.news-name a:hover {
    color: var(--main-color);
}
.news-desc {
    color: #7c7c7c;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    -webkit-line-clamp: 4;
}
.info-news {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    width: 94%;
    position: relative;
    margin-top: -50px;
    left: 50%;
    transform: translate(-50%);
}
.news-items {
    margin-bottom: 20px;
}
.see-detail a {
    color: #2c2c2c;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    padding: 7px 5px 7px 20px;
    border: 1px solid #2c2c2c;
    border-radius: 25px;
    line-height: 25px;
}
.see-detail a:hover i {
    background: var(--main-color);
}
.see-detail a:hover {
    color: var(--main-color);
    border-color: currentColor;
}
.see-detail a i {
    width: 25px;
    height: 25px;
    border-radius: 250px;
    background: #636363;
    line-height: 25px;
    color: #fff;
    font-size: 10px;
    margin-left: 11px;
}
.see-detail {
    text-align: center;
    margin-top: 12px;
}

/* Newsletter */
.newsletter-home {
    background: url(../images/bg-newsletter.jpg);
}
.wrap-box-newsletter {
    max-width: 890px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    padding-top: 0px;
    position: relative;
    bottom: -60px;
    z-index: 10;
    border-radius: 10px;
}
.newsletter-home .slogan {
    background: no-repeat;
    padding-bottom: 0;
}
.newsletter-home .title-main {
    font-size: 39px;
    margin-bottom: 0;
}
.newsletter-button {
    text-align: center;
    position: relative;
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
}
.txt-letter {
    color: #fea600;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 138.889% */
    text-align: center;
}
.box-icon-map {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    margin: 0 auto 0 auto;
    position: relative;
    top: -35px;
}
.border-map {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
}

/* Footer */
.footer {
    background: url(../images/bg-ft.jpg);
    background-size: cover;
    color: #fff;
    padding-top: 120px;
}
.footer.footer-inpage {
    padding-top: 50px;
}
.footer-news:nth-child(1) {
    width: 24%;
    text-align: center;
}
.footer-news:nth-child(2) {
    width: 27%;
}
.footer-news:nth-child(3) {
    width: 17%;
}
.title-footer {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
}
.logo-footer {
    margin-bottom: 17px;
    width: 205px;
    margin: 0 auto;
}
.footer-news:nth-child(4) {
    width: 25%;
}
.footer-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    margin-bottom: 10px;
}
.footer-ul li:last-child {
    margin-bottom: 0px;
}
.footer-ul li a {
    color: #fff;
}
.footer-ul li a:hover {
    color: var(--main-color);
}
.footer-powered {
    padding: 20px 0;
    border-top: 1px solid #ffffff7a;
    margin-top: 50px;
}
.footer-statistic {
    text-align: right;
}
#popup-booking .newsletter-button {
    width: 185px;
    position: relative;
    left: -20px;
}
.title-main.small {
    font-size: 25px;
}
#popup-booking .btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
}
.gallery-thumb-pro {
    width: 120px;
}
.left-pro-detail {
    display: flex;
    justify-content: space-between;
}
.slick-vetical {
    margin: -2.5px 0;
}
.slick-vetical .slick-slide {
    margin: 2.5px 0;
}

/* Search Responsive */
.search-res {
    position: relative;
}
.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: var(--main-color);
    font-size: 17px;
    margin: 0px;
}
.search-res .icon-search.active {
    color: var(--main-color);
    background: #ffffff;
    border-radius: 100%;
}
.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--main-color);
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}
.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: var(--main-color);
    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: var(--main-color);
}
.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;
}
.header-bottom {
    background: #636363;
}
.form-newsletter-index .newsletter-input .form-floating.form-floating-cus > select {
    height: 45px;
    padding: 2px 10px 0 12px;
    font-weight: 500;
}
#FormNewsletter {
    padding-left: 25%;
}
.img-nt {
    position: absolute;
    bottom: -23%;
    left: -17%;
}
.slideshow .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.certification-shadow {
    padding: 0 10px;
}
.certification-shadow-info h3 a {
    font-size: 20px;
    font-family: var(--font-chudao);
    color: #000;
}
.certification-shadow-info {
    text-align: center;
    margin-top: 10px;
    display: none;
}

.certification-shadow .certification-shadow-image img {
    transform: scale(0.9);
    opacity: 0.5;
}
.owl-item.second .certification-shadow-image img {
    transform: scale(1);
    opacity: 1;
}
.certification-shadow.slick-current .certification-shadow-info {
    display: block;
}
