*{
    appearance: none;
    -webkit-appearance: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-sizer,
.grid-item {
    width: 50%
}

.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

.spinner-wrapper #logo {
    max-width: 100px;
    margin: auto;
    transform: translateY(30vh)
}

#loaderMore5s {
    text-align: center;
    transform: translateY(65vh);
    color: #AD110C;
    font-weight: 600;
    font-size: 16px
}

#link-web {
    text-align: center;
    transform: translateY(65vh);
    color: #b4b4b4
}

.spinner {
    transform: translateY(20vh);
    position: absolute;
    top: 48%;
    left: 50%;
    width: 3.75rem;
    height: 1.25rem;
    margin: -.625rem 0 0 -1.875rem;
    text-align: center
}

.spinner>div {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #009cd7;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0)
    }
}

.grid-item {
    float: left
}

.grid-item img {
    display: block;
    max-width: 100%
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

span {
    font-size: 16px
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

b {
    color: #009cd7
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block
}

* {
    box-sizing: border-box
}

input,
textarea {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none !important
}

a:hover {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    margin-bottom: 0
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 350;
    color: #000000
}

img:not(.noel > img) {
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    user-select: none
}

html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden
}

::selection {
    background: #4da6e7;
    color: #fff !important
}

::-moz-selection {
    background: #4da6e7;
    color: #fff !important
}

#product h1 {
    color: #009cd7
}

@media (max-width:991px) {

    html,
    body {
        overflow-x: hidden
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0
    }

    .mobile-bottom-fix {
        margin-bottom: 30px
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px
    }
}

.page-section {
    margin-top: 120px
}

.section-heading {
    position: relative;
    z-index: 2
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 700;
    color: #4da6e7;
    text-transform: uppercase;
    margin-bottom: 15px
}

.section-heading h4 {
    color: #2a2a2a;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px
}

.section-heading h4 em {
    font-style: normal;
    color: #4da6e7
}

.section-heading .line-dec {
    width: 50px;
    height: 2px;
    background-color: #4da6e7
}

.border-first-button a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #4da6e7 !important;
    border: 1px solid #4da6e7 !important;
    border-radius: 15px;
    font-weight: 500 !important;
    letter-spacing: .3px !important;
    transition: all .5s
}

.border-first-button a:hover {
    background-color: #4da6e7;
    color: #fff !important
}

.pre-header {
    background-color: #efefef;
    height: 50px;
    padding: 10px 0
}

.fa-language {
    width: 80px
}

.pre-header ul li {
    display: inline-block
}

.pre-header ul.info li {
    margin-right: 45px
}

.pre-header ul.info li a {
    color: #7d7d7d;
    font-size: 14px;
    transition: all .3s
}

.pre-header ul.info li a:hover {
    color: #4da6e7
}

.pre-header ul.info li a i {
    font-size: 18px;
    margin-right: 8px
}

.pre-header ul.social-media {
    text-align: right
}

.pre-header ul.social-media li {
    margin-left: 5px
}

.pre-header ul.social-media li a {
    background-color: #7d7d7d;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 35%;
    font-size: 14px;
    transition: all .3s
}

.pre-header ul.social-media li a:hover {
    background-color: #4da6e7
}

.background-header {
    background-color: rgba(255, 255, 255, .85) !important;
    height: 80px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .03)
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #fff
}

.background-header .main-nav .nav li:hover a {
    color: #4da6e7
}

.background-header .nav li a.active {
    position: relative;
    color: #fff
}
#noel-phone {
    width: 0;
}
.background-header .nav li a.active:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4da6e7;
    content: '';
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%)
}

.background-header .nav li:last-child a.active:after {
    background-color: transparent
}

.header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent
}

.header-area .main-nav .logo {
    margin-left: 30px;
    float: left;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.background-header .main-nav .logo {
    line-height: 80px
}

.background-header .main-nav .nav {
    margin-top: 20px !important
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 999
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0;
    padding-left: 40px
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
    padding: 0 20px !important;
    font-weight: 400
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    color: #fff !important
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #4da6e7 !important
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #4da6e7 !important;
    opacity: 1
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px
}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #2a2a2a;
    position: absolute;
    right: 18px;
    top: 12px
}

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #4da6e7 !important;
    padding-left: 25px
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, .3s
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none
}

