/** @format */

@charset "UTF-8";

@font-face {
    font-family: "pop";
    src: url("../fonts/SVN-Poppins Regular.ttf");
}

@font-face {
    font-family: "logoTxt";
    src: url("../fonts/Times_NR_MT_Pro_Medium.ttf");
}

@font-face {
    font-family: "popbold";
    src: url("../fonts/SVN-Poppins Bold.ttf");
}

@font-face {
    font-family: "popsemibold";
    src: url("../fonts/SVN-Poppins SemiBold.ttf");
}

@font-face {
    font-family: "popmedium";
    src: url("../fonts/SVN-Poppins Medium.ttf");
}

@font-face {
    font-family: "popextra";
    src: url("../fonts/SVN-Poppins ExtraBold.ttf");
}

@font-face {
    font-family: "balla";
    src: url("../fonts/SVN-Balladeer Light.ttf");
}

@font-face {
    font-family: "dar";
    src: url("../fonts/SVN-Darleston.otf");
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    top: 0 !important;
    font-family: "pop";
}

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

.preload-home {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
}

.in-page .preload-home {
    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-main,
.wrap-content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
}

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

.wrap-content {
    margin: auto;
}

.main_detail {
    margin: 50px auto 100px;
}

/*tin tÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â©c chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­nh*/
.newsnb_detail:nth-child(3n + 1) {
    clear: both;
}

.newsnb_detail:nth-child(3n) {
    margin-right: 0;
}

.newsnb_detail {
    float: left;
    width: 32%;
    margin: 0 2% 3% 0;
}

.main_newsnb {
    padding: 60px 0 148px;
    position: relative;
}

.main_newsnb::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 380px;
    height: 173px;
    background: url(../images/123_03.png) no-repeat;
}

.main_newsnb::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 190px;
    width: 408px;
    height: 133px;
    background: url(../images/234_03.png) no-repeat;
}

.owl-newsnb .owl-stage-outer {
    padding: 6px 0;
}

.pic_newsnb {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 0;
    box-shadow: 1px 1px 6px 0px #e9e9e9;
}

.name_newsnb {
    font-size: 18px;
    line-height: 28px;
    color: #111111;
    font-family: "popsemibold";
    margin-bottom: 0.5rem;
}

.desc_newsnb {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    font-family: "pop";
    margin-bottom: 1rem;
}

.viewsmore_newsnb {
    font-size: 14px;
    color: #00cc25;
    font-family: "pop";
    margin-bottom: 0;
}

.viewsmore_newsnb:hover {
    color: #666666;
}

.box_detail_newsnb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 26px 30px 40px 24px;
    box-shadow: 1px 1px 6px 0px #e9e9e9;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.left_detail_newsnb {
    height: 125px;
    width: 21px;
    transform: rotate(90deg);
    transform-origin: 32% 12%;
}

.right_detail_newsnb {
    width: calc(100% - 21px - 12px);
}

.box_time_newsnb {
    width: 145px;
    height: 21px;
}

.box_time_newsnb {
    font-size: 26px;
    color: #666666;
    font-family: "popbold";
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.box_time_newsnb>span {
    font-size: 14px;
    font-family: "pop";
    display: flex;
    align-items: flex-end;
}

/*comment vÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â  videosnb*/
.main_comment_videonb {
    /* background: url(../images/massage-therapy-equipment-list-1.webp) no-repeat center center; */
    background-size: cover;
    padding: 50px 0 60px;
}

.box_main_comment__videonb {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.left_comment {
    text-align: center;
    width: 48%;
}

.right_videonb {
    text-align: center;
    width: 48%;
}

.title_comment_videonb {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 24px;
}

.title_comment_videonb::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: calc(50% - 128px / 2);
    width: 128px;
    height: 18px;
    background: url(../images/decor-title-comment_03.png) no-repeat;
}

.title_comment_videonb span {
    font-size: 46px;
    /* color: #ffffff; */
    font-family: "balla";
    margin-bottom: 0;
}

.desc_comment {
    font-size: 14px;
    line-height: 29px;
    /* color: #ffffff; */
    font-family: "pop";
    margin-bottom: 22px;
}

.pic_comment {
    margin-top: 26px;
}

.pic_comment span {
    border-radius: 100%;
}

.pic_comment span img {
    border-radius: 100%;
}

.name_comment {
    font-size: 16px;
    /* color: #ffffff; */
    font-family: "popsemibold";
}

.desc2_comment {
    font-size: 14px;
    /* color: #ffffff; */
    font-family: "pop";
    margin-bottom: 0;
    text-transform: capitalize;
}

.owl-comment .owl-dots .owl-dot.active span,
.owl-comment .owl-dots .owl-dot:hover span {
    background: #00cc25;
}

.owl-comment .owl-dots {
    margin-top: 22px;
}

.owl-comment .owl-dots .owl-dot span {
    background: #a8a8a8;
}

/*bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£ng giÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ dmcap1*/
.main_list_dichvu {
    background: url(../images/back-banggia_02.png) no-repeat;
    background-size: cover;
    padding: 60px 0 65px;
}

.box_around_dmbgcap1 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}

