@charset "UTF-8";

.full-width {
  max-width: 1170px;
  margin: auto;
  width: 100%;
}

@font-face {
  font-family: "Roboto";
  src: url("/template/fonts/Roboto-Regular.ttf");
  src: url("/template/fonts/Roboto-Regular.ttf") format("woff"), url("/template/fonts/Roboto-Regular.ttf") format("opentype"), url("/template/fonts/Roboto-Regular.ttf#filename") format("svg");
}

body {
  font-family: "Roboto";
}

a,
a:link {
  text-decoration: none;
}

header {
  padding: 10px 0px;
}

header #logo {
  height: 60px;
  overflow: hidden;
}

header #logo img {
  width: 100%;
  max-width: 220px;
}

header .info .title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
header .info p {
  margin: 0;
  padding: 0;
}

header .info p span a {
  color: #F59017;
  font-weight: bold;
}

header .cart_support .support {
  background-color: #ecebeb;
  text-align: center;
  border-radius: 3px;
}

header .cart_support .support p {
  margin: 0;
  padding: 0;
}

header .cart_support .support .name {
  font-weight: bold;
  text-transform: capitalize;
}

header .cart_support .support span a {
  color: #F59017;
  font-weight: bold;
}

header .cart_support .cart_info {
  text-align: center;
  margin-top: 10px;
  border-bottom: 2px solid #F59017;
}

header .cart_support .cart_info p {
  margin: 0;
}

header .cart_support .cart_info i,
header .cart_support .cart_info span,
header .cart_support .cart_info a {
  color: #F59017;
}

.eve_menu.is_active:before {
  content: "\F0DE";
}

.menu_mobi.is_active i:before {
  content: "\F00D";
}

.nav {
  background-color: #D1021A;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul li {
  list-style: none;
  float: left;
}

.nav ul li a {
  display: block;
  padding: 8px 12px;
  color: white;
  text-transform: uppercase;
}

.nav ul li:hover {
  background-color: #f59017;
}

.nav ul li:hover a {
  color: white;
  font-weight: bold;
}

.nav ul li:hover ul {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

.nav ul li ul {
  transform: translate(0, 10px);
  opacity: 0;
  position: absolute;
  z-index: 99999;
  background-color: white;
  border: 1px solid #ecececcc;
  border-top: none;
}

.nav ul li ul li {
  float: unset;
}

.nav ul li ul li a {
  color: black !important;
  font-weight: normal !important;
  font-size: 14px;
}

.nav ul li ul li:hover {
  background-color: transparent !important;
}

.nav ul li ul li:hover a {
  color: #F59017 !important;
}

.sliders img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-h1 {
  margin: 20px 0px;
}

.title-h1 h1 {
  color: #c40d0d;
  font-weight: bold;
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: capitalize;
  font-size: 22px;
}

.thread_default {
  border-top: 3px solid #c40d0d;
  margin-bottom: 20px;
}

.thread_default h2 {
  background-color: #c40d0d;
  display: inline;
}

.thread_default h2 a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  padding: 0px 10px;
}

.thread_default .read-more {
  position: relative;
}

.thread_default .read-more a {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: -27px;
  color: rgba(33, 33, 33, 0.87);
  font-size: 14px;
}

.product-content {
  box-shadow: 1px 1px 6px 0px #bfbdbf;
  margin-bottom: 29px;
}

.product-content .item .image img {
  width: 100%;
}

.product-content .item .resize img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-content .item .name {
  margin-top: 8px;
  padding: 0px 8px;
  padding-bottom: 10px;
}

.product-content .item .name h3 {
  font-weight: bold;
  font-size: 16px;
  height: 44px;
  overflow: hidden;
}

.product-content .item .name h3 a {
  color: #333;
  line-height: 1.3em;
}

.product-content:hover .name h3 a {
  color: #e80b3f;
}

.gold_group {
  padding: 5px 10px;
  font-weight: bold;
  background-color: #e4e4e466;
  border-radius: 5px 5px 0px 0px;
}

.gold_group p {
  width: 50%;
  float: left;
  margin-bottom: 0px;
}

.gold_group .gold_sale {
  color: rgba(33, 33, 33, 0.87);
}

.gold_group .gold {
  color: #e80b3f;
}

.gold_group::after {
  content: "";
  clear: both;
  display: table;
}

.info_site {
  margin-top: 30px;
  margin-bottom: 20px;
}

.info_site img {
  width: 100%;
}

.news_option .description {
  font-size: 14px;
  padding-bottom: 5px;
  height: 45px;
  overflow: hidden;
}

.footer_content {
  background-color: #333;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 30px;
  padding: 20px 0px;
}

