@charset "UTF-8";
.news-sales a {
  max-height: unset !important;
}

.news-sales a.title-sale {
  font-size: 14px;
  display: block;
  padding: 7px 12px !important;
  max-height: 48px !important;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.container-fluid {
  width: 1280px;
}

@media (max-width: 767px) {
  .banner_top {
    display: none;
    min-height: 10vh;
  }
}
@media only screen and (max-width: 600px) {
  .boxdesc img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}
.sticky {
  position: relative;
  display: block;
}

.img_sticky {
  height: 53px;
  margin-bottom: 10px;
}
.img_sticky img {
  height: 53px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto !important;
}

.img_sticky_dt {
  position: absolute;
  top: 370px;
  left: 20px;
}

.img_sticky img {
  display: block;
  margin: 0 !important;
}

.frame_inner .discount {
  z-index: 1;
}

.image_template {
  left: 33px;
  position: absolute;
  top: 0;
  display: none;
}

#page {
  opacity: 6;
}

/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url(../font/Roboto-Regular.ttf)*/
/*}*/
@font-face {
  font-family: "Slick";
  src: url("slick.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoBold";
  src: url(../font/Roboto-Bold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("ttf");
  font-display: swap;
}
body {
  font-family: Roboto, sans-serif !important;
  background: #f0f0f0;
}

body {
  position: relative !important;
}

.popup_banner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 9999;
}

#notify {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 9999;
}

.notify {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 10000;
  position: fixed;
}

.image_popup {
  position: relative;
}

.image_popup a img {
  max-width: 100% !important;
  height: auto !important;
}

.notify h3 {
  color: rgba(0, 0, 0, 0.65);
  margin: 10px 0;
  position: relative;
  padding: 15px;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
}

.notify p {
  line-height: 1.6;
  margin: 0 0 20px;
  color: #646464;
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
}

.ok-button {
  color: red;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 0;
  margin: 0 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .notify {
    top: 10%;
    left: 0;
    width: 100%;
    transform: none;
  }
  .image_popup img {
    width: 100%;
  }
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9 !important;
}

.bot_header.affix {
  top: 46px;
}

.store_messenger {
  position: fixed;
  width: 60px;
  height: 60px;
  background: #fff;
  background-image: url(/images/messenger.jpg);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  box-shadow: 1px 1px 5px 0 #333;
  bottom: 20px;
  right: 20px;
  border-radius: 100%;
  z-index: 10000;
}

.prd_banner a img {
  width: 100%;
}

/*@media(max-width: 767px){*/
/*.prd_banner{*/
/*display: none;*/
/*}*/
/*}*/
.container {
  max-width: 1200px;
}

a {
  color: #1e8e04;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #1e8e04;
}

h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > *,
h6 > *,
.h1 *,
.h2 > *,
.h3 > *,
.h4 > *,
.h5 > *,
.h6 > * {
  font-family: arial, helvetica, clean, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

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

.red,
.label_error {
  color: red;
}

address,
caption,
cite,
code,
dfn,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

figure {
  margin: 0;
}

input,
button,
textarea,
select {
  border: 1px solid #a9a9a9;
}

.hidden,
.hide,
.hiden {
  display: none;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  clear: both;
}

.block {
  margin-bottom: 10px;
}

.pd0 {
  padding: 0;
}

.mt0 {
  margin: 0;
}

.mt5 {
  margin-bottom: 5px;
}

.mt10 {
  margin-bottom: 10px;
}

.mt30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-bottom: 40px;
}

.main_content {
  background: #fff !important;
}

.body_container {
  background: none;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col5 {
  padding-right: 5px;
  padding-left: 5px;
}

.pagination {
  text-align: center;
}

.pagination .current span {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #999;
  display: inline-block;
  margin: 0 5px;
}

.pagination .other-page,
.pagination .next-page,
.pagination .pre-page {
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #eee;
  display: inline-block;
  margin: 0 5px;
}

#top-header {
  background: #1e8e04;
  position: relative;
}

#logo {
  padding: 5px 0 5px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#logo h1 {
  margin: 0;
  display: inline-block;
}
#logo .img_home {
  width: 100%;
  max-width: 150px;
}
#logo .adrress {
  width: calc(100% - 150px - 20px);
}