.box_main_dmbgcap1 {
    padding: 6px;
    width: 48%;
    border-radius: 14px;
    position: relative;
    background: url(../images/back-detail-banggia_03.png) no-repeat center center;
    background-size: cover;
}

.box_dmbgcap1 {
    padding: 39px 44px;
    position: relative;
}

.box_dmbgcap1::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: calc(50% - 100% / 2);
    left: calc(50% - 100% / 2);
    background: url(../images/decor-detail-banggia_03.png) no-repeat;
    background-size: 100% 100%;
}

.box_banggia {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.banggia {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.banggia:last-child {
    margin-bottom: 0;
}

.banggia:hover .name_banggia {
    color: #00cc25;
    cursor: pointer;
}

.name_banggia {
    font-size: 16px;
    color: #111111;
    font-family: "pop";
    margin-bottom: 0;
    width: 68%;
}

.price_banggia {
    font-size: 16px;
    color: #e70000;
    font-family: "popbold";
    margin-bottom: 0;
    width: 25%;
}

.top_product .title-main {
    margin-bottom: 15px;
}

.top_product .title-main::after {
    background: url(../images/decor-title-banggia_03.png) no-repeat;
}

.top_product .title-main p {
    color: #111111;
    margin-top: 2px;
}

.box-listmenu {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.title-main2 {
    font-size: 15px;
    color: #000000;
    font-family: "pop";
    border-radius: 40px;
    padding: 10px 22px;
    border: 1px solid #ca7c00;
    background-color: #e09208;
    background-image: linear-gradient(to right, #e09208, #fec93c, #e69c12);
    text-align: center;
    cursor: pointer;
}

.title-main2.actiprolist,
.title-main2:hover {
    background: #ffffff;
    color: #00cc25;
}

/*albumsnb*/
.main_albumsnb {
    margin-bottom: 60px;
}

/* .box_main_albumsnb {
    display: grid;
    grid-template-columns: 1fr 0.629fr 0.629fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
} */

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

/* .box_albumsnb:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.box_albumsnb:nth-child(2) {
    grid-area: 1 / 2 / 6 / 4;
}

.box_albumsnb:nth-child(3) {
    grid-area: 1 / 4 / 4 / 5;
}

.box_albumsnb:nth-child(4) {
    grid-area: 4 / 4 / 6 / 5;
}

.box_albumsnb:nth-child(5) {
    grid-area: 3 / 1 / 6 / 2;
}

.box_albumsnb:nth-child(1) img,
.box_albumsnb:nth-child(4) img {
    width: 350px;
    height: 240px;
}

.box_albumsnb:nth-child(3) img,
.box_albumsnb:nth-child(5) img {
    width: 350px;
    height: 370px;
}

.box_albumsnb:nth-child(2) img {
    width: 460px;
    height: 630px;
} */

.albumsnb {
    border-radius: 12px;
}

/*dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ch vÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¥ nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢i bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â­t*/
.dichvunb_detail:nth-child(4n + 1) {
    clear: both;
}

.dichvunb_detail:nth-child(4n) {
    margin-right: 0;
}

.dichvunb_detail,
.box_dvnb {

    padding-bottom: 5px;

    background: #048400;

    border-top-left-radius: 30px;

    border-top-right-radius: 30px;

    overflow: hidden;
}

.dichvunb_detail:hover,
.box_dvnb:hover {
    background: #00b500;
}

.dichvunb_detail {
    float: left;
    margin: 0 2% 2% 0;
    width: 23.5%;
}

.main_dvnb {
    margin-bottom: 20pxpx;
    padding: 40px 0;
}

.dvnb {
    position: relative;
    text-align: center;
}

.dvnb:hover .name_dvnb {
    color: #007b00;
}

.box_comment {
    padding: 22px 15px;
    background: #00000000;
    border-radius: 12px;
    margin: 0 10px;
    border: 1px solid #dcdcdc;
}

.pic_dvnb {
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    padding-top: calc(360/285*100%);
    overflow: hidden;
}

.pic_dvnb img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.pic_dvnb img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.pic_dvnb:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}

.box_name_dvnb {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/back-title-dv_03.png) no-repeat;
    background-size: cover;
    padding: 40px 10px 12px;
}

.name_dvnb {
    font-size: 16px;
    color: #fff;
    font-family: "pop";
    margin-bottom: 0;
    text-transform: capitalize;
}

.box_viewsmore_dvnb {
    text-align: center;
    margin-top: 2.5rem;
}

.box_viewsmore_dvnb a {
    font-size: 14px;
    color: #fff;
    font-family: "pop";
    border-radius: 40px;
    padding: 12px 40px;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}

.newsViewBtn:hover,
.wrap-booking .contact-form input[type=submit]:hover,
.box_viewsmore_introduce a:hover,
.box_viewsmore_dvnb a:hover {
    color: #ffffff;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}


.main_introduce {
    background: url(../images/back-introduce_02.png) no-repeat center center;
    background-size: cover;
    padding: 56px 0 122px;
    z-index: 1;
    position: relative;
}

.main_introduce::before {
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.box_main_introduce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}

.left_introduce {
    width: 50%;
}

.right_introduce {
    width: 47%;
    display: flex;
    align-items: flex-end;
    padding-top: 14px;
    position: relative;
}

.main_introduce::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    height: 240px;
    background: url(../images/decor-intro.svg) no-repeat;
    background-size: contain;
    z-index: -1;
}

.box_title_introduce {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
    padding-left: 40px;
    position: relative;
}

.title_introduce {
    font-size: 46px;
    color: #111111;
    font-family: "balla";
    margin-bottom: 0;
    padding-top: 9px;
    position: relative;
}

.box_title_introduce::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 40px / 2 + 24px);
    left: 0;
    width: 232px;
    height: 40px;
    background: url(../images/decor-title-introduce_03.png) no-repeat;
}