.footer_content .title {
  background-color: #820f0f;
  padding: 5px 10px;
  border-radius: 0px 15px 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer_content iframe {
  width: 100%;
}

.footer_content .info {
  background-color: #312e2e;
  padding: 10px;
  border-radius: 0px 0px 15px 0px;
}

.footer_content .info a {
  color: #F59017;
}

.footer_bottom {
  background-color: #1c1c1c;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  padding: 10px 0px;
}

.footer_bottom a {
  color: rgba(255, 255, 255, 0.85);
}

.footer_bottom p {
  margin: 0;
  padding: 0;
}

.pagination {
  justify-content: center;
}

.breadcrumb {
  background-color: #f9f9f9;
  margin-top: 10px;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 0;
}

.breadcrumb li {
  border: none;
}

.article-product {
  margin-top: 20px;
}

.article-product .slides .pgwSlideshow {
  background-color: white;
}

.article-product .slides .pgwSlideshow .ps-next,
.article-product .slides .pgwSlideshow .ps-prev {
  background-color: transparent;
  border: none;
}

.article-product .slides .pgwSlideshow .ps-nextIcon,
.article-product .slides .pgwSlideshow .ps-prevIcon {
  border-color: transparent #675757 transparent;
}

.article-product .slides .pgwSlideshow ul,
.article-product .slides .pgwSlideshow li {
  padding: 0;
  margin: 0;
}

.article-product .slides .pgwSlideshow ul img,
.article-product .slides .pgwSlideshow li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.article-product .slides .pgwSlideshow .ps-caption {
  display: none !important;
}

.article-product .slides .pgwSlideshow .ps-current,
.article-product .slides .pgwSlideshow ul,
.article-product .slides .pgwSlideshow img {
  max-height: 400px !important;
}

.article-product .slides .pgwSlideshow .ps-list {
  border-top: 1px solid #fff;
  box-shadow: 0 10px 10px -5px #fff inset;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.article-product .slides .pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 4px solid #820f0f;
}

.article-product .content {
  background-color: #f4f4f4;
  padding: 10px;
}

.article-product .content .title-h1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.5em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin: 0;
  color: #2c6bb5;
}

.article-product .content .gold_group {
  margin: 10px 0px;
}

.article-product .content .content_ex {
  border: 3px dotted #ccc;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: white;
}

.article-product .content .content_ex p {
  margin: 0;
}

