img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

:root {
  --color-title: #f33535;
}

a,
a:hover {
  text-decoration: none;
}

/* product button hotline */
.product_buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0px;
  flex-wrap: wrap;
}

.product_buttons>a {
  /* width: 48%; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_buttons>a:hover {
  color: #fe9705;
}

.product_buttons>a:hover img {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.buy_ins {
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 7px;
  text-align: left;
  background: var(--bg-color, #287e15);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--bd-color, #125a02);
}

.buy_tc img {
  margin-right: 10px;
}

.buy_tc>span>span {
  font-size: 12px;
}


/* mobile footer */
.fix-toolbar {
  background: var(--color-title);
  width: 100%;
  padding: 5px;
  bottom: 0;
  position: fixed;
  height: auto;
  line-height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #ffffff82;
  z-index: 100;
}

.fix-toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  list-style: none;
  margin: 0;
}

.fix-toolbar ul li {
  text-align: center;
  width: 20%;
}

.fix-toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.fix-toolbar ul li a img {
  height: 25px;
  width: auto;
}

.fix-toolbar img {
  vertical-align: top;
}

.fix-toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: none;
}

@media(max-width:992px) {
  .fix-toolbar {
    display: block;
  }

  /* #messages-facebook,
  .btn-frame {
    display: none;
  } */

  .header-logo {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin: 10px !important;
  }
}

.slick-hinhanhsp .slick-list {
  padding: 5px 0;
}

.thumb-pro-detail {
  opacity: 0.5;
  margin: 2px;
  border-radius: 4px;
  overflow: hidden;
}

.thumb-pro-detail.slick-current,
.thumb-pro-detail:hover {
  opacity: 1;
}

/* toc */

/* a.mucluc-dropdown-list_button {}

a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #006acb !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}

.meta-toc .mucluc-dropdown-list_button {
  display: none;
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}

.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #dddddd;
  font-size: 13px;
  margin-bottom: 10px;
}

.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}

.box-readmore ul li a {}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.box-readmore ul li li a {
  font-weight: 400;
}

.box-readmore ul li a:hover {
  color: #767676;
} */

/* news orther */
.name-news-other {
  display: block;
  color: #252525;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;

}

.name-news-other:hover {
  color: var(red);
}


.news-other {
  margin-bottom: 15px;
}

.pic-news-other {
  width: 40%;
}

.info-news-other {
  width: 60%;
  padding-left: 10px;
}

.title-detail-main {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* contac form */

.form-floating {
  position: relative
}

.form-floating>.form-control:not(textarea),
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control {
  padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.slickroDetailmain {
  /* border: 1px solid #eee;
  padding: 7px;
  background-color: #ffffff; */
  border-radius: 10px;
  overflow: hidden;
}


.cart-pro-detail a.mua-ngay {
  background-color: #0066cc;
  color: #fff;
  margin: 10px 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.cart-pro-detail a.mua-ngay:hover {
  color: #fff;
  cursor: pointer;
  opacity: .75;
  text-decoration: none;
}

.cart-pro-detail a.them-gio {
  background-color: #EDEDEE;
  color: #414042;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.cart-pro-detail a.them-gio:hover {
  color: #414042;
  cursor: pointer;
  opacity: .75;
  text-decoration: none;
}


/* .loading {
  position: relative;
  width: 50px !important;
  height: 50px !important;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
  margin: auto !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

.breadcrumb {
  padding: 0;
  background: transparent;
}