@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", sans-serif; }

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

@keyframes fl-scale {
  50% {
    opacity: .3;
    transform: scale(1.3); } }
@keyframes scroll {
  0% {
    top: -100px; }
  50% {
    top: -50px; }
  100% {
    top: 0px; } }
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 143, 227, 0.7);
    transform: scale(0.95); }
  70% {
    box-shadow: 0 0 0 10px rgba(2, 143, 227, 0);
    transform: scale(1); }
  100% {
    box-shadow: 0 0 0 0 rgba(2, 143, 227, 0);
    transform: scale(0.95); } }
@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1; } }
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .6; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .6; } }
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
:root {
  --red:red;
  --red-cl: #fecda5;
  --white-cl: #fff;
  --primary-cl: #ffd401;
  --red-d: #8a0505;
  --black-cl: #000;
  --gray-cl: #e1e1e1;
  --xanhnuocbien: #3d8dc9;
  --mauhong: #ffbebe; }

.scroll_none {
  display: none; }

.open_menu {
  display: block; }

.az-col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px; }

.other-box {
  --red: pink;
  background-color: var(--red); }

.bg_black {
  background-color: var(--black-cl); }

.bg_blue {
  background-color: var(--xanhnuocbien); }

.bg_red {
  background-color: var(--red-d); }

.bg_primary {
  background-color: var(--xanhnuocbien); }

.pd_12 {
  padding: 0px 12px; }

.none {
  opacity: 0.6;
  background-color: #000; }

.body-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility .3s, opacity .3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 29; }

.none {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7); }

header {
  height: 64px;
  transition: .3s ease;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 9999999999999999999;
  opacity: 1; }
header .box_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: relative;
  z-index: 999999999999999999999999999999; }
header .box_header .logo {
  width: 10%;
  max-width: 10%;
  flex: 10% 10% 10%;
  position: relative;
  height: 100%; }
header .box_header .logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999999999999999999; }
header .box_header .logo img {
  width: 100%; }