.background-header .main-nav .menu-trigger {
    top: 23px
}

.single-home-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 800px
}

.home-slide-txt h4 {
    color: #998d80;
    font-size: 24px;
    font-weight: 500;
    z-index: 0
}

.home-slide-txt h2 {
    font-size: 48px;
    color: #009cd7;
    font-weight: 400;
    margin: 20px 0 22px
}

.home-slide-txt p {
    margin: 35px 0 0;
    font-weight: 350;
}

.home-slide-txt .packages-price p {
    margin: 0;
    padding-left: 35px
}

.packages-price p:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #616060;
    top: 45%;
    left: 0
}

.btn-cart.button-add-cart,
.btn-cart.button-add-cart.welcome-more-info {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 34px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.btn-cart.button-add-cart span {
    text-transform: lowercase
}

.btn-cart.button-add-cart span.lnr.lnr-plus-circle {
    position: relative;
    top: 0;
    font-size: 16px;
    margin-right: 5px
}

.btn-cart.button-add-cart:hover {
    color: #337ab7;
    background: transparent;
    border: 1px solid #337ab7
}

.carousel-indicators {
    bottom: 4.5%
}


.btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009cd7;
    border: 1px solid #337ab7;
    width: 80px;
    height: 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px
}

ul.dropdown-menu.cart-list {
    height: 232px;
    overflow-y: scroll;
    border-radius: 3px
}

ul.cart-list>li img {
    width: 50px;
    height: 50px;
    border: transparent
}

.s-cate::-webkit-scrollbar {
    width: 5px
}

.s-cate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000
}

.s-cate::-webkit-scrollbar-thumb {
    background-color: #337ab7
}

.single-cart-list {
    position: relative;
    display: flex
}

ul.cart-list>li {
    border-bottom: solid 1px #ebebeb;
    padding: 20px !important
}

ul.cart-list>li:last-child {
    border-bottom: 0
}

.attr-nav ul.cart-list>li>a:hover {
    border-left: 2px solid transparent !important
}

.dropdown-menu.cart-list h6 a {
    color: #43465d;
    font-size: 12px;
    line-height: 1.3
}

.cart-list-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8
}

ul.cart-list>li .price {
    font-weight: 300
}

.cart-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer
}

ul.cart-list>li.total>span {
    padding-top: 0;
    position: relative;
    top: 4px
}

ul.cart-list>li.total span {
    color: #43465d;
    font-size: 14px;
    font-weight: 500
}

ul.cart-list>li.total {
    background-color: #fff;
    padding-bottom: 20px !important
}

.carousel-indicators {
    bottom: 4.5%;
    margin-left: 12px
}

.carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #337ab7;
    border-radius: 50%
}

.carousel-indicators li>span.small-circle {
    position: absolute;
    top: -.05rem;
    left: -.05rem;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #337ab7;
    border-radius: 50%
}

.carousel-indicators li.active>span.small-circle {
    top: .2rem;
    left: .2rem;
    background-color: #337ab7
}

.carousel-indicators .active {
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    margin: 12px 10px 0 0;
    background-color: transparent;
    border: 1px solid #337ab7
}

.packages-price p {
    position: relative;
    color: #616060;
    font-size: 16px;
    font-weight: 500
}

.packages-price del,
.packages-price span {
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 500
}

.packages-price del {
    margin-left: 10px
}

.san-pham {
    padding: 0px 0 70px
}

.san-pham-content {
    margin-top: 80px
}

.single-new-arrival {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 3
}

