@charset "UTF-8";

a, a:hover, a:focus, a:active {

  text-decoration: none;

  color: inherit;

  outline: none; }



ol, ul, li {

  padding: 0;

  list-style: none;

  margin: 0; }



label {

  font-weight: normal; }



input[type="text"], input[type="email"], input[type="password"], select {

  padding-left: 12px;

  padding-right: 12px; }



input[type="number"] {

  padding-left: 5px; }



textarea {

  padding: 5px 12px; }



input, textarea, select, button, a {

  outline: none; }



button {

  border: none;

  background: none; }



.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {

  position: relative;

  min-height: 1px;

  padding-right: 15px;

  padding-left: 15px; }



.pad-0 {

  padding-left: 0px;

  padding-right: 0px; }



.pad-5 {

  padding-left: 5px;

  padding-right: 5px; }



.pad-8 {

  padding-left: 8px;

  padding-right: 8px; }



.pad-10 {

  padding-left: 10px;

  padding-right: 10px; }



.margin-auto {

  margin-left: auto;

  margin-right: auto; }



.col-mar-0 {

  margin-left: 0px;

  margin-right: 0px; }



.col-mar-0 > div[class^="col-"] {

  padding-left: 0px;

  padding-right: 0px; }



.col-mar-5 {

  margin-left: -5px;

  margin-right: -5px; }



.col-mar-5 > div[class^="col-"] {

  padding-left: 5px;

  padding-right: 5px; }



.col-mar-8 {

  margin-left: -8px;

  margin-right: -8px; }



.col-mar-8 > div[class^="col-"] {

  padding-left: 8px;

  padding-right: 8px; }



.col-mar-10 {

  margin-left: -10px;

  margin-right: -10px; }



.col-mar-10 > div[class^="col-"] {

  padding-left: 10px;

  padding-right: 10px; }



img {

  -webkit-object-fit: cover;

  -moz-object-fit: cover;

  -ms-object-fit: cover;

  -o-object-fit: cover;

  object-fit: cover; }



.bg {

  background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat; }



.smooth {

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  -ms-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out; }



.radial-in:after, .radial-in:before {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0; }



.relative {

  position: relative; }



.static {

  position: static; }



.absolute {

  position: absolute; }



.text-justify {

  text-align: justify; }



.row-ibl {

  font-size: 0; }

  .row-ibl > div[class^="col-"] {

    font-size: 14px;

    float: none;

    display: inline-block;

    vertical-align: top; }

  .row-ibl:after {

    content: '';

    display: inline-block;

    width: 100%; }

  .row-ibl.mid > div[class^="col-"] {

    vertical-align: middle; }

  .row-ibl.bot > div[class^="col-"] {

    vertical-align: bottom; }



.clearfix:before, .clearfix:after {

  content: '';

  display: block;

  clear: both; }



@font-face {

  font-family: 'Roboto-Condensed';

  src: url("../fonts/Roboto-BoldCondensed.ttf") format("truetype");

  font-weight: bold; }

.col-xs-f20 {

  float: left;

  width: 20%; }



@media (min-width: 768px) {

  .col-sm-f20 {

    float: left;

    width: 20%; } }

@media (min-width: 992px) {

  .col-md-f20 {

    float: left;

    width: 20%; } 
  }

@media (min-width: 1200px) {

  .col-lg-f20 {

    float: left;

    width: 20%; } }

.radial-in {

  position: relative;

  z-index: 0;

  overflow: hidden; }

  .radial-in:after, .radial-in:before {

    content: "";

    z-index: -1;

    border-radius: 100%;

    -webkit-transition: all 0.45s cubic-bezier(0, 0.5, 1, 1);

    -moz-transition: all 0.45s cubic-bezier(0, 0.5, 1, 1);

    -ms-transition: all 0.45s cubic-bezier(0, 0.5, 1, 1);

    -o-transition: all 0.45s cubic-bezier(0, 0.5, 1, 1);

    transition: all 0.45s cubic-bezier(0, 0.5, 1, 1);

    background: rgba(0, 0, 0, 0.08);

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -o-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0); }

  .radial-in:hover:before, .radial-in:hover:after {

    -webkit-transform: scale(2);

    -moz-transform: scale(2);

    -o-transform: scale(2);

    -ms-transform: scale(2);

    transform: scale(2); }

  .radial-in:after {

    -webkit-transition-delay: 0.25s;

    -moz-transition-delay: 0.25s;

    -ms-transition-delay: 0.25s;

    -o-transition-delay: 0.25s;

    transition-delay: 0.25s; }



.light-img {

  display: inline-block;

  vertical-align: middle;

  position: relative;

  overflow: hidden;

  background: #fff; }

  .light-img:before, .light-img:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    pointer-events: none; }

  .light-img:before {

    right: 0;

    bottom: 0;

    background: none;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out; }

  .light-img:after {

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0.3);

    -webkit-transition: 0.75s ease-in-out;

    -moz-transition: 0.75s ease-in-out;

    -ms-transition: 0.75s ease-in-out;

    -o-transition: 0.75s ease-in-out;

    transition: 0.75s ease-in-out;

    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);

    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }

  .light-img:hover:before {

    background: rgba(242, 211, 0, 0.2); }

  .light-img:hover:after {

    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);

    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }



