/* ---------------- Init ---------------- */
@font-face {
  font-family: OpenSans;
  src: url(../fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf); }

@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf); }

@font-face {
  font-family: OpenSans-LightItalic;
  src: url(../fonts/OpenSans-LightItalic.ttf); }

@font-face {
  font-family: OpenSans-Italic;
  src: url(../fonts/OpenSans-Italic.ttf); }

/* --------  -------- */
* {
  margin: 0px;
  padding: 0px; }

.img-full {
  width: 100%; }

/* -------- Editor -------- */
.editor img,
.editor frame {
  max-width: 100%;
  height: auto; }

/* -------- Global -------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
  color: #333333;
  font-family: OpenSans;
  font-size: 13px; }

a {
  color: #000;
  outline: none !important;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  color: #24abe2;
  text-decoration: none; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: inside; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px; }

button {
  outline: none !important; }

input[type='text'] {
  padding-left: 10px; }

/*------------------------Main Menu-------------------*/
#max-menu-page ul.lv1 {
  list-style: none; }

#max-menu-page ul.lv1 > li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0px 10px; }

#max-menu-page ul.lv1 > li > a {
  text-transform: uppercase;
  color: #5b5a5a;
  font-size: 14px;
  display: block;
  padding: 25px 0px;
  border-top: 2px solid #fff;
  padding-bottom: 30px; }

#max-menu-page ul.lv1 > li > a:hover {
  color: #ff751a;
  border-color: #ff751a; }

#max-menu-page ul.lv1 > li.active > a {
  color: #ff751a;
  border-color: #ff751a; }

#max-menu-page .lv2 {
  list-style: none;
  width: 250px;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  z-index: 9;
  display: none;
  -moz-box-shadow: 3px 3px 3px #bbb;
  -webkit-box-shadow: 3px 3px 3px #bbb;
  box-shadow: 3px 3px 3px #bbb; }
  #max-menu-page .lv2 li {
    display: block; }
    #max-menu-page .lv2 li a {
      display: block;
      padding: 5px 10px; }
    #max-menu-page .lv2 li a:hover {
      background: #f0f0f0;
      color: #ff751a; }

#max-menu-page ul.lv1 > li:hover .lv2 {
  display: block; }

/*-----------------MIN menu--------------*/
#min-menu-page {
  background: #ff751a; }

#min-menu-page .title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 7px; }

#min-menu-page ul.lv1 {
  list-style: none; }

#min-menu-page ul.lv1 > li > a {
  display: block;
  padding: 7px 10px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  text-transform: uppercase; }

#min-menu-page .exit {
  text-align: center;
  margin-top: 15px; }

#min-menu-page .exit i {
  font-size: 30px;
  color: #fff; }

#min-menu-page > .lv1 > li.have-child > a::after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 5px;
  line-height: 16px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  font-weight: bold; }

#min-menu-page > .lv1 > li.have-child.expand > a::after {
  content: "\f2fc";
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold; }

#min-menu-page .lv2 {
  list-style: none;
  display: none; }
  #min-menu-page .lv2 li a {
    display: block;
    padding: 3px;
    padding-left: 30px;
    color: #fff; }

#min-menu-page > .lv1 > li.active > a {
  background: #eee;
  color: black; }

#nav-menu-page {
  padding: 5px 0px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  background: #ff751a;
  padding-left: 10px;
  display: none; }
  #nav-menu-page i {
    color: #fff; }

/*-------------header------------*/
#header #head-header {
  background: #f0f0f0;
  color: #666666;
  font-size: 13px;
  padding: 5px 0px; }
  #header #head-header .right {
    text-align: right; }
    #header #head-header .right b {
      color: #ff751a;
      margin-right: 20px; }
#header #menu {
  border-bottom: 2px solid #eee; }
  #header #menu .logo {
    margin-top: 12px; }
#header .wrap-form {
  display: inline-block;
  width: 100%; }
#header .form-search {
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
  position: relative;
  padding-top: 20px; }
  #header .form-search input {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    padding-right: 30px; }
  #header .form-search button {
    border: none;
    background: transparent;
    position: absolute;
    right: 10px;
    bottom: 5px; }
#header .cart {
  display: inline-block;
  float: left;
  width: 60px;
  text-align: right;
  position: relative;
  padding-top: 20px;
  padding-right: 20px; }
  #header .cart .num {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 10px;
    background: #ff751a;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50%; }

#slider {
  margin-top: 20px; }

