@charset "UTF-8";
.dropdown-sub {
  position: relative; }
  .dropdown-sub > .dropdown-box {
    display: none; }
  .dropdown-sub:hover > .dropdown-box {
    display: block;
    top: 0;
    right: initial;
    left: 100%;
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 0;
    padding-left: 1px; }
    .dropdown-sub:hover > .dropdown-box:before {
      display: none; }

.dropdown-box a {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.btn-primary {
  color: #FFF; }

.more-v2 {
  float: right;
  color: #999999;
  margin-top: 8px; }
  .more-v2:hover {
    color: #ee9038;
    text-decoration: none; }

.heading-v2 {
  padding-left: 20px;
  border-left: 4px solid #ee9038;
  margin-bottom: 30px; }
  .heading-v2 .btn-v2 {
    float: right; }
  .heading-v2 h2, .heading-v2 p {
    display: inline-block;
    margin-bottom: 0; }
  .heading-v2 h2 {
    color: #ee9038;
    font-weight: bold;
    font-size: 28px; }
  .heading-v2 p {
    font-size: 22px;
    color: #444; }
    @media (max-width: 991px) {
      .heading-v2 p {
        display: none; } }
    .heading-v2 p:before {
      display: inline-block;
      opacity: 0.7;
      margin: 0 5px;
      content: '';
      width: 2em;
      border-top: 2px solid;
      vertical-align: middle; }

.btn-v3 {
  padding: 8px 20px; }

.btn-v2 {
  background-color: #c2390f;
  color: #FFF; }
  .btn-v2:hover {
    background-color: #932b0b; }

.block-v1, .block-v3, .block-v4, .block-v5 {
  position: relative; }

.block-v1 {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s; }
  .block-v1:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .block-v1 h3 {
    color: #ee9038;
    font-size: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px; }
  .block-v1 .block-head {
    line-height: 34px;
    background-color: #f6b754;
    color: #FFF; }
  .block-v1 .block-body {
    padding: 20px 15px 30px;
    background-color: #fef9f2; }
  .block-v1 p {
    height: 3.5em;
    line-height: 1.75em;
    margin-bottom: 20px;
    overflow: hidden; }
  @media (max-width: 767px) {
    .block-v1 h3 {
      font-size: 16px; }
    .block-v1 p {
      font-size: 12px; }
    .block-v1 .block-body {
      padding: 15px 10px 30px; } }

.b-product .group-text p {
  overflow: hidden; }

@media (max-width: 767px) {
  .list-v1, .list-product {
    margin-left: -3px;
    margin-right: -3px; }
    .list-v1 > li, .list-product > li {
      padding-left: 3px;
      padding-right: 3px; } }

.stretched-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 20; }

.nav-heading-container {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .nav-heading-container .more-v2 {
    margin-top: 15px; }
    @media (max-width: 767.98px) {
      .nav-heading-container .more-v2 {
        margin-top: 0; } }

.nav-heading {
  display: inline-block;
  margin: 0 -20px;
  width: calc(100% - 70px);
  padding-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .nav-heading a {
    display: inline-block;
    margin: 0 20px;
    font-size: 20px; }
    .nav-heading a:hover {
      text-decoration: none; }
  @media (max-width: 767.98px) {
    .nav-heading {
      margin: 0 -5px; }
      .nav-heading a {
        font-size: 16px;
        margin: 0 5px; } }

.list-product .b-product {
  margin-bottom: 30px; }

.list-v3 {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
  .list-v3 > li {
    padding-left: 0;
    padding-right: 0; }

.block-v3 .block-body {
  padding: 30px 20px; }
  .block-v3 .block-body:before {
    content: '';
    border: 25px solid transparent;
    display: block;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 9; }

.block-v3:hover .ratio {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.block-v3 h3 {
  color: #ee9038;
  font-size: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .block-v3 h3:after {
    content: '';
    display: block;
    width: 4em;
    margin-top: 15px;
    border-top: 4px solid;
    margin-bottom: 15px; }

.block-v3 p {
  color: #444444;
  line-height: 1.5em;
  height: 7.5em;
  overflow: hidden;
  margin-bottom: 20px; }

.zoom {
  overflow: hidden; }

.zoom .ratio {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s; }

@media (min-width: 992px) {
  .block-v3 {
    height: 600px; }
    .block-v3 .ratio {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .block-v3 .block-top, .block-v3 .block-body {
      width: 100%;
      left: 0;
      position: absolute;
      height: 50%; }
  li:nth-child(2n+1) .block-v3 .block-top {
    top: 0; }
  li:nth-child(2n+1) .block-v3 .block-body {
    bottom: 0;
    border-top: 4px solid #ee9038; }
    li:nth-child(2n+1) .block-v3 .block-body:before {
      bottom: 100%;
      border-bottom: 25px solid #ee9038; }
  li:nth-child(2n) .block-v3 .block-body {
    top: 0;
    border-bottom: 4px solid #ee9038; }
    li:nth-child(2n) .block-v3 .block-body:before {
      top: 100%;
      border-top: 25px solid #ee9038; }
  li:nth-child(2n) .block-v3 .block-top {
    bottom: 0; } }

@media (max-width: 991.98px) {
  .block-v3 .ratio {
    height: 250px; }
  .block-v3 .block-body {
    border-top: 4px solid #ee9038;
    position: relative; }
    .block-v3 .block-body:before {
      bottom: 100%;
      border-bottom: 25px solid #ee9038; }
  .block-v3 p {
    height: auto; } }

.btn-v4 {
  padding: 8px 20px;
  border: 1px solid #ddd;
  color: #555555; }
  .btn-v4:hover {
    color: #ffffff;
    border-color: #ee9038;
    background-color: #ee9038; }

.modal-menu .modal-dialog {
  margin: 0;
  width: 270px; }
  .modal-menu .modal-dialog .modal-content {
    min-height: 100vh; }
  .modal-menu .modal-dialog .modal-content {
    border-radius: 0; }
  .modal-menu .modal-dialog .modal-body {
    padding: 0; }
  .modal-menu .modal-dialog .close {
    font-size: 18px;
    display: block;
    padding: 0 10px;
    line-height: 48px; }

.modal-menu.modal.fade .modal-dialog {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.modal-menu.modal.fade.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#modal-submenu-lvl2 {
  z-index: 1060; }

#modal-submenu-lvl3 {
  z-index: 1070; }

.sub-menu > a {
  font-size: 18px;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd; }
  .sub-menu > a:hover {
    color: #ee9038;
    background-color: #f5f5f5;
    text-decoration: none; }

.sub-menu > .dropdown-box {
  display: block !important;
  padding: 0; }
  .sub-menu > .dropdown-box:before {
    display: none; }
  .sub-menu > .dropdown-box a {
    display: block !important;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    color: #444; }
    .sub-menu > .dropdown-box a:hover {
      color: #ee9038;
      background-color: #f5f5f5;
      text-decoration: none; }

.navbar-main.sticky.is-sticky {
  width: 100% !important; }

.block-v4 .block-body {
  background-color: #ffffff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #ddd; }

.block-v4 .block-wrap {
  background-color: #ffffff;
  position: relative;
  width: 80%;
  margin: -80px auto 0;
  padding: 20px;
  z-index: 20;
  color: #666; }
  @media (max-width: 767.98px) {
    .block-v4 .block-wrap {
      width: 85%;
      padding: 15px; } }

.block-v4 h3 {
  font-size: 18px;
  color: #222; }

.block-v4:hover .block-body {
  border-bottom-color: #ee9038; }

.block-v4:hover h3 {
  color: #ee9038; }

.block-v4:hover .ratio {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.ratio-block-v4:before {
  padding-top: 70%; }

.owl-v4 .owl-nav > button {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 0;
  background: 0;
  font-size: 50px;
  margin-top: -0.5em;
  color: #ccc; }
  .owl-v4 .owl-nav > button:hover {
    color: #ee9038; }
  .owl-v4 .owl-nav > button:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-top: 8px solid;
    border-right: 8px solid; }
  .owl-v4 .owl-nav > button > span {
    display: none; }

.owl-v4 .owl-next {
  left: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.owl-v4 .owl-prev {
  right: 100%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.block-v5 {
  height: 100%;
  border: 1px solid #ddd;
  padding: 15px 15px 20px; }
  .block-v5:hover .ratio {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .block-v5 h3 {
    font-size: 14px;
    color: #ee9038;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.44;
    margin-top: 15px; }
    .block-v5 h3 small {
      display: block;
      font-size: 1em; }
  .block-v5 p {
    height: 4.5em;
    overflow: hidden; }

.ratio-block-v5 {
  height: 155px; }

.block-contact-v2 {
  height: 100%;
  border: 1px solid #ddd;
  padding: 45px 15px 20px;
  position: relative; }
  .block-contact-v2 .form-group {
    position: relative; }
    .block-contact-v2 .form-group .help-block {
      position: absolute;
      left: 0px;
      top: 100%;
      font-size: 12px;
      margin-top: -2px; }
  .block-contact-v2 .form-control {
    border-radius: 0;
    background-color: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 33px; }
  .block-contact-v2 .col-form-label {
    padding-top: 6px;
    padding-bottom: 6px; }
  .block-contact-v2 .top-head {
    background-color: #c2390f;
    padding: 5px 20px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100px;
    left: 50%;
    margin-left: -50px; }
  .block-contact-v2 h3, .block-contact-v2 p {
    line-height: 1.25; }
  .block-contact-v2 h3 {
    font-size: 22px;
    color: #ee9038; }
  .block-contact-v2 p {
    color: #888; }

.list-case li {
  margin-bottom: 30px; }

.list-news {
  margin-top: -15px; }
  .list-news a {
    color: #444;
    display: block;
    padding: 12px 0 12px 22px;
    position: relative;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    line-height: 20px; }
    .list-news a:hover {
      background-color: #ee9038;
      border-radius: 5px;
      padding: 12px 15px 12px 37px;
      color: #ffffff;
      font-size: 16px;
      border-color: transparent; }
      .list-news a:hover .icon-arrow {
        -webkit-transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
        transform: translate(15px, 0); }
        .list-news a:hover .icon-arrow:after {
          border-left: 2px solid #ee9038; }
  .list-news .icon-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    position: absolute;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
    .list-news .icon-arrow:before, .list-news .icon-arrow:after {
      content: '';
      display: block;
      border: 8px solid transparent;
      border-left: 12px solid;
      opacity: .6; }
    .list-news .icon-arrow:after {
      position: absolute;
      border-left: 2px solid #ffffff;
      -webkit-transition: border .35s;
      -o-transition: border .35s;
      transition: border .35s;
      left: 0;
      top: 0;
      opacity: 1; }
  .list-news span {
    opacity: 0.5;
    line-height: 20px;
    float: right;
    font-size: 14px; }
  .list-news h3 {
    display: inline-block;
    line-height: 20px;
    width: calc(100% - 80px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 1em;
    vertical-align: top; }

.nav-header-v1 {
  position: relative; }

.nav-header-v1 > li.mega-dropdown {
  position: static !important; }
  .nav-header-v1 > li.mega-dropdown > a {
    position: relative;
    overflow: visible; }
  .nav-header-v1 > li.mega-dropdown .dropdown-box {
    padding-top: 1px; }
    .nav-header-v1 > li.mega-dropdown .dropdown-box:before {
      display: none; }
  .nav-header-v1 > li.mega-dropdown .dropdown-box > li {
    width: 25%;
    float: left;
    border-right: 1px solid transparent !important; }

.block-filter {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 40px;
  border: 1px solid #ddd; }

.filter-item {
  margin-bottom: 10px; }
  .filter-item::after {
    display: block;
    clear: both;
    content: ""; }
  .filter-item h4 {
    font-size: 16px;
    display: inline-block;
    float: left;
    padding: 8px 0 8px 12px;
    line-height: 20px;
    color: #FFF;
    background-color: #ee9038;
    width: 100px;
    border-radius: 4px;
    margin-right: 14px;
    position: relative; }
    .filter-item h4:before {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 50%;
      border: 9px solid transparent;
      border-left: 9px solid #ee9038;
      margin-top: -9px; }
  .filter-item ul {
    overflow: hidden;
    padding-left: 0;
    margin: 0; }
    .filter-item ul li {
      display: inline-block;
      padding: 4px 10px;
      vertical-align: top; }
    .filter-item ul span {
      display: block;
      padding: 4px 2px;
      border-bottom: 2px solid transparent; 
    font-size: 16px;}
  .filter-item input {
    display: none; }
  .filter-item input:checked + span {
    color: #ee9038;
    border-bottom: 2px solid; }

.aside-box-1 .ul1 > li {
  position: relative; }
  .aside-box-1 .ul1 > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .aside-box-1 .ul1 > li > ul li > a {
      padding: 10px 25px 10px 40px;
      text-align: left; }
  .aside-box-1 .ul1 > li > a {
    display: block;
    padding: 10px 25px;
    color: #666;
    text-align: left;
    text-decoration: none; }
  .aside-box-1 .ul1 > li a.drop {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px; }
    .aside-box-1 .ul1 > li a.drop:before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid;
      border-right: 1px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: transform .35s;
      transition: transform .35s;
      transition: transform .35s, -webkit-transform .35s; }
    .aside-box-1 .ul1 > li a.drop.collapsed:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.user-control__avatar {
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 20px; }
  .user-control__avatar .ratio {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px; }
  .user-control__avatar p {
    margin-bottom: 0;
    font-size: 16px;
    color: #333;
    text-align: center; }

.user-control__funct-menu {
  background-color: #fff; }

.user-control__list li {
  padding: 10px 0;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .user-control__list li a {
    padding: 5px 0;
    padding-left: 25px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #333;
    border-left: 2px solid transparent; }
    .user-control__list li a:hover, .user-control__list li a.active {
      color: #ee9038;
      border-left-color: #ee9038; }

.user-control__list2 li:hover {
  background-color: #ee9038; }
  .user-control__list2 li:hover a {
    color: #fff; }

@media (max-width: 767.98px) {
  .user-control--left {
    display: none; } }

.section-0101 .owl-thread {
  width: 50%; }

.section-0101 .user-posts, .section-0101 .usr-interactive {
  width: 80%;
  margin: 0 auto; }

@media (max-width: 767.98px) {
  .section-0101 .user-thread {
    padding: 15px 0; }
  .section-0101 .owl-thread, .section-0101 .user-posts, .section-0101 .usr-interactive {
    width: 100%; } }

.search-head {
  max-width: 600px;
  margin: 0 auto; }
  .search-head h4 {
    font-size: 24px;
    color: #333; }
    @media (max-width: 767.98px) {
      .search-head h4 {
        font-size: 18px; } }

.group-search .custom-select, .group-search .form-control, .group-search .btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .group-search .custom-select, .group-search .form-control, .group-search .btn {
      height: 40px;
      line-height: 40px;
      font-size: 14px; } }

.group-search .custom-select {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-color: #ccc;
  padding-left: 15px;
  padding-right: 35px;
  text-align: center;
  color: #666;
  -webkit-appearance: none;
  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='%23888888' 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 .25rem center;
  background-size: 1rem 1rem; }
  .group-search .custom-select:focus {
    outline: 0; }

.group-search > .form-control:focus {
  z-index: 0; }

.group-search > .form-control::-webkit-input-placeholder {
  color: #666;
  font-size: 14px; }

.group-search > .form-control:-ms-input-placeholder {
  color: #666;
  font-size: 14px; }

.group-search > .form-control::-ms-input-placeholder {
  color: #666;
  font-size: 14px; }

.group-search > .form-control::placeholder {
  color: #666;
  font-size: 14px; }

.group-search .btn {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px; }
  @media (max-width: 767.98px) {
    .group-search .btn {
      font-size: 14px;
      padding-left: 20px;
      padding-right: 20px; } }

.search-recommend h5, .search-recommend a {
  font-size: 14px;
  color: #333; }

.search-recommend a {
  margin-right: 10px; }

.search-rsl .txt-rsl {
  font-size: 12px;
  color: #666;
  text-align: center; }

.section-0300-1 {
  position: relative;
  height: 1000px; }
  @media (max-width: 1199.98px) {
    .section-0300-1 {
      padding: 0; } }
  @media (max-width: 991.98px) {
    .section-0300-1 {
      height: auto; } }

.img-s1-0300 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%; }
  @media (max-width: 991.98px) {
    .img-s1-0300 {
      height: 250px;
      position: static;
      width: 100%; } }

.txt-s1-0300 {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 70px; }
  @media (max-width: 1199.98px) {
    .txt-s1-0300 {
      padding: 30px 0; } }
  @media (max-width: 991.98px) {
    .txt-s1-0300 {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .txt-s1-0300 h4 {
    margin-bottom: 20px;
    color: #333;
    font-size: 30px; }
  .txt-s1-0300 .ctn {
    max-height: 20em;
    overflow: hidden; }
    .txt-s1-0300 .ctn p {
      margin-bottom: 0;
      color: #666;
      line-height: 2;
      font-size: 14px; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .prices-block-0300 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .prices-block-0300 .block-left, .prices-block-0300 .block-right {
      width: 50%; }
    .prices-block-0300 .block-left {
      padding-right: 10px; }
    .prices-block-0300 .block-right {
      padding-left: 10px; } }

.prices-block-0300 .hero-tit {
  font-size: 16px;
  color: #333; }
  .prices-block-0300 .hero-tit span {
    font-size: 12px;
    color: #444;
    margin-left: 10px; }

.prices-block-0300 .prices-table {
  width: 350px;
  border: 1px solid #ccc; }
  @media (max-width: 1199.98px) {
    .prices-block-0300 .prices-table {
      width: 100%; } }
  .prices-block-0300 .prices-table li {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .prices-block-0300 .prices-table li > div {
      text-align: center;
      vertical-align: middle;
      display: table-cell; }
    .prices-block-0300 .prices-table li.title {
      padding: 15px 0;
      background-color: #ee9038; }
      .prices-block-0300 .prices-table li.title > div {
        color: #fff; }
    .prices-block-0300 .prices-table li.item {
      background-color: #fff;
      padding: 10px 0; }
      .prices-block-0300 .prices-table li.item .block-1 {
        color: #ee9038;
        font-weight: bold; }
      .prices-block-0300 .prices-table li.item .block-2 {
        color: #c2390f;
        font-weight: bold; }
      .prices-block-0300 .prices-table li.item .block-3 {
        color: #8b8b8b;
        text-decoration: line-through; }

.pic-custom-size .product-custom-size {
  max-width: 300px; }

.product-custom-prices {
  font-size: 24px;
  font-weight: bold; }

.banner-sub {
  height: 640px; }
  @media (max-width: 991.98px) {
    .banner-sub {
      height: 480px; } }
  @media (max-width: 767.98px) {
    .banner-sub {
      height: 300px; } }
  @media (max-width: 575.98px) {
    .banner-sub {
      height: 200px; } }

.section-0400-2, .section-0400-3 {
  position: relative;
  height: 500px; }
  @media (max-width: 1199.98px) {
    .section-0400-2, .section-0400-3 {
      padding: 0; } }
  @media (max-width: 991.98px) {
    .section-0400-2, .section-0400-3 {
      height: auto; } }

.img-s2-0400, .img-s3-0400 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%; }
  @media (max-width: 991.98px) {
    .img-s2-0400, .img-s3-0400 {
      height: 250px;
      position: static;
      width: 100%; } }

.img-s2-0400 {
  right: 0; }

.img-s3-0400 {
  left: 0; }

.txt-s2-0400, .txt-s3-0400 {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 1199.98px) {
    .txt-s2-0400, .txt-s3-0400 {
      padding: 30px 0; } }
  @media (max-width: 991.98px) {
    .txt-s2-0400, .txt-s3-0400 {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .txt-s2-0400 h4, .txt-s3-0400 h4 {
    margin-bottom: 20px;
    color: #333;
    font-size: 30px; }
  .txt-s2-0400 .ctn, .txt-s3-0400 .ctn {
    max-height: 20em;
    overflow: hidden; }
    .txt-s2-0400 .ctn p, .txt-s3-0400 .ctn p {
      margin-bottom: 0;
      color: #666;
      line-height: 2;
      font-size: 14px; }

.txt-s2-0400 {
  padding-right: 70px; }
  @media (max-width: 1199.98px) {
    .txt-s2-0400 {
      padding-right: 0; } }

.txt-s3-0400 {
  padding-left: 70px; }
  @media (max-width: 1199.98px) {
    .txt-s3-0400 {
      padding-left: 0; } }

.section-0400-hero::after {
  display: block;
  clear: both;
  content: ""; }

.section-0400-hero .section-0400-2, .section-0400-hero .section-0400-3 {
  height: 250px;
  width: 50%;
  float: left; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section-0400-hero .section-0400-2, .section-0400-hero .section-0400-3 {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .section-0400-hero .section-0400-2, .section-0400-hero .section-0400-3 {
      height: auto;
      width: 100%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-0400-hero .img-s2-0400, .section-0400-hero .img-s3-0400 {
    width: 50%;
    position: absolute; } }

@media (max-width: 767.98px) {
  .section-0400-hero .img-s2-0400, .section-0400-hero .img-s3-0400 {
    height: 150px; } }

.section-0400-hero .txt-s2-0400, .section-0400-hero .txt-s3-0400 {
  padding: 0 20px; }
  @media (max-width: 991.98px) {
    .section-0400-hero .txt-s2-0400, .section-0400-hero .txt-s3-0400 {
      padding: 30px 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section-0400-hero .txt-s2-0400, .section-0400-hero .txt-s3-0400 {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.ratio-item__padding {
  border: 10px solid transparent; }
  @media (max-width: 767.98px) {
    .ratio-item__padding {
      border-width: 3px; } }
  .ratio-item__padding:hover .img-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5; }
  .ratio-item__padding:hover .gallery-info {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1; }

a.remove-works {
  position: absolute;
  top: 10px;
  right: 40px;
  font-size: 22px;
  color: #ffffff;
  z-index: 10;
  line-height: 20px; }

.ratio-item__core {
  overflow: hidden;
  background-color: #000; }
  .ratio-item__core .img-bg {
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s; }
  .ratio-item__core .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ffffff;
    z-index: 10;
    line-height: 1; }
  .ratio-item__core:hover .img-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5; }
  .ratio-item__core:hover .gallery-info {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    opacity: 1; }

.section-0400-4 {
  padding: 80px 0 60px; }
  @media (max-width: 1199.98px) {
    .section-0400-4 {
      padding-top: 40px;
      padding-bottom: 30px; } }

.head-0400 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 60px; }
  @media (max-width: 1199.98px) {
    .head-0400 {
      margin-bottom: 30px; } }
  .head-0400.head-0400--black {
    color: #333; }

.gallery-0400 {
  margin-bottom: 50px; }

.section-0400-5 {
  padding: 50px 0; }

.bg-none {
  background: none !important; }

.bg-white {
  background-color: #fff !important; }

#accordion0400 .card {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

#accordion0400 .card-header a {
  padding: 13px 0;
  text-align: left;
  color: #ee9038;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 767.98px) {
    #accordion0400 .card-header a {
      padding-right: 30px; } }
  #accordion0400 .card-header a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    text-align: center;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ee9038;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  #accordion0400 .card-header a.collapsed {
    color: #333; }
    #accordion0400 .card-header a.collapsed i {
      color: #333;
      -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0); }
    #accordion0400 .card-header a.collapsed:hover {
      color: #ee9038; }
      #accordion0400 .card-header a.collapsed:hover i {
        color: #ee9038; }

#accordion0400 .collap-ctn .card-body {
  padding: 10px 0; }
  #accordion0400 .collap-ctn .card-body p {
    line-height: 2; }

.user-contetnt__count {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 10px; }
  .user-contetnt__count::after {
    display: block;
    clear: both;
    content: ""; }
  .user-contetnt__count li {
    float: left;
    padding: 0 50px;
    border-right: 1px solid #ddd;
    text-align: center; }
    @media (max-width: 767.98px) {
      .user-contetnt__count li {
        padding: 0 20px; } }
    .user-contetnt__count li:last-child {
      border-right: 0; }
    .user-contetnt__count li p {
      color: #666;
      margin-bottom: 5px;
      font-size: 14px; }
      @media (max-width: 767.98px) {
        .user-contetnt__count li p {
          margin-bottom: 0; } }
    .user-contetnt__count li span {
      color: #333;
      font-size: 24px; }
      @media (max-width: 767.98px) {
        .user-contetnt__count li span {
          font-size: 20px; } }

.usr-product__row {
  margin-right: -10px;
  margin-left: -10px; }
  .usr-product__row .gallery-info .title {
    width: 100%;
    padding: 0; }
  .usr-product__row .gallery-info .status span {
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 767.98px) {
      .usr-product__row .gallery-info .status span {
        padding-left: inherit;
        padding-right: inherit; } }

#usr-product__more {
  color: #666666;
  border-color: #ddd;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px; }
  #usr-product__more:hover {
    color: #fff;
    border-color: #ee9038;
    background-color: #ee9038; }
  #usr-product__more.ajax-complete {
    pointer-events: none;
    color: #666666;
    border-color: #ddd;
    background-color: transparent; }

.user-pro__comment {
  padding: 35px 50px; }
  @media (max-width: 991.98px) {
    .user-pro__comment {
      padding: 20px; } }

.user-thread {
  padding: 30px 20px 15px; }
  @media (max-width: 767.98px) {
    .user-thread {
      padding: 15px; } }

.user-posts::after {
  display: block;
  clear: both;
  content: ""; }

.user-posts .avt {
  width: 90px;
  float: left;
  margin-right: 20px; }
  @media (max-width: 991.98px) {
    .user-posts .avt {
      width: 80px; } }
  @media (max-width: 767.98px) {
    .user-posts .avt {
      width: 100%;
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; } }
  .user-posts .avt .ratio {
    margin-bottom: 10px;
    border-radius: 100%;
    border: 1px solid #ccc; }
    @media (max-width: 767.98px) {
      .user-posts .avt .ratio {
        width: 40px;
        height: 40px;
        margin-bottom: 0;
        margin-right: 10px; } }
  .user-posts .avt p {
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 991.98px) {
      .user-posts .avt p {
        font-size: 12px; } }

.user-posts .status {
  overflow: hidden; }
  .user-posts .status::after {
    display: block;
    clear: both;
    content: ""; }
  .user-posts .status .desc {
    background-color: #fff;
    border: 1px solid #eeeeee;
    min-height: 6em;
    line-height: 2;
    padding: 10px 20px;
    color: #444;
    border-radius: 7px;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .user-posts .status .desc {
        padding: 5px 10px;
        min-height: 5em; } }
    .user-posts .status .desc p {
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .user-posts .status .desc p {
          font-size: 12px; } }
  .user-posts .status .tag {
    float: left; }
    .user-posts .status .tag::after {
      display: block;
      clear: both;
      content: ""; }
    .user-posts .status .tag li {
      float: left;
      color: #888;
      font-size: 14px; }
      @media (max-width: 991.98px) {
        .user-posts .status .tag li {
          font-size: 12px; } }
      .user-posts .status .tag li:after {
        content: '—';
        display: inline-block;
        margin: 0 3px; }
      .user-posts .status .tag li:last-child:after {
        display: none; }
  .user-posts .status .star-grp {
    float: right;
    padding: 5px 10px;
    background-color: #fff;
    line-height: 1;
    border-radius: 7px; }
    .user-posts .status .star-grp i {
      color: #e4e4e4;
      line-height: 1;
      margin-right: 2px; }
      @media (max-width: 991.98px) {
        .user-posts .status .star-grp i {
          font-size: 12px; } }
      .user-posts .status .star-grp i.active {
        color: #fdc354; }
      .user-posts .status .star-grp i:last-child {
        margin-right: 0; }

.owl-thread {
  width: 80%;
  margin: 0 auto 30px; }
  @media (max-width: 991.98px) {
    .owl-thread {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .owl-thread {
      margin-bottom: 15px; } }
  .owl-thread .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .owl-thread .owl-dots button {
      border: 0;
      background: none; }
      .owl-thread .owl-dots button span {
        width: 8px;
        height: 8px;
        border: 1px solid #ffffff;
        background-color: transparent;
        display: block;
        border-radius: 100%; }
      .owl-thread .owl-dots button.active span, .owl-thread .owl-dots button:hover span {
        background-color: #fff; }
  .owl-thread .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 20px; }
    .owl-thread .owl-nav button i {
      color: #fff;
      font-size: 30px;
      line-height: 1; }
    .owl-thread .owl-nav button.owl-prev {
      left: 0; }
    .owl-thread .owl-nav button.owl-next {
      right: 0; }

.guest-posts {
  padding: 20px;
  margin-bottom: -15px; }
  @media (max-width: 767.98px) {
    .guest-posts {
      padding: 20px 0; } }

.guest-posts__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative; }
  .guest-posts__item::after {
    display: block;
    clear: both;
    content: ""; }

.guest-avt {
  min-width: 100px;
  margin-right: 20px;
  float: left; }
  .guest-avt::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .guest-avt {
      min-width: 0;
      float: none;
      margin-right: 55px;
      margin-bottom: 5px; } }
  .guest-avt .ratio {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px; }
  .guest-avt p {
    margin-bottom: 0;
    float: left;
    line-height: 32px; }

.guest-cmt {
  overflow: hidden;
  position: relative;
  padding-right: 55px; }
  .guest-cmt::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .guest-cmt {
      padding-right: 0; } }
  .guest-cmt .comment {
    margin-bottom: 5px;
    padding: 5px 0; }
    .guest-cmt .comment p {
      color: #444;
      margin-bottom: 0;
      font-size: 12px; }
  .guest-cmt .counter span {
    color: #888;
    font-size: 12px;
    margin-right: 20px; }

.guest-func {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px; }
  .guest-func > li {
    float: left;
    margin-left: 10px; }
    .guest-func > li:first-child {
      margin-left: 0; }
    .guest-func > li .fi {
      font-size: 18px;
      line-height: 1;
      color: #888; }
    .guest-func > li.drop-menu {
      position: relative;
      cursor: pointer; }
    .guest-func > li .drop-box {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      white-space: nowrap;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .guest-func > li .drop-box li a {
        padding: 5px 10px;
        color: #666; }
        .guest-func > li .drop-box li a:hover {
          color: #fff;
          background-color: #ee9038; }
    .guest-func > li:hover .fi {
      color: #ee9038; }
    .guest-func > li:hover .drop-box {
      opacity: 1;
      visibility: visible; }

.usr-cmt-form {
  padding: 0 20px; }
  @media (max-width: 767.98px) {
    .usr-cmt-form {
      padding: 0; } }
  .usr-cmt-form .top {
    margin-bottom: 10px; }
    .usr-cmt-form .top::after {
      display: block;
      clear: both;
      content: ""; }
    .usr-cmt-form .top .counter {
      float: left; }
      .usr-cmt-form .top .counter span {
        color: #888;
        font-size: 12px;
        margin-right: 20px; }
    .usr-cmt-form .top .funct {
      float: right; }
      .usr-cmt-form .top .funct a {
        margin-left: 10px;
        font-size: 18px;
        color: #888;
        line-height: 1; }
        .usr-cmt-form .top .funct a:hover {
          color: #ee9038; }
  .usr-cmt-form textarea {
    resize: none;
    min-height: 6em; }
  .usr-cmt-form .btn-rs {
    background-color: transparent;
    color: #444; }
    .usr-cmt-form .btn-rs:hover {
      background-color: #ccc; }

.user-sparkboxer-0722 .img-plus {
  width: 70px;
  height: 50px;
  background-image: url(../img/plus.png);
  background-position: center;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  display: inline-block; }

.user-sparkboxer-0722 .form-group-imgup .form-body > * {
  vertical-align: middle; }

.form-review .form-group {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .form-review .form-group .form-label, .form-review .form-group .form-body {
    display: table-cell;
    vertical-align: top; }
  .form-review .form-group .form-label {
    width: 6em; }

.form-review .btn-rs {
  background-color: transparent;
  color: #444; }
  .form-review .btn-rs:hover {
    background-color: #ccc; }

.form-review .rating-grp {
  display: inline-block;
  padding: 0;
  border: 0;
  width: auto; }
  .form-review .rating-grp::after {
    display: block;
    clear: both;
    content: ""; }

.form-review .rating-it {
  float: right;
  line-height: 1; }
  .form-review .rating-it i {
    font-size: 18px;
    color: #e4e4e4; }
  .form-review .rating-it.active i, .form-review .rating-it:hover i, .form-review .rating-it.active ~ label i, .form-review .rating-it:hover ~ label i {
    color: #fdc354; }

.user-content__headding {
  padding: 20px 50px;
  background-color: #fff;
  margin-bottom: 20px; }
  .user-content__headding::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    .user-content__headding {
      padding: 10px 30px; } }
  @media (max-width: 767.98px) {
    .user-content__headding {
      padding: 10px 20px; } }
  .user-content__headding h4 {
    margin-bottom: 0;
    float: left;
    font-size: 18px;
    line-height: 35px;
    color: #444; }
  .user-content__headding a {
    float: right;
    color: #666666;
    border-color: #ccc; }

.user-content__body {
  background-color: #fff;
  margin-bottom: 20px; }

.user-content__menu-block {
  border-bottom: 1px solid #ddd;
  padding: 0 50px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .user-content__menu-block {
      padding: 0 20px; } }
  @media (max-width: 767.98px) {
    .user-content__menu-block {
      padding: 0 15px; } }
  .user-content__menu-block .btn-read-all {
    position: absolute;
    top: 50%;
    right: 0;
    border-color: #ccc;
    color: #666;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 50px;
    font-size: 12px;
    padding: 5px 10px; }
    @media (max-width: 991.98px) {
      .user-content__menu-block .btn-read-all {
        margin-right: 30px; } }
    @media (max-width: 767.98px) {
      .user-content__menu-block .btn-read-all {
        margin-right: 20px; } }
    .user-content__menu-block .btn-read-all:hover {
      border-color: #ee9038;
      color: #fff; }
  .user-content__menu-block .user-tabs {
    margin-bottom: -1px; }
    .user-content__menu-block .user-tabs li {
      display: inline-block;
      margin-right: 40px;
      position: relative; }
      @media (max-width: 991.98px) {
        .user-content__menu-block .user-tabs li {
          margin-right: 20px; } }
      .user-content__menu-block .user-tabs li .number {
        position: absolute;
        top: 10px;
        right: -20px;
        display: block;
        border-radius: 30px;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        background-color: #db222e;
        color: #fff;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif; }
      .user-content__menu-block .user-tabs li a {
        border-bottom: 2px solid transparent;
        padding: 15px 0;
        font-size: 16px;
        color: #888;
        line-height: 1; }
        @media (max-width: 767.98px) {
          .user-content__menu-block .user-tabs li a {
            font-size: 14px; } }
      .user-content__menu-block .user-tabs li:hover a, .user-content__menu-block .user-tabs li.active a {
        color: #363636;
        border-bottom-color: #333; }

.user-sparkboxer {
  padding: 30px 50px; }
  @media (max-width: 1199.98px) {
    .user-sparkboxer {
      padding: 30px 15px; } }
  @media (max-width: 767.98px) {
    .user-sparkboxer {
      padding: 20px 15px; } }

.user-sparkboxer__items {
  background-color: #f5f5f5;
  margin-bottom: 20px; }

.user-sparkboxer__head {
  background-color: #ee9038;
  position: relative;
  margin-bottom: 10px;
  padding: 30px 0;
  text-align: center; }
  .user-sparkboxer__head--gray {
    background-color: #c3c3c3; }
    .user-sparkboxer__head--gray:after {
      background-image: url(../img/wave2.png) !important; }
  .user-sparkboxer__head .prices {
    margin-bottom: 10px; }
    .user-sparkboxer__head .prices .yuan {
      margin-bottom: 0;
      font-size: 24px;
      color: #fff;
      display: inline-block;
      vertical-align: bottom;
      line-height: 1; }
      .user-sparkboxer__head .prices .yuan span {
        font-size: 36px;
        font-weight: bold;
        display: inline-block;
        line-height: 1; }
    .user-sparkboxer__head .prices > span {
      display: inline-block;
      color: #fff;
      font-size: 12px;
      vertical-align: bottom;
      margin-left: 12px; }
  .user-sparkboxer__head .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0; }
  .user-sparkboxer__head:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(../img/wave.png);
    background-position: center center;
    background-repeat: repeat-x;
    content: ''; }

.user-sparkboxer__body {
  padding: 25px 20px; }
  .user-sparkboxer__body ul {
    margin-bottom: 25px; }
    .user-sparkboxer__body ul li {
      font-size: 12px;
      color: #999;
      padding-left: 15px;
      position: relative;
      margin-bottom: 7px; }
      .user-sparkboxer__body ul li:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 2px;
        border-radius: 100%;
        background-color: #999999;
        top: 50%;
        left: 5px;
        display: block; }
  .user-sparkboxer__body .btn-more {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
    border-color: #ccc; }
    .user-sparkboxer__body .btn-more:hover {
      color: #ffffff;
      border-color: #ee9038; }

.youhui {
  background-color: #fff;
  padding: 30px 50px; }
  @media (max-width: 991.98px) {
    .youhui {
      padding: 20px 30px; } }
  @media (max-width: 767.98px) {
    .youhui {
      padding: 20px; } }

.youhui__headding {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px; }

.youhui__list {
  margin-bottom: -15px; }
  .youhui__list::after {
    display: block;
    clear: both;
    content: ""; }
  .youhui__list li {
    width: 50%;
    float: left;
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .youhui__list li {
        width: 100%;
        float: none; } }
    .youhui__list li a {
      color: #666;
      font-size: 14px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
      .youhui__list li a:hover {
        color: #ee9038; }

.block-0740 {
  padding: 20px 50px; }
  @media (max-width: 991.98px) {
    .block-0740 {
      padding: 10px 30px; } }
  @media (max-width: 767.98px) {
    .block-0740 {
      padding: 10px 20px; } }

.list-0740 li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-right: 50px;
  position: relative; }
  @media (max-width: 991.98px) {
    .list-0740 li {
      padding-right: 30px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 767.98px) {
    .list-0740 li {
      padding-top: 5px; } }
  .list-0740 li:hover .btn-del {
    opacity: 1;
    visibility: visible; }
  .list-0740 li:hover .item-0740 .title {
    color: #ee9038; }

.list-0740 .btn-del {
  position: absolute;
  border: 0;
  background: none;
  color: #ccc;
  font-size: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  z-index: 10; }

.item-0740 .title {
  position: relative;
  color: #444;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.item-0740 .tag span {
  color: #888;
  font-size: 12px;
  margin-right: 10px; }

.item-0740.unread .title {
  padding-left: 15px; }
  .item-0740.unread .title:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 3px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ff5a00;
    border-radius: 100%; }

@media (max-width: 991.98px) {
  #pagi-fuai li {
    padding: 0; } }

#pagi-fuai a {
  font-family: 'fi'; }

#pagi-fuai .next a:before {
  content: "\e61c"; }

#pagi-fuai .prev a:before {
  content: "\e61b"; }

#pagi-fuai .first a:before {
  content: "\e823"; }

#pagi-fuai .end a:before {
  content: "\e60c"; }

.section-0800, .section-0810 {
  padding: 50px; }
  @media (max-width: 767.98px) {
    .section-0800, .section-0810 {
      padding: 20px; } }
  .section-0800 .ctn p, .section-0810 .ctn p {
    line-height: 2; }

.section-0810 p a {
  color: #333; }

.ratio-0800 {
  padding-top: 40%;
  border-radius: 10px; }

#map-0810 {
  height: 400px; }

.gallery-text-sp2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ee9038;
  z-index: 10; }
  .gallery-text-sp2 h3 {
    font-size: 36px;
    line-height: 1.75;
    margin-bottom: 10px; }
    @media (max-width: 1199.98px) {
      .gallery-text-sp2 h3 {
        font-size: 22px; } }
  .gallery-text-sp2 .more {
    font-size: 18px;
    position: static; }

.zoom .img-bg {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s; }

.zoom:hover .img-bg {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025); }

#accor {
  height: 640px;
  overflow: hidden; }
  #accor::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
    #accor {
      height: auto; } }
  #accor .accor-wrap {
    float: left;
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      #accor .accor-wrap {
        height: auto; } }
  #accor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      #accor ul {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #accor ul li {
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      width: 17%;
      visibility: visible; }
      @media (max-width: 991.98px) {
        #accor ul li {
          width: 100%;
          height: auto; } }
      #accor ul li .accor-it-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.85);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0;
        -webkit-transition: background-color .35s;
        -o-transition: background-color .35s;
        transition: background-color .35s; }
        @media (max-width: 991.98px) {
          #accor ul li .accor-it-wrap {
            position: static; } }
        @media (max-width: 767.98px) {
          #accor ul li .accor-it-wrap {
            padding: 20px 0; } }
        #accor ul li .accor-it-wrap span {
          font-size: 30px;
          color: #000;
          -webkit-transition: color .35s;
          -o-transition: color .35s;
          transition: color .35s;
          width: 3em; }
          @media (max-width: 767.98px) {
            #accor ul li .accor-it-wrap span {
              font-size: 20px; } }
        #accor ul li .accor-it-wrap .link {
          opacity: 0;
          visibility: hidden;
          max-width: 0;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s;
          white-space: nowrap;
          margin: 0; }
          #accor ul li .accor-it-wrap .link a {
            color: #000;
            padding: 0;
            margin: 0;
            margin-left: 60px;
            -webkit-transition: color .35s;
            -o-transition: color .35s;
            transition: color .35s; }
            @media (max-width: 767.98px) {
              #accor ul li .accor-it-wrap .link a {
                margin-left: 30px;
                font-size: 12px; } }
          @media (max-width: 767.98px) {
            #accor ul li .accor-it-wrap .link .fi {
              font-size: 14px; } }
          @media (max-width: 991.98px) {
            #accor ul li .accor-it-wrap .link {
              opacity: 1;
              visibility: visible;
              max-width: 100%; } }
      #accor ul li.active {
        width: 49%; }
        #accor ul li.active .link {
          max-width: 100%;
          opacity: 1;
          visibility: visible; }
          @media (max-width: 767.98px) {
            #accor ul li.active .link {
              width: 220px; } }
        @media (max-width: 991.98px) {
          #accor ul li.active {
            width: 100%; } }

/*New custom*/
.custom-collage, .custom-mural {
  padding-bottom: 70px; }
  .custom-collage h3, .custom-mural h3 {
    display: block;
    padding: 55px 0 30px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    color: #333333; }
    @media (max-width: 767.98px) {
      .custom-collage h3, .custom-mural h3 {
        padding: 30px 0 20px;
        font-size: 18px; } }

.custom-mural .product-footer {
  padding: 10px 0; }

.collage-content {
  padding-top: 20px;
  width: 800px;
  max-width: 85%;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .collage-content {
      padding-top: 0;
      max-width: 80%; } }

.collage-step {
  margin-bottom: 30px; }
  .collage-step::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .collage-step {
      margin-bottom: 20px; } }
  .collage-step li {
    float: left;
    width: 25%;
    border: 1px solid #ccc; }
    @media (min-width: 768px) {
      .collage-step li:not(:first-child) {
        border-left: 0; } }
    @media (max-width: 991.98px) {
      .collage-step li {
        width: 50%;
        margin-bottom: 10px; }
        .collage-step li:nth-child(3) {
          border-left: 1px solid #ccc; } }
    @media (max-width: 767.98px) {
      .collage-step li {
        width: 100%;
        border-left: 1px solid #ccc; } }
    .collage-step li:not(:last-child) a {
      position: relative; }
      .collage-step li:not(:last-child) a:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 100%;
        border-top: 37px solid transparent;
        border-bottom: 37px solid transparent;
        border-left: 10px solid #fff;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        z-index: 2; }
        @media (max-width: 991.98px) {
          .collage-step li:not(:last-child) a:before {
            border-width: 32px 0 32px 6px; } }
        @media (max-width: 767.98px) {
          .collage-step li:not(:last-child) a:before {
            display: none; } }
      .collage-step li:not(:last-child) a:after {
        content: "";
        position: absolute;
        top: -1px;
        left: 100%;
        border-top: 38px solid transparent;
        border-bottom: 38px solid transparent;
        border-left: 11px solid #ccc;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .collage-step li:not(:last-child) a:after {
            border-width: 33px 0 33px 7px; } }
        @media (max-width: 767.98px) {
          .collage-step li:not(:last-child) a:after {
            display: none; } }
    .collage-step li.active a, .collage-step li:hover a {
      background-color: #ee9038;
      color: #fff; }
      .collage-step li.active a .step-number, .collage-step li:hover a .step-number {
        color: #fff; }
      .collage-step li.active a:before, .collage-step li.active a:after, .collage-step li:hover a:before, .collage-step li:hover a:after {
        border-left-color: #ee9038; }
  .collage-step-item {
    display: block;
    color: #666666;
    background-color: #fff;
    padding: 10px 5px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .collage-step-item::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .collage-step-item {
        text-align: left;
        padding: 5px 15px; } }
    .collage-step-item .step-number {
      display: inline-block;
      vertical-align: middle;
      font-size: 54px;
      line-height: 1;
      color: #cccccc;
      font-weight: bold;
      margin-right: 10px;
      -webkit-transform: skewX(-6deg);
      -ms-transform: skewX(-6deg);
      transform: skewX(-6deg); }
      @media (max-width: 991.98px) {
        .collage-step-item .step-number {
          font-size: 42px; } }
    .collage-step-item .step-content {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .collage-step-item .step-content h4 {
        display: block;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px; }
        @media (max-width: 991.98px) {
          .collage-step-item .step-content h4 {
            font-size: 12px;
            line-height: 22px; } }
      .collage-step-item .step-content p {
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 24px;
        opacity: 0.8; }
        @media (max-width: 991.98px) {
          .collage-step-item .step-content p {
            font-size: 10px;
            line-height: 22px; } }

.collage-btn-grp {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  .collage-btn-grp .collage-btn {
    display: inline-block;
    margin: 7px 12px;
    width: 80px;
    height: 30px;
    background-color: #ee9038;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767.98px) {
      .collage-btn-grp .collage-btn {
        margin: 2px 5px;
        width: 50px;
        height: 24px;
        font-size: 10px;
        line-height: 24px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } }

.collage-size-verical {
  display: block;
  position: absolute;
  top: 0;
  left: -54px;
  width: 24px;
  height: 100%;
  background: url(../img/collage-arrow-line.png) repeat-y center;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .collage-size-verical {
      left: -30px;
      width: 20px; } }
  .collage-size-verical span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 16px;
    background-color: #ee9038;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: center; }
    @media (max-width: 767.98px) {
      .collage-size-verical span {
        width: 20px;
        font-size: 10px; } }
    .collage-size-verical span:before, .collage-size-verical span:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 77px;
      background-color: #f5f5f5;
      left: 0; }
      @media (max-width: 767.98px) {
        .collage-size-verical span:before, .collage-size-verical span:after {
          height: 30px; } }
    .collage-size-verical span:before {
      top: 100%; }
    .collage-size-verical span:after {
      bottom: 100%; }
  .collage-size-verical:before, .collage-size-verical:after {
    content: "";
    width: 20px;
    height: 17px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .collage-size-verical:before {
    top: 0;
    background-image: url(../img/collage-arrow.png); }
  .collage-size-verical:after {
    bottom: 0;
    background-image: url(../img/collage-arrow-down.png); }

.collage-size-horizontal {
  display: block;
  position: absolute;
  bottom: -54px;
  left: 0px;
  width: 100%;
  height: 24px;
  background: url(../img/collage-arrow-line-2.png) repeat-x center;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .collage-size-horizontal {
      bottom: -30px;
      height: 20px; } }
  .collage-size-horizontal span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 16px;
    background-color: #ee9038;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: center; }
    @media (max-width: 767.98px) {
      .collage-size-horizontal span {
        width: 20px;
        font-size: 10px; } }
    .collage-size-horizontal span:before, .collage-size-horizontal span:after {
      content: "";
      position: absolute;
      width: 77px;
      height: 100%;
      background-color: #f5f5f5;
      top: 0; }
      @media (max-width: 767.98px) {
        .collage-size-horizontal span:before, .collage-size-horizontal span:after {
          width: 30px; } }
    .collage-size-horizontal span:before {
      left: 100%; }
    .collage-size-horizontal span:after {
      right: 100%; }
  .collage-size-horizontal:before, .collage-size-horizontal:after {
    content: "";
    width: 17px;
    height: 20px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .collage-size-horizontal:before {
    left: 0;
    background-image: url(../img/collage-arrow-2.png); }
  .collage-size-horizontal:after {
    right: 0;
    background-image: url(../img/collage-arrow-2-right.png); }

.collage-img-grp {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: auto;
  max-width: 100%;
  margin-bottom: 110px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative; }
  @media (max-width: 767.98px) {
    .collage-img-grp {
      margin-bottom: 60px; } }
  .collage-img-grp.v1 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v1 .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%; }
  .collage-img-grp.v2 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v2 .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v2 .img-3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 50%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v2 .img-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%; }
  .collage-img-grp.v3 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v3 .img-2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v3 .img-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%; }
  .collage-img-grp.v4 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v4 .img-2 {
    position: absolute;
    top: 0;
    left: 33.3333%;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v4 .img-3 {
    position: absolute;
    top: 0;
    left: 66.6666%;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v4 .img-4 {
    position: absolute;
    top: 33.3333%;
    left: 0;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v4 .img-5 {
    position: absolute;
    top: 33.3333%;
    left: 33.3333%;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v4 .img-6 {
    position: absolute;
    top: 33.3333%;
    left: 66.6666%;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v4 .img-7 {
    position: absolute;
    top: 66.6666%;
    left: 0;
    width: 33.3333%;
    height: 33.3333%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v4 .img-8 {
    position: absolute;
    top: 66.6666%;
    left: 33.3333%;
    width: 33.3333%;
    height: 33.3333%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v4 .img-9 {
    position: absolute;
    top: 66.6666%;
    left: 66.6666%;
    width: 33.3333%;
    height: 33.3333%; }
  .collage-img-grp.v5 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v5 .img-2 {
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v5 .img-3 {
    position: absolute;
    top: 25%;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v5 .img-4 {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v5 .img-5 {
    position: absolute;
    top: 75%;
    left: 75%;
    width: 25%;
    height: 25%; }
  .collage-img-grp.v6 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v6 .img-2 {
    position: absolute;
    top: 25%;
    left: 0;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v6 .img-3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v6 .img-4 {
    position: absolute;
    top: 75%;
    left: 0;
    width: 25%;
    height: 25%; }
  .collage-img-grp.v6 .img-5 {
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v6 .img-6 {
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v6 .img-7 {
    position: absolute;
    top: 25%;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v6 .img-8 {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v6 .img-9 {
    position: absolute;
    top: 75%;
    left: 75%;
    width: 25%;
    height: 25%; }
  .collage-img-grp.v7 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v7 .img-2 {
    position: absolute;
    top: 33.3333%;
    left: 0;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v7 .img-3 {
    position: absolute;
    top: 66.66666%;
    left: 0;
    width: 33.3333%;
    height: 33.3333%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v7 .img-4 {
    position: absolute;
    top: 0;
    left: 33.3333%;
    width: 66.6666%;
    height: 100%;
    border-left: 1px solid #ccc; }
  .collage-img-grp.v8 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 75%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v8 .img-2 {
    position: absolute;
    top: 0;
    left: 75%;
    width: 25%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v8 .img-3 {
    position: absolute;
    top: 75%;
    left: 0;
    width: 75%;
    height: 25%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v8 .img-4 {
    position: absolute;
    top: 25%;
    left: 75%;
    width: 25%;
    height: 75%; }
  .collage-img-grp.v9 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 25%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v9 .img-2 {
    position: absolute;
    top: 0;
    left: 25%;
    width: 75%;
    height: 25%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v9 .img-3 {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 75%; }
  .collage-img-grp.v10 .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.3333%;
    height: 75%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v10 .img-2 {
    position: absolute;
    top: 0;
    left: 33.3333%;
    width: 66.6666%;
    height: 75%;
    border-bottom: 1px solid #ccc; }
  .collage-img-grp.v10 .img-3 {
    position: absolute;
    top: 75%;
    left: 0;
    width: 25%;
    height: 25%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v10 .img-4 {
    position: absolute;
    top: 75%;
    left: 25%;
    width: 25%;
    height: 25%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v10 .img-5 {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 25%;
    height: 25%;
    border-right: 1px solid #ccc; }
  .collage-img-grp.v10 .img-6 {
    position: absolute;
    top: 75%;
    left: 75%;
    width: 25%;
    height: 25%; }

.collage-info {
  text-align: right; }
  .collage-info h4 {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #444444; }
    @media (max-width: 767.98px) {
      .collage-info h4 {
        font-size: 14px;
        line-height: 24px; } }
  .collage-info p {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
    color: #666666; }
  .collage-info .price {
    padding: 16px 0 40px;
    font-size: 24px;
    line-height: 30px;
    color: #ee9038;
    font-weight: bold; }
    @media (max-width: 767.98px) {
      .collage-info .price {
        padding: 5px 0 20px;
        font-size: 20px;
        line-height: 26px; } }
  .collage-info .next {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666; }
    @media (max-width: 767.98px) {
      .collage-info .next {
        font-size: 14px;
        line-height: 26px; } }
    .collage-info .next span, .collage-info .next a {
      display: inline-block;
      vertical-align: middle; }
    .collage-info .next a {
      margin-left: 30px;
      width: 200px;
      height: 60px;
      border: 1px solid #ccc;
      background-color: #ffffff;
      padding: 14px;
      color: #888888;
      text-align: center;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      @media (max-width: 767.98px) {
        .collage-info .next a {
          margin-left: 10px;
          width: 120px;
          height: 40px;
          padding: 6px 10px; } }
      .collage-info .next a:hover {
        background-color: #ee9038;
        border-color: #ee9038;
        color: #fff; }

.mural-list {
  margin-left: -27px;
  margin-right: -27px; }
  .mural-list > div {
    padding-left: 27px;
    padding-right: 27px; }
  @media (max-width: 1199.98px) {
    .mural-list {
      margin-left: -15px;
      margin-right: -15px; }
      .mural-list > div {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 991.98px) {
    .mural-list {
      margin-left: -7px;
      margin-right: -7px; }
      .mural-list > div {
        padding-left: 7px;
        padding-right: 7px; } }
  @media (max-width: 767.98px) {
    .mural-list {
      margin-left: -5px;
      margin-right: -5px; }
      .mural-list > div {
        padding-left: 5px;
        padding-right: 5px; } }
  .mural-list input:checked + .mural-item {
    border-color: #ee9038;
    outline: 1px solid #ee9038; }

.mural-item {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 991.98px) {
    .mural-item {
      margin-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .mural-item {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 26px; } }
  .mural-item:hover {
    border-color: #ee9038; }
  .mural-item .img {
    display: block;
    padding: 15px 7px 25px; }
    @media (max-width: 767.98px) {
      .mural-item .img {
        padding: 10px 5px 15px; } }
  .mural-item .content {
    padding-bottom: 18px; }
    @media (max-width: 767.98px) {
      .mural-item .content {
        padding-bottom: 10px; } }
  .mural-item h4 {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666; }
    @media (max-width: 767.98px) {
      .mural-item h4 {
        font-size: 12px; } }
  .mural-item span {
    display: inline-block;
    color: #888888;
    padding: 0 5px; }
    .mural-item span strong::before,
    .mural-item span s::before {
      content: "¥";
      font-size: inherit; }
    .mural-item span strong {
      font-size: 18px;
      color: #ee9038; }
      @media (max-width: 767.98px) {
        .mural-item span strong {
          font-size: 16px; } }

.shopping-list {
  padding-top: 20px; }
  .shopping-list-title, .shopping-list-content {
    padding: 20px 50px;
    background-color: #fff;
    margin-bottom: 20px; }
    .shopping-list-title::after, .shopping-list-content::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 991.98px) {
      .shopping-list-title, .shopping-list-content {
        padding: 20px; } }
    .shopping-list-title .checker-checkbox:before, .shopping-list-content .checker-checkbox:before {
      top: 0;
      background-color: #fff; }
    .shopping-list-title .checker-checkbox:after, .shopping-list-content .checker-checkbox:after {
      top: 2px; }
  .shopping-list-title {
    font-size: 16px;
    line-height: 20px;
    color: #444444; }
    @media (max-width: 767.98px) {
      .shopping-list-title {
        font-size: 14px; } }
    .shopping-list-title h4 {
      display: inline-block;
      margin-bottom: 0;
      padding-right: 10px;
      font-size: 18px; }
      @media (max-width: 767.98px) {
        .shopping-list-title h4 {
          font-size: 16px; } }
    .shopping-list-title p {
      display: inline-block;
      margin-bottom: 0; }
      .shopping-list-title p span {
        display: inline-block;
        padding: 0 2px; }
      .shopping-list-title p .primary-txt {
        color: #ee9038; }
  .shopping-list-table {
    margin-bottom: 30px; }
    .shopping-list-table td {
      vertical-align: middle;
      text-align: center;
      border-top: 0; }
    .shopping-list-table thead td {
      background-color: #f5f5f5; }
    .shopping-list-table tbody td {
      padding: 20px 10px;
      border-bottom: 1px solid #ccc; }
    .shopping-list-table .checker {
      width: 1em;
      height: 1em;
      margin-right: 0; }
    .shopping-list-table .shopping-item {
      display: block;
      text-align: left; }
      .shopping-list-table .shopping-item::after {
        display: block;
        clear: both;
        content: ""; }
      .shopping-list-table .shopping-item .item-body {
        overflow: hidden; }
      .shopping-list-table .shopping-item:hover h4 {
        color: #ee9038; }
      .shopping-list-table .shopping-item h4 {
        display: block;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
        color: #444444;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        @media (max-width: 767.98px) {
          .shopping-list-table .shopping-item h4 {
            font-size: 14px;
            line-height: 24px; } }
      .shopping-list-table .shopping-item p {
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 22px;
        color: #666666; }
        @media (max-width: 767.98px) {
          .shopping-list-table .shopping-item p {
            font-size: 10px; } }
    .shopping-list-table .img {
      float: left;
      width: 100px;
      margin-right: 15px; }
      @media (max-width: 991.98px) {
        .shopping-list-table .img {
          float: none;
          width: 100%;
          margin-right: 0; } }
    .shopping-list-table .amount {
      width: 80px;
      margin: 0 auto; }
    .shopping-list-table .delete {
      display: block;
      color: #444444; }
      .shopping-list-table .delete:hover {
        color: #ee9038; }
  .shopping-list-total {
    background-color: #f8f8f8;
    padding: 10px 15px; }
    .shopping-list-total .block-left {
      float: left;
      font-size: 12px;
      line-height: 40px; }
      @media (max-width: 767.98px) {
        .shopping-list-total .block-left {
          float: none; } }
      .shopping-list-total .block-left a {
        display: inline-block;
        padding: 0 10px;
        color: #444444; }
        @media (max-width: 767.98px) {
          .shopping-list-total .block-left a {
            padding: 0 5px; } }
        .shopping-list-total .block-left a:hover {
          color: #ee9038; }
    .shopping-list-total .block-right {
      float: right; }
      @media (max-width: 767.98px) {
        .shopping-list-total .block-right {
          float: none; } }
      .shopping-list-total .block-right h5 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        font-size: 12px;
        line-height: 24px; }
        @media (max-width: 767.98px) {
          .shopping-list-total .block-right h5 {
            display: block;
            margin: 0; } }
        .shopping-list-total .block-right h5 strong {
          color: #ee9038; }
      .shopping-list-total .block-right .price-grp {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        font-size: 12px;
        line-height: 24px;
        text-align: right; }
        @media (max-width: 767.98px) {
          .shopping-list-total .block-right .price-grp {
            display: block;
            margin: 0;
            text-align: left; } }
        .shopping-list-total .block-right .price-grp strong {
          font-size: 16px;
          color: #ee9038; }
        .shopping-list-total .block-right .price-grp p {
          margin-bottom: 0; }
      .shopping-list-total .block-right a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px;
        width: 100px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        background-color: #ee9038;
        color: #fff;
        font-weight: bold; }
        @media (max-width: 767.98px) {
          .shopping-list-total .block-right a {
            display: block;
            margin: 0; } }
  .shopping-list .note-grp {
    padding: 15px;
    font-size: 12px;
    line-height: 24px;
    color: #888888; }
    .shopping-list .note-grp p {
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td {
    display: block; }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #ccc; }
    #no-more-tables tr .check-grp {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%;
      padding-left: 0;
      text-align: center;
      border: 0; }
    #no-more-tables tr .info-grp {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      width: 70%;
      padding-left: 0;
      border: 0; }
      #no-more-tables tr .info-grp.v2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 5px; }
  #no-more-tables td {
    border: none;
    border-top: 1px solid #ccc;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    width: 100%; }
    #no-more-tables td:before {
      position: absolute;
      top: 50%;
      left: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
      content: attr(data-title); } }

.section-order {
  padding: 20px 0 65px; }

.order-info, .order-content {
  padding: 20px 50px;
  background-color: #fff; }
  @media (max-width: 767.98px) {
    .order-info, .order-content {
      padding: 20px; } }

.order-info {
  margin-bottom: 20px; }
  .order-info .list-address-block {
    margin-bottom: 0; }
  .order-info-title {
    line-height: 60px; }
    .order-info-title::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .order-info-title {
        line-height: 32px; } }
    .order-info-title h4 {
      display: inline-block;
      margin-bottom: 0;
      padding-right: 20px;
      font-size: 18px;
      color: #444444; }
      @media (max-width: 767.98px) {
        .order-info-title h4 {
          padding-right: 15px;
          font-size: 16px; } }
    .order-info-title .choose-address {
      display: inline-block;
      font-size: 12px;
      color: #666666; }
    .order-info-title .add-address {
      display: block;
      float: right;
      font-size: 14px;
      color: #ee9038; }
      @media (max-width: 767.98px) {
        .order-info-title .add-address {
          float: none;
          display: block; } }

.order-form .form-group > label {
  width: 5em;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right; }
  @media (max-width: 767.98px) {
    .order-form .form-group > label {
      width: 100%;
      text-align: left;
      margin-bottom: 5px; } }

.order-form select, .order-form textarea, .order-form .payment-grp {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767.98px) {
    .order-form select, .order-form textarea, .order-form .payment-grp {
      display: block; } }

.order-form select {
  width: 250px; }
  @media (max-width: 767.98px) {
    .order-form select {
      width: 100%; } }

.order-form textarea, .order-form .payment-grp {
  width: calc( 100% - 6em); }
  @media (max-width: 767.98px) {
    .order-form textarea, .order-form .payment-grp {
      width: 100%; } }

.order-form input[type='radio']:checked ~ .payment-item {
  border-color: #ee9038;
  -webkit-box-shadow: 0 0 0 1px #ee9038;
  box-shadow: 0 0 0 1px #ee9038; }

.order-form .payment-item {
  width: 142px;
  height: 62px;
  margin-right: 30px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  @media (max-width: 767.98px) {
    .order-form .payment-item {
      width: 100px;
      height: 40px;
      margin-right: 10px; } }
  .order-form .payment-item:hover {
    border-color: #ee9038; }

.order-form .total-price-grp {
  border-top: 1px solid #cccccc;
  padding-top: 10px; }

.order-form .total-price-item {
  text-align: right;
  padding: 0 10px; }
  .order-form .total-price-item span {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-align: right; }
  .order-form .total-price-item .txt {
    width: 11em;
    color: #666666; }
  .order-form .total-price-item .price {
    width: 7em;
    color: #333333; }
    .order-form .total-price-item .price strong {
      font-size: 18px;
      color: #ee9038; }
      @media (max-width: 767.98px) {
        .order-form .total-price-item .price strong {
          font-size: 16px; } }

.order-form .total-price-info {
  background-color: #f8f8f8;
  padding: 20px 0;
  margin-top: 20px;
  text-align: right; }
  .order-form .total-price-info p {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    color: #999999; }
    @media (max-width: 767.98px) {
      .order-form .total-price-info p {
        padding: 0 5px; } }

.order-form .btn-grp {
  text-align: right; }
  .order-form .btn-grp a, .order-form .btn-grp button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    @media (max-width: 767.98px) {
      .order-form .btn-grp a, .order-form .btn-grp button {
        margin: 0 5px; } }
  .order-form .btn-grp a {
    font-size: 14px;
    line-height: 24px;
    color: #888888; }
    @media (max-width: 767.98px) {
      .order-form .btn-grp a {
        font-size: 12px; } }
    .order-form .btn-grp a:hover {
      color: #ee9038; }
  .order-form .btn-grp button {
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 0; }
    @media (max-width: 767.98px) {
      .order-form .btn-grp button {
        padding: 5px 20px; } }

.section-0820 {
  padding: 20px 50px; }
  @media (max-width: 767.98px) {
    .section-0820 {
      padding: 20px; } }
  .section-0820 h4 {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 60px;
    color: #ee9038; }
    @media (max-width: 767.98px) {
      .section-0820 h4 {
        font-size: 14px;
        line-height: 32px; } }
  .section-0820 p {
    display: block;
    font-size: 14px;
    line-height: 32px; }
    @media (max-width: 767.98px) {
      .section-0820 p {
        font-size: 12px;
        line-height: 26px; } }

.section-0010 {
  background-position: center;
  background-repeat: no-repeat;
  padding: 110px 0 20px; }
  @media (max-width: 991.98px) {
    .section-0010 {
      padding-top: 40px; } }
  @media (max-width: 767.98px) {
    .section-0010 {
      padding-top: 20px; } }
  .section-0010-title {
    color: #fff;
    text-align: center; }
    .section-0010-title h4 {
      display: block;
      margin-bottom: 15px;
      font-size: 24px;
      line-height: 30px; }
      @media (max-width: 991.98px) {
        .section-0010-title h4 {
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 767.98px) {
        .section-0010-title h4 {
          font-size: 18px;
          line-height: 24px; } }
    .section-0010-title p {
      display: block;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 30px; }
      @media (max-width: 991.98px) {
        .section-0010-title p {
          font-size: 14px;
          line-height: 26px; } }
  .section-0010-content {
    padding-top: 100px; }
    @media (max-width: 991.98px) {
      .section-0010-content {
        padding-top: 40px; } }
    @media (max-width: 767.98px) {
      .section-0010-content {
        padding-top: 20px; } }
  .section-0010-list {
    margin-left: -55px;
    margin-right: -55px; }
    .section-0010-list > div {
      padding-left: 55px;
      padding-right: 55px; }
    @media (max-width: 1199.98px) {
      .section-0010-list {
        margin-left: -30px;
        margin-right: -30px; }
        .section-0010-list > div {
          padding-left: 30px;
          padding-right: 30px; } }
    @media (max-width: 767.98px) {
      .section-0010-list {
        margin-left: -10px;
        margin-right: -10px; }
        .section-0010-list > div {
          padding-left: 10px;
          padding-right: 10px; } }
  .section-0010-item {
    display: block;
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 991.98px) {
      .section-0010-item {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .section-0010-item {
        margin-bottom: 20px; } }
    .section-0010-item .img-contain {
      background-color: transparent; }
    .section-0010-item h4 {
      display: block;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 60px;
      color: #444444; }
      @media (max-width: 767.98px) {
        .section-0010-item h4 {
          font-size: 14px;
          line-height: 32px; } }
      .section-0010-item h4:hover {
        color: #ee9038; }
    .section-0010-item p {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 24px;
      color: #444444;
      max-height: 48px;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .section-0010-item p {
          font-size: 12px; } }
    .section-0010-item .custom-list a {
      display: inline-block;
      padding: 5px 15px;
      font-size: 12px;
      line-height: 24px;
      color: #444444; }
      @media (max-width: 767.98px) {
        .section-0010-item .custom-list a {
          padding: 2px 5px; } }
      .section-0010-item .custom-list a:hover {
        color: #ee9038; }