.single-new-arrival-bg {
    position: relative;
    min-height: 350px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.single-new-arrival-bg img {
    width: auto;
    height: auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.single-new-arrival-bg:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.single-new-arrival-bg-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106, 119, 129, .1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1
}

.single-new-arrival-bg:hover .single-new-arrival-bg-overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.sale {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.sale p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.2
}

.sale.bg-1 {
    background: rgb(77, 166, 231)
}

.sale.bg-2 {
    background: #47d93c
}

.new-arrival-cart {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    bottom: -14px;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #33383c89;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden
}

.new-arrival-cart p {
    margin: auto;
    color: #fff;
    font-size: 12px
}

.new-arrival-cart p a {
    color: #fff;
    font-weight: 350;
    font-size: 12px
}

.new-arrival-cart p span.lnr.lnr-cart {
    margin-right: 10px
}

p.arrival-review span {
    margin-right: 15px
}

.single-new-arrival-bg:hover .new-arrival-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-new-arrival h4 a {
    color: #5f5b57;
    font-size: 16px;
    font-weight: 500;
    margin: 26px 0 12px
}

.arrival-product-price {
    color: #5f5b57;
    font-size: 16px;
    font-weight: 400
}

.single-new-arrival:hover h4 a {
    color: rgb(77, 166, 231)
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #2a2a2a;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #2a2a2a
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: #2a2a2a;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #2a2a2a
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: ""
}

.header-area .main-nav .menu-trigger span {
    top: 16px
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #2a2a2a
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #2a2a2a
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #2a2a2a
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #2a2a2a
}

.header-area.header-sticky {
    min-height: 80px
}

.header-area .nav {
    margin-top: 30px
}

.about {
    padding: 130px 100px 0px;
}

.header-area.header-sticky .nav li a.active {
    color: #4da6e7
}

@media (max-width:1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px
    }

    .header-area .main-nav:before {
        display: none
    }

    #sdt_phu {
        display: none
    }
}

.khach-hang {
    display: flex;
    justify-content: space-around;
    max-height: 250px;
    padding: 30px;
    max-width: 100%
}

@media (max-width:992px) {
    .pre-header ul.info li:last-child {
        display: none
    }

    .about-content p {
        margin-block: 20px;
        padding-inline: 0 !important
    }

    .header-area .main-nav .nav li:last-child,
    .background-header .main-nav .nav li:last-child {
        display: none
    }

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0
    }

    .background-header .nav li a.active:after {
        display: none
    }

    .home-slide-txt {
        text-align: start
    }

    .btn-cart {
        width: 130px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important
    }

    .btn-cart span {
        font-size: 14px !important
    }
}

.lightbox-basic p {
    margin-top: 20px;
    line-height: 2;
    margin-bottom: 1rem
}

.title-h1 {
    text-align: center
}

@media (max-width:990px){
    .header-area .menu-trigger {
        display: block !important
    }
    .header-area .main-nav .nav {
        /* margin-top: 0 !important; */
        display: none;
        width: 100%;
    }
    .header-area .main-nav .nav li a {
        text-align: center;
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        border: none !important;
        background: rgba(255, 255, 255) !important;
        color: #191a20 !important
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:767px) {
    .san-pham-content > .row > .col-12 {
        margin-bottom: 30px;
    }
    
    #product .col-sm-4 {
        width: 50% !important;
        transition: .2s
    }
    #noel-phone {
        width: 0;
    }
    .khach-hang {
        flex-direction: column;
        max-height: 500px;
        align-items: center
    }

    .background-header .main-nav .nav {
        margin-top: 75px !important
    }

    .header-area .main-nav .logo {
        color: #1e1e1e
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #4da6e7 !important;
        opacity: 1
    }
    .about {
        padding: 10px;
    }

    .single-new-arrival {
        margin: auto;
        width: 70%;
        height: 100%;
        margin-block: 10px;
        padding-bottom: 13px
    }

    .our-product .col-sm-4 {
        margin-block: 10px
    }

    #product .col-sm-4 {
        width: 100% !important;
        transition: .2s
    }

    .pre-header ul.info li a {
        font-size: 13px
    }

    .pre-header ul.info li a i {
        font-size: 13px;
        margin-right: 4px
    }

    .pre-header .col-7 {
        width: 60%
    }

    .pre-header ul.info li {
        margin-right: 5px
    }

    .pre-header .col-5 {
        width: 40%
    }

    .row {
        padding-bottom: 10px
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%
    }

    .header-area {
        background-color: #fff;
        padding: 0 15px;
        height: 90px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .03)
    }

    .header-area .container {
        padding: 0
    }

    .header-area .logo {
        margin-left: 30px
    }

    .header-area .menu-trigger {
        display: block !important
    }

    .header-area .main-nav {
        overflow: hidden
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0
    }

    .background-header .nav {
        margin-top: 80px
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee
    }

    .header-area.header-sticky .nav {
        margin-top: 95px
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0 !important;
        padding-right: 0 !important
    }



    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #4da6e7 !important
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, .3s;
        top: 0;
        width: 100%;
        box-shadow: none;
        height: 0
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important
    }

    .header-area .main-nav .nav li.submenu:after {
        color: #3B566E;
        right: 25px;
        font-size: 14px;
        top: 15px
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0
    }

    .carousel-indicators {
        margin-bottom: 2rem !important
    }
}