.banner_header_mb a img {
  max-width: 100% !important;
  height: auto !important;
}

#logo .adrress {
  margin: 0;
  display: inline-block;
  padding: 0px !important;
}

#top-header .th-text {
  padding: 6px 0;
}

#top-header .hotline {
  text-align: center;
}

#top-header #logs {
  text-align: right;
}

#top-header .th-text .th-item {
  display: inline-block;
  line-height: 26px;
  width: 100%;
}

#top-header .th-text .th-item p {
  margin-bottom: 0;
}

.menu-store {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-store .head-right {
  position: static;
}

.scrollmenu {
  display: none;
}

@media only screen and (max-width: 768px) {
  #top-header .th-text .th-item {
    display: block;
    line-height: 32px;
  }
  .scrollmenu {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #top-header .col-lg-l {
    width: 26%;
  }
  #top-header .col-lg-r {
    width: 74%;
  }
}
#top-header .address-item {
  background: url(../images/icon-address.png) no-repeat scroll 0 0;
  color: #fff;
  font-family: semibold;
  font-size: 15px;
  padding-left: 30px;
}

#top-header .address-item > span {
  font-family: opensans;
  color: #fff !important;
}

#top-header .telephone-item {
  background: url(../images/icon-telephone.png) no-repeat scroll 0 0;
  color: #fff;
  font-family: semibold;
  font-size: 15px;
  padding-left: 23px;
  text-transform: uppercase;
}

#top-header .telephone-item strong {
  font-family: opensans;
  color: #fff;
  font-size: 20px;
}

#top-header .user_item {
  color: #fff;
  font-family: opensans;
  font-size: 12px;
  text-transform: uppercase;
}

#top-header .login.user_item {
  background: url(../images/dangnhap.png) no-repeat scroll 15px 0;
  padding-left: 38px;
}

#top-header .register.user_item {
  background: url(../images/dangky.png) no-repeat;
  padding-left: 25px;
}

#top-header .info_user {
  color: #fff;
  font-weight: 700;
}

.banners-home {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .banners-home {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #header-main {
    height: 140px;
  }
}
@media only screen and (max-width: 997px) {
  #header-main {
    margin-bottom: 70px;
  }
}
#header-main {
  position: relative;
}

#header-main .branding {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  float: left;
}

#header-main #logo h1 {
  margin: 0;
}

#header-main #logo a {
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 997px) {
  #header-main #logo a {
    margin-top: 0;
  }
  #header-main #logo a img {
    margin-top: 0;
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  #main_container .main-column.main-colum-left {
    width: 73.8%;
  }
  #main_container #oc-column-right.col-lg-3 {
    width: 26.2%;
  }
  #main_container #oc-column-left {
    width: 22.2%;
  }
  #main_container .main-colum-right {
    width: 77%;
  }
}
.info_bottom p {
  margin: 0;
}

#footer-ct .title_item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #footer-ct .title_item {
    width: 100%;
    display: block;
  }
}
#footer-ct .maps > span {
  background: url(../images/icon-maps.png) no-repeat;
  border-bottom: 1px solid #f6861f;
  padding: 6px 33px 6px 52px;
}

#footer-ct .category > span {
  background: url(../images/icon-dm.png) no-repeat;
  border-bottom: 1px solid #23b4ca;
  padding: 6px 0 6px 52px;
}

#footer-ct .sale > span {
  background: url(../images/icon-tgmh.png) no-repeat;
  border-bottom: 1px solid #40af64;
  padding: 6px 0 6px 52px;
}

#footer-ct .extras > span {
  background: url(../images/icon-ti.png) no-repeat;
  border-bottom: 1px solid #6e45a7;
  padding: 6px 0 6px 52px;
}

#footer-ct .weblinks > span {
  background: url(../images/icon-wl.png) no-repeat;
  border-bottom: 1px solid #f7be24;
  padding: 6px 0 6px 52px;
}

#footer-ct .list_showroom > span {
  background: url(../images/icon-wl.png) no-repeat;
  border-bottom: 1px solid #f7be24;
  padding: 6px 0 6px 52px;
}

#footer-ct .email > span {
  background: url(../images/icon-email.png) no-repeat;
  border-bottom: 1px solid #de5648;
  padding: 6px 0 6px 52px;
}