.name_introduce {
    font-size: 63px;
    color: #7cc422;
    font-family: "balla";
    margin-bottom: 0;
    text-transform: capitalize;
    padding-right: 12px;
    padding-bottom: 20px;
}

.slogan_introduce {
    font-size: 44px;
    color: #8b5713;
    font-family: "dar";
    margin-bottom: 0;
    line-height: 44px;
}

.desc_introduce {
    font-size: 15px;
    color: #333333;
    font-family: "pop";
    margin-bottom: 50px;
}

.desc_introduce h1 {
    background: -webkit-linear-gradient(90deg, rgb(254 173 0) 0%, rgb(247 255 11) 50%, rgb(254 173 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box_viewsmore_introduce a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    font-family: "pop";
    border-radius: 40px;
    padding: 12px 40px;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}


.pic_introduce_first {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}

.pic_introduce_second {
    position: relative;
    z-index: 9;
    margin-left: -172px;
    margin-bottom: -66px;
    overflow: hidden;
    display: inline-block;
    /* border-radius: 20px; */
    /* border: 6px solid #00cc25; */
}

.pic_introduce_first:hover::after,
.pic_introduce_second:hover::after {
    border-color: #00b500;
}

.pic_introduce_second img {
    /* border-radius: 14px; */
}

.pic_introduce_first:hover {
    z-index: 12;
}

.pic_introduce_second::after,
.pic_introduce_first::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 92% / 2);
    left: calc(50% - 90% / 2);
    width: 90%;
    height: 92%;
    border-radius: 20px;
    border: 4px solid #7cc422;
}

.pic_introduce_second:hover>img,
.pic_introduce_first:hover>img {
    /* -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); */
}

/* General */
.title-main {
    margin-bottom: 20px;
    padding-top: 16px;
    position: relative;
    text-align: center;
}

.in-page .title-main {
    margin-top: 20px;
}

.title-main::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 144px / 2);
    width: 144px;
    height: 32px;
    background: url(../images/decor-title-main_03.png) no-repeat;
}

.title-main span {
    font-size: 46px;
    color: #111111;
    font-family: "balla";
}

.title-main p {
    font-size: 16px;
    color: #00cc25;
    font-family: "pop";
    margin-bottom: 0;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.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;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

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

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

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

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

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

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
    height: calc(1em + 1.25rem + 8px);
}

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

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

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

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

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

