/** HEADING */
.head_panel {
  position: relative;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  justify-content: space-between;
  overflow: hidden;
}
.head_panel .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  background: #e71e24;
  margin: 0;
  position: relative;
}
.head_panel .title span {
  display: block;
  position: relative;
  padding: 11px 20px 9px;
  line-height: 26px;
}
.head_panel .title span i {
  margin-right: 5px;
}
.head_panel .title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 20px;
  height: 46px;
  background: #e71e24;
  transform: skewX(-17deg);
}
.head_panel ul.cate {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  flex: 1;
}
.head_panel ul.cate > li {
  display: inline-block;
  padding: 0px;
  position: relative;
}
.head_panel ul.cate > li > a {
  display: block;
  padding: 5px 12px 3px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  transition: all 0.4s ease 0s;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.head_panel ul.cate > li > a:hover {
  color: #e71e24;
}
.head_panel ul.cate > li.more > a {
  text-transform: none;
}

@media (max-width: 767px) {
  .head_panel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .head_panel .title {
    width: calc(100% - 22px);
  }
  .head_panel ul.cate {
    padding: 5px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.head_section {
  position: relative;
}
.head_section .title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  overflow: hidden;
}
.head_section .title > span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.head_section .title > span::before, .head_section .title > span::after {
  height: 3px;
  width: 60px;
  background: #e71e24;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 40px;
}
.head_section .title > span::before {
  right: 100%;
}
.head_section .title > span::after {
  left: 100%;
}
.head_section .sub {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000;
}

.head_footer {
  position: relative;
}
.head_footer .title {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0px;
  font-size: 18px;
  color: #fff;
}

/**
 * BREADCRUMB
 */
.gv_breadcrumb_nav {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.gv_breadcrumb_nav .breadcrumb-nav span, .gv_breadcrumb_nav .breadcrumb-nav a {
  font-family: inherit;
  font-size: 14px;
  color: #333;
  line-height: 1;
  text-transform: uppercase;
}

/**
 * DESC
 */
.desc {
  font: 14px Arial, sans-serif;
  line-height: 1.4;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.desc .aligncenter img {
  max-width: 100%;
  height: auto;
}
.desc .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.desc .alignleft img {
  max-width: 100%;
  height: auto;
}
.desc .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.desc .alignright img {
  max-width: 100%;
  height: auto;
}

/**
 * MENU MOBILE & TABLET
 */
.gv_menu_block {
  position: fixed;
  left: -322px;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 99;
  width: 90%;
  max-width: 320px;
  background: #f5f5f5;
  height: 100vh;
  overflow-y: scroll;
}
.gv_menu_block .head_nav {
  background: #444;
  padding: 20px 15px;
  position: relative;
}
.gv_menu_block .head_nav .name {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
}
.gv_menu_block .head_nav .menu_bar_off {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
}
.gv_menu_block .head_nav .menu_bar_off i {
  font-size: 20px;
  color: #e71e24;
}
.gv_menu_block .menu_nav {
  font-family: "Roboto", sans-serif;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.gv_menu_block .menu_nav > li {
  position: relative;
  display: block;
  padding: 0 0 0 0px;
}
.gv_menu_block .menu_nav > li > a {
  color: #000;
  padding: 15px 20px 15px 15px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #bbb;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.gv_menu_block .menu_nav > li > i.arrow {
  height: 50px;
  width: 40px;
  position: absolute;
  right: 0;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.gv_menu_block .menu_nav > li > i.active {
  transform: rotate(180deg);
}
.gv_menu_block .menu_nav > li ul {
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .menu_nav > li ul > li {
  display: block;
  position: relative;
}
.gv_menu_block .menu_nav > li ul > li > a {
  padding: 9px 20px 9px 20px;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
}
.gv_menu_block .menu_nav > li ul > li > i.arrow {
  height: 38px;
  width: 40px;
  position: absolute;
  right: 0;
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.gv_menu_block .menu_nav > li ul > li > i.active {
  transform: rotate(180deg);
}
.gv_menu_block .support_nav {
  padding: 0 10px;
}
.gv_menu_block .support_nav h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #999;
}
.gv_menu_block .support_nav p {
  display: flex;
  align-items: center;
}
.gv_menu_block .support_nav p i {
  font-style: normal;
  margin-right: 5px;
}
.gv_menu_block .support_nav p span {
  font-weight: bold;
  color: red;
}

.gv_menu_block.open {
  left: 0;
}

/** LOOP */
.product_inner {
  padding: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  background: #fff;
  border: 1px solid #eaeaea;
}
.product_inner .image {
  display: block;
  position: relative;
}
.product_inner .image > a {
  position: relative;
  background-position: center;
  padding-bottom: 75%;
  width: 100%;
  display: block;
}
.product_inner .image > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(191, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 0.45s ease 0s;
}
.product_inner .image > a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product_inner .info {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  position: relative;
  text-align: center;
}
.product_inner .info .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 38px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.3;
}
.product_inner .info .title > a {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  color: #000;
}
.product_inner .info .title > a:hover {
  color: #e71e24;
}
.product_inner .info .phone {
  white-space: nowrap;
  color: #f00;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.product_inner:hover .image > a::before {
  opacity: 1;
  visibility: visible;
}

.news_inner {
  padding: 0px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px #ccc;
  position: relative;
  border-radius: 3px;
}
.news_inner .image {
  position: relative;
  overflow: hidden;
}
.news_inner .image > a {
  position: relative;
  background-position: center;
  padding-bottom: 62%;
  width: 100%;
  display: block;
  transition: all 0.45s ease 0s;
}
.news_inner .image > a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_inner .info {
  padding: 15px;
  position: relative;
}
.news_inner .info .title {
  line-height: 1.3;
  font-size: 15px;
  font-weight: 600;
}
.news_inner .info .title > a {
  color: #505050;
}
.news_inner .info .title > a:hover {
  color: #ff5011;
}
.news_inner .info .date {
  font-size: 14px;
  font-style: italic;
  color: #888;
  margin-bottom: 10px;
}
.news_inner .info .desc {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 1.45;
}
.news_inner:hover .image a {
  transform: scale(1.09);
}

.post_inner {
  display: flex;
}
.post_inner .thumb {
  min-width: 200px;
  max-width: 200px;
}
.post_inner .thumb a {
  width: 100%;
  display: block;
  position: relative;
  background-position: center;
  padding-bottom: 64%;
  height: auto;
  border: 5px solid #f4f4f4;
}
.post_inner .thumb a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post_inner .info {
  flex: 1;
  padding-left: 15px;
}
.post_inner .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post_inner .info h3 a {
  color: #000;
}
.post_inner .info h3 a:hover {
  color: #e71e24;
}
.post_inner .info .meta_line {
  display: flex;
  margin-bottom: 5px;
  font-style: italic;
  align-items: center;
}
.post_inner .info .meta_line span {
  margin-right: 10px;
}
.post_inner .info .meta_line span i {
  margin-right: 4px;
}
.post_inner .info .desc {
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 575px) {
  .post_inner {
    flex-wrap: wrap;
  }
  .post_inner .thumb {
    min-width: initial;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .post_inner .info {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}
/**
 * SCROLLBAR
 */
.gv_main_cart {
  scrollbar-width: none;
}
.gv_main_cart::-webkit-scrollbar {
  display: none;
}

/**
 * MY ACCOUNT
 */
.account__nav {
  background: #2c55a5;
  padding: 20px;
}
.account__nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account__nav > ul > li {
  display: block;
  position: relative;
}
.account__nav > ul > li > a {
  padding: 13px 0;
  display: block;
  color: #FFF;
  border-bottom: 1px dotted #555;
  text-transform: uppercase;
}
.account__nav > ul > li > a:hover {
  color: orange;
}
.account__nav > ul > li:last-child > a {
  border-bottom: 0;
}

.account__content .head__address {
  position: relative;
  margin-bottom: 10px;
}
.account__content .head__address .title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0px;
  position: relative;
  margin: 0;
}
.account__content .head__address .edit {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: blue;
  padding: 1px 8px;
  color: #FFF;
  border-radius: 3px;
}

.address__fields {
  padding: 20px;
  background: #eee;
}

/**
 * SHOPPING CART
 */
.gv_main_cart {
  position: fixed;
  top: -9999px;
  left: 50%;
  width: 90%;
  max-height: calc(100vh - 150px);
  transform: translateX(-50%);
  z-index: 999;
  transition: all 0.4s ease 0.2s;
  max-width: 700px;
  box-shadow: 0px 0px 0px 5px #eee;
  overflow-y: scroll;
}
.gv_main_cart .inner {
  position: relative;
  background: #FFF;
  padding: 20px;
}
.gv_main_cart .inner .cart-name {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.gv_main_cart .inner .cart_close {
  position: absolute;
  top: 6px;
  right: 11px;
  border: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 0;
  background: none;
}
.gv_main_cart .inner .cart_close i {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: red;
}
.gv_main_cart .inner .cart_box {
  margin-bottom: 10px;
}
.gv_main_cart .inner .cart_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_main_cart .inner .cart_box ul > li {
  margin-bottom: 11px;
  display: block;
  padding-bottom: 11px;
  border-bottom: 1px solid #ddd;
}
.gv_main_cart .inner .cart_box ul > li .inner__item {
  display: block;
  padding-left: 30px;
  position: relative;
}
.gv_main_cart .inner .cart_box ul > li .inner__item::after {
  content: "";
  display: table;
  clear: both;
}
.gv_main_cart .inner .cart_box ul > li .inner__item span.bt-del {
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 18px;
  color: red;
  font-weight: bold;
  cursor: pointer;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .thumb {
  float: left;
  width: 50px;
  position: relative;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .thumb img {
  width: 100%;
  height: auto;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info {
  margin-left: 70px;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div {
  position: relative;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div > .it__name {
  margin-bottom: 1px;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div > .it__name .it__qty {
  font-weight: bold;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div .it__line {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div .it__line > span {
  margin: 2px;
  height: 28px;
  width: 28px;
  border-radius: 3px;
  display: block;
  background: #2a90ea;
  cursor: pointer;
  color: #FFF;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div .it__line > span i {
  display: block;
  line-height: 28px;
  text-align: center;
}
.gv_main_cart .inner .cart_box ul > li .inner__item .info > div > p.it_total {
  margin-bottom: 0;
  font-weight: bold;
  color: red;
}
.gv_main_cart .inner .cart_box ul > li:last-child {
  margin-bottom: 0;
}
.gv_main_cart .inner .cart_box .cart__total {
  margin-top: 10px;
}
.gv_main_cart .inner .cart_box .cart__total span {
  font-weight: 600;
}
.gv_main_cart .inner .cart_button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.gv_main_cart .inner .cart_button button,
.gv_main_cart .inner .cart_button a {
  display: inline-block;
  border: 0;
  padding: 7px 12px;
  color: #fff;
  text-transform: uppercase;
}
.gv_main_cart .inner .cart_button button {
  background: green;
}
.gv_main_cart .inner .cart_button button i {
  margin-right: 5px;
}
.gv_main_cart .inner .cart_button a {
  background: red;
}
.gv_main_cart .inner .cart_button a i {
  margin-left: 5px;
}

.gv_main_cart.open {
  top: 50px;
}

/** Zalo Button */
.gv_zalo_button {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 999;
}
.gv_zalo_button .inner {
  position: relative;
}
.gv_zalo_button .inner > a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px #ccc;
}
.gv_zalo_button .inner > a img {
  height: 50px;
  width: 50px;
}
.gv_zalo_button .inner .phone-bar {
  position: absolute;
  background: #dedede;
  font-size: 14px;
  color: #e71e24;
  right: calc(100% + 20px);
  padding: 6px 10px 4px;
  top: 10px;
  font-weight: 500;
}
.gv_zalo_button .inner .phone-bar::after {
  content: "";
  height: 12px;
  width: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #dedede;
  position: absolute;
  left: 100%;
  top: 9px;
}

@media (max-width: 575px) {
  .gv_zalo_button {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
  }
}/*# sourceMappingURL=style.css.map */