#footer-ct #bottom-nav {
  margin: 15px 0;
}

#footer-ct ul > li {
  line-height: 25px;
}

#footer-ct .bottom-nav {
  margin: 10px 0;
}

#footer-ct .bottom-nav li a,
#footer-ct .bottom-nav li span {
  font-size: 14px;
  color: #000;
}

#footer-ct .bottom-nav li span p {
  color: #de0101;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

#footer-ct .bottom-nav li span p.time {
  color: #333;
  font-weight: 400;
}

#footer-ct .bottom-nav li a:hover {
  color: #1e8e04;
}

#footer-ct .discount_content {
  margin: 25px 0 0;
}

#footer-ct .block_weblink > a {
  line-height: 30px;
}

#footer-ct .block_weblink > a:hover {
  color: #3ebccf;
}

#footer-ct .block_weblink,
#footer-ct .inner {
  margin: 15px 0;
}

#footer-ct .block_weblink img {
  margin-right: 8px;
}

.scrollToTop {
  background: url(../images/top.png) no-repeat;
  height: 38px;
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 38px;
}

.youtube {
  background: url(../images/youtube_scroll.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

.facebook {
  background: url(../images/facebook_scroll.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

.google {
  background: url(../images/google_scroll.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

.zalo {
  background: url(../images/zalo.png) no-repeat;
  height: 38px;
  width: 38px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .scrollToTop,
  .youtube,
  .facebook,
  .google,
  .zalo {
    display: none;
  }
}
.search_mobile {
  background: none repeat scroll 0 0 #0083bf;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 26px;
}

.search_mobile #search_form_simple {
  width: 100%;
}

._callphone {
  background: url(../images/12365465.jpg) no-repeat;
  height: 36px;
  position: fixed;
  left: 10px;
  bottom: 40px;
  text-indent: -99999px;
  width: 248px;
  display: none;
}

@media screen and (max-width: 900px) {
  ._callphone {
    display: block;
  }
}
#modal_qa .modal-dialog {
  max-width: 850px;
  margin: 200px auto 0;
}

#modal_qa .modal-content {
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

#modal_qa .modal-header {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  min-height: 0;
  border: none;
}

#modal_qa .close {
  background: url(../images/icon_close.png) no-repeat scroll 0 0;
  text-indent: -9999px;
  height: 68px;
  width: 68px;
  position: absolute;
  right: -30px;
  top: -22px;
  opacity: 1;
  z-index: 1;
}

#modal_qa .modal-body {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  margin: 20px;
  padding: 0;
}

.news_detail ul,
.news_detail ol {
  list-style: inherit;
  padding-left: 30px;
}

.news_detail ul li {
  list-style: inherit;
}

.news_detail table tr td {
  vertical-align: middle;
}

.news_detail table tr td p {
  margin: 0;
}

.block_newslist .owl-stage-outer {
  max-height: 200px;
}

.contentdetail {
  margin-top: 0px !important;
}

/*popup*/
.full2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 5;
  display: none;
  top: 0;
  left: 0;
}

.full {
  height: 100%;
  background-color: rgba(241, 230, 230, 0.55);
  position: fixed;
  width: 100%;
  z-index: 4;
  display: none;
  top: 0;
  left: 0;
}

.wrapper-popup {
  /*padding: 20px;*/
  width: 600px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  box-shadow: 0px 1px 6px 4px #999;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .wrapper-popup {
    width: 90%;
  }
}
.wrapper-popup .wrapper-tb-pop {
  overflow-y: scroll;
  max-height: 456px;
}

