::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: #086c223d;
  outline: 1px solid #086c223d;
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgb(0,0,0,0,2)
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  background: #f9fafb;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555555;
  font-family: 'Montserrat', serif;
}
.main-menu a{
  font-family: "Montserrat", sans-serif;
}
.font-medium {
  font-weight: 600;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff9c;
  top: 0;
  left: 0;
  z-index: 1;
}
.font-thin {
  font-weight: 300
}

.font-bold {
  font-weight: 700
}
a{
  color: #292929;
}
.main-menu .active {
  color: #297600;
}
.chat-drawer .ant-drawer-header,
.chat-drawer .ant-drawer-body {
  padding: 0;
}
.anticon {
  vertical-align: 0.125em !important;
}
.ant-btn {
  line-height: 0 !important;
}
.ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
  white-space: nowrap !important;
}
.ant-form-item-label {
  padding: 0 0 5px !important;
}
li.ant-menu-item {
  margin-bottom: 0 !important;
}
img, svg, video, canvas, audio, embed, object {
  display: unset !important;
}
.rdw-editor {
  border: 1px solid #f1f1f1;
  padding: 1rem;
  max-height: 500px;
}
.jodit-workplace ul, .jodit-workplace ol {
  margin: 20px;
}
ol {
  list-style-type: decimal;
}
ul {
  list-style-type: disc;
}

.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  width: 2rem !important;
  line-height: 2rem !important;
  margin: 0.3rem !important;
  font-size: 1.2em !important;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  border-radius: 100% !important;
  background-color: #5fa5f9 !important;
  color: #fff !important;
}
.react-datepicker__header {
  background-color: #fff !important;
  border-bottom: none !important;
}
.react-datepicker__navigation-icon {
  font-size: 10px !important;
}
.react-datepicker__navigation {
  top: 10px !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #ffffff !important;
}
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  border-color: #2f2f2f !important;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 12px !important;
  position: absolute;
  top: 6px;
  width: 12px !important;
}

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  font-weight: 500 !important;
}

.react-datepicker__current-month {
  margin-bottom: 20px !important;
}

.react-datepicker {
  font-family: unset !important;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #e4e7eb !important;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker__day-names {
  background: #e4e7eb;
  border-radius: 40px;
  margin-top: 5px;
}

.react-datepicker__month-container {
  float: left;
  margin: 10px 8px;
}

.react-datepicker__day-name {
  font-size: 12px !important;
  height: 15px;
  line-height: 15px !important;
}

.slider-margin .slick-track {
  float: left;
}

.slider-margin .slick-slide > div {
  margin: 0 5px;
}

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

.oneLineText {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.twoLineText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* common */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 180px;
  padding: 5px 0;
  background-color: #ee3a3e;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -1px;
  left: -1px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -28px;
  top: 20px;
  transform: rotate(-45deg);
}

.gallery-slider-thumb .slick-slide img {
  opacity: 0.2;
  padding: 2px;
}

.gallery-slider-thumb .slick-current img {
  opacity: 1;
  padding: 2px;
}

.ant-modal-body ul, .text-body ul {
  margin-left: 25px;
}

a.ant-menu-item-selected {
  color: #a51e22 !important;
  border-bottom: 2px solid;
  padding-bottom: 11px;
}

.responsivePlayer {
  position: relative;
  padding-top: 56.25%;
}
.reactPlayer {
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.ant-affix {
  position: fixed;
  z-index: 999 !important;
}
.circle {
  border-radius: 50%;
  color: black;
  display: inline-block;
  height: 50px;
  font-weight: bold;
  font-size: 1.2em;
  width: 50px;
}

.circle span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 0 15px;
}
.main-content p {
  text-align: justify;
}

.main-content ul {
  margin: 20px 20px 0px 30px;
}
.coccoc-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  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: .1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.coccoc-alo-phone {
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 150px;
  top: 30px;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: .75 !important;
}

.coccoc-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.coccoc-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(https://drive.google.com/uc?id=1V3N2b79QjDWetC_ss9wI3c-xpWDymn9R) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #00aff2;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #00aff2;
  opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}
a.btn.btn-default:hover {
  background: #3b81f6;
}
a.btn.btn-default {
  background: #117857;
  padding: 2px 5px;
  color: white;
  border-radius: 3px;
  font-weight: bold;
}
.khungcopy , .khung1{
  margin-bottom: 10px;
}
.khungcopy.oneline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #bbbbbb;
  padding: 5px 5px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-weight: bold;
}
.captcha {
  width: 65%;
}
.grecaptcha-badge {
  visibility: hidden;
}
.dropdown-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0;
}
.dropdown {
  position: relative;
}
.dropdown:hover > .dropdown-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  margin-top: 5px;
}
/*.dropdown:hover > .dropdown-content {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: absolute;
    left: 242px;
    z-index: 99;
    background: #fff;
    padding: 5px;
    min-width: 100%;
    border: 1px solid #e5e7eb;
    top: 0;
}*/
/* The device with borders */
.smartphone {
  position: relative;
  width: 370px;
  height: 690px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
  width: 338px;
  height: 580px;
  background: white;
}

