@charset "UTF-8";
.dropdown-box, .aside-box-1 .ul1, .page ul, .b-breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-normal .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .navbar-normal .nav>li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .navbar-normal .nav-icon {
    display: none;
  }
}

.ie9 .navbar-normal .nav {
  display: table;
}

.ie9 .navbar-normal .nav>li {
  display: table-cell;
}

.navbar-auto .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .navbar-auto .nav>li {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

.ie9 .navbar-auto .nav {
  display: table;
}

.ie9 .navbar-auto .nav>li {
  display: table-cell;
}

@media (min-width: 576px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: none;
  }
}

.navbar-toggle {
  color: #FFF;
  display: block;
  width: 40px;
  height: 38px;
  padding: 4px 0;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle .bar {
  display: block;
  width: 22px;
  height: 0;
  border-top: 2px solid;
  margin: 6px auto;
  position: relative;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}

.navbar-toggle:not(.collapsed) .bar:first-child {
  -webkit-transform: translate(0, 8px) rotate(45deg);
  -ms-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
}

.navbar-toggle:not(.collapsed) .bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle:not(.collapsed) .bar:last-child {
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  -ms-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
}

@media (min-width: 768px) {
  .navbar-right .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.dropdown-box {
  display: none;
}

@media (min-width: 992px) {
  .dropdown-box {
    display: block;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    z-index: 999;
    min-width: 100%;
    white-space: nowrap;
    background-color: #FFF;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    transition: opacity .35s ease;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.35);
  }
  .dropdown-box li {
    border: 0 !important;
  }
  .dropdown-box a {
    padding: 7px 15px;
    text-decoration: none;
  }
  .dropdown:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
  }
}

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #eee;
  overflow: hidden;
}

.banner:before {
  display: block;
  content: "";
  position: relative;
  z-index: 1;
  background-color: #000 !important;
}

.banner-index:before {
  padding-top: 500px;
}

@media (max-width: 1199.98px) {
  .banner-index:before {
    padding-top: 41.66667%;
  }
}

.notify~.notify {
  z-index: 1051;
}

.modal-backdrop~.modal-backdrop {
  z-index: 1050;
}

@media (min-width: 768px) {
  .notify {
    padding-right: 17px;
  }
}

.notify .notify-desc {
  color: #999;
}

.notify .modal-dialog {
  max-width: 420px;
}

.notify .modal-content {
  border-radius: 10px;
}

.notify .modal-footer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.notify .modal-footer>.btn {
  margin: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  border-color: transparent !important;
  -ms-flex-positive: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 0;
  background-color: #FFF;
  color: #444;
  border-left: 1px solid #e9ecef !important;
}

.notify .modal-footer>.btn:hover {
  background-color: #f6f6f6;
}

.notify .modal-footer>.btn:active {
  background-color: #e8e8e8;
}

.notify .modal-footer>.btn.btn-ok, .notify .modal-footer>.btn.btn-primary {
  color: #f29300;
}

.notify .modal-footer>.btn:first-child {
  border-left: 0 !important;
  border-bottom-left-radius: 10px;
}

.notify .modal-footer>.btn:last-child {
  border-bottom-right-radius: 10px;
}

.ie9 .notify .notify .modal-footer {
  display: table;
}

.ie9 .notify .notify .modal-footer>.btn {
  display: table-cell;
}

.notify-alert .modal-dialog {
  max-width: 360px;
}

.row-list {
  margin: 0 -15px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-list>li {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.row-g-0 {
  margin: 0;
}

.row-g-0>li, .row-g-0>div {
  padding: 0;
}

.row-g-1 {
  margin: 0 -12px;
}

.row-g-1>li, .row-g-1>div {
  padding: 0 12px;
}

.row-g-2 {
  margin: 0 -10px;
}

.row-g-2>li, .row-g-2>div {
  padding: 0 10px;
}

.row-g-3 {
  margin: 0 -8px;
}

.row-g-3>li, .row-g-3>div {
  padding: 0 8px;
}

.row-1>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.row-2>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.row-3>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}

.row-4>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.row-5>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}

.row-6>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
}

.row-7>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  width: 14.28571%;
}

.row-8>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}

.row-1>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.row-2>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.row-3>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
}

.row-4>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}

.row-5>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}

.row-6>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
}

.row-7>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
  width: 14.28571%;
}

.row-8>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}

.row-g-4 {
  margin: 0 -15px;
}

.row-g-4>li, .row-g-4>div {
  padding: 0 15px;
}

.row-g-3 {
  margin: 0 -12px;
}

.row-g-3>li, .row-g-3>div {
  padding: 0 12px;
}

.row-g-2 {
  margin: 0 -10px;
}

.row-g-2>li, .row-g-2>div {
  padding: 0 10px;
}

.row-g-1 {
  margin: 0 -8px;
}

.row-g-1>li, .row-g-1>div {
  padding: 0 8px;
}

.row-g-0 {
  margin: 0;
}

.row-g-0>li, .row-g-0>div {
  padding: 0;
}

@media (min-width: 576px) {
  .row-sm-1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .row-sm-2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .row-sm-3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .row-sm-4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .row-sm-5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .row-sm-6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .row-sm-7>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
  }
  .row-sm-8>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .row-g-sm-4 {
    margin: 0 -15px;
  }
  .row-g-sm-4>li, .row-g-sm-4>div {
    padding: 0 15px;
  }
  .row-g-sm-3 {
    margin: 0 -12px;
  }
  .row-g-sm-3>li, .row-g-sm-3>div {
    padding: 0 12px;
  }
  .row-g-sm-2 {
    margin: 0 -10px;
  }
  .row-g-sm-2>li, .row-g-sm-2>div {
    padding: 0 10px;
  }
  .row-g-sm-1 {
    margin: 0 -8px;
  }
  .row-g-sm-1>li, .row-g-sm-1>div {
    padding: 0 8px;
  }
  .row-g-sm-0 {
    margin: 0;
  }
  .row-g-sm-0>li, .row-g-sm-0>div {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .row-md-1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .row-md-2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .row-md-3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .row-md-4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .row-md-5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .row-md-6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .row-md-7>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
  }
  .row-md-8>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .row-g-md-4 {
    margin: 0 -15px;
  }
  .row-g-md-4>li, .row-g-md-4>div {
    padding: 0 15px;
  }
  .row-g-md-3 {
    margin: 0 -12px;
  }
  .row-g-md-3>li, .row-g-md-3>div {
    padding: 0 12px;
  }
  .row-g-md-2 {
    margin: 0 -10px;
  }
  .row-g-md-2>li, .row-g-md-2>div {
    padding: 0 10px;
  }
  .row-g-md-1 {
    margin: 0 -8px;
  }
  .row-g-md-1>li, .row-g-md-1>div {
    padding: 0 8px;
  }
  .row-g-md-0 {
    margin: 0;
  }
  .row-g-md-0>li, .row-g-md-0>div {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .row-lg-1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .row-lg-2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .row-lg-3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .row-lg-4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .row-lg-5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .row-lg-6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .row-lg-7>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
  }
  .row-lg-8>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .row-g-lg-4 {
    margin: 0 -15px;
  }
  .row-g-lg-4>li, .row-g-lg-4>div {
    padding: 0 15px;
  }
  .row-g-lg-3 {
    margin: 0 -12px;
  }
  .row-g-lg-3>li, .row-g-lg-3>div {
    padding: 0 12px;
  }
  .row-g-lg-2 {
    margin: 0 -10px;
  }
  .row-g-lg-2>li, .row-g-lg-2>div {
    padding: 0 10px;
  }
  .row-g-lg-1 {
    margin: 0 -8px;
  }
  .row-g-lg-1>li, .row-g-lg-1>div {
    padding: 0 8px;
  }
  .row-g-lg-0 {
    margin: 0;
  }
  .row-g-lg-0>li, .row-g-lg-0>div {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .row-xl-1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .row-xl-2>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .row-xl-3>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .row-xl-4>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .row-xl-5>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .row-xl-6>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .row-xl-7>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    width: 14.28571%;
  }
  .row-xl-8>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
  }
  .row-g-xl-4 {
    margin: 0 -15px;
  }
  .row-g-xl-4>li, .row-g-xl-4>div {
    padding: 0 15px;
  }
  .row-g-xl-3 {
    margin: 0 -12px;
  }
  .row-g-xl-3>li, .row-g-xl-3>div {
    padding: 0 12px;
  }
  .row-g-xl-2 {
    margin: 0 -10px;
  }
  .row-g-xl-2>li, .row-g-xl-2>div {
    padding: 0 10px;
  }
  .row-g-xl-1 {
    margin: 0 -8px;
  }
  .row-g-xl-1>li, .row-g-xl-1>div {
    padding: 0 8px;
  }
  .row-g-xl-0 {
    margin: 0;
  }
  .row-g-xl-0>li, .row-g-xl-0>div {
    padding: 0;
  }
}