.delay02 {

  -webkit-animation-delay: 0.2s;

  -moz-animation-delay: 0.2s;

  -ms-animation-delay: 0.2s;

  -o-animation-delay: 0.2s;

  animation-delay: 0.2s; }



.delay04 {

  -webkit-animation-delay: 0.4s;

  -moz-animation-delay: 0.4s;

  -ms-animation-delay: 0.4s;

  -o-animation-delay: 0.4s;

  animation-delay: 0.4s; }



.delay06 {

  -webkit-animation-delay: 0.6s;

  -moz-animation-delay: 0.6s;

  -ms-animation-delay: 0.6s;

  -o-animation-delay: 0.6s;

  animation-delay: 0.6s; }



.c-img {

  display: block;

  position: relative;

  padding-top: 100%; }

  .c-img img, .c-img .bg {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: block;

    width: 100%;

    height: 100%;

    border-radius: inherit; }



.img-pos {

  position: relative;

  display: block; }

  .img-pos img {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    margin: auto;

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto; }



.img-hv {

  display: block;

  position: relative; }

  .img-hv:after {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    border-radius: inherit;

    pointer-events: none;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out; }

  .img-hv:hover:after {

    background: rgba(249, 99, 2, 0.4); }



body {

  font-size: 14px;

  font-family: "Arial";

  line-height: 1.5;

  color: #434343;

  background: url("../images/bg.png"); }



.s-content ol {

  list-style: decimal;

  margin-left: 15px;

  margin-bottom: 10px; }

.s-content ul {

  list-style: initial;

  margin-left: 15px;

  margin-bottom: 10px; }

.s-content li {

  list-style: inherit;

  margin-bottom: 5px; }

.s-content p {

  margin-bottom: 10px; }

.s-content img {

  display: block;

  max-width: 100%;

  margin: 10px auto;

  width: auto !important;

  height: auto !important; }

.s-content table, .s-content iframe {

  max-width: 100%; }
.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6{
  font-weight: bold;
}


.s-social .fb_iframe_widget, .s-social a.pinterest {

  display: inline-block;

  vertical-align: top;

  margin-top: -1px; }