.wrapper-popup-2 {
  width: 920px;
  position: fixed;
  border-radius: 5px;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.top_menu111 {
  height: 63px;
}

.popup_contact__body {
  width: 600px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  display: flex;
  padding: 10px;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
.popup_contact__body .subscriber-popup-body {
  padding: 0 15px;
  width: calc(100% - 200px);
}
.popup_contact__body .subscriber-popup-body .close-top {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .subscribe-title {
  font-size: 28px;
  font-family: RobotoBold;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .text-red {
  color: var(--color_form);
  margin-bottom: 10px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .item_form {
  margin-bottom: 12px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .item_form br {
  line-height: 0;
}
.popup_contact__body .subscriber-popup-body .subscriber-form label {
  font-weight: normal !important;
  font-size: 13px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form label a {
  display: inline-block;
  color: var(--color_form);
}
.popup_contact__body .subscriber-popup-body .subscriber-form label .show_mb {
  display: none;
}
.popup_contact__body .subscriber-popup-body .subscriber-form input[type=checkbox] {
  accent-color: #7a7a7a;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form {
  display: flex;
  gap: 5px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a {
  padding: 6px 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a:focus {
  text-decoration: none;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a:nth-of-type(1) {
  background: var(--color_form);
  text-transform: uppercase;
}
.popup_contact__body .subscriber-popup-body .subscriber-form .button_form a:nth-of-type(2) {
  color: #4257bd;
}
.popup_contact__body .image_form img {
  position: absolute;
  right: -50px;
  top: -20px;
}
@media (max-width: 767px) {
  .popup_contact__body {
    display: block;
    width: 95%;
    left: 50%;
    top: calc(50% - 150px);
    transform: translateX(-50%);
  }
  .popup_contact__body .subscriber-popup-body {
    padding: 0;
    width: 100%;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .parent_form {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-gap: 10px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .parent_form .image_form img {
    position: unset;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .subscribe-title {
    font-size: 20px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .item_form {
    font-size: 12px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form label {
    font-size: 12px;
    display: flex;
    align-items: baseline;
    gap: 5px;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form label .show_mb {
    display: inline-block;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .button_form {
    display: flex;
    gap: 5px;
    justify-content: center;
  }
  .popup_contact__body .subscriber-popup-body .subscriber-form .button_form a {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/****** end.COMMON ***********/
#msgModal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#msgModal .msgmodal-content {
  border-radius: 10px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 767px) {
  #msgModal .msgmodal-content {
    width: 550px;
  }
}
@media (max-width: 767px) {
  #msgModal .msgmodal-content {
    max-width: 100%;
  }
}
#msgModal .svg_size {
  display: block;
  font-size: 40px;
}
#msgModal .bg-success {
  background-color: #4caf50;
  margin: 15% auto;
}
@media (max-width: 768px) {
  #msgModal {
    margin: 50% auto;
  }
}
#msgModal .bg-danger {
  background-color: rgb(220, 53, 69);
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}
#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #116bb3;
  line-height: 36px;
  color: white;
}
#msgModal .msgmodal-body {
  padding: 40px 16px 25px 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#msgModal .msgmodal-body p {
  margin: 0;
}
#msgModal .msgmodal-body .bt-modals {
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#msgModal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#msgModal .path.circle {
  animation: dash 0.9s ease-in-out;
}
#msgModal .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
#msgModal .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

/* alert */
.alert {
  padding: 10px;
  background-color: #f44336;
  color: white;
  display: block;
  opacity: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 999999;
  width: 300px;
  top: 0;
  right: 10px;
  border-radius: 4px;
  transform: translateY(-20px) scaleY(0.9);
  transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms;
}

.alert.success {
  background-color: #4caf50;
}

.alert.info {
  background-color: #2196f3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 9999;
}

#dialogbox {
  display: none;
  position: fixed;
  border: 5px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  z-index: 9999;
  font-size: 16px;
}

#dialogbox > div > #dialogboxhead {
  background: #116bb3;
  font-size: 19px;
  padding: 10px;
  color: #fff;
}

#dialogbox > div > #dialogboxbody {
  padding: 25px 10px;
}

#dialogbox > div > #dialogboxfoot {
  padding: 10px;
  text-align: center;
}

#dialogbox > div > #dialogboxfoot > button {
  color: #fff;
  background-color: #116bb3;
  border-radius: 3px;
  padding: 5px 25px;
}

.alert_moda .modal-content {
  border-radius: 20px;
  padding: 20px 5px;
  background: #f6f6f6 !important;
}
.alert_moda .modal-body h4 {
  color: #006cc6;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 130px;
  background: #ffffff;
}
.alert_moda .modal-body .close23 {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: 5px;
  border: none;
}
.alert_moda .modal-body .close23 i {
  font-size: 30px;
  color: #2196f3;
}
.alert_moda .modal-body .content-info {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.alert_moda .modal-body .bt-content {
  text-align: center;
}
.alert_moda .modal-body .bt-content .bt-modal {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 140px;
  display: inline-block;
}
.alert_moda .modal-body .bt-content .bt-cancel {
  background-color: #e83e28;
  margin-right: 10px;
}
.alert_moda .modal-body .bt-content .bt-ok {
  background-color: #006cc6;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
#VoucherModal {
  background-color: rgba(0, 0, 0, 0.4);
}
#VoucherModal .modal-dialog {
  top: 30%;
  transform: translateY(-30%);
}
#VoucherModal .modal-dialog .modal-content {
  background: #1e8e04;
  color: #fff;
  border-radius: 30px;
}
#VoucherModal .modal-dialog .modal-content .modal-body {
  padding: 20px 40px;
}
#VoucherModal .modal-dialog .modal-content .modal-body h2 {
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
  font-size: 30px;
}
#VoucherModal .modal-dialog .modal-content .modal-body p {
  font-size: 18px;
}
#VoucherModal .modal-dialog .modal-content .modal-body .note {
  font-style: italic;
  font-size: 14px;
}

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