/*------------------------------------ Box-shadows Styles ------------------------------------ */

[class*="shadow--hover"] {
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease;
  transition: box-shadow .35s ease;
  transition: box-shadow .35s ease, -webkit-box-shadow .35s ease;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.shadow-none--focus:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.g-parent:hover .shadow-none--parent-hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*------------------------------------ Box-shadows-v1 ------------------------------------ */

.shadow-v1, .shadow--hover-v1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.shadow-v1-1, .shadow--hover-v1-1:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.shadow-v1-2, .shadow--hover-v1-2:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.shadow-v1-3, .shadow--hover-v1-3:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.shadow-v1-4, .shadow--hover-v1-4:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*------------------------------------ Box-shadows-v2 ------------------------------------ */

.shadow-v2 {
  -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
}

.shadow-v2-1, .shadow--hover-v2-1:hover {
  -webkit-box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.2);
}

.shadow-v2-2, .shadow--hover-v2-2:hover {
  -webkit-box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.2);
}

.shadow-v2-3, .shadow--hover-v2-3:hover {
  -webkit-box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 18px 18px -12px rgba(0, 0, 0, 0.2);
}

.shadow-v2-4, .shadow--hover-v2-4:hover {
  -webkit-box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 24px -16px rgba(0, 0, 0, 0.2);
}

/*------------------------------------ Box-shadows-v3-v4-v5 ------------------------------------ */

[class*="shadow--hover-v3"]:after, [class*="shadow--hover-v3"]:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: -webkit-box-shadow .35s ease;
  transition: -webkit-box-shadow .35s ease;
  -o-transition: box-shadow .35s ease;
  transition: box-shadow .35s ease;
  transition: box-shadow .35s ease, -webkit-box-shadow .35s ease;
}

.shadow-v3 {
  position: relative;
}

.shadow-v3:after, .shadow-v3:before {
  content: "";
  display: none;
  position: absolute;
  top: 80%;
  max-width: 300px;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  bottom: 30px;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
}

.shadow-v3:after {
  display: block;
  right: 10px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.shadow-v3:before {
  display: block;
  left: 10px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow-v3:hover:after, .shadow-v3:hover:before {
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
}

.shadow-v3-left {
  position: relative;
}

.shadow-v3-left:after, .shadow-v3-left:before {
  content: "";
  display: none;
  position: absolute;
  top: 80%;
  max-width: 300px;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  bottom: 30px;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
}

.shadow-v3-left:before {
  display: block;
  left: 10px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow-v3-left:hover:after, .shadow-v3-left:hover:before {
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
}

.shadow-v3-right {
  position: relative;
}

.shadow-v3-right:after, .shadow-v3-right:before {
  content: "";
  display: none;
  position: absolute;
  top: 80%;
  max-width: 300px;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  bottom: 30px;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
}

.shadow-v3-right:after {
  display: block;
  right: 10px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.shadow-v3-right:hover:after, .shadow-v3-right:hover:before {
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
}

.shadow--hover-v3-left {
  position: relative;
}

.shadow--hover-v3-left:after, .shadow--hover-v3-left:before {
  content: "";
  display: none;
  position: absolute;
  top: 80%;
  max-width: 300px;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  bottom: 30px;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
}

.shadow--hover-v3-left:before {
  display: block;
  left: 10px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow--hover-v3-left:hover:after, .shadow--hover-v3-left:hover:before {
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
}

.shadow--hover-v3-right {
  position: relative;
}

.shadow--hover-v3-right:after, .shadow--hover-v3-right:before {
  content: "";
  display: none;
  position: absolute;
  top: 80%;
  max-width: 300px;
  width: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  bottom: 30px;
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
}

.shadow--hover-v3-right:before {
  display: block;
  left: 10px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.shadow--hover-v3-right:hover:after, .shadow--hover-v3-right:hover:before {
  -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2) !important;
}

/*------------------------------------ Box-shadows-v7 ------------------------------------ */

.shadow-v4-left {
  -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.075);
  box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.075);
}

.shadow-v4-right {
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.075);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.075);
}

.shadow-v4-left-1, .shadow--hover-v4-left-1:hover {
  -webkit-box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.075);
  box-shadow: -5px 5px 10px -5px rgba(0, 0, 0, 0.075);
}

.shadow-v4-right-1, .shadow--hover-v4-right-1:hover {
  -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.075);
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.075);
}

.shadow-v4-left-2, .shadow--hover-v4-left-2:hover {
  -webkit-box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
  box-shadow: -10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
}

.shadow-v4-right-2, .shadow--hover-v4-right-2:hover {
  -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.1125);
}

.shadow-v4-left-3, .shadow--hover-v4-left-3:hover {
  -webkit-box-shadow: -15px 15px 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: -15px 15px 30px -15px rgba(0, 0, 0, 0.15);
}

.shadow-v4-right-3, .shadow--hover-v4-right-3:hover {
  -webkit-box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 15px 30px -15px rgba(0, 0, 0, 0.15);
}

.shadow-v4-left-4, .shadow--hover-v4-left-4:hover {
  -webkit-box-shadow: -20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
  box-shadow: -20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
}

.shadow-v4-right-4, .shadow--hover-v4-right-4:hover {
  -webkit-box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
  box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.1875);
}

.label-required {
  position: relative;
}

.label-required:before {
  content: "*";
  color: #dc3545;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  margin-left: -0.75em;
}

.help-block {
  display: none;
}

.has-error .form-control {
  border-color: #dc3545;
}

.has-error .help-block {
  margin-top: 5px;
  display: block;
  color: #dc3545;
}

.has-error label {
  color: #dc3545 !important;
}

.has-error .checker .checker-radio:before, .has-error .checker .checker-checkbox:before {
  border-color: #dc3545;
}

.form-v1 .col-form-label {
  margin-left: 15px;
  width: calc(100% - 30px);
}

.form-label-3 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3em;
  flex: 0 0 3em;
  max-width: 3em;
}

.form-label-3 .col-js-select {
  max-width: calc(100% - 3em - 15px);
}

.form-label-4 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  max-width: 4em;
}

.form-label-4 .col-js-select {
  max-width: calc(100% - 4em - 15px);
}

.form-label-5 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
  max-width: 5em;
}

.form-label-5 .col-js-select {
  max-width: calc(100% - 5em - 15px);
}

.form-label-6 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6em;
  flex: 0 0 6em;
  max-width: 6em;
}

.form-label-6 .col-js-select {
  max-width: calc(100% - 6em - 15px);
}

.form-label-7 .col-form-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7em;
  flex: 0 0 7em;
  max-width: 7em;
}

.form-label-7 .col-js-select {
  max-width: calc(100% - 7em - 15px);
}

@media (min-width: 576px) {
  .form-sm-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
  }
  .form-sm-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px);
  }
}

@media (min-width: 576px) {
  .form-sm-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
  }
  .form-sm-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px);
  }
}

@media (min-width: 576px) {
  .form-sm-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
  }
  .form-sm-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px);
  }
}