#footer {
  background: #f0f0f0;
  padding: 20px 0px; }
  #footer .title-foot {
    display: block;
    font-family: OpenSans-Bold;
    font-size: 15px;
    text-transform: uppercase;
    border-left: 2px solid #ff751a;
    padding-left: 10px;
    margin-bottom: 15px; }
  #footer .phone {
    font-family: OpenSans-Bold;
    font-size: 14px;
    text-transform: uppercase; }
    #footer .phone span {
      font-size: 16px;
      color: #ff751a; }
  #footer .wrap-form-email {
    display: inline-block;
    width: 100%; }
    #footer .wrap-form-email input {
      width: calc(100% - 50px);
      display: inline-block;
      float: left;
      height: 30px;
      border: 1px solid #eee;
      padding-left: 10px; }
    #footer .wrap-form-email button {
      width: 50px;
      display: inline-block;
      float: left;
      border: 1px solid #eee;
      background: #ff751a;
      color: #fff;
      height: 30px; }
  #footer .social {
    margin-top: 10px; }
    #footer .social a {
      display: inline-block;
      width: 30px;
      height: 30px;
      color: #fff;
      background: #999;
      border-radius: 50%;
      text-align: center;
      font-size: 16px;
      padding-top: 3px; }
    #footer .social a:hover {
      background: #ff751a; }
  #footer .foot {
    padding-top: 10px;
    border-top: 1px solid #999; }
    #footer .foot a {
      display: inline-block;
      padding: 0px 10px;
      border-right: 1px solid #999; }
    #footer .foot a:last-child {
      border: none; }

.sy-box {
  position: relative; }

.sy-pager {
  position: absolute;
  bottom: 10px;
  z-index: 9; }

.sy-pager li {
  width: 15px;
  height: 15px; }

.sy-pager li.sy-active a {
  background: #ff751a; }

.item-product {
  padding: 15px;
  background: #fbfbfb;
  border: 1px solid #eee; }
  .item-product img {
    display: block;
    margin: auto; }
  .item-product .title {
    display: inline-block;
    width: 100%;
    padding-top: 10px; }
    .item-product .title .left {
      display: inline-block;
      width: calc(100% - 100px);
      padding-right: 10px;
      float: left; }
      .item-product .title .left span {
        display: block;
        font-family: OpenSans-Bold;
        text-transform: uppercase; }
    .item-product .title .right {
      display: inline-block;
      width: 100px;
      float: left;
      padding-top: 7px; }
      .item-product .title .right span {
        display: block;
        padding: 5px 10px;
        background: #ff751a;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border-radius: 5px; }

.item-product:hover {
  border-color: #ff751a; }

#product-new {
  margin-top: 20px; }

.title-main {
  border: 1px solid #eee;
  background: #fbfbfb;
  padding: 10px;
  display: inline-block;
  width: 100%;
  float: left;
  border-bottom: none; }
  .title-main > div {
    display: inline-block;
    width: 50%;
    float: left; }
  .title-main .left {
    text-transform: uppercase;
    color: #ff751a;
    font-size: 16px; }
    .title-main .left span {
      color: #000;
      font-family: OpenSans-Bold; }
  .title-main .right {
    text-align: right; }
    .title-main .right a {
      color: #999999; }
    .title-main .right a:hover {
      color: #ff751a; }

#product-hot {
  margin-top: 20px;
  margin-bottom: 20px; }
  #product-hot .owl-nav > div {
    position: absolute;
    top: 40%;
    text-align: center;
    background: #fff;
    padding: 10px; }
    #product-hot .owl-nav > div i {
      font-size: 35px;
      color: #eee;
      width: 40px;
      height: 40px;
      border: 2px solid #eee;
      border-radius: 50%; }
  #product-hot .owl-nav .owl-prev {
    left: -30px; }
  #product-hot .owl-nav .owl-next {
    right: -30px; }

.item-slide {
  border: 1px solid #eee;
  position: relative;
  overflow: hidden; }
  .item-slide img {
    display: block;
    margin: auto; }
  .item-slide .title {
    text-align: center;
    padding: 10px; }
    .item-slide .title span {
      display: block;
      font-family: OpenSans-Bold;
      text-transform: uppercase; }
    .item-slide .title p {
      color: #ff751a;
      font-family: OpenSans-Bold; }
  .item-slide .intro {
    position: absolute;
    padding: 15px;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    bottom: -100%; }
    .item-slide .intro a {
      width: 100px;
      padding: 5px 15px;
      background: #ff751a;
      color: #fff;
      margin: auto;
      display: block;
      border-radius: 5px;
      text-transform: uppercase; }