@media (max-width: 768px) {
  #VoucherModal {
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 0 !important;
  }
  #VoucherModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin: auto;
  }
  #VoucherModal .modal-dialog .modal-content {
    padding: 0 !important;
  }
  #VoucherModal .modal-dialog .modal-content .modal-body {
    padding: 20px !important;
  }
  #VoucherModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 25px;
  }
  #subscriber-form {
    padding: 20px !important;
    margin: 15px 0 !important;
    margin-top: 10px !important;
  }
  #subscriber-form h1 {
    font-size: 24px !important;
    margin-bottom: 24px !important;
  }
  .voucher_page_content {
    margin: 10px 0 !important;
  }
  .voucher_page_content h2 {
    margin: 0;
  }
  .block_news_filter {
    max-height: 120px;
    overflow: hidden;
  }
}
#popup_contact {
  display: none;
}

.toc-content {
  margin: 30px 0;
}
.toc-content .title-toc-list {
  background: #e5e5e5;
  padding: 15px;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toc-content .title-toc-list .title-toc {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
.toc-content .list-toc {
  background: #e5e5e5;
  padding: 0 20px 20px;
}
.toc-content .list-toc #toc {
  padding-left: 0;
}
.toc-content .list-toc #toc li {
  font-size: 15px;
}
.toc-content .list-toc #toc li a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.toc-content .list-toc #toc li ol {
  margin-bottom: 0;
  list-style: none;
}
.toc-content .list-toc #toc li ol li {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.toc-content .list-toc #toc li ol li a {
  color: #000000;
  font-size: 15px;
}
.toc-content .list-toc #toc li ol li:last-child {
  padding: 0;
}

.block_prd_related .slide-prd-related2 {
  margin: 20px 0;
}
.block_prd_related .slide-prd-related2 .item2 {
  display: block;
  position: relative;
  padding: 20px;
  box-shadow: 1px 1px 5px 0px #868686;
  background: #fff;
  margin: 5px;
  border-radius: 10px;
}
.block_prd_related .slide-prd-related2 .item2 .bottom p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 40px;
}
.block_prd_related .slide-prd-related2 .item2 .bottom .price_ {
  display: flex;
  gap: 10px;
}
@media (max-width: 500px) {
  .block_prd_related .slide-prd-related2 .item2 .bottom .price_ {
    flex-direction: column;
    gap: 0;
  }
}
.block_prd_related .slide-prd-related2 .item2 .bottom .price_ .price span {
  font-size: 15px;
  color: #b00020;
  margin-bottom: 8px;
  font-weight: 700;
}
.block_prd_related .slide-prd-related2 .item2 .bottom .price_ .old_price span {
  font-size: 14px;
  color: #868686;
  margin-bottom: 8px;
}
.block_prd_related .slide-prd-related2 .item2 .bottom .price_ .old_price span del {
  text-decoration: line-through;
}
.block_prd_related .slide-prd-related2 .owl-nav {
  display: block !important;
  position: absolute;
  top: 34%;
  height: 0;
  width: 100%;
}
.block_prd_related .slide-prd-related2 .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0px;
  width: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 36px;
  transition: 0.1s ease-in-out;
  padding-top: 0;
  border-radius: 0 60px 60px 0;
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
.block_prd_related .slide-prd-related2 .owl-nav .owl-prev:hover {
  background: rgba(196, 196, 196, 0.5);
}
.block_prd_related .slide-prd-related2 .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  right: 1px;
  width: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 36px;
  transition: 0.1s ease-in-out;
  padding-top: 0;
  border-radius: 60px 0 0 60px;
  box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.2);
}
.block_prd_related .slide-prd-related2 .owl-nav .owl-next:hover {
  background: rgba(196, 196, 196, 0.5);
}