@media (min-width:990px) {
    .header-area .main-nav .nav {
        display: flex !important
    }

}
@media (max-width:1400px) {
    .border-first-button {
        display: none !important;
    }
}

  

.align-self-center {
    z-index: 1
}

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 10px 0;
    position: relative;
    overflow: hidden
}

.main-banner .left-content {
    margin-right: 15px
}

.main-banner .left-content h6 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    color: #4da6e7;
    margin-bottom: 15px;
    text-transform: uppercase
}

.main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #2a2a2a;
    margin-bottom: 20px
}

.main-banner .left-content p {
    margin-bottom: 30px;
    margin-right: 45px
}

.main-banner .right-image {
    text-align: right;
    position: relative;
    z-index: 20
}

.main-banner .right-image img {
    max-width: 593px
}

#img-main {
    -webkit-filter: drop-shadow(2px 0px 3px #ccc);
    animation: floating 4s ease infinite
}

@keyframes floating {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 15px)
    }

    100% {
        transform: translate(0, -0px)
    }
}

#about {
    margin-top: 30px
}

.about-left-image img {
    margin-right: 150px
}

.about-right-content p {
    margin-top: 30px;
    font-weight: 350;
    margin-bottom: 45px
}

.services {
    padding-top: 130px;
    position: relative
}

.services:after {
    content: '';
    background-image: url(../images/services-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 786px;
    height: 1217px;
    z-index: 0
}

.services:before {
    content: '';
    background-image: url(../images/services-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 400px;
    width: 161px;
    height: 413px;
    z-index: 0
}

.services .section-heading {
    text-align: center;
    margin-bottom: 80px
}

.services .section-heading .line-dec {
    margin: 0 auto
}

.services .naccs {
    position: relative;
    z-index: 1
}

.services .icon {
    display: block;
    text-align: center;
    margin: 0 auto
}

.services .naccs .menu div h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    width: 100%
}

.services .icon img {
    margin-bottom: 10px;
    max-width: 60px;
    min-width: 60px
}

.services .naccs .menu {
    text-align: center;
    margin-bottom: 30px
}

ol,
ul:not(.pre-header, ul.social-media) {
    padding-top: 5px
}

.services .naccs .menu div {
    color: #2a2a2a;
    margin: 0;
    width: 15%;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 15px;
    transition: 1s all cubic-bezier(.075, .82, .165, 1)
}

.services .naccs .menu div .thumb {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background-color: #fff
}

.services .naccs .menu div.active {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.services ul.nacc {
    height: 100% !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: .5s all cubic-bezier(.075, .82, .165, 1)
}

.services ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(.075, .82, .165, 1)
}

.services ul.nacc li.active {
    transition-delay: .3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .082);
    border-radius: 15px;
    padding: 50px 70px 20px 70px
}

.services ul.nacc li {
    width: 100%
}

.services ul.nacc li .right-image img {
    max-width: 420px;
    float: right
}

.services .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px
}

.services .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px
}

.services .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff
}

.services .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af
}

.services .left-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #4da6e7 !important
}

.services .left-text p {
    margin-bottom: 30px;
    font-weight: 350;
}

.nacc .ticks-list span {
    display: inline-block;
    opacity: 1;
    margin-right: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400
}

.product .product-content {
    display: inline-block;
    max-width: 17rem;
    margin-right: 1.5rem;
    margin-bottom: 3.5rem;
    margin-left: 1.5rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    transition: .2s
}