/*xoay trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²n img */
.box_main_tieuchi .tieuchi .pic_tieuchi .xoay {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.box_main_tieuchi:hover .tieuchi .pic_tieuchi .xoay {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ng gÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â¡ng cÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â¡ bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£n*/

.img_hover {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.img_hover:after {
    position: absolute;
    top: 0;
    left: -66%;
    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.5) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 100%);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.img_hover:hover:after {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

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

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

/*scroll maded*/
/* Scroll */
.scroll-maded {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-maded::-webkit-scrollbar {
    width: 2px;
}

.scroll-maded::-webkit-scrollbar-thumb {
    width: 2px;
    background: #0084ff;
}

.scroll-maded::-webkit-scrollbar-thumb:hover,
.scroll-maded::-webkit-scrollbar-thumb:active {
    width: 2px;
}

/* Header */
.header {
    position: relative;
    z-index: 1;
}

.header_top {
    padding: 10px 0;
    background: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}

.slogan_header {
    width: 36%;
    /* height: 21px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slogan_header marquee {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #0f0f0f;
    font-family: "popmedium";
    margin-left: 10px;
}

.location_header {
    margin-bottom: 0;
    font-size: 14px;
    color: #0f0f0f;
    font-family: "popmedium";
    width: 36%;
    display: flex;
    align-items: center;
    gap: 6px;
    text-wrap: nowrap;
}

/* Menu */
.main_menu_slider {
    position: relative;
    z-index: 99;
}

.logo_header {
    position: relative;
    z-index: 10;
    margin-top: -34px;
    margin-bottom: -30px;
}

.menu_detail_main.menu {
    position: relative;
    z-index: 10;
    background: #0f0f0f;
}

.fixed_head.menu .logo_header {
    margin-top: 0;
    /* margin-bottom: 0; */
}

.fixed_head.menu .logo_header img {
    height: 80px;
}

.fixed_head.menu {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: animatetop 0.4s;
    background: rgba(0, 0, 0, 0.6);
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.fixed_head.menu ul,
.fixed_head.menu ul .left_menu,
.fixed_head.menu ul .right_menu {
    justify-content: space-between !important;
}

.menu {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
    gap: 52px;
}

.menu ul li {
    position: relative;
    z-index: 1;
}

.menu ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "pop";
    padding: 12px 0;
    text-decoration: none !important;
}

.left_menu {
    width: 40%;
    gap: 58px;
}

.right_menu {
    gap: 58px;
    width: 40%;
}

.menu ul li a.active,
.menu ul li:hover>a {
    color: #00cc25;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    margin-top: -5px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(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;
    transition: all 0.5s;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.menu ul li ul li a {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "pop";
    border-bottom: 1px solid #ececec;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
    color: #00cc25;
}

.menu ul li ul li a {
    padding: 10px 0px 9px 0px;
}

.menu ul li ul li ul {
    top: -0.75rem;
    left: 100%;
    margin-top: 0px;
}

/* Search */

.search {
    display: block;
    margin-left: 0;
    cursor: pointer;
    margin-top: 0;
}

.right_menu .search a {
    padding: 0;
}

.search-box {
    position: relative;
    height: 24px;
    border-radius: 40px;
    align-items: center;
}

.search-btn i {
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 16px;
}

.search-box:hover>.search-txt {
    width: 240px;
    padding: 0 6px;
    border: 1px solid #000000;
    cursor: pointer;
}

.search-btn {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    position: absolute;
    right: 0;
    bottom: -44px;
    background: #fff;
    z-index: 9999;
}

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

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

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

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

/* Mmenu */
.menu-res {
    display: none;
    /* height: 60px; */
    z-index: 10;
    background: #000000;
    position: relative;
    line-height: normal;
}

.menu-bar-res {
    /* height: 60px; */
    padding: 10px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 28px;
    height: 20px;
    position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #ffffff;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    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;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #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: #ffffff;
    font-size: 17px;
    margin: 0px;
}

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

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

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

.no-visible {
    visibility: hidden;
}

/* Slideshow */
.main_banner_qc {
    margin-bottom: 60px;
    position: relative;
    border: 5px solid #00cc25;
    border-width: 5px 0;
}

.slideshow {
    position: relative;
    min-height: calc(630/1366*100vw);
}

.slideshow-item {
    display: block;
    cursor: pointer;
}

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

.control-slideshow {
    opacity: 0;
}

/* Partner */
.wrap-partner {
    padding: 0px 15px;
}

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

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

/* Breadcrumb */
.breadCrumbs {
    background-color: #eee;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.breadCrumbs .wrap-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000045;
    /* z-index: -1; */
}

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

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #00cc25;
    text-shadow: 1px 1px 1px #0000006e;
}

/* Intro */
.wrap-intro {
    background-color: #eeeadd;
}

.news-intro:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #cacaca;
}

.news-scroll:before,
.news-scroll:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #cacaca;
}

.news-scroll:before {
    top: 10px;
}

.news-scroll:after {
    bottom: 40px;
}

.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.news-control:hover {
    opacity: 1;
    color: var(--color-main);
}

.news-control#up {
    top: -10px;
}

.news-control#down {
    bottom: 20px;
}

.news-shadow {
    padding-bottom: 30px;
}

.news-shadow-time {
    font-size: 13px;
    width: 75px;
    margin-right: 45px;
}

.news-shadow-time:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 20px / 2);
    right: -26px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/pattern-news.png);
}

.news-shadow-article {
    width: calc(100% - 120px);
    padding: 14px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cecabb;
}

.news-shadow-article:before {
    content: "";
    position: absolute;
    top: calc(50% - 26px / 2);
    left: -13px;
    z-index: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #cecabb;
    border-bottom: 13px solid transparent;
}

.news-shadow-article:after {
    content: "";
    position: absolute;
    top: calc(50% - 24px / 2);
    left: -11px;
    z-index: 1;
    border-top: 12px solid transparent;
    border-right: 11px solid #ffffff;
    border-bottom: 12px solid transparent;
}

.news-shadow-image {
    margin-right: 10px;
    width: 90px;
}

.news-shadow-info {
    width: calc(100% - 100px);
}

.news-shadow-name {
    height: 36px;
    font-size: 15px;
    font-weight: 700;
}