@media (min-width: 576px) {
  .form-sm-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
  }
  .form-sm-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px);
  }
}

@media (min-width: 576px) {
  .form-sm-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
  }
  .form-sm-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px);
  }
}

@media (min-width: 768px) {
  .form-md-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
  }
  .form-md-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px);
  }
}

@media (min-width: 768px) {
  .form-md-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
  }
  .form-md-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px);
  }
}

@media (min-width: 768px) {
  .form-md-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
  }
  .form-md-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px);
  }
}

@media (min-width: 768px) {
  .form-md-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
  }
  .form-md-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px);
  }
}

@media (min-width: 768px) {
  .form-md-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
  }
  .form-md-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px);
  }
}

@media (min-width: 992px) {
  .form-lg-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
  }
  .form-lg-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px);
  }
}

@media (min-width: 992px) {
  .form-lg-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
  }
  .form-lg-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px);
  }
}

@media (min-width: 992px) {
  .form-lg-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
  }
  .form-lg-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px);
  }
}

@media (min-width: 992px) {
  .form-lg-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
  }
  .form-lg-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px);
  }
}

@media (min-width: 992px) {
  .form-lg-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
  }
  .form-lg-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px);
  }
}

@media (min-width: 1200px) {
  .form-xl-label-3 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3em;
    flex: 0 0 3em;
    max-width: 3em;
  }
  .form-xl-label-3 .col-js-select {
    max-width: calc(100% - 3em - 15px);
  }
}

@media (min-width: 1200px) {
  .form-xl-label-4 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4em;
    flex: 0 0 4em;
    max-width: 4em;
  }
  .form-xl-label-4 .col-js-select {
    max-width: calc(100% - 4em - 15px);
  }
}

@media (min-width: 1200px) {
  .form-xl-label-5 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
    max-width: 5em;
  }
  .form-xl-label-5 .col-js-select {
    max-width: calc(100% - 5em - 15px);
  }
}

@media (min-width: 1200px) {
  .form-xl-label-6 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    max-width: 6em;
  }
  .form-xl-label-6 .col-js-select {
    max-width: calc(100% - 6em - 15px);
  }
}

@media (min-width: 1200px) {
  .form-xl-label-7 .col-form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7em;
    flex: 0 0 7em;
    max-width: 7em;
  }
  .form-xl-label-7 .col-js-select {
    max-width: calc(100% - 7em - 15px);
  }
}

.checker {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  display: inline-block;
  font-size: inherit;
  line-height: 1.5;
  margin-right: 15px;
  cursor: pointer;
}

.checker .checker-radio, .checker .checker-checkbox {
  position: relative;
  padding-left: 1.5em;
  display: block;
}

.checker .checker-radio:before, .checker .checker-radio:after, .checker .checker-checkbox:before, .checker .checker-checkbox:after {
  color: #aaa;
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: block;
  font-size: 16px;
}

.checker .checker-radio:before, .checker .checker-checkbox:before {
  width: 1em;
  height: 1em;
  border: 1px solid;
}

.checker .checker-radio:hover:before, .checker .checker-checkbox:hover:before {
  color: #f29300;
}

.checker .checker-radio:before, .checker .checker-radio:after {
  border-radius: 50%;
}

.checker .checker-radio:after {
  opacity: 0;
  border: 0.25em solid;
  top: 7px;
  left: 0.25em;
}

.checker .checker-checkbox:before {
  border-radius: 3px;
}

.checker .checker-checkbox:after {
  opacity: 0;
  border-radius: 1px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  width: 0.4em;
  height: 0.6em;
  top: 5px;
  left: 0.325em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checker input:checked+.checker-radio:after, .checker input:checked+.checker-radio:before, .checker input:checked+.checker-checkbox:after, .checker input:checked+.checker-checkbox:before {
  color: #f29300;
}

.checker input:checked+.checker-radio:after, .checker input:checked+.checker-checkbox:after {
  opacity: 1;
}

.checker-sm {
  font-size: 0.875rem;
}

.select-v1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.75rem;
}

.mobile-dropdown {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-dropdown {
    display: block;
    position: fixed;
    z-index: 999;
    right: 100%;
    width: 60%;
    height: 100%;
    top: 0;
    overflow: auto;
    background-color: #bf7400;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
  }
  .mobile-dropdown.open {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .mobile-dropdown .nav>li {
    border-bottom: 1px solid #8c5500;
  }
  .mobile-dropdown .nav>li>a {
    color: #FFF;
    padding: 10px 35px;
    -webkit-transition: background-color .35s ease;
    -o-transition: background-color .35s ease;
    transition: background-color .35s ease;
  }
  .mobile-dropdown .nav>li.nav-dropdown-link {
    font-size: 18px;
  }
  .mobile-dropdown .nav>li.nav-dropdown-link>a {
    padding: 10px 20px;
  }
  .mobile-dropdown .nav>li.active a, .mobile-dropdown .nav>li:hover a {
    background-color: #8c5500;
  }
  .mobile-dropdown-backdrop {
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transtion: opacity .35s ease;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-dropdown-backdrop.open {
    opacity: 1;
    visibility: visible;
  }
}

.header-brand {
  padding-top: 12px !important;
}

.header-brand::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 991.98px) {
  .header-brand {
    padding-top: 0 !important;
  }
}

.header-logo, .header-hotline {
  display: block;
}

.header-left {
  float: left;
  max-width: 40%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-left {
    max-width: 35%;
  }
}

@media (max-width: 767.98px) {
  .header-left {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.header-right {
  float: right;
  max-width: 60%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .header-right {
    max-width: 65%;
  }
}

@media (max-width: 767.98px) {
  .header-right {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .navbar-grid[data-nav] .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .navbar-grid[data-nav] .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #bf7400;
    border-right: 1px solid #bf7400;
    font-size: 14px;
  }
  .navbar-grid[data-nav] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border: 1px solid #bf7400;
    border-top: 0;
    border-right: 0;
  }
  .navbar-grid[data-nav] .nav-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
  }
  .navbar-grid[data-nav] .nav-title {
    opacity: 0.75;
  }
  .navbar-grid[data-nav="11"] .nav li:nth-child(8)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navbar-grid[data-nav="7"] .nav li:nth-child(4)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navbar-grid[data-nav="10"] .nav li:nth-child(8)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navbar-grid.nav10a[data-nav="10"] .nav li:nth-child(4)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navbar-grid.nav10b[data-nav="10"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .navbar-grid.nav10b[data-nav="10"] .nav li .nav-title {
    display: inline-block;
    width: 2em;
  }
  .navbar-grid[data-nav="9"] .nav li, .navbar-grid[data-nav="6"] .nav li, .navbar-grid.nav12a[data-nav="12"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.is-sticky {
  z-index: 999;
}

.sticky {
  width: 100%;
}

@media (max-width: 767.98px) {
  .header-holder-v1 {
    height: 67px;
  }
}

.header-v1 {
  background-color: #FFF;
}

.header-v1::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767.98px) {
  .header-holder-v1 .header-v1 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}

.header-v1 a {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .header-v1 .navbar-toggle {
    display: none;
  }
}

.header-v1 .navbar-toggle {
  color: #f29300;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid;
  padding: 6px 0;
  margin-left: 8px;
}

.header-v1 .navbar {
  background-color: #c2390f;
}

.header-v1 .header-brand {
  padding: 0;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767.98px) {
  .header-v1 .header-brand {
    padding: 12px 0;
  }
  .header-v1 .header-brand .container {
    max-width: 100%;
  }
}

.header-v1 .header-hotline {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .header-v1 .header-hotline {
    font-size: 24px;
  }
  .header-v1 .header-hotline span {
    display: none;
  }
}

.header-v1 .hotline-icon {
  font-size: .875em;
  width: 2em;
  height: 2em;
  border: 1px solid;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .header-v1 .hotline-icon {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .header-v1 .navbar-main.collapse {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .header-v1 .header-logo img {
    height: 42px;
    width: auto;
  }
  .header-v1 .header-hotline, .header-v1 .navbar-toggle {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 767.98px) {
  .navbar-grid[data-nav] .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .navbar-grid[data-nav] .nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #bf7400;
    border-right: 1px solid #bf7400;
    font-size: 14px;
  }
  .navbar-grid[data-nav] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    border: 1px solid #bf7400;
    border-top: 0;
    border-right: 0;
  }
  .navbar-grid[data-nav] .nav-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
  }
  .navbar-grid[data-nav] .nav-title {
    opacity: 0.75;
  }
  .navbar-grid[data-nav="11"] .nav li:nth-child(8)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navbar-grid[data-nav="7"] .nav li:nth-child(4)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navbar-grid[data-nav="10"] .nav li:nth-child(8)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .navbar-grid.nav10a[data-nav="10"] .nav li:nth-child(4)~li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .navbar-grid.nav10b[data-nav="10"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .navbar-grid.nav10b[data-nav="10"] .nav li .nav-title {
    display: inline-block;
    width: 2em;
  }
  .navbar-grid[data-nav="9"] .nav li, .navbar-grid[data-nav="6"] .nav li, .navbar-grid.nav12a[data-nav="12"] .nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 768px) {
  .nav-header-v1>li:not(:first-child) {
    padding-left: 1px;
    position: relative;
  }
}

.nav-header-v1>li>a {
  padding: 14px 15px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  margin: 0 -1px;
  -webkit-transition: background-color .35s ease;
  -o-transition: background-color .35s ease;
  transition: background-color .35s ease;
}

@media (max-width: 575.98px) {
  .nav-header-v1>li>a {
    padding: 12px 12px;
    font-size: 13px;
  }
}

.nav-header-v1>li:hover>a, .nav-header-v1>li.active>a {
  background-color: #853A3F;
}

.header-v2 a {
  text-decoration: none !important;
}

.header-v2 .navbar {
  background-color: #f29300;
}

@media (max-width: 767.98px) {
  .header-v2 .navbar .container {
    padding: 0;
  }
}

.header-v2 .header-brand {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767.98px) {
  .header-v2 .header-brand {
    padding: 12px 0;
  }
  .header-v2 .header-brand .container {
    max-width: 100%;
  }
}

.header-v2 .header-hotline {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .header-v2 .header-hotline {
    font-size: 24px;
  }
  .header-v2 .header-hotline span {
    display: none;
  }
}

.header-v2 .hotline-icon {
  font-size: .875em;
  width: 2em;
  height: 2em;
  border: 1px solid;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .header-v2 .hotline-icon {
    margin-right: 0;
  }
}

.header-v2 .navbar-container {
  position: relative;
}

.header-v2 .navbar-container::after {
  display: block;
  clear: both;
  content: "";
}

.header-v2 .nav-toggle-wrap {
  width: 0;
  float: right;
  overflow: hidden;
}

.header-v2 .navbar-toggle {
  width: 40px;
  height: 40px;
  padding: 5px 0;
}

.header-v2 .navbar-has-hidden .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-v2 .navbar-has-hidden .nav-toggle-wrap {
  width: 40px;
}

.header-v2 .navbar-has-hidden .navbar-toggle {
  display: block !important;
  color: #FFF;
}

.header-v2 #more-nav {
  text-align: center;
  background-color: #eee;
}

.header-v2 #more-nav li {
  display: inline-block;
}

.header-v2 #more-nav a {
  padding: 8px 12px;
  color: #888;
}

.header-v2 #more-nav a:hover {
  color: #f29300;
}