#promotion {
  margin-bottom: 30px;
  margin-top: 40px; }
  #promotion .wrap-promotion {
    background: #f0f0f0; }
  #promotion .left {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
    #promotion .left p {
      text-align: center;
      font-size: 24px;
      color: #666;
      text-transform: uppercase;
      margin-bottom: 20px; }
    #promotion .left > span {
      display: block;
      font-size: 18px;
      font-family: OpenSans-Bold;
      color: #ff751a;
      text-align: center;
      margin-bottom: 20px; }
    #promotion .left .hour {
      text-align: center;
      margin-bottom: 25px; }
      #promotion .left .hour .items {
        width: 40px;
        display: inline-block; }
        #promotion .left .hour .items span {
          display: block;
          background: #ccc;
          font-size: 16px;
          padding: 5px 0px; }
    #promotion .left a {
      background: #333;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 16px;
      transition: all 0.3s; }
    #promotion .left a:hover {
      background: #ff751a; }
  #promotion .right {
    position: relative; }
    #promotion .right img {
      position: absolute;
      top: -30px; }

#service {
  margin-bottom: 30px; }
  #service .items {
    text-align: center;
    border: 1px solid #eee;
    padding: 15px; }
    #service .items img {
      display: block;
      margin: auto;
      margin-bottom: 20px; }
    #service .items span {
      display: block;
      font-family: OpenSans-Bold; }

.item-news {
  position: relative; }
  .item-news .wrap-title {
    position: absolute;
    bottom: 0;
    padding: 10px; }
    .item-news .wrap-title .title {
      background: rgba(255, 255, 255, 0.8);
      text-align: center;
      padding: 5px 10px; }
      .item-news .wrap-title .title a {
        display: block;
        font-family: OpenSans-Bold; }
      .item-news .wrap-title .title a:hover {
        color: #ff751a; }

.title-news {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: OpenSans-Bold;
  color: #ff751a; }
  .title-news span {
    color: black; }

#news-home {
  margin-bottom: 30px; }
  #news-home .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
    width: 50px; }
    #news-home .owl-nav > div {
      background: #e4e1e1;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      margin-left: 5px; }
      #news-home .owl-nav > div i {
        font-size: 16px; }

#partner {
  margin-top: 20px;
  margin-bottom: 30px; }
  #partner .wrap-items-partner {
    padding: 0px 30px; }
    #partner .wrap-items-partner .owl-nav > div {
      position: absolute;
      top: 20%;
      font-size: 26px;
      color: #999999; }
    #partner .wrap-items-partner .owl-nav .owl-prev {
      left: 0px; }
    #partner .wrap-items-partner .owl-nav .owl-next {
      right: 0px; }

#breadcrumb {
  margin-bottom: 15px; }
  #breadcrumb .list {
    list-style: none; }
    #breadcrumb .list li {
      display: inline-block; }
      #breadcrumb .list li a {
        display: block;
        padding: 5px; }
      #breadcrumb .list li a:hover {
        color: #ff751a; }
    #breadcrumb .list li:last-child a {
      color: #ff751a; }

#product-page {
  margin-bottom: 30px; }
  #product-page .item-slide {
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 20px; }
  #product-page .left {
    display: inline-block;
    width: 260px;
    padding-left: 15px;
    padding-right: 15px;
    float: left; }
  #product-page .right {
    display: inline-block;
    width: calc(100% - 260px);
    padding-left: 15px;
    padding-right: 15px;
    float: left; }