.article-product .content .content_ex img {
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

.article-product .content .number label {
  margin-right: 20px;
  justify-content: left;
  font-weight: bold;
}

.article-product .content .number input {
  font-size: 18px;
}

.article-product .content .add {
  margin: 15px 0px;
}

.article-product .content .add .col_left {
  width: 50%;
  padding-right: 15px;
}

.article-product .content .add .col_right {
  width: 50%;
}

.article-product .content .add .btn {
  color: white;
  width: 100%;
  text-transform: uppercase;
  padding: 11px 10px;
}

.article-product .content .add .btn-add-cart {
  border-color: red;
  color: red;
}

.article-product .content .add .btn-add-cart:hover {
  background-color: red;
  color: white;
}

.article-product .content .add .btn-add-cart-now {
  border-color: #f29216;
  color: white;
  background-color: #f29216;
}

.article-product .product_detail {
  border-top: 1px solid #2e6bb5;
  margin: 20px 0px 15px 0px;
}

.article-product .product_detail .title {
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  background-color: #2e6bb5;
  color: white;
  border-bottom-right-radius: 10px;
}

.article-product .product_content img {
  max-width: 640px;
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: auto;
}

.article-product .product_more {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
}

.article-product .product_more .title {
  color: white;
  background-color: #2E6BB5;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 10px 0px;
}

.news_lists .image img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_lists .first img {
  height: 375px;
  border-radius: 5px;
}

.news_lists h2 {
  margin-top: 10px;
}

.news_lists h2 a {
  color: #ff7f0f;
  text-transform: capitalize;
}

.news_lists .description {
  text-align: justify;
  max-height: 124px;
  overflow: hidden;
}

.news_lists .date {
  color: #848383;
}

.news_lists .item {
  border-bottom: 1px solid #cdcdcd8a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.title-home {
  visibility: hidden;
  margin-top: -20px;
}

.line-item-right {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.line-item-right h2 {
  font-size: 14px !important;
  margin-top: 0px !important;
  line-height: 1.3em;
  height: 55px;
  overflow: hidden;
}

.line-item-right h2 a {
  color: black;
}

.line-item-right img {
  height: 80px !important;
}

.line-item-right .date {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.flex-1 {
  flex: 1;
  margin-right: 10px;
}

.flex-2 {
  flex: 2;
}

.line-item {
  box-shadow: 0px 2px 5px 0px rgba(195, 195, 195, 0.75);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(195, 195, 195, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(195, 195, 195, 0.75);
  padding-bottom: 0px !important;
}

.line-item h2 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

.line-item img {
  height: 100px !important;
}

.line-item .date {
  font-size: 12px;
}

.construct_news {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px;
}

.news_content {
  font-size: 14px;
  line-height: 1.7em;
  text-align: justify;
  word-wrap: anywhere;
}

.news_content img {
  max-width: 640px !important;
  height: auto !important;
  display: block;
  margin: 15px auto;
  width: 100% !important;
}

.news_content table {
  width: 100%;
}

.news_content p {
  font-size: 14px;
}

.contact .content_left a {
  color: #F59017;
}

.contact .content_right p {
  font-size: 14px;
}

.contact .contact_title {
  margin-top: 20px;
  border-top: 1px solid #e9e8e8;
  padding-top: 20px;
  margin-bottom: 20px;
}

.contact .contact_title .note {
  font-weight: bold;
  color: #F59017;
  font-size: 22px;
}

.contact .contact_title a {
  color: #F59017;
}

.contact .form_contact .form-group {
  margin-bottom: 25px;
}

.contact .form_contact .btn {
  margin-top: -10px;
}

.text-red {
  color: red;
}

.box-pay p {
  margin: 0;
  padding: 0;
}

.box-pay .content_radio {
  background-color: #f8f7f7;
  padding: 10px;
  color: #646464;
}

.box-pay .form-check {
  margin-bottom: 20px;
}

.v-nav {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 65px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}

.v-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.v-nav ul li {
  list-style: none !important;
}

.v-nav ul > li a {
  border: none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}

.v-nav ul > li .chat_animation {
  display: none;
}

.v-nav ul > li a i.ticon-heart {
  background: url("/template/images/viber.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.v-nav ul > li a i.ticon-call {
  background: url("/template/images/call.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.v-nav ul > li a i.ticon-zalo-circle2 {
  background: url("/template/images/zalo.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.v-nav li .button {
  background: transparent;
}

.v-nav ul > li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}

.v-nav ul li .button .btn_phone_txt {
  position: relative;
  top: 35px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}

.v-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.v-nav ul > li a.chat_animation svg {
  margin: -13px 0 -20px;
}

.v-nav ul > li a i.ticon-messenger {
  background: url("/template/images/messages.png") no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}

.v-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}

.v-nav ul > li a i.ticon-chat-sms {
  background: url("/template/images/sms.jpg") no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}

.v-nav ul > li a i.icon-phone-w {
  background: url("/template/images/icon-phone-w.png") no-repeat;
  background-size: contain;
}

.v-nav ul li .button .btn_phone_txt {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .v-nav li .chat_animation {
    display: block !important;
  }

  .v-nav li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
  }

  .v-nav ul > li a {
    padding: 0;
    margin: 0 auto;
  }

  .v-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }

  .v-nav li {
    float: left;
    width: 25%;
    list-style: none;
    height: 50px;
  }

  .phone-mobile {
    display: block !important;
  }
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.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 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #358e0d;
  -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 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(11, 115, 27, 0.75);
  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 0.5s;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #358e0d;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(11, 115, 27, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.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-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

@media only screen and (max-width: 768px) {
  .hover-menu {
    opacity: 1;
    background-color: #fafafa !important;
    transform: unset;
  }

  .hover-menu li a {
    color: white;
    font-weight: bold;
    font-size: 14px;
  }

  .nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
  }

  nav li {
    float: none !important;
    border-bottom: 1px solid #e16767;
    position: relative;
  }

  nav li:last-child {
    border: none;
  }

  nav li a span {
    position: absolute;
    z-index: 99;
    right: 0;
    padding: 12px 16px;
    top: 0;
    cursor: pointer;
  }

  nav li ul {
    position: unset !important;
    display: none;
    opacity: 1;
  }

  header {
    padding: 5px 0px;
    z-index: 99999;
    left: 0;
    right: 0;
    background-color: white;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0px 10px 5px -9px #b3b3b3;
  }

  header #logo {
    text-align: center;
    height: 50px !important;
  }

  header #logo img {
    max-width: 170px;
  }

  header .menu_mobi {
    cursor: pointer;
    border: 1px solid #b3b3b3;
    display: inline-block;
    padding: 5px 10px;
    margin: 7px 0px;
    border-radius: 3px;
  }

  header .menu_mobi i {
    color: #585454;
  }

  .header-fixed {
    position: fixed;
  }

  .sliders img {
    height: 375px;
  }

  .product_content table {
    max-width: 100%;
  }

  .product_content table td {
    word-break: break-all;
  }
}

@media only screen and (max-width: 576px) {
  .sliders img {
    height: 275px;
  }

  .gold_group {
    font-size: 12px;
  }

  .product-content .item .name h3 {
    font-size: 13px;
    height: 50px;
  }

  .article-product .content .add .col_left,
  .article-product .content .add .col_right {
    width: 100%;
    margin: 10px 0px;
    padding-right: 0px;
  }

  .line-item img {
    height: 170px !important;
  }

  .line-item .info {
    margin: 0px 10px;
  }

  .line-item .info p {
    margin: 0;
    padding-bottom: 10px;
  }

  .title-h1 h1 {
    font-size: 18px;
  }

  .title-home {
    font-size: 1px !important;
  }
}