.header-v2 #more-nav li.active>a {
  color: #f29300;
}

.nav-header-v2 {
  overflow: hidden;
}

.nav-header-v2>li>a {
  color: #FFF;
  padding: 10px 15px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .nav-header-v2>li>a {
    padding: 10px 13px;
  }
}

.nav-header-v2>li>a:hover {
  color: #ffffff;
  background-color: #bf7400;
}

.nav-header-v2>li.active>a {
  color: #ffffff;
  background-color: #bf7400;
}

.header-v3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  -webkit-transition: background .35s;
  -o-transition: background .35s;
  transition: background .35s;
}

.header-v3.header-active {
  background: #FFF;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 991.98px) {
  .header-v3 {
    text-align: right;
    padding-right: 55px;
  }
}

@media (max-width: 767.98px) {
  .header-v3 {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .header-v3 .navbar-main.collapse {
    display: block !important;
  }
}

.header-v3 .navbar {
  display: inline-block;
}

.header-v3 .header-logo, .header-v3 .header-hotline {
  position: absolute;
  top: 0;
}

.header-v3 .header-logo {
  left: 0;
  padding: 10px 15px;
}

.header-v3 .header-logo img {
  height: 46px;
  width: auto;
}

@media (max-width: 991.98px) {
  .header-v3 .header-logo img {
    height: 36px;
  }
}

.header-v3 .header-hotline {
  right: 0;
  font-size: 20px;
  padding: 15px 15px;
  color: #FFF;
  -webkit-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
}

@media (max-width: 991.98px) {
  .header-v3 .header-hotline {
    padding: 10px 15px;
  }
  .header-v3 .header-hotline span {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header-v3 .header-hotline {
    position: static;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
}

.header-v3 .hotline-icon {
  font-size: 18px;
  border: 1px solid;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-right: 5px;
}

@media (max-width: 991.98px) {
  .header-v3 .hotline-icon {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .header-v3 .hotline-icon {
    font-size: 20px;
  }
}

.header-v3 .navbar-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 15px;
  color: #ffffff;
  -webkit-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
}

@media (max-width: 767.98px) {
  .header-v3 .navbar-toggle {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .nav-header-v3 .dropdown .dropdown-box {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(50%, 50px, 0);
    transform: translate3d(50%, 50px, 0);
  }
  .nav-header-v3 .dropdown:hover .dropdown-box {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .nav-header-v3 .dropdown-btn {
    display: none !important;
  }
  .nav-header-v3 .nav-title {
    position: relative;
    z-index: 4;
  }
  .nav-header-v3>li>a {
    color: #ffffff;
    padding: 25px 20px;
    position: relative;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .nav-header-v3>li>a {
    padding: 25px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-header-v3>li>a {
    font-size: 12px;
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .nav-header-v3>li>a:before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.25);
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: background-color .35s, -webkit-transform .35s;
    transition: background-color .35s, -webkit-transform .35s;
    -o-transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s;
    transition: transform .35s, background-color .35s, -webkit-transform .35s;
    border-bottom: 3px solid #f29300;
  }
  .nav-header-v3>li>a:hover:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav-header-v3>li.active a:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 768px) {
  .header-active .nav-header-v3>li>a {
    color: #333;
  }
  .header-active .nav-header-v3>li>a:before {
    background-color: #eee;
  }
}

.header-active .header-hotline {
  color: #f29300;
}

.header-active .navbar-toggle {
  color: #f29300;
}

@media (max-width: 767.98px) {
  .header-v3 .navbar-main {
    position: fixed;
    height: 100% !important;
    width: 60%;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 1199;
    overflow-y: auto;
    background-color: #f29300;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
  }
  .header-v3 .navbar-main.navbar-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header-v3 .dropdown-box {
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
    padding-left: 30px !important;
    background-color: #c97a00;
  }
  .header-v3 .dropdown-box>li>a {
    border-top: 1px solid #c97a00;
    border-left: 1px solid #c97a00;
    color: #ffffff;
  }
  .header-v3 .dropdown-box>li>a:hover {
    background-color: #a66500;
  }
  .header-v3 .dropdown-btn {
    float: right;
    text-align: center;
    border-left: 1px solid #c97a00;
  }
  .header-v3 .dropdown-btn:before {
    content: "+";
  }
  .header-v3 .dropdown-btn.active:before {
    content: "-";
  }
  .header-v3 .dropdown-btn.active~.dropdown-box {
    opacity: 1;
    max-height: none;
  }
  .header-v3 .navbar-open .nav-header-v3>li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header-v3 .nav-header-v3>li:nth-child(1) {
    -webkit-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(2) {
    -webkit-transition-delay: 0.4s !important;
    -o-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(3) {
    -webkit-transition-delay: 0.5s !important;
    -o-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(4) {
    -webkit-transition-delay: 0.6s !important;
    -o-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(5) {
    -webkit-transition-delay: 0.7s !important;
    -o-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(6) {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(7) {
    -webkit-transition-delay: 0.9s !important;
    -o-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(8) {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(9) {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important;
  }
  .header-v3 .nav-header-v3>li:nth-child(10) {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important;
  }
  .navbar-backdrop-close {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    background-color: #000000;
    z-index: 998;
  }
  .navbar-backdrop-close.open {
    opacity: .6;
  }
  .header-v3 .navbar {
    display: block;
  }
  .nav-header-v3 {
    display: block !important;
    text-align: left;
  }
  .nav-header-v3 a {
    color: #FFF;
    display: block;
    padding: 10px 15px;
    background-color: #f29300;
  }
  .nav-header-v3>li {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    border-bottom: 1px solid #c97a00;
  }
  .nav-header-v3>li>a {
    color: #FFF;
  }
  .nav-header-v3>li>a:hover {
    background-color: #c97a00;
  }
  .nav-header-v3>li.dropdown>a {
    width: calc( 100% - 40px);
  }
  .nav-header-v3>li.dropdown>a.dropdown-btn {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .nav.nav-color>li {
    border: 0 !important;
  }
  .nav.nav-color>li:nth-child(1)>a {
    background-color: #f29300;
  }
  .nav.nav-color>li:nth-child(1)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(2)>a {
    background-color: #ec920e;
  }
  .nav.nav-color>li:nth-child(2)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(3)>a {
    background-color: #e6901b;
  }
  .nav.nav-color>li:nth-child(3)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(4)>a {
    background-color: #e08f29;
  }
  .nav.nav-color>li:nth-child(4)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(5)>a {
    background-color: #da8d37;
  }
  .nav.nav-color>li:nth-child(5)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(6)>a {
    background-color: #d48c44;
  }
  .nav.nav-color>li:nth-child(6)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(7)>a {
    background-color: #ce8a52;
  }
  .nav.nav-color>li:nth-child(7)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(8)>a {
    background-color: #c88960;
  }
  .nav.nav-color>li:nth-child(8)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(9)>a {
    background-color: #c3876e;
  }
  .nav.nav-color>li:nth-child(9)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(10)>a {
    background-color: #bd867b;
  }
  .nav.nav-color>li:nth-child(10)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(11)>a {
    background-color: #b78489;
  }
  .nav.nav-color>li:nth-child(11)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(12)>a {
    background-color: #b18397;
  }
  .nav.nav-color>li:nth-child(12)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(13)>a {
    background-color: #ab81a4;
  }
  .nav.nav-color>li:nth-child(13)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(14)>a {
    background-color: #a580b2;
  }
  .nav.nav-color>li:nth-child(14)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(15)>a {
    background-color: #9f7ec0;
  }
  .nav.nav-color>li:nth-child(15)>a:hover {
    background-color: #bf7400;
  }
  .nav.nav-color>li:nth-child(16)>a {
    background-color: #997dcd;
  }
  .nav.nav-color>li:nth-child(16)>a:hover {
    background-color: #bf7400;
  }
}

.copyright {
  background-color: #c7c0b5;
  text-align: center;
  color: #777;
  padding: 3px 15px;
  font-size: 14px;
}

.copyright span, .copyright a {
  display: inline-block;
  padding: 7px;
  color: rgba(255, 255, 255, 0.709804);
}

.copyright a:hover {
  color: #fff;
}

.footer-main {
  background-color: #f1f0ee;
  padding: 55px 0 17px 0;
}

.footer-main h5 {
  color: #f29300;
  font-size: 18px;
  margin-bottom: 28px;
}

@media (max-width: 767.98px) {
  .footer-main h5 {
    margin-bottom: 20px;
  }
}

.footer-main p {
  margin-bottom: 4px;
  line-height: 26px;
  font-size: 14px;
}

.footer-main .text-bot {
  font-size: 14px;
  color: rgba(242, 147, 0, 0.7);
  padding-top: 15px;
}

.footer-main .text-bot a {
  color: rgba(242, 147, 0, 0.7);
  margin-right: 10px;
}

.footer-main a {
  display: inline-block;
  color: #212529;
  text-decoration: none;
}

.footer-main a:hover {
  text-decoration: underline;
}

.footer-main .qrcode {
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-main .qrcode {
    text-align: left;
  }
}

.footer-main .qrcode span {
  font-size: 14px;
  color: #999;
  padding-top: 2px;
  display: block;
}

@media (max-width: 991.98px) {
  .footer-main .fix-col {
    margin-bottom: 15px;
  }
}

/* Owl Carousel - Core */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Animate Plugin */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.btn-js-select, .js-select.form-control:not(.btn-group) {
  background-color: inherit;
  color: inherit;
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='#888' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right .5rem center;
  background-size: 1rem 1rem;
  padding-right: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-js-select:focus, .js-select.form-control:not(.btn-group):focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.js-select {
  position: relative;
}

.js-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.js-select>.dropdown-toggle.bs-placeholder {
  color: #999;
}

.js-select>.dropdown-toggle.bs-placeholder:hover, .js-select>.dropdown-toggle.bs-placeholder:focus, .js-select>.dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.js-select>select {
  display: none;
}

.js-select.mobile-false>select {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.has-error .js-select .dropdown-toggle, .error .js-select .dropdown-toggle {
  border-color: #dc3545;
}

.js-select.fit-width {
  width: auto !important;
}

.js-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.js-select.form-control.btn-group {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.js-select.form-control.btn-group:not([class*="col-"]) {
  width: 100%;
}

.js-select.form-control.btn-group.input-group-btn {
  z-index: auto;
}

.js-select.form-control.btn-group.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.js-select.btn-group:not(.input-group-btn), .js-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.js-select.btn-group.dropdown-menu-right, .js-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.row .js-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .js-select.btn-group, .form-horizontal .js-select.btn-group, .form-group .js-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .js-select.btn-group.form-control, .form-group-sm .js-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .js-select.btn-group.form-control .dropdown-toggle, .form-group-sm .js-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .js-select.btn-group .form-control {
  width: 100%;
}

.js-select .dropdown-toggle:after {
  display: none;
}

.js-select.btn-group.disabled {
  cursor: not-allowed;
}

.js-select.btn-group.disabled:focus {
  outline: none !important;
}

.js-select.btn-group>.disabled {
  cursor: not-allowed;
}

.js-select.btn-group>.disabled:focus {
  outline: none !important;
}

.js-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.js-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.js-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.js-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.js-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-select.btn-group .dropdown-menu li {
  position: relative;
}

.js-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.js-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.js-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.js-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.js-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.js-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.js-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.js-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.js-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.js-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.js-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.js-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.dropdown-menu.inner {
  display: block;
}

.dropdown-menu.inner a {
  display: block;
  padding: 0.25em 0.75em;
  color: #444;
  outline: 0;
}

.dropdown-menu.inner a:hover {
  background-color: #f5f5f5;
}

.dropdown-menu.inner .selected a {
  background-color: #f5f5f5;
  color: #f29300;
}

.js-select-searching li a {
  display: none !important;
}

.js-select-searching li.no-results a {
  display: block;
}

.js-select-loader {
  position: relative;
}

.js-select-loader .spinner {
  position: absolute;
  bottom: 0.375rem;
  right: 0.5rem;
  background-color: #ffffff;
  z-index: 99;
}

.ajax-load-container {
  text-align: center;
  display: none;
}

.ajax-loading .ajax-load-container, .ajax-complete .ajax-load-container {
  display: block;
}

.ajax-loading .ajax-load-btn-txt, .ajax-complete .ajax-load-btn-txt {
  display: none;
}

.ajax-spinner {
  border: 3px solid #ce7d00;
  border-top: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  -webkit-animation: loader-spin 1.2s linear infinite;
  animation: loader-spin 1.2s linear infinite;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.masonry-item img {
  -webkit-transition: all .35s ease !important;
  -o-transition: all .35s ease !important;
  transition: all .35s ease !important;
  opacity: 1;
}

.masonry-lazy-error {
  height: 120px;
  position: relative;
  background-color: #ddd;
}

.masonry-lazy-error:before {
  width: 30px;
  height: 30px;
  content: "×";
  display: block;
  border: 2px solid;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #dc3545;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  opacity: .5;
}

.masonry-lazy-error img {
  opacity: 0;
}

.masonry-lazy-loading {
  position: relative;
  height: 120px;
  overflow: hidden;
}

.masonry-lazy-loading:before, .masonry-lazy-loading:after {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  border: 3px solid transparent;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-color: #f29300;
  border-radius: 50%;
  -webkit-animation: spinner 1s infinite ease;
  animation: spinner 1s infinite ease;
}

.masonry-lazy-loading:after {
  border-left-color: #f29300;
  -webkit-animation: spinner2 1s infinite linear;
  animation: spinner2 1s infinite linear;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.masonry-lazy-loading img {
  opacity: 0;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner2 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg);
  }
}

@keyframes spinner2 {
  from {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  to {
    -webkit-transform: rotate(380deg);
    transform: rotate(380deg);
  }
}

[data-toggle="img"] {
  position: relative;
}

[data-toggle="img"] img {
  opacity: 0;
  display: block;
  width: 1px;
  height: 1px;
}

[data-toggle="img"]:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  opacity: 1;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
  z-index: 2;
  background-color: #eee;
}

.img-cover, .img-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
}

.img-cover {
  background-size: cover;
}

.img-contain {
  background-size: contain;
}

.img-loaded:after {
  opacity: 0;
}

.img-parallax {
  overflow: hidden;
  position: relative;
}

.parallax-bg {
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

/*! Gray v1.6.0 (https://github.com/karlhorky/gray) | MIT */

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray;
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  transition: -webkit-filter .5s;
  -o-transition: filter .5s;
  transition: filter .5s;
  transition: filter .5s, -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale.grayscale-off {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none;
}

.grayscale.grayscale-replaced>svg {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-fade:hover>svg, .grayscale.grayscale-replaced.grayscale-off>svg {
  opacity: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
  }
}

.lightbox-modal .modal-dialog, .lightbox-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.lightbox-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.75);
}

.lightbox-control {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

.lightbox-control>button {
  position: relative;
  z-index: 99;
}

.lightbox-next {
  float: right;
}

.lightbox-prev {
  float: left;
}

.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

.lightbox-container {
  width: 300px;
  height: 300px;
  position: relative;
  -webkit-transition: width .35s, height .35s;
  -o-transition: width .35s, height .35s;
  transition: width .35s, height .35s;
}

.lightbox-item {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin: auto;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.lightbox-item:not(.active) {
  width: 100px !important;
  height: 100px !important;
}

.lightbox-item.active {
  opacity: 1;
  z-index: 200;
}

.lightbox-item>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lightbox-item.prev-1, .lightbox-item.next-1 {
  width: 250px !important;
  height: 300px !important;
  opacity: .85;
  z-index: 80;
}

.lightbox-item.prev-2, .lightbox-item.next-2 {
  width: 200px !important;
  height: 250px !important;
  opacity: .85;
  z-index: 40;
}

.lightbox-count {
  position: absolute;
  top: 90%;
  font-size: 22px;
  color: #FFF;
  width: 100%;
  z-index: 99;
  text-align: center;
}

.text-desc {
  color: #666666;
  line-height: 1.75em;
}

.owl-carousel {
  position: relative;
}

.owl-carousel:hover .owl-thumbs {
  opacity: 1;
}

.owl-carousel .owl-item {
  position: relative;
}

.owl-carousel .slider-item {
  padding-top: 34.53125%;
  background-size: cover !important;
}

.owl-carousel .slider-item2 {
  padding-top: 54.6875%;
  background-size: cover !important;
}

.owl-carousel .slider-item2 img {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.owl-carousel .owl-thumbs {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}

.owl-carousel .owl-thumbs .owl-thumb-item {
  border: none;
  width: 20%;
  float: left;
  background: none;
  padding: 0;
  position: relative;
}

.owl-carousel .owl-thumbs .owl-thumb-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-thumbs .owl-thumb-item.active:before {
  background-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 10px;
    width: 10px;
    height: 10px;
  }
}

.owl-carousel .owl-dots .owl-dot span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  border: 2px solid #fff;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  background-color: #f29300;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  border: 2px solid #f29300;
  background-color: #f29300;
}

.map {
  height: 400px;
  margin: 40px 0 35px 0;
}

pre {
  white-space: normal;
}

.wrap-main-2 {
  padding: 15px;
  border: 1px solid #dedede;
}

/*aside*/

@media (max-width: 767.98px) {
  .aside {
    padding-top: 15px;
  }
}

.aside .bg-gray {
  background-color: #f2f2f2;
}

.aside .wrap-group-1 {
  padding-bottom: 15px;
}

.aside .wrap-group-1-fix {
  padding-bottom: 0 !important;
}

.aside .pdlr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.aside .wrap-group-2 {
  padding: 15px;
}

.aside .group-text-1 {
  font-size: 16px;
  line-height: 35px;
  color: #666666;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .aside .group-text-1 {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .aside .group-text-1 {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.aside .group-text-1 .p2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.aside .group-text-1 h4.fix-mb {
  margin-bottom: 8px;
}

.aside .group-text-sub-1 .text-l {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  padding-right: 5px;
}

.aside .group-text-sub-1 .text-l p {
  font-size: 12px;
}

.aside .group-text-sub-1 .img {
  display: inline-block;
  width: 40%;
  padding: 2px;
  border: 1px solid #ddd;
}

.aside .group-text-sub-1 .img .ratio {
  background-size: cover !important;
  background-position: center;
}

.aside .group-text-1 .fix-a {
  text-decoration: none;
  color: #333;
}

.aside .group-text-1 .fix-a:hover {
  color: #f29300;
}

.aside .pdlr-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.aside-box-1 {
  padding-bottom: 10px;
}

.aside-box-1 .group-text-1 {
  padding: 15px;
  border-bottom: 1px solid #dedede;
}

.aside-box-1 .group-text-1:last-child {
  border-bottom: 0;
}

.aside-box-1 .group-text-1 h4 {
  font-size: 18px;
  font-weight: 700;
  color: #f29300;
  margin-bottom: 13px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .aside-box-1 .group-text-1 h4 {
    font-size: 16px;
  }
}

.aside-box-1 .group-text-1 p {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  max-height: 4em;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .aside-box-1 .group-text-1 p {
    font-size: 12px;
  }
}

.aside-box-1 .ul1 li {
  border-top: 1px solid #fff;
}

.aside-box-1 .ul1 li a {
  display: block;
  padding: 10px 5px;
  font-size: 20px;
  color: #666;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .aside-box-1 .ul1 li a {
    font-size: 16px;
  }
}

.aside-box-1 .ul1 li:hover a, .aside-box-1 .ul1 li.active a {
  background-color: #f29300;
  color: #fff;
}

.aside-box-2 {
  padding: 15px;
  border: 1px solid #dedede;
  max-height: 479px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .aside-box-2 {
    max-height: 405px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .aside-box-2 {
    max-height: 100%;
  }
}

@media (max-width: 767.98px) {
  .aside-box-2 {
    margin-bottom: 15px;
  }
}

.aside-box-2 .btn1 {
  width: 80%;
  font-size: 24px;
  color: #fff;
  border-radius: 0;
  padding: 1px 12px;
  margin: 20px 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .aside-box-2 .btn1 {
    font-size: 20px;
    padding: 4px 12px;
    margin: 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .aside-box-2 .btn1 {
    font-size: 18px;
    padding: 1px 12px;
    margin: 5px 0;
  }
}

.page {
  display: block;
  padding: 40px 0 25px 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 991.98px) {
  .page {
    padding: 20px 0 0 0;
  }
}

.page ul {
  display: inline-block;
}

.page li {
  float: left;
  border-right: 1px solid #a5a2a2;
}

@media (max-width: 767px) {
  .page li {
    margin-right: 2px;
  }
}

.page li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .page li:last-child {
    margin-right: 0;
  }
}

.page li a {
  min-width: 32px;
  line-height: 20px;
  background-color: #f9f9f9;
  color: #333;
  display: block;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
}

.page li.active, .page li:hover {
  position: relative;
}

.page li.active a, .page li:hover a {
  color: #f29300;
  border-color: #f29300;
}

@media (max-width: 767.98px) {
  .page-fix-pd {
    padding: 5px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .page-fix-align {
    text-align: center !important;
  }
}

.p2 {
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .p2 {
    padding: 0;
  }
}

.p2 p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .p2 p {
    margin-bottom: 15px;
  }
}

.p3 span {
  font-size: 18px;
  font-weight: 700;
  color: #f29300;
  margin-bottom: 25px;
}

.p3 p {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-bottom: 0px;
}

.b-dropdown-box {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding: 10px 0;
}

.b-dropdown-box>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.b-dropdown-box>li:last-child {
  border-bottom: none !important;
}

.b-dropdown-box>li>a {
  background-color: rgba(194, 57, 15, 0.7);
  color: #fff;
  padding: 13px 15px;
  -webkit-transition: background-color .35s;
  -o-transition: background-color .35s;
  transition: background-color .35s;
}

.b-dropdown-box>li>a:hover {
  background-color: rgba(133, 58, 63, 0.7);
}

.b-dropdown-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent rgba(194, 57, 15, 0.7) transparent;
  border-style: solid;
  border-width: 10px;
}

.b-header-right {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-header-right {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .b-header-right {
    position: relative;
    text-align: center;
    max-width: 340px;
    display: block;
    margin: auto;
  }
}

.b-header-right .header-hotline {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 18px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-header-right .header-hotline {
    display: block;
    margin-top: 8px;
    padding-right: 80px;
  }
}

@media (max-width: 991.98px) {
  .b-header-right .header-hotline {
    font-size: 14px !important;
  }
}

.b-header-right .header-hotline .text-hl {
  display: inline-block;
  color: #C2390F;
}

.b-header-right .img {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-header-right .img {
    position: absolute;
    top: 55%;
    right: 0;
    max-width: 75px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .b-header-right .header-hotline {
    display: block;
  }
  .b-header-right .img {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 75px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 320px) {
  .b-header-right .img {
    right: -10px;
    max-width: 60px;
  }
}

.b-heading1 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #f29300;
  margin: 0;
  padding: 14px 15px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-heading1 {
    font-size: 16px;
  }
}

.b-heading2 {
  font-size: 24px;
  font-weight: 700;
  color: #f29300;
  position: relative;
  padding-bottom: 27px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .b-heading2 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-heading2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 22px;
  }
}

.b-heading2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.b-heading3 {
  font-size: 24px;
  color: #f29300;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-heading3 {
    font-size: 20px;
  }
}

.b-heading3 a {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
  padding: 2px;
  color: #f29300;
  text-decoration: none;
}

.b-heading3 a:hover {
  background-color: #f29300;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-heading3 a {
    font-size: 14px;
  }
}

.b-heading4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .b-heading4 {
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.b-heading4-fix {
  margin-bottom: 20px;
}

.b-heading5 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 35px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .b-heading5 {
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.b-heading5 h5 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}

.b-heading5 .sub {
  margin-bottom: 5px;
}

.b-heading5 .sub span {
  position: relative;
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  padding-left: 10px;
}

.b-heading5 .sub span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 90%;
  background-color: #dedede;
}

.b-h1-bg-red {
  background-color: #bd3810 !important;
}

.b-wrap-content {
  padding: 55px 0;
}

@media (max-width: 767.98px) {
  .b-wrap-content {
    padding: 25px 0;
  }
}

.b-wrap-content2 {
  padding: 25px 0 75px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-wrap-content2 {
    padding: 25px 0 25px 0;
  }
}

@media (max-width: 767.98px) {
  .b-wrap-content2 {
    padding: 15px 0 10px 0;
  }
}

.b-wrap-content3 {
  padding: 25px 0;
}

@media (max-width: 767.98px) {
  .b-wrap-content3-fix-pd {
    padding-bottom: 0;
  }
}

.b-form .form-group {
  margin-bottom: 13px;
}

.b-form .form-control {
  border-radius: 0;
  border: 1px solid #b3aeae;
  padding: 9px 12px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-form .form-control {
    font-size: 12px;
    padding: 7px 12px;
  }
}

.b-form .form-control-cap {
  padding: 9px 82px 9px 12px !important;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-form .form-control-cap {
    padding: 9px 70px 9px 12px !important;
  }
}

.b-form .form-group-cap {
  position: relative;
}

.b-form .btn {
  background-color: #cccccc;
  color: #f29300;
  border-radius: 0;
  width: 100%;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-form .btn {
    padding: 6px 12px;
    font-size: 16px;
  }
}

.b-form .btn-primary {
  color: #fff;
  background-color: #f29300;
}

.b-form .btn-cap {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30%;
  height: 35px;
  color: #999;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
  background-color: #cccccc;
  line-height: 32px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-form .btn-cap {
    font-size: 12px;
    height: 32px;
  }
}

.b-row1 {
  margin-left: -5px;
  margin-right: -5px;
}

.b-row2 {
  margin-left: -5px;
  margin-right: -5px;
}

.b-row3 {
  margin-left: -15px;
  margin-right: -15px;
}

.b-col-fix-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.b-col-2-l {
  width: 60%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  .b-col-2-l {
    width: 100%;
  }
}

.b-col-2-r {
  width: 40%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  .b-col-2-r {
    width: 100%;
  }
}

.b-col-3 {
  width: 33.33%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .b-col-3 {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .b-col-3 {
    width: 100%;
  }
}

.b-col-4 {
  width: 25%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767.98px) {
  .b-col-4 {
    width: 50%;
  }
}

.b-product {
  margin-bottom: 10px;
}

.b-product .group-text {
  border: 1px solid #dedede;
  border-top: none;
  padding: 10px 15px 35px 15px;
  position: relative;
}

.b-product .group-text h5, .b-product .group-text .subtit, .b-product .group-text p {
  font-size: 14px;
}

.b-product .group-text h5 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.b-product .group-text .subtit {
  margin-bottom: 7px;
}

.b-product .group-text p {
  margin-bottom: 7px;
  height: 6em;
}

.b-product .group-text a {
  color: #333;
  text-decoration: none;
}

.b-product .group-text .btn-product {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 16px;
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-product .group-text .btn-product {
    padding: 3px 12px;
  }
}

.b-product .group-text .btn-product:hover {
  background-color: #f29300;
}

.b-breadcrumb {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .b-breadcrumb {
    display: none;
  }
}

.b-breadcrumb ol {
  overflow: hidden;
}

.b-breadcrumb ol li {
  float: left;
  margin-left: 15px;
  font-size: 14px;
  color: #f29300;
}

.b-breadcrumb ol li:first-child {
  margin-left: 0;
}

.b-breadcrumb ol li a {
  text-decoration: none;
}

.b-mb-1 {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .b-mb-1 {
    margin-bottom: 0;
  }
}

.b-group-text a {
  text-decoration: none;
  color: #333;
}

.b-group-text a:hover {
  color: #f29300;
}

.b-group-text h3 {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .b-group-text h3 {
    margin-top: 5px;
    font-size: 20px;
  }
}

.b-group-text p {
  font-size: 14px;
  line-height: 26px;
}

.b-group-text2 a {
  text-decoration: none;
}

.b-group-text2 h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  color: #333;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .b-group-text2 h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 991.98px) {
  .b-group-text2 h4 {
    font-size: 14px;
    margin-bottom: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.b-group-text2 p {
  font-size: 14px;
  line-height: 25px;
  max-height: 3.5em;
  overflow: hidden;
  margin: 0;
  color: #8b8b8b;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .b-group-text2 p {
    font-size: 12px;
    max-height: 3.8em;
  }
}

@media (max-width: 991.98px) {
  .b-group-text2 p {
    font-size: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.b-group-text3 p {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.b-group-text3 .img {
  max-width: 70%;
  padding: 10px 0;
}

@media (max-width: 767.98px) {
  .b-group-text3 .img {
    max-width: 100%;
  }
}

.b-tab {
  margin-top: 17px;
  width: 100%;
  background-color: #f29300;
  text-align: center;
}

.b-tab li {
  float: left;
  width: 16.6666%;
}

@media (max-width: 767.98px) {
  .b-tab li {
    width: 33.333%;
  }
}

.b-tab li a {
  display: block;
  font-size: 16px;
  padding: 12px 10px;
  color: #fff;
  text-decoration: none;
}

.b-tab li a:hover {
  background-color: #dedede;
}

@media (max-width: 991.98px) {
  .b-tab li a {
    font-size: 14px;
    padding: 10px;
  }
}

.b-tab .nav-link.active {
  background-color: #dedede;
}

.b-tab-content {
  border: 1px solid #dedede;
  border-top: 0;
  padding: 15px;
}

.b-tab-content .content-tab .p-red {
  font-size: 14px;
  color: #BD3810;
  font-weight: 700;
}

.b-tab-content .content-tab p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.b-tab-content .content-tab .box-img {
  padding-top: 15px;
}

.b-wrap-news {
  padding: 0 25px;
}

@media (max-width: 991.98px) {
  .b-wrap-news {
    padding: 0;
  }
}

.b-news {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 767.98px) {
  .b-news {
    padding: 5px 5px 20px 5px;
  }
}

.b-news .col-l {
  width: 30%;
  float: left;
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .b-news .col-l {
    padding-right: 5px;
  }
}

.b-news .col-l .box-img {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 3px;
}

.b-news .col-r {
  width: 70%;
  float: left;
}

.b-news .btn-news {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #cccccc;
  padding: 4px 15px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-news .btn-news {
    padding: 0px 12px;
  }
}

@media (max-width: 767.98px) {
  .b-news .btn-news {
    padding: 0px 12px;
    font-size: 12px;
  }
}

.b-news .btn-news:hover {
  background-color: #f29300;
}

.b-next-page {
  padding-left: 15px;
  margin-top: 35px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .b-next-page {
    padding-left: 0;
    padding-bottom: 15px;
  }
}

.b-next-page .span {
  padding-bottom: 5px;
}

.b-next-page a {
  text-decoration: none;
}

.b-accordion .card {
  margin-bottom: 10px;
}

.b-acc-header {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  border: 0;
}

.b-acc-header span {
  display: inline-block;
  padding: 11px 22px;
  background-color: #f29300;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .b-acc-header span {
    padding: 8px 10px;
  }
}

.b-acc-header:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  right: 17px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 6px 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .b-acc-header:after {
    right: 14px;
  }
}

.b-acc-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #f29300;
}

@media (max-width: 767.98px) {
  .b-acc-header:before {
    width: 40px;
    height: 40px;
  }
}

.b-acc-header.collapsed:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.b-acc-body {
  padding: 15px;
}

@media (max-width: 767.98px) {
  .b-acc-body {
    padding: 15px 0;
  }
}

.b-acc-body .group {
  margin-bottom: 30px;
}

.b-acc-body span {
  font-size: 14px;
  font-weight: 700;
  color: #f29300;
  display: block;
  margin-bottom: 5px;
}

.b-acc-body p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}

.b-ft-button {
  z-index: 9999;
  position: fixed;
  bottom: 15%;
  right: 0;
  max-width: 72px;
}

@media (min-width: 1200px) {
  .b-ft-button {
    bottom: 5%;
  }
}

@media (max-width: 991px) {
  .b-ft-button {
    bottom: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-height: 991px) {
  .b-ft-button {
    bottom: 5%;
  }
  #newBridge .icon-right-center {
    top: 40% !important;
  }
}

@media (max-width: 767.98px) {
  .b-ft-button {
    display: none;
  }
}

.b-ft-button .gotop {
  height: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  overflow: hidden;
}

.b-ft-button .gotop.active {
  height: 72px !important;
}

.b-ft-button .ic {
  display: block;
  margin-bottom: 1px;
  position: relative;
}

.b-ft-button .ic .qrcode {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  display: none;
}

.b-ft-button .ic .hotline {
  font-size: 18px;
  line-height: 37px;
  width: 160px;
  text-align: center;
  position: absolute;
  left: -160px;
  top: 0;
  color: #ffffff;
  background-color: #e39704;
  display: none;
}

.b-ft-button .cl1 {
  background-color: #6da9de;
}

.b-ft-button .cl1:hover {
  background-color: #4390d5;
}

.b-ft-button .cl2 {
  background-color: #78c340;
}

.b-ft-button .cl2:hover {
  background-color: #609e32;
}

.b-ft-button .cl2:hover .qrcode {
  display: block;
}

.b-ft-button .cl3 {
  background-color: #fbb01f;
}

.b-ft-button .cl3:hover {
  background-color: #e39704;
}

.b-ft-button .cl3:hover .hotline {
  display: block;
}

.b-ft-button .cl4 {
  background-color: #666666;
}

.b-ft-button .cl4:hover {
  background-color: #4d4d4d;
}

.b-article {
  margin-bottom: 10px;
}

.b-article a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.b-article .t a {
  display: block;
  border: 1px solid #ddd;
  text-align: center;
  padding: 10px;
  color: #f29300;
  font-size: 20px;
}

.b-article .t a:hover {
  background-color: #f29300;
  color: #fff;
  border-color: #f29300;
}

.b-article ul {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  border: 1px solid #ddd;
  border-top: 0;
}

.b-article ul li {
  border-bottom: 1px solid #ddd;
}

.b-article ul li:last-child {
  border-bottom: 0;
}

.b-article ul a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
  padding: 8px 0;
}

.b-article ul a:hover {
  color: #f29300;
}

.sitemap-container {
  margin: 40px auto;
  border: 4px solid #ddd;
  padding: 40px;
  color: #666;
}

.sitemap-container a {
  text-decoration: none;
}

.sitemap-container .pull-right {
  float: right;
}

@media(max-width: 370px) {
  .sitemap-container {
    padding: 40px 20px
  }
}

.sitemap-link {
  border-bottom: 1px solid #ccc
}

.sitemap-link ol {
  margin-top: 5px
}

.sitemap-breadcrumb {
  margin-top: 10px;
  padding: 6px 15px;
  margin-bottom: 20px;
  list-style: none;
}

.sitemap-breadcrumb>li {
  display: inline-block
}

.sitemap-breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.sitemap-breadcrumb>.active {
  color: #777
}

.sitemap-breadcrumb span, .sitemap-breadcrumb ol {
  display: inline-block
}

.sitemap-breadcrumb ol {
  padding: 0
}

.sitemap-link ul {
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fefefe;
  padding: 5px;
  margin-bottom: 0
}

.sitemap-link ul li {
  display: inline-block;
  list-style: none
}

.sitemap {
  margin: 10px 0
}

.sitemap-title {
  font-size: 18px;
  margin: 10px 0 0;
  color: inherit
}

.sitemap-item {
  border: 1px solid #ccc;
  padding: 0 15px;
  margin-top: 5px;
}

.sitemap-item ul {
  padding: 0;
  margin-bottom: 0
}

.sitemap-item li {
  list-style: none;
  margin: 10px -2px;
  display: inline-block;
  float: none;
  vertical-align: top
}

/*# sourceMappingURL=style.css.map */