.product .product-content:hover {
    transform: scale(1.05);
    transition: .2s
}

.product .image-wrapper {
    margin-bottom: 1.5rem;
    padding: 20px 70px
}

img {
    object-fit: cover
}

.product .product-content .product-name {
    margin-bottom: .75rem;
    color: #009cd7;
    font: 600 1rem/1.375rem "Montserrat", sans-serif
}

.our-product {
    padding-top: 100px;
    overflow: hidden;
    position: relative
}

.our-product:before {
    content: '';
    background-image: url(../images/product-right-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 414px;
    height: 861px;
    z-index: 1
}

.our-product:after {
    content: '';
    background-image: url(../images/product-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 677px;
    height: 759px;
    z-index: 0
}

.our-product .section-heading {
    margin-bottom: 10px;
    z-index: 2
}

.our-product .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 2
}

.our-product .item {
    position: relative;
    z-index: 222
}

.product-item {
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: 15px
}

.product-item .thumb {
    position: relative;
    border-radius: 50px
}

.product-item:hover .down-content h4,
.product-item:hover .down-content span {
    color: #4da6e7
}

.product-item .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    overflow: hidden
}

.product-item .down-content {
    background-color: #fff;
    text-align: center;
    padding: 18px 0;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px
}

.product-item .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 8px;
    transition: all .3s
}

.product-item .down-content span {
    font-size: 15px;
    color: #afafaf;
    transition: all .3s
}

.our-product .owl-nav {
    display: none;
    position: absolute;
    top: -125px;
    right: 15%;
    max-width: 1320px
}

.our-product .owl-nav .owl-next {
    margin-left: 10px
}

.our-product .owl-nav span {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    background-color: #eee;
    border-radius: 50%;
    color: #fff;
    transition: all .5s
}

.our-product .owl-nav span:hover {
    color: #fff;
    background-color: #4da6e7
}

.blog:before {
    content: '';
    background-image: url(../images/blog-left-dec.jpg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 961px;
    height: 1020px
}

.blog {
    position: relative;
    padding-top: 130px;
    z-index: 2
}

.blog .section-heading {
    text-align: center;
    margin-bottom: 80px
}

.blog .section-heading .line-dec {
    margin: 0 auto
}

.san-pham-content img {
    width: auto !important;
    overflow: hidden;
    pointer-events: none;
    user-select: none;
}
.blog-post {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 25px;
    position: relative;
    z-index: 2;
    transition: .2s
}

.blog-post:hover,
.post-item:hover {
    transform: scale(1.02);
    transition: .2s
}

.show-up {
    position: relative;
    z-index: 0
}

.blog-post .thumb img {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px
}

.blog-post .down-content {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #fff;
    padding: 30px
}

.blog-post .down-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #4da6e7;
    border-radius: 7px;
    display: inline-block
}

.blog-post .down-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px
}

.blog-post .down-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 30px
}

.blog-post .down-content p {
    margin-bottom: 30px;
    font-weight: 350;
}

.blog-post .down-content span.author {
    font-size: 15px;
    color: #2a2a2a
}

.blog-post .down-content span.author img {
    max-width: 56px;
    border-radius: 50%;
    margin-right: 15px
}

.blog-post .down-content .border-first-button {
    display: inline-block;
    float: right
}

.blog-posts {
    margin-left: 30px
}

.post-item {
    margin-bottom: 62px;
    transition: .2s
}

.last-post-item {
    margin-bottom: 0
}

.post-item .thumb {
    display: inline-block;
    float: left;
    margin-right: 30px
}

.post-item .thumb img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    display: inline-block;
    border-radius: 10px;
}

.post-item .right-content {
    padding-top: 10px
}

.post-item .right-content span.category {
    font-size: 15px;
    color: #fff;
    padding: 8px 12px;
    background-color: #4da6e7;
    border-radius: 7px;
    display: inline-block
}

.post-item .right-content span.date {
    font-size: 15px;
    color: #afafaf;
    text-align: right;
    float: right;
    margin-top: 4px
}

.post-item .right-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px
}

.contact-us {
    padding-top: 130px
}

.contact-us .section-heading .line-dec {
    margin: 0 auto
}