header .box_header .flex_center {
  width: 50%;
  max-width: 50%;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
header .box_header .flex_center .box_category {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 5px;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
header .box_header .flex_center .box_category i {
  padding-right: 5px;
  color: var(--white-cl); }
header .box_header .flex_center .box_category span {
  font-size: 12px;
  color: var(--white-cl); }
header .box_header .flex_center .box_category .category {
  flex: 0 0 auto;
  width: 220px;
  position: absolute;
  left: 12px;
  top: 22px;
  border-radius: 10px;
  z-index: 99;
  padding-top: 63px; }
header .box_header .flex_center .box_category .category ul {
  border-radius: 10px;
  box-shadow: 0px 1px 8px #9b9797;
  padding: 5px 8px;
  position: relative;
  background-color: #fff; }
header .box_header .flex_center .box_category .category ul li {
  line-height: 28.5px; }
header .box_header .flex_center .box_category .category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-cl);
  padding: 3px 0px; }
header .box_header .flex_center .box_category .category ul li a .box {
  display: flex;
  align-items: center; }
header .box_header .flex_center .box_category .category ul li a .box img {
  width: 25px;
  height: 100%; }
header .box_header .flex_center .box_category .category ul li a .box p {
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px; }
header .box_header .flex_center .box_category .category ul li a i {
  font-size: 16px;
  color: #343a40; }
header .box_header .flex_center .box_category .category ul li .sub-menu {
  display: none;
  position: absolute;
  left: 97%;
  top: 0px;
  width: calc(1268px - 222px) !important;
  z-index: 9999999;
  padding: 0px 30px; }
header .box_header .flex_center .box_category .category ul li .sub-menu .row {
  background: #fff;
  box-shadow: 1px 0px 4px #ccc;
  border-radius: 10px; }
header .box_header .flex_center .box_category .category ul li .sub-menu ul {
  box-shadow: 0px 0px 0px;
  margin-top: 10px; }
header .box_header .flex_center .box_category .category ul li .sub-menu ul li {
  height: 25px; }
header .box_header .flex_center .box_category .category ul li .sub-menu ul li a {
  font-size: 12px; }
header .box_header .flex_center .box_category .category ul li .sub-menu ul li a:hover {
  color: #8a0505; }
header .box_header .flex_center .box_category .category ul li .sub-menu .menu_item {
  padding: 10px 20px; }
header .box_header .flex_center .box_category .category ul li .sub-menu .menu_item h3 {
  font-size: 14px; }
header .box_header .flex_center .box_category .category ul li .sub-menu .row .border_r:nth-child(1), header .box_header .flex_center .box_category .category ul li .sub-menu .row .border_r:nth-child(2) {
  border-right: 1px solid #eee; }
header .box_header .flex_center .box_category .category ul .category_item:hover p, header .box_header .flex_center .box_category .category ul .category_item:hover i {
  color: var(--xanhnuocbien); }
header .box_header .flex_center .box_category .category .open .sub-menu {
  display: block; }
header .box_header .flex_center .search {
  width: 80%;
  position: relative; }
header .box_header .flex_center .search .load-data {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 5px;
  max-height: 400px;
  overflow-y: scroll; }
header .box_header .flex_center .search .load-data li {
  margin-bottom: 10px; }
header .box_header .flex_center .search .load-data .box_pr {
  background-color: #fff;
  display: flex; }
header .box_header .flex_center .search .load-data .box_pr .img {
  width: 16%;
  padding: 0px 10px; }
header .box_header .flex_center .search .load-data .box_pr .content {
  width: 83%; }
header .box_header .flex_center .search .load-data .box_pr .content .title h2 {
  font-size: 14px;
  color: #333; }
header .box_header .flex_center .search .load-data .box_pr .content .title:hover h2 {
  color: var(--xanhnuocbien); }
header .box_header .flex_center .search .load-data .box_pr .content .price {
  display: flex;
  align-items: center;
  margin-top: 5px; }
header .box_header .flex_center .search .load-data .box_pr .content .price p {
  font-size: 13px;
  color: var(--red);
  font-weight: bold; }
header .box_header .flex_center .search .load-data .box_pr .content .price span {
  color: #858584;
  padding-left: 5px;
  text-decoration: line-through;
  font-size: 12px; }
header .box_header .flex_center .search .load-data::-webkit-scrollbar {
  width: 0px;
  background-color: var(--xanhnuocbien); }
header .box_header .flex_center form {
  display: flex;
  align-items: center;
  border: 1px solid var(--xanhnuocbien);
  border-radius: 5px; }
header .box_header .flex_center form input {
  font-size: 12px;
  height: 40px;
  width: 100%;
  border: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 10px; }
header .box_header .flex_center form input:focus-visible {
  outline: none; }
header .box_header .flex_center form button {
  border: 0px solid #ccc;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px; }
header .box_header .flex_center form button i {
  display: block;
  font-size: 20px; }
header .box_header .flex_center form button:hover {
  background-color: #ccc; }
header .box_header .flex_right {
  width: 40%;
  max-width: 40%; }
header .box_header .flex_right ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }
header .box_header .flex_right ul li a {
  display: flex;
  align-items: center;
  color: var(--white-cl);
  font-weight: 400;
  font-size: 12px; }
header .box_header .flex_right ul li a img {
  width: 23px; }
header .box_header .flex_right ul li a i {
  font-size: 20px;
  color: var(--white-cl); }
header .box_header .flex_right ul li a p {
  padding-left: 5px;
  line-height: 16px; }
header .box_header .flex_right ul .tracuu img {
  width: 35px; }
header .box_header .flex_right ul .contact {
  border-radius: 5px; }
header .box_header .flex_right ul .contact a {
  padding: 3px 5px; }
header .box_header .flex_right ul .contact a img {
  width: 20px;
  height: 20px; }
header .box_header .flex_right ul .contact a p {
  font-size: 12px;
  line-height: 12px; }

.custem_slider .slick-disabled {
  opacity: 0.3; }
.custem_slider .slick-track {
  min-width: 1200px !important; }
.custem_slider .slick-next.slick-disabled:before, .custem_slider .slick-prev.slick-disabled:before {
  opacity: 1; }
.custem_slider .slick-prev {
  left: 10px;
  z-index: 9;
  border: 1px solid #ccc;
  border-radius: 0px 100px 100px 0px;
  box-shadow: 1px 0px 4px #ccc;
  height: 60px;
  width: 30px;
  background-color: #ffffff94; }
.custem_slider .slick-next {
  right: 8px;
  z-index: 9;
  border: 1px solid #ccc;
  border-radius: 100px 0px 0px 100px;
  box-shadow: 1px 0px 4px #ccc;
  height: 60px;
  width: 30px;
  background-color: #ffffff94; }
.custem_slider .slick-next:before, .custem_slider .slick-prev:before {
  color: #040404d6;
  font-size: 50px;
  opacity: 1;
  line-height: 0; }
.custem_slider .slick-next:before {
  content: '›';
  padding-left: 5px; }
.custem_slider .slick-prev:before {
  content: '‹';
  padding-right: 5px; }

.scroll {
  position: fixed;
  z-index: 9999999999999999999999999999999;
  left: 0px;
  width: 100%;
  animation-name: scroll;
  animation-duration: 0.5s; }

.banner_main .banner {
  padding: 20px 0px; }
.banner_main .banner .category {
  width: 20%; }
.banner_main .banner .banner_slide {
  flex: 0 0 auto;
  width: 58%;
  padding-left: 0px;
  padding-right: 0px; }
.banner_main .banner .banner_slide ul {
  overflow: hidden; }
.banner_main .banner .banner_slide ul .slick-disabled {
  opacity: 0; }
.banner_main .banner .banner_slide ul li img {
  border-radius: 10px; }
.banner_main .banner .banner_slide ul .slick-prev {
  left: 0px;
  z-index: 9; }
.banner_main .banner .banner_slide ul .slick-next {
  right: 0px; }
.banner_main .banner .banner_right {
  flex: 0 0 auto;
  width: 22%; }
.banner_main .banner .banner_right ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
.banner_main .banner .banner_right ul li {
  padding: 5px 0px; }
.banner_main .banner .banner_right ul li img {
  width: 100%;
  border-radius: 5px; }
.banner_main .banner .banner_right ul li:nth-child(3) {
  padding-bottom: 5px; }
.banner_main .banner .banner_right ul li:nth-child(1) {
  padding-top: 0px; }

.banner_bottom img {
  width: 100%;
  border-radius: 5px; }

.flas_sale {
  margin: 20px 0px;
  padding: 0px 12px; }
.flas_sale .bg_linear {
  border-radius: 10px;
  padding: 20px 10px;
  background: linear-gradient(#8a0505, #000) 0% 0%/cover; }
.flas_sale .bg_linear .title {
  padding-top: 10px; }
.flas_sale .bg_linear .title h2 {
  font-size: 20px;
  color: var(--white-cl);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 20px; }
.flas_sale .bg_linear .title h2 img {
  animation: .8s linear 0s infinite normal none running fl-scale; }

.box_product {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  box-shadow: 1px 0px 9px #d8d0d0;
  margin: 10px; }
.box_product .img {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
.box_product .img .temp {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 8px 2px 25px;
  height: 26px;
  background-color: #ea6423;
  position: absolute;
  left: 5px;
  bottom: 0;
  border-radius: 20px;
  box-shadow: 1px 1px 10px -5px #333;
  z-index: 1;
  align-items: center;
  display: grid; }
.box_product .img .sphot {
  background-color: #d33; }
.box_product .img .sphot::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: -5px;
  bottom: 0px;
  background-image: url(../images/icon-giam-gia.png);
  background-size: cover; }
.box_product .img .spbanchay {
  background-color: #8224e3; }
.box_product .img .spbanchay::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: -5px;
  bottom: 0px;
  background-size: cover;
  background-image: url(../images/icon-ban-chay.png); }
.box_product .img img {
  width: 100%; }
.box_product .title {
  margin-top: 5px; }
.box_product .title h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #444;
  position: relative;
  white-space: unset;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
.box_product .title h3 a {
  color: #444;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.box_product .price {
  display: flex;
  align-items: center;
  height: 32px; }
.box_product .price span {
  color: #707070;
  padding-left: 15px;
  text-decoration: line-through;
  font-weight: 600;
  font-size: 14px;
  position: relative; }
.box_product .price span bdi {
  position: absolute;
  right: -8px;
  top: -3px;
  font-size: 13px;
  text-decoration: line-through; }
.box_product .price p {
  font-size: 16px;
  font-weight: 700;
  color: #d70018;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  display: inline-block;
  position: relative; }
.box_product .price p bdi {
  position: absolute;
  right: -8px;
  top: -3px;
  font-size: 13px; }
.box_product .star-rating {
  display: flex;
  align-items: center;
  padding: 5px 0px; }
.box_product .star-rating i {
  font-size: 12px;
  color: #f0a20a; }
.box_product .flash-sale-process {
  background: linear-gradient(to right, #f02517, #ffb000) 0% 0%/cover;
  border-radius: 5px;
  position: relative;
  padding: 3px 0px;
  margin: 10px 0px; }
.box_product .flash-sale-process .text {
  display: block;
  text-align: center;
  font-size: 13px;
  color: var(--white-cl); }
.box_product .flash-sale-process .icon_hot {
  position: absolute;
  top: -7px;
  left: 3px; }
.box_product .flash-sale-process .icon_hot img {
  width: 20px; }
.box_product .flash-sale-process .flash-sale-complete-wapper {
  position: absolute;
  height: 100%;
  width: 30%;
  right: 0px;
  top: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffbda6;
  opacity: 0.5; }
.box_product .product-attribute {
  display: flex;
  align-items: center; }
.box_product .product-attribute i {
  font-size: 10px;
  color: var(--red); }
.box_product .product-attribute p {
  padding-left: 3px;
  font-size: 12px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.lock_smart .box_product .title {
  margin: 10px 0px 0px 0px; }

.home_title {
  margin: 15px 0px 30px 0px; }
.home_title h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase; }
.home_title h2 span {
  font-size: 22px;
  font-weight: 600; }
.home_title h2 .sub_title {
  display: flex;
  align-items: center; }
.home_title h2 .sub_title .tab, .home_title h2 .sub_title .view_more {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  border: 1px solid var(--xanhnuocbien); }
.home_title h2 .sub_title .tab a, .home_title h2 .sub_title .view_more a {
  color: var(--xanhnuocbien);
  font-weight: 400;
  font-size: 13px;
  display: flex;
  align-items: center; }
.home_title h2 .sub_title .tab a i, .home_title h2 .sub_title .view_more a i {
  font-size: 12px;
  color: var(--xanhnuocbien);
  padding-left: 3px; }
.home_title h2 .sub_title .tab:hover, .home_title h2 .sub_title .view_more:hover {
  background-color: var(--xanhnuocbien); }
.home_title h2 .sub_title .tab:hover a, .home_title h2 .sub_title .view_more:hover a {
  color: var(--white-cl); }
.home_title h2 .sub_title .tab:hover i, .home_title h2 .sub_title .view_more:hover i {
  color: var(--white-cl); }
.home_title h2 .sub_title .view_more a {
  text-transform: capitalize;
  font-size: 13px; }

.accessory {
  margin-bottom: 30px; }
.accessory .slick-next {
  right: 4px; }
.accessory .slick-prev, .accessory .slick-next {
  height: 45px;
  width: 25px; }
.accessory .slick-next:before, .accessory .slick-prev:before {
  font-size: 34px; }
.accessory .box {
  border-radius: 5px;
  box-shadow: 1px 0px 6px #ccc;
  padding: 0px;
  margin: 0px 10px;
  border-radius: 38px; }
.accessory .box h5 {
  color: var(--white-cl);
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
  text-align: center; }
.accessory .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px; }
.accessory .box .img img {
  width: 100%;
  background-color: #fff;
  border-radius: 20px; }
.accessory .box .bg_category {
  background: linear-gradient(180deg, #17e9d9, #5f79ea);
  padding: 6px; }

.special_offer .img img {
  border-radius: 10px;
  width: 100%; }

.news_home .box {
  border: 2px solid #dedede;
  border-radius: 10px;
  margin: 0px 5px; }
.news_home .box .img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 188px;
  max-height: 188px; }
.news_home .box .content {
  padding: 10px 10px 20px 10px; }
.news_home .box .content .title {
  padding: 5px 0px 10px 0px; }
.news_home .box .content .title h4 {
  font-size: 14px;
  height: 35px; }
.news_home .box .content .title h4 a {
  color: var(--black-cl);
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.news_home .box .content .title h4 a:hover {
  color: #444444c9; }
.news_home .box .content .text p {
  font-size: 12px;
  text-align: justify;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

footer {
  position: relative; }
footer .az-ft-contact {
  padding-top: 50px;
  padding-bottom: 50px; }
footer .az-ft-contact .ft-left {
  position: relative;
  padding-left: 70px; }
footer .az-ft-contact .ft-left .title h4 {
  font-size: 16px;
  color: #333; }
footer .az-ft-contact .ft-left .subtitle span {
  font-size: 14px;
  color: #333; }
footer .az-ft-contact .ft-left:before {
  content: "";
  position: absolute;
  background-image: url(../images/icon-contact-ft.svg);
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
footer .az-ft-contact .ft-right form {
  position: relative; }
footer .az-ft-contact .ft-right .input-email {
  width: 100%;
  position: absolute;
  height: 40px;
  padding-left: 15px;
  outline: none;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 10px #ccc; }
footer .az-ft-contact .ft-right .input-submit {
  position: absolute;
  right: 0;
  height: 40px;
  width: 150px;
  background-color: #D11E26;
  outline: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }
footer .bg-ft-box {
  background-color: #D11E26; }
footer .bg-ft-box .az-ft-box {
  padding-top: 25px;
  padding-bottom: 30px; }
footer .bg-ft-box .az-ft-box .box {
  position: relative;
  padding-left: 85px; }
footer .bg-ft-box .az-ft-box .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
footer .bg-ft-box .az-ft-box .box-content-1:before {
  background-image: url(../images/baove.svg);
  width: 55px;
  height: 65px; }
footer .bg-ft-box .az-ft-box .box-content-2:before {
  background-image: url(../images/xeday.svg);
  width: 73px;
  height: 64px; }
footer .bg-ft-box .az-ft-box .box-content-3:before {
  background-image: url(../images/call.svg);
  width: 55px;
  height: 55px; }
footer .bg-ft-box .az-ft-box .title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }
footer .bg-ft-box .az-ft-box .subtitle span {
  color: #fff;
  font-size: 14px; }
footer .bg-ft-link {
  background-color: #3D8DC9; }
footer .bg-ft-link .az-ft-link {
  padding-top: 30px;
  padding-bottom: 30px; }
footer .bg-ft-link .az-ft-link h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px; }
footer .bg-ft-link .az-ft-link ul.list-link li {
  padding-bottom: 10px;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
  position: relative;
  display: flex;
  align-items: center; }
footer .bg-ft-link .az-ft-link ul.list-link li i {
  padding-right: 3px;
  font-size: 10px; }
footer .bg-ft-link .az-ft-link ul.list-link li a {
  color: #fff;
  font-size: 13px; }
footer .bg-ft-link .az-ft-link .list-social {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
footer .bg-ft-link .az-ft-link .list-social li {
  padding-right: 10px; }
footer .bg-ft-link .az-ft-link .list-social li img {
  width: auto;
  height: auto; }
footer .bg-ft-link .az-ft-link .list-social li i {
  width: 32px;
  height: 32px;
  color: #D11E26;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
  transition: 0.2s all;
  background-color: #fff; }
footer .bg-ft-link .az-ft-link .list-social li i.fa-facebook-f {
  border-color: #3B5996;
  color: #3B5996; }
footer .bg-ft-link .az-ft-link .list-social li span {
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 32px;
  justify-content: center;
  border-radius: 50%; }
footer .bg-ft-link .az-ft-link .list-social li:hover i {
  color: #fff;
  background-color: red; }
footer .bg-ft-link .az-ft-link .list-social li:hover i.fa-facebook-f {
  color: #fff;
  background-color: #3B5996; }
footer .bg-ft-link .ft-link-row-2 ul li {
  padding-bottom: 10px;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
  position: relative;
  display: flex;
  align-items: center; }
footer .bg-ft-link .ft-link-row-2 ul li i {
  font-size: 10px;
  padding-right: 3px; }
footer .az-ft-copyright {
  padding-top: 15px;
  padding-bottom: 15px; }
footer .az-ft-copyright .text-right {
  text-align: right !important; }
footer .az-ft-copyright ul.list-img-note {
  list-style: none;
  padding-left: 0;
  margin: 0; }
footer .az-ft-copyright ul.list-img-note li {
  display: inline-block; }
footer .az-ft-copyright .content {
  width: 74%; }
footer .az-ft-copyright .content span {
  font-size: 12px;
  color: #333; }

.button_scrool {
  position: fixed;
  bottom: 50px;
  right: 20px; }
.button_scrool button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 1px 0px 3px #ccc;
  background-color: #fff; }
.button_scrool button i {
  font-size: 26px; }
.button_scrool button:hover {
  background-color: var(--xanhnuocbien); }
.button_scrool button:hover i {
  color: #fff; }
.button_scrool .bt_zalo, .button_scrool .bt_fb {
  margin-top: 10px; }
.button_scrool .bt_zalo img, .button_scrool .bt_fb img {
  width: 45px;
  height: 45px;
  animation: pulse-blue 2s infinite;
  background-color: #028fe3;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #028fe3;
  display: flex;
  overflow: hidden;
  transform: scale(1); }

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }
.hotline-phone-ring-wrap .hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block; }
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: .5; }
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 30px;
  border-radius: 100%;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.hotline-phone-ring-wrap .hotline-phone-ring .hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px; }
.hotline-phone-ring-wrap .hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 170px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all .8s;
  -webkit-transition: all .8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px; }
.hotline-phone-ring-wrap .hotline-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px; }

.menu_mobile {
  display: none; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1268px !important; }

  .row.az-ft-link.ft-link-row-1 {
    border-bottom: 1px solid #d5d5d5; }

  .row.az-ft-link {
    display: flex !important; } }
@media (max-width: 1024px) {
  header .box_header .flex_right {
    width: 10%; }
  header .box_header .flex_right .phone, header .box_header .flex_right .maps, header .box_header .flex_right .tracuu, header .box_header .flex_right .login {
    display: none; }
  header .box_header .flex_right ul {
    justify-content: flex-end; }
  header .box_header .flex_right ul li p {
    display: none; }
  header .box_header .flex_center {
    width: 70%;
    max-width: 70%; }
  header .box_header .flex_center .box_category {
    display: none; }
  header .box_header .flex_center .search {
    width: 100%; }
  header .box_header .logo {
    width: 15%;
    max-width: 15%; }

  .banner_main .banner .category {
    display: none; }
  .banner_main .banner .banner_slide {
    width: 72%; }
  .banner_main .banner .banner_right {
    flex: 0 0 auto;
    width: 28%; }

  .home_title h2 .sub_title .tab a, .home_title h2 .sub_title .view_more a {
    font-size: 11px; }

  .menu_mobile {
    display: block;
    height: 70px;
    position: sticky;
    bottom: 0;
    background-color: var(--xanhnuocbien);
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center; }
  .menu_mobile ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .menu_mobile ul a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--white-cl); }
  .menu_mobile ul a span {
    font-size: 14px;
    padding-top: 5px; }
  .menu_mobile ul a i {
    font-size: 25px; }
  .menu_mobile .category_mb {
    position: fixed;
    top: 64px;
    bottom: calc(0% - 60px);
    left: 0;
    width: 100%;
    z-index: 999999;
    height: calc(100% - 134px);
    background-color: #fff;
    display: none; }
  .menu_mobile .category_mb .bg_tab::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5; }
  .menu_mobile .category_mb .bg_tab {
    flex-direction: row;
    overflow-y: scroll;
    min-width: 83px;
    max-width: 83px; }
  .menu_mobile .category_mb .bg_tab li:nth-child(1) {
    background-color: #fee2e2; }
  .menu_mobile .category_mb .bg_tab li:nth-child(1) button {
    background-color: #fee2e2; }
  .menu_mobile .category_mb .bg_tab li:nth-child(2) {
    background-color: #ffedd5; }
  .menu_mobile .category_mb .bg_tab li:nth-child(2) button {
    background-color: #ffedd5; }
  .menu_mobile .category_mb .bg_tab li:nth-child(3) {
    background-color: #fef9c3; }
  .menu_mobile .category_mb .bg_tab li:nth-child(3) button {
    background-color: #fef9c3; }
  .menu_mobile .category_mb .bg_tab li:nth-child(4) {
    background-color: #ecfccb; }
  .menu_mobile .category_mb .bg_tab li:nth-child(4) button {
    background-color: #ecfccb; }
  .menu_mobile .category_mb .bg_tab li:nth-child(5) {
    background-color: #d1fae5; }
  .menu_mobile .category_mb .bg_tab li:nth-child(5) button {
    background-color: #d1fae5; }
  .menu_mobile .category_mb .bg_tab li:nth-child(6) {
    background-color: #ccfbf1; }
  .menu_mobile .category_mb .bg_tab li:nth-child(6) button {
    background-color: #ccfbf1; }
  .menu_mobile .category_mb .bg_tab li:nth-child(7) {
    background-color: #e0f2fe; }
  .menu_mobile .category_mb .bg_tab li:nth-child(7) button {
    background-color: #e0f2fe; }
  .menu_mobile .category_mb .bg_tab li:nth-child(8) {
    background-color: #ede9fe; }
  .menu_mobile .category_mb .bg_tab li:nth-child(8) button {
    background-color: #ede9fe; }
  .menu_mobile .category_mb .bg_tab li:nth-child(9) {
    background-color: #ccfbf1; }
  .menu_mobile .category_mb .bg_tab li:nth-child(9) button {
    background-color: #ccfbf1; }
  .menu_mobile .category_mb .bg_tab li:nth-child(10) {
    background-color: #fae8ff; }
  .menu_mobile .category_mb .bg_tab li:nth-child(10) button {
    background-color: #fae8ff; }
  .menu_mobile .category_mb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
  .menu_mobile .category_mb ul li {
    height: 80px;
    width: 80px;
    position: relative; }
  .menu_mobile .category_mb ul li button.active::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff; }
  .menu_mobile .category_mb ul li button {
    height: 80px;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .menu_mobile .category_mb ul li button img {
    width: 30px;
    height: 30px; }
  .menu_mobile .category_mb ul li button p {
    font-weight: 400;
    color: #000; }
  .menu_mobile .category_mb .tab-content {
    width: 100%;
    padding: 10px;
    box-shadow: -1px 0px 3px #a9a3a3;
    z-index: 9; }
  .menu_mobile .category_mb .tab-content ul {
    width: 100%; }
  .menu_mobile .category_mb .tab-content ul li {
    width: 100%; }
  .menu_mobile .category_mb .tab-content ul li .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px; }
  .menu_mobile .category_mb .tab-content ul li .title a {
    color: #000; }
  .menu_mobile .category_mb .tab-content ul li .box_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .menu_mobile .category_mb .tab-content ul li .box_item h5 {
    padding: 10px 0px;
    width: 100%; }
  .menu_mobile .category_mb .tab-content ul li .box_item .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .menu_mobile .category_mb .tab-content ul li .box_item a {
    color: #000;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 0px 3px #ccc;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px; }
  .menu_mobile .open_tab {
    display: flex; }

  .button_scrool {
    bottom: 80px; }

  footer .az-ft-copyright .text-right {
    text-align: center !important; }
  footer .az-ft-copyright .content {
    width: 100%; }
  footer .az-ft-contact {
    padding-bottom: 70px; }
  footer .az-ft-contact .ft-left {
    margin-bottom: 20px; }
  footer .az-ft-box .box {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff; }
  footer .az-ft-box .box .title h4 {
    margin-bottom: 10px;
    margin-top: 10px; }

  .az-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 500px) {
  .pd_12 {
    padding: 0px 0px; }

  header .box_header .logo {
    width: 25%;
    max-width: 25%; }
  header .box_header .flex_center {
    padding: 0px 5px 0px 10px;
    width: 65%;
    max-width: 65%; }
  header .box_header .flex_center .search .load-data {
    padding: 15px 10px; }
  header .box_header .flex_center .search .load-data .box_pr .img {
    width: 35%;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px; }
  header .box_header .flex_center .search .load-data .box_pr .content {
    width: 63%; }
  header .box_header .flex_center .search .load-data .box_pr .content .price {
    flex-direction: column;
    align-items: flex-start; }
  header .box_header .flex_center .search .load-data .box_pr .content .price p {
    font-weight: bold; }
  header .box_header .flex_center .search .load-data .box_pr .content .title h2 {
    font-size: 12px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  header .box_header .flex_right ul li a img {
    width: 30px; }

  .banner_main .banner {
    padding: 0px; }
  .banner_main .banner .banner_slide {
    width: 100%; }
  .banner_main .banner .banner_slide ul li img {
    border-radius: 0px; }
  .banner_main .banner .banner_right {
    display: none; }

  .home_title {
    margin-bottom: 15px; }
  .home_title h2 {
    align-items: flex-start;
    text-transform: uppercase;
    flex-direction: column; }
  .home_title h2 span {
    padding-bottom: 15px;
    font-size: 20px; }
  .home_title h2 .sub_title {
    flex-wrap: wrap; }
  .home_title h2 .sub_title .tab, .home_title h2 .sub_title .view_more {
    margin-bottom: 10px; }

  .special_offer .img {
    padding: 10px 0px; }

  .menu_mobile ul a i {
    font-size: 18px; }
  .menu_mobile ul a span {
    font-size: 12px; }
  .menu_mobile .category_mb ul li button p {
    font-size: 12px; }
  .menu_mobile .category_mb .tab-content {
    width: calc(100% - 80px);
    overflow-y: auto; }
  .menu_mobile .category_mb .tab-content ul li .box_item {
    overflow: auto; }
  .menu_mobile .category_mb .tab-content ul li .box_item h5 {
    font-size: 13px; }
  .menu_mobile .category_mb .tab-content ul li .box_item .box {
    width: 100%;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: scroll; }
  .menu_mobile .category_mb .tab-content ul li .box_item .box a {
    width: 150px;
    margin-right: 5px; }
  .menu_mobile .category_mb .tab-content ul li .box_item .firm a {
    width: 90px; }
  .menu_mobile .category_mb .tab-content ul li .title h2 {
    font-size: 13px; }
  .menu_mobile .category_mb .tab-content ul li .title a {
    font-size: 12px; }

  .accessory .box h5 {
    color: var(--white-cl);
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center; }

  .hotline-phone-ring-wrap {
    bottom: 51px; }
  .hotline-phone-ring-wrap .hotline-bar {
    display: none; }

  .box_product {
    margin: 5px;
    padding: 10px 5px; }
  .box_product .price p {
    font-size: 14px; }

  .custem_slider .slick-next {
    right: 5px; } }

/*# sourceMappingURL=style.css.map */