.back-to-top {

  display: none;

  position: fixed;

  font-size: 18px;

  cursor: pointer;

  text-align: center;

  z-index: 999;

  width: 40px;

  height: 40px;

  line-height: 40px;

  right: 15px;

  bottom: 15px;

  background: rgba(249, 99, 2, 0.8);

  color: #fff; }

  .back-to-top:hover {

    background: #f96302; }



.ic {

  display: inline-block;

  vertical-align: middle;

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain; }



.ic-car {

  background-image: url("../images/ic1.png");

  width: 59px;

  height: 35px; }



.ic-bag {

  background-image: url("../images/ic2.png");

  width: 39px;

  height: 35px; }



.page {

  background: #fff; }



header {

  background: #fff; }

  header .head {

    font-size: 11px;

    color: #000;

    font-weight: bold;

    font-family: "Tahoma";

    background: #e0c18f;

    border-bottom: 2px solid #f86201;

    padding: 2px 15px 1px 15px;

    margin-bottom: 10px; }

  header .logo {

    display: inline-block;

    vertical-align: middle; }

    header .logo img {

      display: block;

      max-width: 100%; }

  header .s-cart {

    display: inline-block;

    padding: 5px 15px 4px 15px;

    border-radius: 4px;

    border: solid 1px #ccc;

    background: #ededed;

    box-shadow: inset 1px 1px 1px #fafafa; }

    header .s-cart i {

      font-size: 21px;

      vertical-align: middle;

      margin-right: 5px;

      margin-top: -4px; }

    header .s-cart strong, header .s-cart span {

      font-family: "Roboto-Condensed";

      font-size: 14px;

      font-weight: bold; }

    header .s-cart:hover {

      color: #f96302; }

  header .social {

    display: inline-block;

    vertical-align: middle;

    margin-right: 20px; }

    header .social a {

      display: inline-block;

      vertical-align: middle;

      text-align: center;

      width: 32px;

      height: 32px;

      border-radius: 50%;

      background: #f96302;

      color: #fff;

      font-size: 18px;

      line-height: 32px;

      text-shadow: 0px 1px 0px #888;

      border: 1px solid #F7A876; }

      header .social a:hover {

        opacity: 0.7; }



.main-nav {

  margin-top: 15px; }

  .main-nav > ul > li {

    display: inline-block;

    vertical-align: middle;

    margin-left: 8px;

    border-left: solid 1px #333;

    line-height: 1;

    padding-left: 10px; }

    .main-nav > ul > li:first-child {

      border-left: none;

      padding-left: 0;

      margin-left: 0; }

    .main-nav > ul > li a {

      font-size: 13px;

      font-weight: bold; }

    .main-nav > ul > li:hover > a {

      text-decoration: underline;

      color: #f96302; }

  .main-nav li {

    position: relative; }

    .main-nav li ul {

      position: absolute;

      min-width: 200px;

      -webkit-transition: all 0.35s ease-in-out;

      -moz-transition: all 0.35s ease-in-out;

      -o-transition: all 0.35s ease-in-out;

      -ms-transition: all 0.35s ease-in-out;

      transition: all 0.35s ease-in-out;

      z-index: 1;

      margin-top: 10px;

      opacity: 0;

      pointer-events: none;

      padding-top: 5px;

      text-align: left; }

      .main-nav li ul ul {

        padding-left: 5px;

        padding-top: 0;

        top: 0;

        left: 100%; }

      .main-nav li ul a {

        display: block;

        padding: 10px 15px;

        background: #fff;

        border-bottom: solid 1px #f1f1f1; }

      .main-nav li ul li:hover > a {

        color: #f96302; }

    .main-nav li:hover > ul {

      margin-top: 0;

      opacity: 1;

      pointer-events: all; }



.main-bar {

  margin-top: 10px;

  margin-bottom: 15px; }



.h-cate {

  text-align: justify;

  font-size: 0; }

  .h-cate:after {

    content: '';

    display: inline-block;

    vertical-align: middle;

    width: 100%; }

  .h-cate a {

    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px 5px 20px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Roboto-Condensed";
    background: #e40d0d;
    color: #fff; }

    .h-cate a:hover {

      background: #f96302; }



.search-form {

  position: relative; }

  .search-form input {

    width: 100%;

    height: 35px;

    border-radius: 3px;

    border: solid 1px #ccc; }

  .search-form button {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    width: 35px;

    border-radius: 0 3px 3px 0;

    background: #f96302;

    color: #fff; }



.h-nav {

  text-align: justify;

  font-size: 0; }

  .h-nav:after {

    content: '';

    display: inline-block;

    vertical-align: middle;

    width: 100%; }

  .h-nav a {

    display: inline-block;

    vertical-align: middle;

    padding: 7px 20px;

    border: 1px solid #d1d1d1;

    background: #f4f4f4;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));

    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ededed 100%);

    background: -o-linear-gradient(top, #f4f4f4 0%, #ededed 100%);

    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);

    background: linear-gradient(to bottom, #f4f4f4 0%, #ededed 100%);

    border-radius: 3px;

    font-size: 13px;

    font-weight: bold; }

    .h-nav a:hover {

      color: #f96302; }



.sb-cate {

  margin-bottom: 30px; }

  .sb-cate li:hover > a {

    color: #fff;

    background: #f96302; }

    .sb-cate li:hover > a:before {
      background: #fff;
    }

  .sb-cate a {

    display: block;

    padding: 8px 10px 8px 30px;

    position: relative;

    font-size: 12px;

    font-weight: bold; }

    .sb-cate a:before {

      font-family: FontAwesome;

      position: absolute;

      font-size: 10px;

      margin-top: 2px;

      left: 10px;

      font-weight: normal; }

  .sb-cate > ul > li > a {

    color: #fff;

    background: #e40d0d;

    border-bottom: solid 1px #e1e1e1;

    text-transform: uppercase; }

    .sb-cate > ul > li > a:before {

      font-family: "Glyphicons Halflings";

      content: "";

      color: #fff;

      left: 13px; }

  .sb-cate ul ul a {

    padding-left: 38px; }

    .sb-cate ul ul a:before {

      content: '';

      width: 5px;

      height: 5px;

      border-radius: 50%;

      background: #f96302;

      margin-top: 7px;

      left: 23px; }

  .sb-cate ul ul li {

    position: relative; }

    .sb-cate ul ul li:hover > ul {

      opacity: 1;

      pointer-events: all;

      margin-top: 0px; }

  .sb-cate ul ul ul {

    position: absolute;

    left: 100%;

    min-width: 220px;

    color: #fff;

    top: 0;

    padding-left: 1px;

    z-index: 3;

    -webkit-transition: all 0.35s ease-in-out;

    -moz-transition: all 0.35s ease-in-out;

    -o-transition: all 0.35s ease-in-out;

    -ms-transition: all 0.35s ease-in-out;

    transition: all 0.35s ease-in-out;

    opacity: 0;

    pointer-events: none;

    margin-top: 10px; }

    .sb-cate ul ul ul a {
      color: #333;

      background: #efefef;

      padding-left: 25px; }

      .sb-cate ul ul ul a:before {

        background: #0d88cb;

        left: 10px; }

    .sb-cate ul ul ul li:hover > a {

      background: #ff6600;

      color: #fff; }

    .sb-cate ul ul ul ul {

      position: static;

      padding: 0;

      opacity: 1;

      margin-top: 0px;

      -webkit-transition: none;

      -moz-transition: none;

      -ms-transition: none;

      -o-transition: none;

      transition: none; }

      .sb-cate ul ul ul ul a {

        padding-left: 40px; }

        .sb-cate ul ul ul ul a:before {

          border-radius: 0;

          left: 24px; }



.cate-btn {

  display: none; }



.sidebar {

  background: #efefef; }



.sb-title {

  background: #dadada;

  color: #444;

  padding: 5px 5px 4px 15px;

  font-weight: bold;

  border: 1px solid #c7c7c7;

  margin-bottom: 10px;

  text-transform: uppercase; }

.sb-title a:hover {

  color: #f96302;

}

.sb-search {

  margin-bottom: 30px; }

  .sb-search form {

    padding: 0 10px; }

  .sb-search p {

    font-size: 13px;

    font-weight: bold;

    margin-bottom: 2px; }

  .sb-search input, .sb-search select {

    height: 30px;

    border-radius: 3px;

    margin-bottom: 10px;

    width: 100%;

    border: solid 1px #ccc;

    font-size: 13px; }

  .sb-search select {

    padding-left: 8px; }

  .sb-search button {

    background: #464646;

    background: -moz-linear-gradient(top, #464646 0%, #252525 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #252525));

    background: -webkit-linear-gradient(top, #464646 0%, #252525 100%);

    background: -o-linear-gradient(top, #464646 0%, #252525 100%);

    background: -ms-linear-gradient(top, #464646 0%, #252525 100%);

    background: linear-gradient(to bottom, #464646 0%, #252525 100%);

    box-shadow: inset 1px 1px 1px #a3a3a3;

    border: 1px solid #393939;

    padding: 4px 20px 3px 20px;

    color: #fff;

    border-radius: 3px; }

    .sb-search button:hover {

      opacity: 0.8; }



.sb-post {

  margin-bottom: 30px; }

  .sb-post li a {

    display: block;

    font-size: 13px;

    padding: 6px 15px 6px 25px;

    position: relative;

    border-bottom: solid 1px #e1e1e1; }

    .sb-post li a:before {

      content: '';

      width: 5px;

      height: 5px;

      position: absolute;

      border-radius: 50%;

      background: #0d88cb;

      left: 10px;

      top: 12px; }

    .sb-post li a:hover {

      color: #f96302; }

.sb-post.lk ul,.sb-post.lk li{

  list-style: none;

}

.sb-post.lk li a:before{

  content: '';

  width: 0px;

  height: 0px;

}

#slider {

  position: relative; }

  #slider .slider {

    z-index: 1; }

  #slider .nivo-directionNav {

    display: none; }

  #slider .nivo-controlNav {

    position: absolute;

    left: 10px;

    bottom: 10px;

    padding: 0;

    z-index: 2; }

    #slider .nivo-controlNav a {

      display: inline-block;

      font-size: 0;

      width: 10px;

      height: 10px;

      background: #d6d6d6;

      margin-right: 2px; }

      #slider .nivo-controlNav a.active {

        background: #0d88cb; }



.p-title {

  color: #444;

  text-transform: uppercase;

  padding: 10px 15px 8px 15px;

  font-weight: bold;

  border-bottom: solid 1px #e1e1e1;

  border-top: solid 1px #e1e1e1;

  margin-bottom: 15px; }

  .p-title a:hover {

    color: #f96302; }



.post {

  max-width: 250px;

  margin: 0 auto 15px auto; }

  .post .img {

    display: block;

    height: 142px;

    padding: 3px;

    border: solid 1px #e1e1e1;

    box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.3);

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    margin-bottom: 10px; }

    .post .img img {

      width: 100%;

      height: 100%; }

  .post:hover .img {

    border-color: #f96302; }

  .post .title {

    font-size: 13px;

    font-weight: bold;

    line-height: 18px;

    height: 36px;

    overflow: hidden; }

    .post .title i {

      margin-left: 2px;

      color: #f96302;

      font-size: 12px;

      font-weight: normal; }

    .post .title a:hover {

      color: #f96302; }



.b-post {

  margin-bottom: 20px; }

  .b-post .title {

    color: #444;

    font-weight: bold;

    padding: 8px 0;

    border-top: solid 1px #e1e1e1;

    border-bottom: solid 1px #e1e1e1;

    margin-bottom: 10px;

    line-height: 18px; }

    .b-post .title a {

      display: block;

      line-height: 18px;

      height: 36px; }

      .b-post .title a:hover {

        color: #f96302; }

  .b-post .img {

    width: 170px;

    float: left;

    padding: 2px;

    border: solid 1px #e1e1e1;

    border: solid 1px #e1e1e1;

    box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.3);

    display: block;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out; }

    .b-post .img:hover {

      border-color: #f96302; }

    .b-post .img img {

      width: 100%;

      display: block; }

  .b-post .ct {

    margin-left: 180px;

    font-size: 13px;

    line-height: 1.4; }

  .b-post .more {

    display: inline-block;

    vertical-align: middle;

    margin-top: 8px;

    color: #f96302;

    font-size: 12px; }

    .b-post .more i {

      margin-left: 3px; }

    .b-post .more:hover {

      text-decoration: underline; }



.nav-foot {

  border-top: solid 1px #e1e1e1;

  border-bottom: solid 1px #e1e1e1;

  padding: 5px 15px;

  margin: 20px 0; }

  .nav-foot li {

    display: inline-block;

    vertical-align: middle;

    font-size: 13px;

    font-weight: bold;

    margin-right: 10px;

    padding-right: 10px;

    border-right: solid 1px;

    line-height: 1; }

    .nav-foot li:last-child {

      border-right: none;

      padding-right: 0;

      margin-right: 0; }

    .nav-foot li a:hover {

      color: #f96302; }



footer {

  font-size: 12px;

  padding-bottom: 15px;

  margin-bottom: 40px; }

  footer .s-content p {

    margin-bottom: 4px; }

  footer .f-title {

    font-weight: bold;

    margin-bottom: 5px; }

  footer a:hover {

    color: #f96302; }

  footer li {

    margin-bottom: 4px; }



.footer-fix {

  position: fixed;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 9; }



.foot-fix {

  height: 40px;

  line-height: 40px;

  background: #fff;

  padding: 0 15px;

  border-top: solid 1px #e1e1e1; }

  .foot-fix .hotline, .foot-fix .email {

    display: inline-block;

    vertical-align: middle;

    line-height: 25px;

    background-position: left center;

    background-repeat: no-repeat;

    font-size: 17px;

    font-weight: bold;

    font-style: italic;

    padding-left: 28px; }

    .foot-fix .hotline span, .foot-fix .email span {

      color: #e40d0d; }

    .foot-fix .hotline:hover span, .foot-fix .email:hover span {

      color: #f96302; }

  .foot-fix .hotline {

    background-image: url("../images/hotline.png");

    margin-right: 20px; }

  .foot-fix .email {

    background-image: url("../images/email.jpg"); }

  .foot-fix .s-social {

    display: inline-block;

    vertical-align: middle;

    line-height: 1; }



.breadcrumb {

  background: none;

  padding: 10px 15px;

  margin-bottom: 15px;

  border-radius: 0;

  font-size: 12px;

  font-weight: bold;

  border-top: solid 1px #e1e1e1;

  border-bottom: solid 1px #e1e1e1; }

  .breadcrumb a:hover {

    color: #f96302; }

  .breadcrumb li + li:before {

    color: inherit;

    font-family: FontAwesome;

    content: "\f105"; }



.l-post {

  padding-bottom: 10px;

  margin-bottom: 10px;

  border-bottom: dashed 1px #e1e1e1; }

  .l-post .img {

    display: block;

    float: left;

    width: 200px;

    border-radius: 5px;

    position: relative;

    overflow: hidden; }

    .l-post .img img {

      display: block;

      width: 100%; }

    .l-post .img:after {

      content: '';

      position: absolute;

      top: 0;

      right: 0;

      bottom: 0;

      left: 0;

      border-radius: inherit;

      -webkit-transition: all 0.2s ease-in-out;

      -moz-transition: all 0.2s ease-in-out;

      -o-transition: all 0.2s ease-in-out;

      -ms-transition: all 0.2s ease-in-out;

      transition: all 0.2s ease-in-out; }

    .l-post .img:hover:after {

      background: rgba(0, 0, 0, 0.3); }

  .l-post .ct {

    margin-left: 215px; }

    .l-post .ct .title {

      font-size: 13px;

      font-weight: bold;

      color: #0d88cb; }

      .l-post .ct .title a:hover {

        color: #f96302; }

    .l-post .ct time {

      font-size: 11px;

      font-style: italic;

      color: #888; }

    .l-post .ct p {

      font-size: 12px; }

    .l-post .ct .more {

      font-size: 12px;

      font-weight: bold; }

      .l-post .ct .more:hover {

        color: #f96302; }



.te-pagination {

  margin: 20px 0; }

  .te-pagination a, .te-pagination strong {

    display: inline-block;

    vertical-align: middle;

    font-weight: normal;

    font-size: 13px;

    text-align: center;

    width: 28px;

    height: 28px;

    line-height: 28px;

    margin: 0px 2px; }

  .te-pagination a:hover, .te-pagination strong {

    background: #f96302;

    color: #fff; }



.single .title {

  font-size: 13px;

  font-weight: bold;

  margin-bottom: 10px; }

.single .info {

  margin-bottom: 10px;

  font-size: 12px;

  color: #888; }

.single .s-content {

  font-size: 13px;

  margin-bottom: 10px; }



.related-post {

  border: dashed 1px #0d88cb;

  padding: 10px 15px 5px 15px;

  margin-bottom: 20px; }

  .related-post .i-title {

    font-size: 13px;

    font-weight: bold;

    color: #ff5454;

    padding-bottom: 5px;

    border-bottom: solid 1px #e1e1e1;

    margin-bottom: 10px; }

  .related-post ul li {

    margin-bottom: 8px;

    font-size: 13px;

    color: #0d88cb; }

    .related-post ul li a:hover {

      color: #f96302; }

    .related-post ul li:before {

      content: '';

      display: inline-block;

      vertical-align: middle;

      width: 5px;

      height: 5px;

      border-radius: 50%;

      background: #f96302;

      margin-right: 10px;

      margin-top: -2px; }



.contact {

  margin-top: 20px; }

  .contact .name {

    font-size: 22px;

    text-transform: uppercase;

    font-weight: bold;

    margin-bottom: 5px; }

  .contact .item {

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: solid 1px #e1e1e1;

    font-size: 13px;

    font-weight: bold; }

    .contact .item:last-child {

      padding-bottom: 0px;

      border-bottom: none; }

    .contact .item img {

      max-width: 250px;

      max-height: 160px;

      display: block;

      width: auto;

      height: auto;

      margin: 0 auto 10px auto; }

    .contact .item .i-title {

      font-size: 16px;

      font-weight: bold;

      margin-bottom: 10px; }

    .contact .item p {

      margin-bottom: 5px; }



.map iframe {

  height: 330px;

  pointer-events: none; }



.pro-img img {

  display: block;

  max-width: 100%;

  margin: auto;

  padding: 3px;

  border: solid 1px #e1e1e1; }



.pro-tb {

  width: 100%;

  font-size: 13px; }

  .pro-tb th {

    background: #0d88cb;

    color: #fff;
    display: none;}

  .pro-tb th, .pro-tb td {

    padding: 8px 10px;

    text-align: center;

    border: solid 1px #e1e1e1; }

    .pro-tb th:first-child, .pro-tb td:first-child {

      text-align: left; }

  .pro-tb td {

    font-size: 12px;

    font-weight: bold; }

    .pro-tb td input {

      width: 60px;

      height: 22px; }

    .pro-tb td button {

      padding: 4px 8px;

      background: #0d88cb;

      color: #fff;

      border-radius: 3px; }

      .pro-tb td button:hover {

        background: #f96302; }

      .pro-tb td button i {

        font-size: 14px;

        display: none; }

      .pro-tb td button span {

        margin-left: 5px; }

  .pro-tb tr:nth-child(2n) td {

    background: #f1f1f1; }



.cart-tb {

  width: 100%;

  font-size: 13px; }

  .cart-tb th {

    background: #e8e8e8; }

  .cart-tb td, .cart-tb th {

    padding: 7px 10px;

    border: solid 1px #d1d1d1;

    text-align: center; }

    .cart-tb td:nth-child(2), .cart-tb th:nth-child(2) {

      text-align: left; }

  .cart-tb td input {

    width: 60px;

    height: 22px; }

  .cart-tb td .delete {

    display: inline-block;

    vertical-align: middle;

    font-size: 24px;

    line-height: 0;

    color: #ff5454; }

    .cart-tb td .delete:hover {

      color: #0d88cb; }

  .cart-tb tr:nth-child(2n) td {

    background: #f1f1f1; }



.cart-total {

  border: solid 1px #d1d1d1;

  border-top: none;

  padding: 8px 15px;

  text-align: right;

  font-size: 13px; }

  .cart-total strong {

    color: #f96302; }



.p-cart-ctrl {

  margin-top: 15px; }

  .p-cart-ctrl a {

    margin-right: 5px;

    font-size: 13px; }



.booking-fr {

  margin-top: 30px; }

  .booking-fr .title {

    font-size: 13px;

    font-weight: bold;

    margin-bottom: 20px;

    background: rgba(255, 84, 84, 0.2);

    color: #ff5454;

    padding: 6px 15px; }

  .booking-fr .line {

    position: relative;

    padding-left: 200px;

    margin-bottom: 15px;

    font-size: 13px; }

    .booking-fr .line span {

      position: absolute;

      left: 0;

      top: 5px;

      width: 180px;

      text-align: right; }

    .booking-fr .line input, .booking-fr .line select {

      width: 100%;

      height: 33px;

      border: solid 1px #ccc;

      border-radius: 3px; }

    .booking-fr .line button {

      padding: 7px 30px;

      border-radius: 3px;

      background: #0d88cb;

      color: #fff; }

      .booking-fr .line button:hover {

        background: #f96302; }



@media all and (min-width: 1230px) {

  .container {

    width: 1030px; } }

@media all and (max-width: 1199px) {

  .md-left {

    text-align: left; }



  .md-center {

    text-align: center; }



  .md-right {

    text-align: right; } }

@media all and (max-width: 991px) {

  .sm-left {

    text-align: left; }



  .sm-center {

    text-align: center; }



  .sm-right {

    text-align: right; }



  header {

    margin-top: 42px; }



  .cnav-hide {

    top: -50px; }



  .menu-btn {

    display: inline-block;

    border: none;

    outline: none;

    background: rgba(0, 0, 0, 0.2);

    color: #fff;

    width: 42px;

    height: 42px;

    vertical-align: bottom;

    float: right; }

    .menu-btn .menu-btn-bar {

      display: block;

      margin: auto;

      border-top: solid 3px #fff;

      width: 19px;

      border-bottom: double 9px #fff;

      height: 15px; }

    .menu-btn .menu-btn-close:after, .menu-btn .menu-btn-close:before {

      content: '';

      display: block;

      margin: auto;

      width: 18px;

      border-bottom: solid 2px #fff; }

    .menu-btn .menu-btn-close:after {

      -webkit-transform: rotate(-45deg);

      -moz-transform: rotate(-45deg);

      -o-transform: rotate(-45deg);

      -ms-transform: rotate(-45deg);

      transform: rotate(-45deg);

      margin-top: -2px; }

    .menu-btn .menu-btn-close:before {

      -webkit-transform: rotate(45deg);

      -moz-transform: rotate(45deg);

      -o-transform: rotate(45deg);

      -ms-transform: rotate(45deg);

      transform: rotate(45deg); }



  .mobile-menu {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    text-align: right;

    background: #f96302;

    z-index: 999;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out; }

    .mobile-menu:after {

      content: '';

      display: block;

      clear: both; }

    .mobile-menu ul {

      padding: 0;

      margin-bottom: 0;

      text-align: left; }

      .mobile-menu ul li {

        list-style: none; }

        .mobile-menu ul li a {

          display: block;

          border-bottom: solid 1px rgba(255, 255, 255, 0.4);

          padding: 10px 15px;

          background: none;

          color: #fff;

          text-decoration: none; }

        .mobile-menu ul li li a {

          padding-left: 30px; }

        .mobile-menu ul li li li a {

          padding-left: 45px; }

        .mobile-menu ul li li li li a {

          padding-left: 60px; }

        .mobile-menu ul li > i {

          width: 42px;

          height: 40px;

          float: right;

          background: rgba(0, 0, 0, 0.15);

          text-align: center;

          line-height: 39px;

          position: relative;

          cursor: pointer; }

      .mobile-menu ul ul {

        display: none;

        background: rgba(0, 0, 0, 0.15); }

    .mobile-menu > ul {

      display: none;

      width: 100%;

      border-top: solid 1px rgba(255, 255, 255, 0.4);

      overflow: auto;

      max-height: 87vh; }

    .mobile-menu .sub-menu-hide:after, .mobile-menu .sub-menu-hide:before {

      content: '';

      width: 12px;

      border-top: solid 2px #fff;

      position: absolute;

      top: 50%;

      left: 50%;

      margin-top: -1px;

      margin-left: -6px; }

    .mobile-menu .sub-menu-hide:before {

      -webkit-transform: rotate(90deg);

      -moz-transform: rotate(90deg);

      -o-transform: rotate(90deg);

      -ms-transform: rotate(90deg);

      transform: rotate(90deg); }

    .mobile-menu .sub-menu-show:after {

      content: '';

      width: 12px;

      border-top: solid 2px #fff;

      display: inline-block;

      vertical-align: middle; }

    .mobile-menu img {

      height: 38px;

      margin-top: 2px;

      float: left;

      margin-left: 15px; }

    .mobile-menu .m-cart {

      position: relative;

      margin-top: 8px;

      display: inline-block;

      vertical-align: middle;

      margin-right: 25px; }

      .mobile-menu .m-cart i {

        font-size: 28px;

        color: #fff; }

      .mobile-menu .m-cart span {

        width: 18px;

        height: 18px;

        border-radius: 50%;

        background: #000;

        color: #fff;

        position: absolute;

        text-align: center;

        font-size: 12px;

        font-weight: bold;

        line-height: 19px;

        top: -2px;

        right: -12px; }



  .cate-btn {

    display: inline-block;

    vertical-align: middle;

    position: absolute;

    right: 0px;

    width: 38px;

    height: 38px;

    z-index: 2;

    top: 0;

    background: #f96302; }

    .cate-btn i {

      display: block;

      margin: auto;

      border-top: solid 2px #fff;

      width: 17px;

      border-bottom: double 7px #fff;

      height: 12px; }

    .cate-btn.active i {

      width: auto;

      height: auto;

      border: none; }

      .cate-btn.active i:after, .cate-btn.active i:before {

        content: '';

        display: block;

        margin: auto;

        width: 17px;

        border-bottom: solid 2px #fff; }

      .cate-btn.active i:after {

        -webkit-transform: rotate(-45deg);

        -moz-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        transform: rotate(-45deg);

        margin-top: -2px; }

      .cate-btn.active i:before {

        -webkit-transform: rotate(45deg);

        -moz-transform: rotate(45deg);

        -o-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

        transform: rotate(45deg); }



  .sb-cate {

    background: #4b4b4b;

    padding-top: 38px; }

    .sb-cate > ul {

      border-top: solid 1px rgba(255, 255, 255, 0.2); }

    .sb-cate ul {

      display: none; }

    .sb-cate > ul > li > a {

      border-bottom: solid 1px rgba(255, 255, 255, 0.2);

      padding-left: 15px; }

    .sb-cate a {

      color: #fff;

      border-bottom: solid 1px rgba(255, 255, 255, 0.2);

      background: none !important;

      padding-top: 9px;

      padding-bottom: 9px; }

    .sb-cate ul ul ul {

      -webkit-transition: none;

      -moz-transition: none;

      -ms-transition: none;

      -o-transition: none;

      transition: none;

      opacity: 1;

      pointer-events: all;

      margin: 0px;

      padding: 0;

      position: static; }

    .sb-cate a:before {

      content: none !important; }

    .sb-cate li:hover > a {

      background: none !important;

      color: #fff !important; }

    .sb-cate ul ul {

      background: rgba(0, 0, 0, 0.25); }

      .sb-cate ul ul a {

        padding-left: 30px; }

      .sb-cate ul ul ul a {

        padding-left: 45px; }

      .sb-cate ul ul ul ul a {

        padding-left: 60px; }

    .sb-cate li > i {

      float: right;

      width: 38px;

      height: 38px;

      text-align: center;

      background: rgba(0, 0, 0, 0.15);

      color: #fff;

      font-size: 18px;

      line-height: 38px;

      position: relative;

      z-index: 1; }

      .sb-cate li > i:after {

        font-family: "FontAwesome";

        content: ""; }

      .sb-cate li > i.active:after {

        content: "\f106"; }



  .b-post .title a {

    display: inline;

    height: auto; }



  .footer {

    margin-bottom: 0; }



  footer {

    margin-bottom: 0; } }

@media all and (max-width: 767px) {

  .xs-left {

    text-align: left; }



  .xs-center {

    text-align: center; }



  .xs-right {

    text-align: right; }



  .main-bar {

    margin-bottom: 10px; }



  .search-form {

    margin-bottom: 10px; }



  .post .title {

    height: auto; }



  .b-post .img {

    width: 115px; }

  .b-post .ct {

    margin-left: 125px; }

  .b-post .more {

    display: none; }



  .l-post .img {

    width: 100px; }

  .l-post .ct {

    margin-left: 110px; }

    .l-post .ct p {

      display: none; }

    .l-post .ct .more {

      display: none; }



  .pro-tb td button {

    padding: 0;

    width: 28px;

    height: 26px; }

    .pro-tb td button i {

      display: block; }

    .pro-tb td button span {

      display: none; }



  .tb-scroll {

    overflow-x: auto;

    overflow-y: hidden; }

    .tb-scroll table {

      min-width: 500px; }



  .cart-tb.respon thead {

    display: none; }

  .cart-tb.respon td, .cart-tb.respon tr {

    display: block; }

  .cart-tb.respon tr {

    position: relative;

    padding: 10px;

    border: solid 1px #f1f1f1; }

    .cart-tb.respon tr:nth-child(2n) {

      background: #f1f1f1; }

      .cart-tb.respon tr:nth-child(2n) td {

        background: none; }

  .cart-tb.respon td {

    border: none;

    padding: 0;

    text-align: left; }

    .cart-tb.respon td:nth-child(1) {

      position: absolute;

      left: 10px; }

    .cart-tb.respon td:nth-child(2) {

      margin-left: 20px;

      margin-right: 20px;

      margin-bottom: 5px; }

    .cart-tb.respon td:nth-child(3), .cart-tb.respon td:nth-child(4), .cart-tb.respon td:nth-child(5) {

      display: inline-block;

      vertical-align: top;

      min-width: 130px;

      margin-right: 10px; }

    .cart-tb.respon td:nth-child(5) {

      margin-right: 0; }

    .cart-tb.respon td:nth-child(6) {

      position: absolute;

      top: 9px;

      right: 6px; }

    .cart-tb.respon td input {

      height: 24px;

      width: 50px; }



  .cart-tb.tb-full td, .cart-tb.tb-full th {

    padding: 7px 5px; }

    .cart-tb.tb-full td:first-child, .cart-tb.tb-full th:first-child {

      display: none; }



  .booking-fr .line {

    padding-left: 0; }

    .booking-fr .line span {

      position: static;

      width: auto;

      text-align: left;

      display: block;

      margin-bottom: 3px; } }

@media all and (max-width: 480px) {

  .h-nav a {

    padding: 7px 10px; }



  .cart-tb.respon td:nth-child(3), .cart-tb.respon td:nth-child(4), .cart-tb.respon td:nth-child(5) {

    min-width: 70px; } }

.carousel-fade .carousel-inner .item {

  -webkit-transition-property: opacity;

  transition-property: opacity; }

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {

  opacity: 0; }

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {

  opacity: 1; }

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {

  left: 0;

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0); }



@-webkit-keyframes zoomInZ {

  0% {

    opacity: 1;

    -webkit-transform: scale(1.15);

    -moz-transform: scale(1.15);

    -o-transform: scale(1.15);

    -ms-transform: scale(1.15);

    transform: scale(1.15); } }

@keyframes zoomInZ {

  0% {

    opacity: 1;

    -webkit-transform: scale(1.15);

    -moz-transform: scale(1.15);

    -o-transform: scale(1.15);

    -ms-transform: scale(1.15);

    transform: scale(1.15); } }

.dura10 {

  -webkit-animation-duration: 10s;

  animation-duration: 10s; }



.zoomInZ {

  -webkit-animation-name: zoomInZ;

  animation-name: zoomInZ; }



#slider .item img {

  width: 100%;

  min-height: 180px; }

#slider .carousel-indicators {

  z-index: 1; }

  #slider .carousel-indicators li {

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0 2px; }

    #slider .carousel-indicators li.active {

      background: #f96302;

      margin: 0 2px;

      border-color: #f96302; }



/*# sourceMappingURL=style.css.map */

.col-xs-f22,.col-sm-f22,.col-md-f22,.col-lg-f22,
.col-xs-f78,.col-sm-f78,.col-md-f78,.col-lg-f78,
.col-xs-f4-5,.col-sm-f4-5,.col-md-f4-5,.col-lg-f4-5,
.col-xs-f3-5,.col-sm-f3-5,.col-md-f3-5,.col-lg-f3-5
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-f22 {float: left;width: 21%;}
.col-xs-f78 {float: left;width: 79%;}
.col-xs-f4-5 {float: left;width: 37.3333%;}
.col-xs-f3-5 {float: left;width: 29.3333%;}

@media (min-width: 768px) {
    .col-sm-f22 {float: left;width: 21%;}
    .col-sm-f78 {float: left;width: 79%;}
    .col-sm-f4-5 {float: left;width: 37.3333%;}
    .col-sm-f3-5 {float: left;width: 29.3333%;}
}
@media (min-width: 992px) {
  .col-md-f22 {float: left;width: 21%;}
  .col-md-f78 {float: left;width: 79%;}
  .col-md-f4-5 {float: left;width: 37.3333%;}
  .col-md-f3-5 {float: left;width: 29.3333%;}
  .f-md-right{float: right;}
}
@media (min-width: 1200px) {
  .col-lg-f22 {float: left;width: 21%;}
  .col-lg-f78 {float: left;width: 79%;}
  .col-lg-f4-5 {float: left;width: 37.3333%;}
  .col-lg-f3-5 {float: left;width: 29.3333%;}
}