.feedback-slider .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1.2);
}

.feedback-slider .slick-slide {
  opacity: 0.3;
}

.feedback-slider .slick-dots {
  bottom: -40px
}

.feedback-slider .slick-dots li button:before {
  color: #1890ffed;
  font-size: 15px;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #005099;
}
.input-otp {
  width: 40px !important;
  height: 40px !important;
}
.bottom-nav {
  width: 32rem;
}

.product-slider .slick-dots {
  bottom: 0;
  backdrop-filter: blur(0.3em);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.hidden-image {
  display: none !important;
}
.searchBox input.ant-input {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}
.searchBox span.ant-input-group-addon , .searchBox span.ant-input-group-addon .ant-btn {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
  border-left: 0
}
.cashback:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-top: -5px;
  margin-right: -6px;
  background: #fff;
}
.title-leaf {
  position: absolute;
  bottom: 100%;
  left: 115px;
  margin: auto auto 0px
}
.footer a {
  color: #fff;
}
.ant-rate li {
  margin-right: 0 !important;
}

.avatar:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAAQlBMVEVHcEyq03Or0nKr03Kq03Kr03Kr03Or03Kr03Kqz3Cq0nSr03Oq03Kr03P////5/PXc7cXs9d7R6LLE4Z242omx1nwo6ci5AAAADXRSTlMATOO2I5eN9KIMWsx5c2nmoAAAAQ1JREFUOMuVlFsWgyAMRHmKtiUBtPvfarXYBHzS+bpH5yQhhAhRaJCdfiqvnrqTgziWsc6znDUHnqHyZN8u3mPr+foetanzx+pKU+/P1LPp5c9F0aS/0lqbcZcuZ26KKkoz9bf3npZgtvIEXGki8nbueVnViDhmShgnqmyoDpggrBSIFsmy62xKkOqeaU4HcUdZWijiCL9KkChLCVeESggYvhRm4qROEAbISkQj/eNYuP6LRIFjUV1ALti6FJ8RKCNsM2ru15oH3z+KRb9kXT1OJVHv+R6X04cpX/lMPBzzPd6OVx4wc+syzbPaOPdtb+j6Pdo/3/bmiRxHat45jftr6Uhf7cLenOzM0736AWb+N3s2VhJRAAAAAElFTkSuQmCC) center center no-repeat;
  bottom: -12px;
  content: '';
  display: block;
  height: 37px;
  left: -15px;
  position: absolute;
  width: 37px;
  z-index: 9;
}
.mid-section .block1 {
  overflow: hidden;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin-top: 86px;
  background: #685c88;
  border-radius: 20px;
  padding: 25px 100px 25px 25px;
  margin-right: -100px;
}
.mid-section strong {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  display: block;
  margin-bottom: 14px;
  letter-spacing: 1px;
  line-height: 30px;
}
.mid-section .block3 {
  overflow: hidden;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin-top: 86px;
  background: #1bbc9b;
  border-radius: 20px;
  padding: 25px 25px 25px 100px;
  margin-left: -100px;
}
.spl-pro {
  background: #fff;
  border-radius: 999px;
  padding: 5px 20px 30px 20px;
  margin-bottom: 0px;
  z-index: 10;
  margin-top: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0px 2px 25px -7px #000;
}
.mid-section .block1 + .block1, .mid-section .block3 + .block3 {
  margin-top: 25px;
}
.our-features-box {
  overflow: hidden;
  padding: 0 0;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #eee #d5d5d5 #eee;
  box-shadow: 0 5px 0 rgba(200,200,200,.2);
  margin-bottom: 50px;
  margin-top: 50px;
}
.our-features-box ul {
  list-style: none;
  margin: auto;
  padding: 0;
  border: none;
  overflow: hidden;
}
.our-features-box li {
  float: left;
  margin-bottom: 0px;
  text-align: center;
  width: 20%;
  padding: 0;
  display: inline-block;
}
.our-features-box .feature-box {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #292929;
  line-height: 1.4em;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  padding: 25px 30px;
  border-right: 1px #eaeaea solid;
}
.feature-box.klb-footer-box i {
  color: #80b435;
  border: 2px #80b435 dotted;
}
.our-features-box li.last {
  background: #80b435;
}
.our-features-box li.last {
  margin-right: 0;
  width: 20%;
  border: none;
  background: #80b435;
  float: right;
}
.our-features-box li.last .feature-box {
  margin-right: 0px!important;
  border: none;
}
.our-features-box li.last a {
  display: block;
  padding: 15px 15px;
  background: #fff;
  border-radius: 999px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #6a9c23;
}
.feature-box.klb-footer-box .icon {
  display: block !important;
  font-size: 26px;
  margin: auto;
  color: #80b435;
  width: 65px!important;
  text-align: center;
  margin-bottom: 26px;
  line-height: 60px;
  border: 2px #80b435 dotted;
  border-radius: 999px;
}
.home-slider-content {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-slider-image img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.phone-footer {
  display: table;
}

.phone-footer {
  overflow: hidden;
  font-size: 14px;
  color: #b7bcc8;
  margin-bottom: 18px;
  margin-top: 12px;
}

.panel-title>.bar {
  background: #6bac1b;
  color: #FFF;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.panel-title>.bar:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  border-top: 18px solid #6bac1b;
  border-bottom: 18px solid #6bac1b;
  border-right: 10px solid transparent;
}
table.print-table {
  border: 1px solid #000;
  width: 100%;
}
table.print-table th {
  border: 1px solid #000;
  padding: 5px;
}
.print-table td {
  border-bottom: 1px dashed #000;
  border-right: 1px solid #000;
  padding: 5px;
}
.main-content iframe {
  width: 100% !important;
}
.ring-container {
  position: relative;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #62bd19;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  left: -20px;
}

.ringring {
  border: 3px solid #62bd19;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -25px;
  top: -12px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0
}
@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.banner-content-2 {
  webkit-transform: translateY(calc(-100% - 50px));
  transform: translateY(calc(-100% - 50px));
  left: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  position: absolute !important;
  right: 0;
  z-index: 2;
  color: #fff;
}

.banner-content.banner-content-center {
  text-align: left;
}

.banner-content h3, .banner-content-2 h3 {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 50px;
}
.gift-icon {
  margin-top: -6px;
  animation: swing 1s ease-in-out infinite; /* Gắn animation */
  transform-origin: bottom center; /* Điểm xoay */
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.banner-content.banner-content-center h3, .banner-content-2.banner-content-center h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.banner-content a {
  color: #2B333F;
  background: #fff;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}

.banner-content.banner-content-center a, .banner-content-2.banner-content-center a {
  color: #fff;
  background: transparent;
  padding: unset;
  font-weight: 500;
}

.banner-content a {
  color: #2B333F;
  background: #fff;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}

.banner-content.banner-content-center a {
  color: #fff;
  background: transparent;
  padding: unset;
  font-weight: 500;
}

.banner-content a:hover {
  background: #2B333F;
  color: #fff;
}

.banner-content.banner-content-center a:hover {
  color: #fff;
  background: transparent;
  text-decoration: underline;
}

.banner-image {
  transition: transform 0.5s ease;
}

.banner-container:hover .banner-image {
  transform: scale(1.1); /* Slightly scale the image */
}

.banner-container::before {
  position:absolute;
  top:0;
  left:-75%;
  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,.3) 100%);
  background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}

.banner-container:hover::before {
  -webkit-animation:shine .75s;animation:shine .75s
}

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

@media(max-width: 576px) {
  .ant-picker-panels {
    flex-direction: column;
  }
  .ant-card-head-wrapper {
    display: block !important;
  }
  .input-otp {
    width: 36px !important;
    height: 36px !important;
  }
  .bottom-nav {
    width: 100% !important;
  }
  .captcha {
    width: 100%;
    float: left;
  }
  .mid-section .block1 {
    padding: 20px;
    margin-right: 0px;
    text-align: center;
    margin-top: 30px;
  }
  .mid-section .block3 {
    padding: 20px;
    margin-left: 0px;
    text-align: center;
    margin-top: 30px;
  }
  .our-features-box li {
    width: 100%;
  }
  .our-features-box .feature-box {
    margin-right: 0px;
    border-right: none;
    border-bottom: 1px #eaeaea solid;
  }
  .our-features-box li.last {
    width: 100%;
  }
  .home-slider-image img {
    height: 450px;
  }
  .banner-content-2 {
    top: unset;
  }
}

/* Cart notification animations */
@keyframes slide-in-right {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.animate-slide-in-right {
    animation: slide-in-right 0.3s ease-out forwards;
}

/* Notification Dropdown Styles */
.notification-dropdown .ant-dropdown {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e5e7eb !important;
}

/* Mobile responsive for notification dropdown */
@media (max-width: 640px) {
    .notification-dropdown .ant-dropdown {
        width: 95vw !important;
        max-width: 320px !important;
        right: 8px !important;
        left: auto !important;
    }

    .notification-dropdown .ant-dropdown .w-80 {
        width: 100% !important;
    }

    .notification-dropdown .ant-dropdown .sm\:w-72 {
        width: 100% !important;
    }
}

/* Ensure dropdown is visible on mobile */
@media (max-width: 480px) {
    .notification-dropdown .ant-dropdown {
        width: calc(100vw - 16px) !important;
        max-width: 300px !important;
        right: 8px !important;
        left: auto !important;
        transform: translateX(0) !important;
    }
}