.contact-us .section-heading {
    text-align: center;
    margin-bottom: 80px
}

form#contact:before {
    background-image: url(../images/contact-top-right-v3.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 726px;
    height: 78px;
    background-repeat: no-repeat;
    content: '';
    z-index: 1
}

.contact-dec img {
    max-width: 300px;
    position: absolute;
    right: 10px;
    top: -200px
}

form#contact:after {
    background-image: url(../images/contact-bottom-right-v3.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 532px;
    height: 85px;
    background-repeat: no-repeat;
    content: '';
    z-index: 1
}

form#contact {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff;
    border-radius: 23px;
    text-align: center
}

#map {
    height: 100%
}

form#contact #map iframe {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    position: relative;
    z-index: 2;
    height: 100%
}

.fill-form {
    padding: 80px 30px 80px 10px;
    overflow-wrap: break-word
}

.fill-form .info-post {
    margin-bottom: 20px
}

.fill-form .icon {
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 23px;
    padding: 25px 15px
}

.fill-form .icon img {
    max-width: 60px;
    display: block;
    margin: 0 auto
}

.fill-form .icon a {
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    transition: all .3s
}

.fill-form .icon:hover a {
    color: #4da6e7
}

form#contact input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 1px solid #bbb;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0 20px;
    border-radius: 13px;
    margin-top: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

form#contact input:focus,
textarea:focus {
    border: 2px solid #009ed7cf !important;
    box-shadow: none !important;
    transition: .1s
}

form#contact input::placeholder {
    color: #aaa
}

form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    border-radius: 13px;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 15px 20px;
    margin-top: 30px
}

#diachiip,
#diachiip:focus {
    border: none !important
}

form#contact textarea::placeholder {
    color: #aaa
}

form#contact button {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #4da6e7;
    margin-top: 30px;
    width: 100%;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: .25px;
    border: 1px solid #4da6e7;
    transition: all .3s;
    outline: none
}

form#contact button:hover {
    background-color: #4da6e7 !important;
    color: #fff !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input::-webkit-scrollbar {
    width: 1rem
}

footer {
    background-image: url(../images/footer-bg-v3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px
}

footer p {
    text-align: center;
    margin: 20px 0;
    color: #fff
}

footer p a {
    color: #fff;
    transition: all .5s
}

@media (max-width:1200px) {
    .post-item .right-content h4 {
        font-size: 17px
    }
    .san-pham-content {
        padding-inline: 0;
    }

    .about-content {
        flex-direction: column;
        align-items: center
    }

    .about-content p {
        margin-block: 20px
    }

    .blog-post .down-content span.author {
        font-size: 11px
    }

    .header-area .main-nav .logo h4 {
        font-size: 24px
    }

    .header-area .main-nav .logo h4 img {
        max-width: 25px;
        margin-left: 0
    }

    .header-area .main-nav .nav li:last-child {
        padding-left: 20px
    }
}

@media (max-width:992px) {
    form#contact {
        overflow: hidden
    }

    .header-area .main-nav .logo h4 {
        font-size: 20px
    }

    .about-content iframe {
        width: 100%;
        height: 50vw
    }

    .about-content {
        padding: 30px !important
    }

    .main-banner .left-content {
        margin-right: 0
    }

    .main-banner {
        text-align: center
    }

    .single-home-slide .row {
        flex-direction: column
    }

    .main-banner:before {
        display: none
    }

    .main-banner .right-image {
        margin: 30px auto 0 auto;
        text-align: center
    }

    .skill-item {
        margin-bottom: 30px
    }

    .about-left-image img {
        margin-right: 0;
        margin-bottom: 45px
    }

    .services .naccs .menu div {
        font-size: 15px;
        font-weight: 500
    }

    .service-item {
        text-align: center
    }

    .service-item .icon {
        margin-top: 0;
        margin-bottom: 30px
    }

    .about-us .left-image {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 45px
    }

    .blog-posts {
        margin-left: 0;
        margin-top: 30px
    }

    .post-item {
        margin-bottom: 70px
    }

    .our-product .owl-nav {
        display: none !important
    }

    .contact-info {
        margin-top: 60px
    }

    form#contact {
        padding: 45px
    }
}