.slide-prd-related,
.normal-list {
  margin: 20px 0;
}
.slide-prd-related .problock .item,
.normal-list .problock .item {
  display: block;
  padding: 20px;
  box-shadow: 1px 1px 5px 0px #868686;
  background: #fff;
  margin: 5px;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .slide-prd-related .problock .item,
  .normal-list .problock .item {
    padding: 15px;
  }
}
.slide-prd-related .problock .item .bottom p,
.normal-list .problock .item .bottom p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 40px;
}
@media (max-width: 450px) {
  .slide-prd-related .problock .item .bottom p,
  .normal-list .problock .item .bottom p {
    text-wrap: balance;
    text-align: start;
  }
}
.slide-prd-related .problock .item .bottom .price_,
.normal-list .problock .item .bottom .price_ {
  display: flex;
  gap: 10px;
}
.slide-prd-related .problock .item .bottom .price_ .price span,
.normal-list .problock .item .bottom .price_ .price span {
  font-size: 15px;
  color: #b00020;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 450px) {
  .slide-prd-related .problock .item .bottom .price_ .price span,
  .normal-list .problock .item .bottom .price_ .price span {
    font-size: 14px;
  }
}
.slide-prd-related .problock .item .bottom .price_ .old_price span,
.normal-list .problock .item .bottom .price_ .old_price span {
  font-size: 14px;
  color: #868686;
  margin-bottom: 8px;
}
@media (max-width: 450px) {
  .slide-prd-related .problock .item .bottom .price_ .old_price span,
  .normal-list .problock .item .bottom .price_ .old_price span {
    font-size: 12px;
  }
}
.slide-prd-related .problock .item .bottom .price_ .old_price span del,
.normal-list .problock .item .bottom .price_ .old_price span del {
  text-decoration: line-through;
}
.slide-prd-related .owl-nav,
.normal-list .owl-nav {
  display: block !important;
  position: absolute;
  top: 34%;
  height: 0;
  width: 100%;
}
.slide-prd-related .owl-nav .owl-prev,
.normal-list .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 5px;
  width: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 36px;
  transition: 0.1s ease-in-out;
  padding-top: 0;
  border-radius: 0 60px 60px 0;
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
.slide-prd-related .owl-nav .owl-prev:hover,
.normal-list .owl-nav .owl-prev:hover {
  background: rgba(196, 196, 196, 0.5);
}
.slide-prd-related .owl-nav .owl-next,
.normal-list .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  right: 5px;
  width: 30px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 36px;
  transition: 0.1s ease-in-out;
  padding-top: 0;
  border-radius: 60px 0 0 60px;
  box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.2);
}
.slide-prd-related .owl-nav .owl-next:hover,
.normal-list .owl-nav .owl-next:hover {
  background: rgba(196, 196, 196, 0.5);
}

.totop button:hover,
.totop a:hover {
  background-color: #ffdc19; /* màu ghi nhạt */
  transform: scale(1.1); /* phóng to 20% */
}

.totop {
  position: fixed;
  right: 0rem;
  bottom: 2.5rem;
  z-index: 9999;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  width: 15rem;
}

.totop img {
  width: 30px;
}

.buttip {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 122px;
  height: 5rem;
  border-radius: 0.5rem;
  gap: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  transition: all 0.25s ease 0s;
  color: black;
  text-align: left;
  border: none;
  cursor: pointer;
}

.buttip img {
  transition: transform 0.25s ease 0s;
}

.tiptext {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .tiptext {
    display: none;
  }
}

.zalo1 {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 122px;
  height: 5rem;
  border-radius: 0.5rem;
  gap: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  transition: all 0.25s ease 0s;
  color: black;
  text-align: left;
}