.news-shadow-name a {
    color: #222222;
}

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

.news-shadow-desc {
    height: 38px;
    font-size: 13px;
}

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

/* Video */
#video-select {
    position: relative;
}

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

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

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

.video-name {
    text-align: center;
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

/* Album */
.album {
    cursor: pointer;
    margin-bottom: 1rem;
}

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

.album-name {
    margin-bottom: 0px;
    text-align: center;
}

.album-name a {
    display: block;
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 0px;
}

.main_videosnb_index {
    position: relative;
}

.video-main {
    position: relative;
    height: 390px;
}

.video-main iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 16px;
}

.listvideos {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    padding: 0px 10px;
    border: unset;
    font-size: 15px;
    color: #ffffff;
    font-family: "pop";
    margin-top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* Brand */
.wrap-brand {
    margin-bottom: 50px;
    padding: 0px 15px;
}

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

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

/* Product */
.main_pronb {
    padding: 60px 0 64px;
    background: #faf6ea;
    position: relative;
}

.main_pronb::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(0% - 127px / 2);
    left: 40px;
    width: 168px;
    height: 127px;
    background: url(../images/decor-product_03.png) no-repeat;
}

.box_viewsmore_pronb {
    text-align: center;
    margin-top: 2.5rem;
}

.box_viewsmore_pronb a {
    font-size: 14px;
    color: #000000;
    font-family: "pop";
    border-radius: 40px;
    padding: 12px 40px;
    border: 1px solid #ca7c00;
    background-color: #e09208;
    background-image: linear-gradient(to right, #e09208, #fec93c, #e69c12);
}

.box_viewsmore_pronb a:hover {
    background: #000000;
    color: #ffffff;
}

.product {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
}

.product:nth-child(4n + 1) {
    clear: both;
}

.product:nth-child(4n) {
    margin-right: 0px;
}

.box-product {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 18px;
    padding: 8px 8px 20px;
    border: 1px solid #00cc25;
    text-align: center;
}

.box-product:hover .name-product {
    color: #00cc25;
}

.pic-product {
    border-radius: 16px;
}

.pic-product img {
    width: 100%;
}

.name-product {
    font-size: 15px;
    color: #111111;
    font-family: "pop";
    text-transform: capitalize;
}

.price-new {
    font-size: 18px;
    color: #da0300;
    font-family: "popbold";
    margin-bottom: 0;
}

.price-new span {
    font-size: 15px;
    text-decoration: underline;
}

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

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

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}

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

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

.control-carousel {
    position: absolute;
    top: calc(50% - 30px / 2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    background-color: #ffffffa8;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    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 {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 20px;
    display: block;
    font-weight: 700;
}

.comment-pro-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

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

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.size-pro-detail {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

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

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
}

.cart-pro-detail a {
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

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

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

/* News */
.grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 100%;
}

.name-news {
    padding-left: 10px;
    border-left: 4px solid #00cc25;
    font-size: 16px;
    font-family: "popsemibold";
}

.desc-news {
    font-size: 13px;
    color: grey;
}

.newsViewBtn {
    display: block;
    width: fit-content;
    margin: 10px 0 10px auto;
    font-size: 14px;
    color: #000000;
    font-family: "pop";
    border-radius: 40px;
    padding: 8px 20px;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}

.time-news {
    font-size: 12px;
    margin: 10px 0;
}

.name-news a {
    text-decoration: none;
    color: inherit;
}

.news {
    margin-bottom: 2rem;
}

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

.news-name a {
    color: #333;
    font-size: 16px;
}

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

.news-name a:hover {
    color: var(--color-red);
}

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

.news-desc {
    color: #333333;
    margin-top: 5px;
    line-height: 22px;
}

.othernews {
    margin-bottom: 30px;
}

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

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

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

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

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

/* Contact */
.contact-article {
    margin-bottom: 30px;
}

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

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

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

.contact-map {
    position: relative;
    height: 500px;
    margin: 0 20px 30px;
    border: 5px solid #00cc25;
    border-radius: 16px;
    overflow: hidden;
}

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

.formContactPage .custom-file-label,
.formContactPage .form-control {
    border-color: #00cc25;
    font-size: 14px;
}

/* Footer */
.footer {
    border-top: 5px solid #00cc25;
}

.footer_article {
    background-color: #00000091;
    background-size: cover;
    padding: 48px 0 60px;
    position: relative;
    z-index: 9;
}


.footer_news:nth-child(1) {
    width: 18%;
    text-align: center;
}

.footer_news:nth-child(2) {
    width: 45%;
}

.footer_news:nth-child(3) {
    width: 27%;
}

.footer_title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: "popbold";
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative;
}

.footer_title::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #00cc25;
}

