* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", Arial, sans-serif; }

img {
  width: 100%;
  height: auto; }

p {
  margin: 0; }

.bg-grey {
  background-color: rgba(105, 105, 105, 0.5); }

.text-yellow {
  color: #fbef57; }

.text-white {
  color: #fff; }

.text-grey-66 {
  color: #666666; }

.text-black-33 {
  color: #333333; }

.border-grey-a7 {
  border-color: #a7a7a7 !important; }

.border-grey-80 {
  border-color: #808080 !important; }

.border-black {
  border-color: #000 !important; }

.margin-0 {
  margin: 0; }

.margin-right-10 {
  margin-right: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.padding-0 {
  padding: 0; }

.padding-5 {
  padding: 5px; }

.padding-20 {
  padding: 20px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.vnc-btn {
  display: inline-block;
  min-width: 135px;
  height: 29px;
  border: 1px solid #808080;
  cursor: pointer;
  padding: 0;
  border-radius: 0 !important;
  font-size: 14.25px; }

.vnc-btn-default {
  background: none !important; }
  .vnc-btn-default:hover {
    color: #fbef57 !important; }

.vnc-btn-primary {
  color: #fff;
  background-color: #808080; }
  .vnc-btn-primary:hover {
    color: #fbef57 !important; }

a.vnc-btn {
  -webkit-appearance: initial;
  padding: 4px; }
  a.vnc-btn:focus {
    box-shadow: none !important; }

.vnc-input {
  background-color: #f2f2f2;
  border: none;
  padding: 15px 20px; }
  .vnc-input:focus {
    background-color: #f2f2f2; }
  .vnc-input::-webkit-input-placeholder {
    font-style: italic; }

.vnc-input-search {
  border: none;
  background: none;
  background: transparent url("../images/search.png") no-repeat;
  background-position: 100%;
  color: #fff !important;
  padding-right: 40px;
  width: 100% !important; }
  .vnc-input-search:focus {
    background-color: transparent; }

.header {
  z-index: 999;
  position: absolute;
  background-color: rgba(105, 105, 105, 0.5); }
  .header .img-icon {
    width: 38px; }

.header-menu nav {
  padding: 10px 0; }
.header-menu ul {
  justify-content: space-between;
  width: 100%; }
.header-menu li {
  text-transform: uppercase; }
  .header-menu li.active {
    color: #fbef57; }
.header-menu a {
  font-size: 14px;
  font-weight: 500; }
.header-menu .vnc-input-search {
  padding-left: 0; }

.hotline, .cart, .signin {
  min-width: 172px; }
  .hotline div:first-child, .cart div:first-child, .signin div:first-child {
    padding-right: 5px; }
  .hotline div:last-child p:first-child, .cart div:last-child p:first-child, .signin div:last-child p:first-child {
    padding-bottom: 3px; }

.vnc-navbar-collapse ul {
  display: block; }

.social-network a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 2px; }
.social-network i {
  font-size: 13px;
  line-height: 40px; }

.footer {
  background: transparent url("../images/bg-3.png");
  background-repeat: 1; }

.slider {
  z-index: 1; }

.slick-slide {
  outline: none; }

.slick-dots {
  margin: 0;
  position: inherit;
  bottom: 0;
  padding-top: 30px; }
  .slick-dots li {
    height: 0; }
    .slick-dots li button {
      background-color: #808080;
      opacity: 0.25;
      padding: 0;
      height: 5px;
      width: 17px;
      border-radius: 10px; }
      .slick-dots li button:before {
        display: none;
        height: 0; }
    .slick-dots li.slick-active button {
      opacity: 1; }

.slider-img {
  height: 230px !important;
  overflow: hidden; }
  .slider-img img {
    border-top: 6px solid #fbef57; }
    .slider-img img:focus {
      outline: none; }
  .slider-img:focus {
    outline: none; }

.slick-arrow {
  display: none !important; }

.slick-slider {
  margin: 0; }

.header, .body, .footer {
  width: 100%; }

ul {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #fbef57; }
  a:focus {
    outline: none; }

input {
  border-radius: 0 !important; }

p {
  line-height: 19px; }

del {
  font-size: 15px;
  color: #999999; }

button:focus {
  outline: none;
  box-shadow: none !important; }

.font-weight-500 {
  font-weight: 500; }

.font-size-13 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-14 {
  font-size: 14px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-21 {
  font-size: 21px; }

.font-size-27 {
  font-size: 27px; }

.border-none {
  border: none; }

.border-bottom {
  border-bottom: 1px solid; }

.border-top {
  border-top: 1px solid; }

.border-right {
  border-right: 1px solid; }

.display-inline-block {
  display: inline-block;
  vertical-align: middle; }

.line-height-15 {
  line-height: 15px; }

.logo img {
  max-width: 104px; }
.logo p {
  font-size: 7.18px;
  padding-top: 5px; }
.logo a:hover {
  color: inherit; }

.news, .product-highlight {
  background: transparent url("../images/bg-1.png");
  background-repeat: 1; }

.introduction {
  background: transparent url("../images/bg-2.png");
  background-repeat: 1; }

.overflow-hidden {
  overflow: hidden; }

.img-line {
  max-width: 290px; }

.border-img-thumb {
  border-top: 6px solid #fbef57; }

p.introduction-text {
  padding: 30px 15% 40px 15%;
  line-height: 30px; }

.slider-cost-product span:first-child {
  padding-right: 10px; }

@media (max-width: 1199px) {
  .vnc-btn {
    min-width: 112px; } }
@media (max-width: 991px) {
  .vnc-navbar li:last-child {
    width: 100%; }

  .introduction-text-box {
    padding: 0 !important;
    padding-top: 15px !important; }

  .slider-responsive {
    max-width: 270px;
    margin: auto; }

  .row-product {
    max-width: 540px;
    margin: auto; } }
@media (max-width: 767px) {
  .form-info form {
    padding-bottom: 10px; }
    .form-info form div {
      border-right: none; }

  .slider {
    max-width: 270px;
    margin: auto; }

  .logo {
    text-align: center; }

  div.introduction-text {
    padding: 0;
    padding-top: 10px; }

  .slider-cost-product span:first-child {
    padding-right: 0; } }
@media (max-width: 575px) {
  .row-product {
    max-width: 270px;
    margin: auto; }

  .hotline {
    padding: 7px 0; }

  .hotline, .cart {
    text-align: center; }

  .d-xs-none {
    display: none; }

  .d-xs-block {
    display: block !important; }

  p.introduction-text {
    padding: 10px 0; }

  div.introduction-text {
    padding: 0;
    padding-top: 10px; } }
@media (max-width: 312px) {
  .slider-cost-product span {
    width: 100%;
    display: inline-block; } }

/*# sourceMappingURL=style.css.map */