.buttonchat {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 122px;
  height: 5rem;
  border-radius: 0.5rem;
  gap: 0.8rem;
  padding: 0.5rem 0.8rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  transition: all 0.25s ease 0s;
  color: black;
  text-align: left;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

#cs-live-chat {
  right: 12% !important;
  display: none;
  bottom: 7em !important;
}

#cs_chat_iframe {
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  .totop {
    right: 15px;
    width: unset !important;
    bottom: 4.5em !important;
    gap: 5px !important;
  }
  .totop img {
    width: 40px !important;
  }
  .totop .but1 {
    order: 1;
    bottom: 6.4em;
    position: absolute;
    width: unset !important;
    min-width: unset;
    right: 0;
    background: unset;
  }
  .totop .but2 {
    order: 2;
    right: 3em;
    bottom: 3.2em;
    position: absolute;
    width: unset !important;
    min-width: unset;
    background: unset;
  }
  .totop .but3 {
    position: absolute;
    bottom: 0em;
    order: 4;
    right: 0;
    background: none;
    flex-direction: row-reverse;
    gap: 0;
  }
  .totop .but3 .tiptext {
    display: block;
    background: #fff;
    padding: 3px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px, rgba(0, 0, 0, 0.07) 0px 4px 8px;
  }
  .totop .but3 .tiptext b {
    line-height: normal;
  }
  .totop .but3 .tiptext span {
    display: none;
  }
  .totop .but4 {
    order: 3;
    min-width: unset;
    margin-left: 2.5em;
    background: unset;
  }
  .totop button,
  .totop a {
    padding: 0;
    box-shadow: none;
    height: auto;
  }
  .totop button:hover,
  .totop a:hover {
    background: none;
  }
  .totop .buttonchat {
    min-width: unset;
    margin: 0;
    position: absolute;
    right: 0rem;
    bottom: 3.2em;
  }
  #cs-live-chat {
    height: 90% !important;
    bottom: 7em !important;
    box-shadow: none !important;
  }
  #cs-live-chat #cs_widget_logo {
    display: none !important;
  }
}
.ytp-chrome-top {
  display: none !important;
}

.html5-video-player a {
  display: none !important;
}

#chat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 2s ease-in-out;
  z-index: 999;
  display: none;
}
#chat-overlay.active {
  background: rgba(0, 0, 0, 0.4);
}

.message.bot-message {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-item {
  width: calc(50% - 5px);
  box-sizing: border-box;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 8px;
}

#chat-icon {
  position: fixed;
  bottom: 21em;
  right: 20px;
  background: #ffd0d0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#chat-icon img {
  width: 60px;
  height: 60px;
}

#chat-container {
  position: fixed;
  bottom: 10%;
  right: 8%;
  width: 40%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  z-index: 111111;
}
@media (max-width: 768px) {
  #chat-container {
    right: 5%;
    width: 90%;
  }
}

#chat-header {
  background: #1e8e04;
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
#chat-header button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

#chat-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.message {
  padding: 8px 12px;
  border-radius: 10px;
  max-width: 82%;
  word-wrap: break-word;
  display: block;
  align-items: center;
}
.message.user-message {
  background-color: #e4f4e0;
  align-self: flex-end;
  text-align: right;
  font-size: 18px;
}

.bot-message {
  background-color: #ebebeb;
  align-self: flex-start;
  text-align: left;
  font-size: 17px;
  width: 89%;
  padding: 10px 10px;
  border-radius: 11px;
}
.bot-message .message-name {
  font-size: 18px;
  font-weight: 600;
}
.bot-message i {
  margin-right: 8px;
  color: #007bff;
}

#chat-form {
  display: flex;
  padding: 10px;
}
#chat-form input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 17px;
}
#chat-form button {
  background: #1e8e04;
  color: white;
  border: none;
  padding: 8px 40px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.over_sale {
  position: relative;
  z-index: 0;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 94%;
}
.product-container .product-item {
  flex: 1 1 47%;
  margin-bottom: 4px;
  align-items: center;
  max-width: 229px;
}

.product-colors {
  font-size: 12px;
}

.product-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.product-info {
  display: flex;
  flex-direction: column;
}