.name_footer {
    font-size: 54px;
    color: #00cc25;
    font-family: "balla";
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.desc_footer {
    margin-bottom: 30px;
    font-size: 15px;
    color: #fff;
    font-family: "pop";
}

.desc_footer span,
.desc_footer p,
.desc_footer b {
    margin-bottom: 18px;
}

.desc_footer span:last-child,
.desc_footer p:last-child,
.desc_footer b:last-child {
    margin-bottom: 0;
}

.social_footer li {
    margin-right: 16px;
    width: 50px;
    height: 20px;
}

.social_footer li:last-child {
    margin-right: 0;
}

.copyright {
    font-size: 13px;
    color: #181818;
    font-family: "pop";
    margin-bottom: 0;
}

.statistic span {
    font-size: 13px;
    color: #181818;
    font-family: "pop";
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.statistic span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.statistic span::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #181818;
}

.statistic span:last-child::after {
    display: none;
}

.footer_powered {
    background: #bb8c0e;
    padding: 8px 0;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}

#footer-map {
    position: relative;
    height: 500px;
}

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

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

/* Paging */
.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: #555555;
    border-color: #555555;
}

/* 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: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #ffffff !important;
    border-color: var(--color-red);
    background-color: var(--color-red);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !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);
}

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

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

.text-split-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}

.text-split-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}

.text-split-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 7;
}

.text-split-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

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

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}

.btn-frame i img {
    vertical-align: middle;
    width: 55%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: 0.1;
    border-color: #00cc25;
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

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

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999;
}

.js-facebook-messenger-tooltip {
    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);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1e30;
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.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-box,
.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: #00cc25;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-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 {
    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;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    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;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000;
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    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;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
    width: 220px;
}

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: #00cc25;
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #00cc25;
    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-header {
    color: #ffffff;
    background: #00cc25;
}

.js-facebook-messenger-top-header {
    width: 220px;
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff;
}

.js-facebook-messenger-container.open {
    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 {
    transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1;
}

/* Cart Fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.phone_mobi {
    display: none;
    background: #00cc25;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    color: #fff;
    z-index: 50;
    height: 50px;
}

.phone_mobi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
}

.phone_mobi ul li {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}

.phone_mobi ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    letter-spacing: 1px;
    line-height: 2;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 3px;
}

.phone_mobi ul li a i {
    font-size: 19px;
}

.phone_mobi img {
    display: block;
    margin: 0 auto;
    height: 19px !important;
    max-width: 100%;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn-chiduong {
    bottom: 400px;
}

.goidienthoai .content {
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    position: absolute;
    bottom: -500px;
    left: 0;
    background-color: rgb(247 188 30 / 61%);
    border: 3px solid rgba(247, 188, 30, 0.85);
    border-bottom: none;
    z-index: 999;
    text-align: left;
    line-height: normal;
}

.goidienthoai .content a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: none;
    text-align: center;
}

.goidienthoai .content.active {
    bottom: 100%;
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-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 {
    display: inline-block;
    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-header-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-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

/* Combo Phone */
/* .support-online .animated.infinite {
  animation-iteration-count: infinite;
}

.support-online .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.support-online .zoomIn {
  animation-name: zoomIn;
}

.support-online .pulse {
  animation-name: pulse;
} */

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: "\f00d";
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    display: flex !important;
    display: -ms-flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
}

.wcircle-icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, 0.5);
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, 0.5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}

.shake-anim {
    -webkit-animation: shake-anim 1s infinite ease-in-out;
    -moz-animation: shake-anim 1s infinite ease-in-out;
    -ms-animation: shake-anim 1s infinite ease-in-out;
    -o-animation: shake-anim 1s infinite ease-in-out;
    animation: shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

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

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

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

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

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

@-o-keyframes shake-anim {

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

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

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

/*map*/
.all_dmcap1 {
    position: relative;
}

.bg_map {
    width: 100%;
    margin: 0 auto;
}

.left_map {
    float: left;
    width: 49%;
}

.hinhmap {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.noidungmap {
    color: #5a5a5a;
    line-height: 26px;
    width: 100%;
    float: left;
    text-align: justify;
}

.noidungmap h3 {
    font-family: "Oswald-Regular";
    font-size: 30px;
    color: #46a7b8;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 15px;
}

.noidungmap a {
    padding: 12px 65px 12px 25px;
    margin-top: 32px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: "RobotoRegular";
    background: #d91717;
    float: left;
    text-transform: capitalize;
    position: relative;
}

.noidungmap a:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(0, 0, 0, 0.2) url(assets/images/xt_gt.png) center no-repeat;
    padding: 25px;
}

.noidungmap p {
    text-align: justify;
    font-family: "RobotoRegular";
    font-size: 14px;
    line-height: 27px;
    color: #e6e6e6;
    padding: 30px 0px;
}

.tabs_map {
    margin: 0px;
    padding: 0px;
    position: relative;
    gap: 12px;
    flex-wrap: wrap;
}

.tabs_map #icon_gt {
    cursor: pointer;
}

.mota_gioithieu h4 {
    font-family: "OpenSansBold";
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;
}

.content_ck {
    position: relative;
}

.list_cap2_index_gioihtieu {
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
}

.list_cap2_index_gioihtieu h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.center_map {
    width: 100%;
    float: right;
    margin-bottom: -8px;
}

.tabs_map {
    left: 0;
    top: 0;
}

.tabs_map li {
    list-style: none;
    margin-bottom: 0;
}

.tabs_map li a {
    outline: none;
    text-decoration: none;
}

.tabs-content-map>.tab_contents_map {
    display: none;
    float: left;
    padding: 0px !important;
    width: 100%;
    overflow: hidden;
}

.tabs-content-map>.tab_contents_map.active {
    display: block;
    float: none;
}

.tabs_first .ten_sanphammoi {
    min-height: 45px;
}

.tabs-content-map:before,
.tabs-content-map:after {
    content: " ";
    display: table;
}

.tabs-content-map:after {
    clear: both;
}

.tabs-content-map>.content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}

