@font-face {
  font-family: 'Bigshot One';
  font-style: normal;
  font-weight: 400;
  src: local('Bigshot One'), local('BigshotOne'), url(font/bWykSiy19zUrP0LR0jRzqobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Vni Brush';
  src: url(font/VBRUSH.ttf);
}
@font-face {
  font-family: 'Bahamas';
  src: url(font/Bahamas.ttf);
}
body {
  font-family: Times New Roman, Geneva, sans-serif;
  font-size: 22px;
}
#cfacebook {
  position: fixed;
  bottom: 0px;
  right: 8px;
  z-index: 999999999999999;
  width: 250px;
  height: auto;
  box-shadow: 5px rgba(0,0,0,0.2);
  overflow: hidden;
}
#cfacebook a.chat_fb:hover {
  color: #ccc;
  text-decoration: none;
}
#cfacebook a.chat_fb {
  float: left;
  padding: 0 25px;
  width: 250px;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  background-size: auto;
  background-position: 0 0;
  background-color: #3a5795;
  border: 0;
  border-bottom: 1px solid #133783;
  z-index: 9999999;
  margin-right: 12px;
  font-size: 18px;
}
.main-page header .main-header {
  background-size: 100% auto;
}
.main-page header .main-header .header-wapper {
  padding: 0px 30px;
}
.main-page header .main-header .logo-container {
  float: left;
  width: 300px;
  margin-top: 10px;
}
.main-page header .main-header .contact-container {
  margin-top: 20px;
  margin-left: 100px;
  float: left;
}
.main-page header .main-header .menu-container {
  font-size: 20px;
}
.main-page header .main-header .menu-container .nav.navbar-nav {
  display: table;
  width: 100%;
}
.main-page header .main-header .menu-container .nav.navbar-nav > li {
  display: table-cell;
  float: none;
}
.main-page header .main-header .menu-container .navbar {
  margin-bottom: 0px;
}
.main-page header .main-header .menu-container .navbar-nav i.fa {
  font-size: 32px;
  margin-top: -12px;
}
.main-page header .main-header .menu-container .navbar-nav > li > .dropdown-menu {
  font-size: 18px;
}
.main-page #main-slide {
  box-shadow: 0px 5px 12px #888888;
}
.main-page #main-slide .slide img {
  width: 100%;
}
.main-page #main-slide .slide .caption {
  padding: 4px 0px;
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
  -o-box-shadow: 10px 0 0 rgba(0,0,0,0.5), -10px 0 0 rgba(0,0,0,0.5);
  color: #fff;
  font-size: 20px;
  line-height: 38px !important;
  position: absolute;
  width: 400px;
  right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  text-align: center;
}
.main-page #main-slide .slide .item:not(.active) .caption {
  bottom: 10px !important;
}
.main-page #main-slide .slide .active .caption {
  bottom: 100px;
  opacity: 1;
}
.main-page #main-slide .slide .carousel-indicators li {
  background-color: rgba(251,161,2,0.7);
}
.main-page #main-content {
  position: relative;
}
.main-page #search-form-container {
  background: #FFFF1F;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.main-page #search-form-container select {
  background-color: transparent;
  padding: 10px 30px;
  margin-right: 20px;
}
.main-page #search-form-container label {
  margin-right: 20px;
}
.main-page #search-form-container input[type=submit] {
  background-color: #fff;
  color: #FC2800 !important;
  padding: 10px 30px;
  border: none;
  margin-right: 10px;
}
.main-page #home-container {
  background-color: #fff;
  padding: 20px;
}
.main-page #home-container .product-container .product {
  float: left;
  width: 16.66666666666%;
  padding: 10px 5px 20px 5px;
}
.main-page #home-container .product-container .product .title {
  padding: 10px;
  background-color: #7a7a7a;
  color: #F5f701;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  height: 66px;
}
.main-page #home-container .product-container .product .thumbnail {
  height: 134px;
  margin-bottom: 10px;
}
.main-page #home-container .product-container .product .position {
  font-size: 18px;
  text-align: center;
  color: #8c8c8c;
}
.main-page #product-detail-container {
  margin-top: 20px;
}
.main-page #product-detail-container .image-container {
  float: left;
  width: 350px;
}
.main-page #product-detail-container .image-container .thumbnail {
  margin-bottom: 0px;
  float: left;
}
.main-page #product-detail-container .image-container .media-item {
  width: 140px;
  height: 140px;
  float: left;
  margin-top: 20px;
  margin-right: 70px;
}
.main-page #product-detail-container .image-container .media-item:nth-child(2n+1) {
  margin-right: 0px;
}
.main-page #product-detail-container .detail-container {
  float: left;
  width: 760px;
  margin-left: 30px;
}
.main-page #product-detail-container .detail-container .title {
  font-size: 20px;
  color: #17BFE4;
}
.main-page #product-detail-container .detail-container .price {
  color: #17BFE4;
  font-size: 20px;
}
.main-page #product-detail-container .detail-container .position {
  font-size: 12px;
  color: #8c8c8c;
}
.main-page #contact-container {
  background-color: #fff;
  padding: 20px;
}
.main-page #contact-container .post-content {
  width: 510px;
  float: left;
}
.main-page #contact-container .contact-form {
  float: left;
  width: 590px;
  margin-top: 10px;
}
.main-page #contact-container .contact-form input,
.main-page #contact-container .contact-form button,
.main-page #contact-container .contact-form textarea {
  margin-top: 5px;
}
.main-page #search-container .keyword {
  margin-bottom: 10px;
}
.main-page #search-container .product {
  float: left;
  width: 260px;
  margin-right: 33px;
  padding: 10px;
  background-color: #F7F7F7;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.main-page #search-container .product:nth-child(4n + 1) {
  margin-right: 0px;
}
.main-page #search-container .product .title {
  height: 40px;
  text-align: center;
}
.main-page #search-container .product .thumbnail {
  height: 180px;
  margin-bottom: 10px;
}
.main-page #search-container .product .price {
  color: red;
  font-size: 20px;
  text-align: center;
}
.main-page #search-container .product .position {
  font-size: 18px;
  text-align: center;
  color: #8c8c8c;
}
.main-page #default-container {
  background-color: #fff;
  padding: 20px;
  float: left;
  width: 100%;
}
.main-page #default-container .wrapper .title {
  color: #F5f701;
  font-size: 24px;
  padding: 10px;
  background-color: #7a7a7a;
  line-height: 21px;
}
.main-page #default-container .wrapper .content {
  margin-top: 20px;
}
.main-page #list-default-container {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  float: left;
}
.main-page #list-default-container .one-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.main-page #list-default-container .one-item .thumbnail {
  float: left;
  width: 280px;
  padding: 7px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
  background-color: #FFF;
}
.main-page #list-default-container .one-item .title {
  float: left;
  padding: 5px 20px;
  width: 800px;
  font-size: 26px;
  font-weight: bolder;
  background-color: #7a7a7a;
  color: #F5f701;
  margin-left: 20px;
}
.main-page #list-default-container .one-item .description {
  float: left;
  padding: 5px 20px;
  width: 800px;
}
.main-page #common-content {
  background-color: #fff;
  padding: 20px;
}
.main-page #sidebar-common-info {
  width: 270px;
  float: left;
  padding: 20px;
}
.main-page #sidebar-common-info .pointer {
  display: block-inline;
  position: relative;
  overflow: hidden;
}
.main-page #sidebar-common-info .pointer .run {
  position: absolute;
  width: 100%;
  animation: play 60s linear infinite;
}
.main-page #sidebar-common-info .pointer .run:hover {
  animation-play-state: paused;
}
.main-page .img-responsive,
.main-page .thumbnail > img,
.main-page .thumbnail a > img,
.main-page .carousel-inner > .item > img,
.main-page .carousel-inner > .item > a > img {
  width: 100%;
}
.main-page .navbar-default .navbar-nav > li > a:hover,
.main-page .navbar-default .navbar-nav > .active > a,
.main-page .navbar-default .navbar-nav > .active > a:hover,
.main-page .navbar-default .navbar-nav > .active > a:focus,
.main-page .navbar-default .navbar-nav > .open > a,
.main-page .navbar-default .navbar-nav > .open > a:hover,
.main-page .navbar-default .navbar-nav > .open > a:focus,
.main-page .dropdown-menu > .active > a,
.main-page .dropdown-menu > .active > a:hover,
.main-page .dropdown-menu > .active > a:focus,
.main-page .dropdown-menu > li > a:hover,
.main-page .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #F5f701;
}
.main-page .navbar-default .navbar-nav > li ul.dropdown-menu {
  padding: 0px;
  margin: 0;
  border-radius: 0;
}
.main-page .navbar-default .navbar-nav > li:hover > ul.dropdown-menu {
  display: block;
}
.main-page .navbar-default .navbar-nav > li > ul.dropdown-menu > li > ul.dropdown-menu {
  left: 100%;
  top: -1px;
}
.main-page .navbar-default .navbar-nav > li > ul.dropdown-menu > li:hover > ul.dropdown-menu {
  display: block;
}
.main-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.main-page .thumbnail {
  border: none;
  padding: 0px;
}
@keyframes play {
  0% {
    top: 0px;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0px;
  }
}
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.post-map {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  margin-top: 15px;
}
.post-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.no-padding-left {
  padding-left: 0px;
}
.full-width {
  width: 100% !important;
}
a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-page header .main-header .logo-container {
    width: 130px;
  }
  .main-page header .main-header .menu-container .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .main-page header .main-header .menu-container .navbar-nav > li > .dropdown-menu {
    font-size: 12px;
  }
  .main-page header .main-header .global-menu {
    margin-top: 19px;
    margin-left: 707px;
  }
  .main-page #main-slide .slide .caption {
    width: 300px;
    font-size: 18px;
  }
  .main-page #home-container .product-container {
    width: 680px;
  }
  .main-page #home-container .product-container .product {
    width: 220px;
    margin-right: 10px;
  }
  .main-page #home-container .extra-product-container {
    width: 250px;
  }
  .main-page #home-container .hot-product-container .product {
    width: 460px;
  }
  .main-page #home-container .vip-product-container .product {
    width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-page header .top-header .container .item {
    margin-right: 30px;
  }
  .main-page header .main-header .logo-container {
    width: 110px;
    z-index: 1000;
  }
  .main-page header .main-header .menu-container .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-page header .main-header .menu-container .navbar-nav > li > .dropdown-menu {
    font-size: 12px;
  }
  .main-page header .main-header .global-menu {
    margin-top: 10px;
    margin-left: 570px;
    width: 175px;
  }
  .main-page #search-form-container select {
    padding: 10px 12px;
    margin-right: 0px;
  }
  .main-page #main-slide .slide .caption {
    width: 250px;
    font-size: 16px;
  }
  .main-page #home-container .product-container {
    width: 500px;
  }
  .main-page #home-container .product-container .product {
    width: 245px;
    margin-right: 10px;
  }
  .main-page #home-container .product-container .product:nth-child(2n+2) {
    margin-right: 0px;
  }
  .main-page #home-container .extra-product-container {
    width: 210px;
  }
  .main-page #home-container .hot-product-container .product {
    width: 360px;
  }
  .main-page #home-container .vip-product-container .product {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .main-page header {
    position: relative;
    padding-bottom: 0px;
  }
  .main-page header .top-header .container .search {
    margin-right: 0px;
  }
  .main-page header .main-header .header-wapper {
    padding: 15px 30px;
  }
  .main-page header .main-header .logo-container {
    width: 130px;
    z-index: 1000;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .main-page header .main-header .menu-container {
    float: none;
    height: 0px;
    margin: 0px;
    top: 0px;
    width: 100%;
    right: 0px;
  }
  .main-page header .main-header .menu-container .navbar {
    position: static;
  }
  .main-page header .main-header .menu-container .navbar .navbar-header {
    position: absolute;
    left: 15px;
    top: 0px;
  }
  .main-page header .main-header .menu-container .navbar .navbar-collapse {
    background-color: #373c43;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 9999;
    top: 50px;
    overflow: hidden;
  }
  .main-page header .main-header .menu-container .navbar .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 108%;
  }
  .main-page header .main-header .menu-container .navbar .nav > li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    display: block;
  }
  .main-page header .main-header .menu-container .navbar-nav i.fa {
    font-size: 32px;
    margin-top: 0px;
  }
  .main-page header .main-header .menu-container .navbar-nav > li > .dropdown-menu {
    background: transparent;
  }
  .main-page header .main-header .menu-container img {
    margin-right: 10px;
  }
  .main-page #main-slide .slide .caption {
    display: none;
  }
  .main-page #search-form-container select {
    width: 100%;
  }
  .main-page #search-form-container input[type=submit] {
    width: 100%;
  }
  .main-page #home-container .product-container {
    width: 100%;
  }
  .main-page #home-container .product-container .product {
    width: 100%;
    margin-right: 0px !important;
  }
  .main-page #home-container .extra-product-container {
    width: 100%;
  }
  .main-page #home-container .hot-product-container .product {
    width: 100%;
    padding-left: 0px !important;
  }
  .main-page #home-container .vip-product-container .product {
    width: 100%;
    margin-left: 0px !important;
    height: auto;
  }
  .main-page #list-default-container {
    width: 100%;
  }
  .main-page #list-default-container .one-item .thumbnail {
    width: 100%;
  }
  .main-page #list-default-container .one-item .title {
    padding: 5px 20px;
    width: 100%;
    margin-left: 0px;
  }
  .main-page #list-default-container .one-item .description {
    width: 100%;
    padding: 5px 0px;
  }
  .main-page #contact-container .banner {
    width: 100%;
  }
  .main-page #contact-container .post-content {
    width: 100%;
    float: none;
  }
  .main-page #contact-container .contact-form {
    float: none;
    width: 100%;
  }
  .main-page #default-container {
    width: 100%;
  }
  .main-page .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-page header .main-header .menu-container .navbar-nav > li > .dropdown-menu {
    position: static;
    float: none;
  }
  .main-page .navbar-default .navbar-nav > li > ul.dropdown-menu > li:hover > ul.dropdown-menu {
    display: block;
    position: static;
    float: none;
    border-width: 0px;
  }
  .main-page .navbar-default .navbar-nav > li > ul.dropdown-menu > li:hover > ul.dropdown-menu > li > a {
    padding-left: 30px;
  }
  .main-page header .main-header .contact-container {
    margin-left: -15px;
  }
  .main-page #home-container .product-container .product .thumbnail {
    height: auto;
  }
}