.product-name {
  color: #324f6d;
  font-weight: bold;
  text-decoration: none;
  padding-top: 7px;
}
.product-name:hover {
  text-decoration: underline;
}

.product-price {
  color: red;
  font-weight: bold;
}

.tablespec table thead tr {
  background: #ccc;
}
.tablespec table thead th {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 7px;
  border: 1px solid #ffffff;
  background: #c9c9c9;
}
.tablespec table tr td {
  padding: 4px;
  border: 1px solid #ccc;
}
.tablespec table tr:nth-child(odd) {
  background: #f1f1f1;
}

#chat-tooltip {
  position: absolute;
  right: 5%;
  transform: translateX(-50%);
  background-color: rgba(203, 64, 64, 0.6705882353);
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5sease-in-out, transform 0.3sease-in-out;
  transform: translateY(10px);
  z-index: 998;
  bottom: 22em;
  position: fixed;
}

#chat-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .totop .zalo1,
  .totop .buttonchat,
  .totop .but1 {
    display: none !important;
  }
  .mobile-contact-wrapper {
    position: fixed;
    right: 20px;
    bottom: 165px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    pointer-events: none;
  }
  .mobile-contact-wrapper .mobile-back-to-top {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: none;
    padding: 0;
    margin-bottom: 10px;
    transition: all 0.3s ease, display 0s;
  }
  .mobile-contact-wrapper .mobile-back-to-top img {
    width: 100%;
    height: 100%;
  }
  .mobile-contact-wrapper .mobile-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-contact-wrapper .mobile-back-to-top:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, #45a049, #4caf50);
  }
  .mobile-contact-wrapper .mobile-contact-menu {
    position: relative;
    pointer-events: auto;
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #48db27, #1e8e04);
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    z-index: 10;
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn .btn-text {
    font-size: 10px;
    color: white;
    font-weight: bold;
    margin-top: 2px;
    transition: all 0.3s ease;
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn.active {
    transform: rotate(90deg) scale(1.1);
    background: linear-gradient(135deg, #ee5a24, #ff6b6b);
    box-shadow: 0 8px 25px rgba(238, 90, 36, 0.6);
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn.active img {
    transform: rotate(-45deg);
  }
  .mobile-contact-wrapper .mobile-contact-menu .main-contact-btn.active .btn-text {
    opacity: 0;
    transform: scale(0.8);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options.show {
    opacity: 1;
    visibility: visible;
    width: 200px;
    height: 200px;
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option .option-tooltip {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(10px);
    transition: all 0.3s ease;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option .option-tooltip::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.85);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option .option-tooltip b {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option .option-tooltip span {
    font-size: 10px;
    opacity: 0.8;
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option:hover {
    transform: scale(1.15);
    z-index: 5;
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option:hover .option-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option.hotline-option {
    top: 70px;
    right: -20px;
    transform: translateX(-50%) scale(0.3);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option.zalo-option {
    bottom: -35px;
    right: 85px;
    transform: scale(0.3);
  }
  .mobile-contact-wrapper .mobile-contact-menu .contact-options .contact-option.messenger-option {
    bottom: 40px;
    right: 80px;
    transform: scale(0.3);
  }
  .mobile-contact-wrapper .mobile-contact-menu.show .contact-option {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .mobile-contact-wrapper .mobile-contact-menu.show .contact-option.hotline-option {
    transform: translateX(-50%) scale(1);
    transition-delay: 0.1s;
  }
  .mobile-contact-wrapper .mobile-contact-menu.show .contact-option.zalo-option {
    transform: scale(1);
    transition-delay: 0.2s;
  }
  .mobile-contact-wrapper .mobile-contact-menu.show .contact-option.messenger-option {
    transform: scale(1);
    transition-delay: 0.3s;
  }
  .mobile-contact-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .mobile-contact-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  @keyframes ripple {
    0% {
      transform: scale(0);
      opacity: 1;
    }
    100% {
      transform: scale(4);
      opacity: 0;
    }
  }
  .mobile-contact-menu .main-contact-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .mobile-contact-menu.show .main-contact-btn::before {
    animation: ripple 0.6s ease-out;
  }
}
@media (min-width: 768px) {
  .mobile-contact-wrapper {
    display: none !important;
  }
}/*# sourceMappingURL=theme.css.map */