.tabs-content-map>.content.active {
    display: block;
    float: none;
}

.tabs-content-map>.content.contained {
    padding: 0.9375rem;
}

.tabs-content-map.vertical {
    display: block;
}

.tabs-content-map.vertical>.content {
    padding: 0 0.9375rem;
}

.item_dmcap1 {
    position: relative;
    width: 100%;
    float: left;
}

.tab-title-map a span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #dfb703;
    padding: 12px 18px 10px;
    border-radius: 8px;
}

.tab-title-map a:hover span,
.tab-title-map a.active span {
    color: #dfb703;
    background: #241603;
}

.noidungmap iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -8px;
}

.tab-title-map i {
    color: #079dda;
    font-size: 27px;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.tab-title-map {
    margin-right: 6px;
}

.wrap-booking {
    padding: 60px 10px;
    background: url(../images/bg-booking.jpg) no-repeat bottom center / cover;
}

.wrap-booking .title-main span {
    color: #00cc25;
}

.wrap-booking .form-control {
    background: transparent;
    font-size: 14px;
    border-color: #5f941c;
    color: #fff;
}

.wrap-booking .form-control:focus {
    border-color: #00b500;

}

.wrap-booking #dichvu option {
    background-color: #333;
}

.wrap-booking .contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #000000d4;
    border-radius: 12px;
}

.wrap-booking .contact-form input[type=submit] {
    font-size: 14px;
    color: #fff;
    font-family: "pop";
    border-radius: 40px;
    padding: 12px 40px;
    border: 1px solid #ca7c00;
    background-color: #e09208;
    background-image: linear-gradient(to right, #e09208, #fec93c, #e69c12);
    margin: 20px auto 0;
    display: block;
    width: fit-content;
    background: #00b500;
    border-color: #00b500;
    background-image: linear-gradient(to right, #00b500, #00ff00, #00b500);
}

.item-news-gallery,
.item-news-gallerySizer {
    width: 25%;
}

.item-news-gallery {
    transition: all .3s ease;
}

.item-news-gallery:hover {
    transition: all .3s ease;
    filter: brightness(.6);
    cursor: zoom-in;
}

#google_language_translator {
    height: 33px;
}

#google_language_translator .goog-te-gadget .goog-te-combo {
    height: 27px;
    outline: none;
    width: 155px;
    border-radius: 50px;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    text-indent: 15px;
    color: var(--color-brown);
    font-size: 13px;
}

.skiptranslate {
    display: none !important;
}

.skiptranslate.goog-te-gadget {
    font-size: 0px !important;
    display: block !important;
}

.skiptranslate>div {
    font-size: 13px !important;
}

.skiptranslate>span {
    display: none !important;
}

