body {
  --btn-prev: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath d="M17.51 3.87L15.73 2.1L5.84 12l9.9 9.9l1.77-1.77L9.38 12l8.13-8.13z" fill="currentColor"%2F%3E%3C%2Fsvg%3E');
  --btn-next: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath d="M6.23 20.23L8 22l10-10L8 2L6.23 3.77L14.46 12z" fill="currentColor"%2F%3E%3C%2Fsvg%3E');
}
.gmr-box-layout #site-container {
  margin: 0 auto 0;
  max-width: 1092px;
  box-shadow: 0px 16px 45px 0px rgba(0, 0, 0, 0.07);
}
.gmr-element-carousel {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .gmr-box-layout #site-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.gmr-boxaftermenu {
  background-color: #222222;
  margin-bottom: 15px;
  padding: 15px 0 0;
}
.boxmenu-padding.gmr-boxaftermenu {
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container {
  margin: auto;
}
.container {
  width: 90%;
  max-width: 1200px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: auto;
  z-index: 9;
  color: #222d34;
  padding: 5px 0;
  font-size: 28px;
  line-height: 30px;
  min-width: 40px;
  border-radius: 4px;
  border: none !important;
  vertical-align: middle;
  display: inline-block;
  background-color: #ffffff91;
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.2);
}
.tns-controls button[data-controls="prev"] {
  left: 0;
}
.tns-controls button[data-controls="prev"] {
  background-image: var(--btn-prev);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tns-controls button[data-controls="next"] {
  right: 0;
}
.tns-controls button[data-controls="next"] {
  background-image: var(--btn-next);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
#primary-menu .sub-menu > li:hover > a,
#primary-menu .children > li:hover > a,
#primary-menu .sub-menu > li.current-menu-item > a {
  background-color: #fef3c9 !important;
}
#primary-menu .sub-menu.current_page_item:after,
#primary-menu .sub-menu li,
#primary-menu .children.current_page_item:after,
#primary-menu .children li {
  float: none;
}
.tns-ovh {
  overflow: hidden;
}

.gmr-owl-carousel {
  position: relative;
  padding: 0;
  margin: 0;
}
.gmr-owl-carousel img {
  display: block;
  width: 100%;
}
.gmr-owl-carousel .gmr-slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  background: #555;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 70%
  );
}
.gmr-owl-carousel .gmr-slide-title a {
  color: #ffffff !important;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* .gmr-slider-content {
  display: none;
} */
.gmr-slider-content .other-content-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.gmr-slider-content .gmr-quality-item a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
}
.tns-slide-active {
  position: relative;
  left: auto !important;
}
legend {
  padding: 0 10px;
}