.cate .title {
  background: #063057;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px; }
.cate ul {
  list-style: none;
  background: #f0f0f0; }
  .cate ul li {
    display: block; }
    .cate ul li a {
      display: block;
      padding: 5px 10px;
      border-left: 2px solid #f0f0f0; }
    .cate ul li a:hover {
      border-color: #ff751a;
      background: #fff;
      color: #ff751a; }

.title-h1 {
  display: block;
  font-size: 18px;
  color: #063057;
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  margin-bottom: 20px; }

.sort {
  text-align: right;
  /*for IE10*/ }
  .sort select {
    height: 30px;
    border: 1px solid #eee;
    font-style: italic;
    width: 160px;
    background: url(../img/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 5px; }
    .sort select option {
      padding-left: 5px; }
  .sort select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none; }
  .sort select::-ms-expand {
    display: none; }

.paging {
  display: block;
  text-align: right; }
  .paging a {
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 5px; }
  .paging a.active {
    background: #333;
    color: #fff;
    border-color: #333; }
  .paging a:hover {
    background: #333;
    color: #fff;
    border-color: #333; }

#product-detail .row-10 {
  margin-right: -10px;
  margin-left: -10px; }
#product-detail .left {
  width: calc(100% - 250px);
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left; }
#product-detail .right {
  width: 250px;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left; }
  #product-detail .right .title {
    background: #063057;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding: 7px 10px; }
  #product-detail .right .wrap-sp {
    background: #f0f0f0;
    padding: 10px; }
    #product-detail .right .wrap-sp .phone {
      display: block;
      font-size: 24px;
      font-weight: bold;
      color: #ff751a;
      background: url(../img/icon-phone.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding: 5px;
      padding-left: 30px; }
    #product-detail .right .wrap-sp .sp {
      margin-top: 10px;
      border-top: 1px solid #fff; }
      #product-detail .right .wrap-sp .sp > div {
        padding: 5px 0px;
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 35px; }
      #product-detail .right .wrap-sp .sp .ship {
        background-image: url(../img/ship-sp.png); }
      #product-detail .right .wrap-sp .sp .money {
        background-image: url(../img/dollar-sp.png); }
      #product-detail .right .wrap-sp .sp .sp-cus {
        background-image: url(../img/head-sp.png); }
#product-detail .info {
  font-size: 14px; }
  #product-detail .info .title-product-h4 {
    display: block;
    font-size: 20px;
    margin-bottom: 5px; }
  #product-detail .info .price {
    color: #ff751a;
    font-size: 20px;
    font-weight: bold; }
  #product-detail .info hr {
    margin-top: 10px;
    margin-bottom: 10px; }
  #product-detail .info .info-items p {
    margin-bottom: 5px;
    font-weight: bold; }
    #product-detail .info .info-items p span {
      width: 145px;
      display: inline-block;
      font-weight: normal; }
  #product-detail .info .wrap-form-add {
    margin-bottom: 20px;
    /*for IE10*/ }
    #product-detail .info .wrap-form-add select {
      width: 145px;
      height: 30px;
      border: 1px solid #eee;
      background: url(../img/arrow-select.png);
      background-repeat: no-repeat;
      background-position: right center;
      padding-left: 10px; }
      #product-detail .info .wrap-form-add select option {
        padding-left: 10px; }
    #product-detail .info .wrap-form-add select {
      /*for firefox*/
      -moz-appearance: none;
      /*for chrome*/
      -webkit-appearance: none; }
    #product-detail .info .wrap-form-add select::-ms-expand {
      display: none; }
    #product-detail .info .wrap-form-add button {
      background: #ff751a;
      border: none;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 10px;
      float: right;
      background-image: url(../img/icon-add.png);
      background-repeat: no-repeat;
      background-position: 10px center;
      padding-left: 30px; }
#product-detail .images {
  position: relative;
  width: 100%;
  height: 350px;
  cursor: zoom-in; }
  #product-detail .images a {
    cursor: zoom-in; }
  #product-detail .images img {
    position: absolute;
    top: 0;
    left: 0; }
#product-detail .thumbs {
  padding: 0px 10px; }
  #product-detail .thumbs .thumb {
    border: 1px solid #eee; }
  #product-detail .thumbs .active {
    border-color: #063057; }
  #product-detail .thumbs .owl-nav > div {
    position: absolute;
    top: 35%;
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px; }
  #product-detail .thumbs .owl-nav .owl-prev {
    left: -10px; }
  #product-detail .thumbs .owl-nav .owl-next {
    right: -10px; }
#product-detail .content {
  margin-top: 30px; }
  #product-detail .content .tabs {
    list-style: none;
    border-bottom: 1px solid #eee; }
    #product-detail .content .tabs li {
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #eee;
      background: #ecebeb;
      margin-bottom: -1px;
      cursor: pointer;
      text-transform: uppercase; }
    #product-detail .content .tabs li.current {
      background: #fff;
      border-bottom: 1px solid #fff;
      color: #ff751a;
      font-weight: bold; }
  #product-detail .content .tab-content {
    padding: 20px;
    border: 1px solid #eee;
    display: none;
    border-top: none; }
  #product-detail .content .tab-content.current {
    display: block; }

.title-product {
  font-size: 18px;
  color: #063057;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold; }

.relate {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  .relate .relate-h3 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #063057;
    font-weight: bold;
    font-size: 16px; }
  .relate .item-slide {
    width: 25%;
    float: left; }