.logoTxt {
    font-size: 32px;
    background: -webkit-linear-gradient(90deg, rgb(206 140 0) 0%, rgb(255 214 11) 50%, rgb(147 100 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "logoTxt";
}

/* Responsive */
@media (max-width: 1300px) {
    .footer_article::before {
        display: none;
    }
}

@media (max-width: 1230px) {
    .box_title_introduce {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 0;
        padding-left: 0;
    }

    .detaile_name_introduce {
        width: 100%;
    }

}

@media (max-width: 1200px) {
    .name_banggia {
        width: 60%;
    }

    .price_banggia {
        width: 30%;
    }

    .main_introduce {
        padding: 40px 0 50px;
    }

    .main_detail {
        margin: 50px auto;
    }
}

@media (max-width: 1025px) {

    .menu,
    .location_header,
    #messages-facebook,
    .main_newsnb::after,
    .main_newsnb::before {
        display: none !important;
    }

    .menu-res,
    .phone_mobi {
        display: block;
    }

    .header_top .wrap-content {
        justify-content: center !important;
    }

    .box_banggia {
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
        text-align: center;
    }

    .name_banggia {
        width: 100%;
    }

    .price_banggia {
        width: 100%;
    }

    .banggia {
        margin-bottom: 12px;
    }

    .name_dvnb.text-split-1,
    .name-product.text-split-1 {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 900px) {

    .name_footer,
    .name_introduce {
        font-size: 45px;
    }

    .title-main span,
    .title_introduce,
    .title_comment_videonb span {
        font-size: 35px;
    }

    .title-main2 {
        font-size: 16px;
    }

    .main_introduce::after,
    .box_title_introduce::after {
        display: none;
    }

    .box_main_introduce {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .left_introduce,
    .right_introduce {
        width: 100%;
    }

    .right_introduce {
        justify-content: center !important;
        text-align: center;
    }

    .main_introduce {
        padding: 40px 0 70px;
        margin-bottom: 40px;
    }

    .main_dvnb {
        margin-bottom: 35px;
    }

    .main_pronb,
    .main_list_dichvu {
        padding: 35px 0 40px;
    }

    .main_banner_qc {
        margin-bottom: 35px;
    }

    .footer_article .wrap-content {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 30px;
    }

    .footer_news:nth-child(1) {
        width: 100%;
    }

    .footer_news:nth-child(2) {
        width: 100%;
    }

    .footer_news:nth-child(3) {
        width: 100%;
    }

    .footer_powered .wrap-content {
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
    }

    .copyright {
        width: 100%;
    }

    .statistic {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .dichvunb_detail:nth-child(4n + 1) {
        clear: initial;
    }

    .dichvunb_detail:nth-child(2n) {
        margin-right: 0 !important;
    }

    .dichvunb_detail {
        width: 49%;
    }

    .product {
        width: 49%;
    }

    .product:nth-child(4n + 1) {
        clear: initial;
    }

    .product:nth-child(2n) {
        margin-right: 0 !important;
    }

    .newsnb_detail:nth-child(3n + 1) {
        clear: initial;
    }

    .newsnb_detail:nth-child(2n) {
        margin-right: 0% !important;
    }

    .newsnb_detail:nth-child(3n) {
        margin-right: 2%;
    }

    .newsnb_detail {
        width: 49%;
    }
}

@media (max-width: 768px) {

    .name_footer,
    .name_introduce {
        font-size: 43px;
    }

    .item-news-gallery,
    .item-news-gallerySizer {
        width: calc(100%/3);
    }

    .title-main span,
    .title_introduce,
    .title_comment_videonb span {
        font-size: 32px;
    }

    .title-main2 {
        font-size: 15px;
    }

    .box_main_comment__videonb {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .box_around_dmbgcap1 {
        flex-direction: column;
    }

    .box_banggia {
        flex-wrap: nowrap;
    }

    .left_comment,
    .box_main_dmbgcap1 {
        width: 100%;
    }

    .right_videonb {
        width: 100%;
    }

    .main_comment_videonb {
        padding: 35px 0 40px;
    }

    .main_newsnb {
        padding: 35px 0 40px;
    }

    .footer_news:nth-child(3) {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {

    .item-news-gallery,
    .item-news-gallerySizer {
        width: 50%;
    }

    .desc_introduce h1 {
        font-size: 28px;
    }

    .name_footer,
    .name_introduce {
        font-size: 40px;
    }

    .title-main span,
    .title_introduce,
    .title_comment_videonb span {
        font-size: 30px;
    }

    .title-main2 {
        font-size: 14px;
    }

    .content-main img {
        width: auto !important;
        height: auto !important;
    }

    .box_main_albumsnb {
        /* display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; */
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .box_albumsnb:nth-child(n) img {
        width: unset;
        height: unset;
    }

    .main_pronb::before {
        display: none;
    }

    .box_dmbgcap1 {
        padding: 14px 15px;
    }

    .list_cap2_index_gioihtieu {
        right: 10px;
        transform: unset;
        left: unset;
    }

    .slogan_header {
        width: 100%;
    }

    .click-ft-map {
        padding: 5px 7px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 425px) {

    .box_around_dmbgcap1,
    .box_banggia {
        justify-content: center;
        flex-wrap: wrap;
    }

    .box_main_dmbgcap1 {
        width: 100%;
    }

    .box_albumsnb {
        width: 100%;
    }

    .box_detail_newsnb {
        padding: 14px 10px;
    }

    .box_detail_newsnb {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 0;
    }

    .left_detail_newsnb {
        height: auto;
        width: 100%;
        transform: unset;
        transform-origin: unset;
    }

    .right_detail_newsnb {
        width: 100%;
    }

    .box_time_newsnb {
        width: 100%;
        height: auto;
        justify-content: center;
    }

    .name_newsnb {
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .cart-pro-detail a {
        width: 100%;
    }

    .cart-pro-detail a:first-child {
        margin-right: 0px;
        margin-bottom: 0.5rem;
    }

    .cart-pro-detail a i {
        display: none;
    }
}

.mm-listview .mm-listitem a {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "pop";
}

.pic_video {
    border-radius: 16px;
}