@media (max-width:767px) {
    img {
        max-width: 100%;
    }
    .main-banner .left-content p {
        margin-right: 20px;
        margin-left: 20px
    }

    .about-right-content {
        padding: 20px
    }

    .blog-post .down-content span.author {
        font-size: 13px
    }

    .border-first-button a {
        margin-top: 15px
    }

    .post-item {
        padding: 20px
    }

    .post-item .thumb {
        float: unset
    }

    .blog-post .down-content .border-first-button {
        float: initial
    }

    .header-area .main-nav .logo h4 {
        font-size: 30px
    }

    .header-area .main-nav .logo h4 img {
        max-width: 30px;
        margin-left: 5px
    }

    .main-banner .info-stat {
        margin-bottom: 15px
    }

    .service-item {
        text-align: center;
        padding: 30px
    }

    .service-item .icon {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }

    .service-item .right-content {
        display: inline-block
    }

    .services .naccs .menu div .thumb {
        padding: 5px
    }

    .services .icon img {
        margin: 0
    }

    .services ul.nacc li.active {
        padding: 45px
    }

    .services .naccs .menu div {
        font-size: 0
    }

    .services ul.nacc li .right-image img {
        float: none
    }

    .our-product .section-heading,
    .about-us .section-heading,
    .about-us .about-item,
    .about-us p,
    .about-us .main-green-button {
        text-align: center
    }

    .our-product .section-heading .line-dec {
        margin: 0 auto
    }

    .our-services .section-heading {
        margin-left: 15px;
        margin-right: 15px
    }

    .blog-posts {
        margin-left: 0;
        margin-top: 30px
    }

    .post-item {
        margin-bottom: 30px
    }

    .post-item .thumb img {
        width: 330px
    }

    .about-us .about-item {
        margin-top: 15px
    }

    form#contact {
        padding: 30px
    }

    .fill-form {
        padding: 80px 10px 50px 10px;
        overflow-wrap: break-word
    }
}

@media (max-width:570px) {
    .single-home-slide {
        height: 500px;
        padding: 70vw 50px 0
    }

    .home-slide-img {
        margin-top: -60%
    }
}

@media (max-width:435px) {
    .pre-header ul.social-media li:last-child {
        display: none
    }

    .pre-header ul.social-media li:first-child {
        display: inline-block !important
    }
}

@media (max-width:435px) {}

.zalo-chat-widget,
.ripple {
    border: none;
    visibility: visible;
    bottom: 15px;
    left: 20px;
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 40%;
    top: auto;
    animation: pulse 2s ease infinite;
    z-index: 50
}
.ripple::after {
    content: "0982.225.907";
    position: absolute;
    top: 60%;
    left: 110%;
    transform: translateY(-50%);
    padding: 5px 10px; /* Điều chỉnh padding cho phần số điện thoại */
    background-color: #009cd7; /* Màu nền xanh */
    color: #ffffff; /* Màu chữ trắng */
    border-top-right-radius: 10px; /* Bo tròn góc */
    border-bottom-right-radius: 10px; /* Bo tròn góc */
    border-top-left-radius: 10px; /* Bo tròn góc */
    font-size: 15px; /* Điều chỉnh kích thước chữ */
    z-index: 999; /* Đảm bảo số điện thoại hiển thị trên top */
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #009ed755
    }

    80% {
        -webkit-box-shadow: 0 0 0 30px transparent
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

    /* Popup container */
    .popup {
        position: relative;
        display: inline;
        margin-top: 50px;
        left: 15%;
        top: 25vh;
        backdrop-filter: blur(5px); /* Hoặc các hiệu ứng khác như grayscale, saturate */
        z-index: 9999999;

    }

    /* The actual popup (appears on top) */
    .popup .popup-content {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 50%;
        height: 50%;
        padding: 20px;
    }

    /* Popup close button */
    .popup .close {
        position: absolute;
        top: -25px;
        right: -20px;
        font-size: 40px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
        color: #000;
    }

    /* Popup close button on hover */
    .popup .close:hover,
    .popup .close:focus {
        cursor: pointer;
    }