body {
  color: #000;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 900;
}
h3 {
  color: #8e0c5a;
}
p {
  font-weight: 300;
}
a:hover {
  color: #8e0c5a;
  text-decoration: underline;
}
.cv {
  color: #8e0c5a;
}
strong,
b {
  color: #8e0c5a;
}
@media (max-width: 576px) {
  .sm-dn {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md-dn {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .lg-dn {
    display: none !important;
  }
}
main[role=main] {
  max-width: 1920px;
  margin: 90px auto 0 auto;
  min-height: calc(100vh - 80px);
}
@media (min-width: 992px) {
  main[role=main] {
    margin: 170px auto 0 auto;
    min-height: calc(100vh - 216px);
  }
}
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 9999;
  background: #fff;
  flex-direction: column;
}
.lazy {
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -ms-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}
.main-padding {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .main-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .main-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.navbar {
  height: 80px;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 4px #ccc;
  -moz-box-shadow: 2px 2px 4px #ccc;
  box-shadow: 2px 2px 4px #ccc;
  padding: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media (max-width: 992px) {
  .navbar .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
  }
}
.navbar .nav-item {
  position: relative;
  background-color: #fff;
  margin-right: 0;
  padding: 8px 50px;
  text-align: center;
}
.navbar .nav-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #8e0c5a;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media (min-width: 992px) {
  .navbar .nav-item:hover:after {
    left: 0;
    width: 100%;
  }
}
.navbar .nav-row-box {
  display: flex;
  align-content: center;
  justify-content: center;
}
.navbar .nav-row-box .nav-item {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .navbar .nav-row-box .nav-item {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 8px;
    padding-top: 8px;
  }
}
.navbar .nav-link {
  color: #000;
}
.navbar .navbar-brand {
  padding-top: 1rem;
}
.navbar .navbar-brand img {
  height: 40px;
  width: auto;
  margin-left: 25px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.navbar.navbar-big {
  height: 90px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar.navbar-big .navbar-brand img {
  height: 50px;
}
@media (min-width: 992px) {
  .navbar {
    font-size: 19px;
    padding: inherit;
  }
  .navbar .nav-item {
    margin-right: 30px;
    padding: inherit;
  }
  .navbar .nav-link {
    border-bottom: 0;
  }
  .navbar.navbar-big {
    height: 160px;
  }
  .navbar.navbar-big .navbar-brand img {
    height: 70px;
    margin-left: 45px;
  }
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler .navbar-toggler-icon {
  padding-left: 1rem;
  background-image: url(https://c.wsczech.cz/images/design/menu.svg);
}
.navbar-toggler.open .navbar-toggler-icon {
  background-image: url(https://c.wsczech.cz/images/design/menu_open.svg);
}
.lang-nav a {
  display: inline-block;
  width: 80px;
}
@media (min-width: 992px) {
  .lang-nav {
    position: relative;
  }
  .lang-nav a {
    position: absolute;
    left: 0;
    top: 0rem;
    opacity: 0;
    width: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  .lang-nav a:first-of-type {
    position: static;
    opacity: 1;
  }
  .lang-nav:hover a:nth-of-type(2) {
    opacity: 1;
    top: 2.6rem;
  }
  .lang-nav:hover a:nth-of-type(3) {
    opacity: 1;
    top: 4.6rem;
  }
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #8e0c5a;
}
.footer img {
  margin-left: 10px;
  margin-right: 10px;
}
.footer p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.dynum {
  position: relative;
  margin: auto;
  width: 140px;
  height: 220px;
  z-index: 1;
}
.dynum-result {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #8e0c5a;
}
.dynum-label {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #8e0c5a;
}
.dynum-ring {
  position: absolute;
  z-index: -1;
  left: 8px;
  top: 8px;
}
.small-border {
  position: relative;
  margin-bottom: 42px;
}
.small-border:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  height: 6px;
  width: 120px;
  background: #8e0c5a;
}
.arrow-list {
  list-style-image: url('https://c.wsczech.cz/images/design/list-arrow.svg');
}
.gray-scrollbar::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #eeeeee;
}
.gray-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
}
.gray-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #555;
}
.fb-feed {
  margin-top: 30px;
  background-color: #F5F5F5;
}
.fb-feed-container {
  overflow-x: hidden;
  overflow-y: auto;
  height: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F5F5F5;
}
.fb-feed-loader {
  text-align: center;
}
.fb-feed-loader svg {
  width: 100px;
  height: 100px;
}
.fb-header .row {
  padding: 15px;
}
.fb-header .row img {
  width: 60px;
  height: 60px;
}
.fb-header .row:after {
  content: '';
  width: 100%;
  height: 10px;
  background: url(https://c.wsczech.cz/images/design/fb-line-bg.svg) repeat-x;
  margin-top: 15px;
}
.fb-post a {
  color: #000;
}
.fb-post h4 {
  margin-bottom: 0;
}
.fb-post .fb-post-data {
  font-weight: 600;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 38px;
}
.fb-post .fb-post-data a {
  color: #9B9B9B;
}
.fb-post .fb-post-data img {
  height: 18px;
  margin-left: 10px;
}
.social-icons a:hover {
  text-decoration: none;
}
.social-icons img {
  padding: 15px;
}
.gray-line {
  padding: 15px;
}
.gray-line:after {
  content: '';
  width: 100%;
  height: 10px;
  background: url(https://c.wsczech.cz/images/design/fb-line-bg-gray.svg) repeat-x;
}
.line {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background-color: #8e0c5a;
}
.line .row {
  height: 100%;
}
.line .line-item {
  width: 20px;
  height: 8px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.line .line-item:nth-of-type(1) {
  margin-left: 25px;
  background-color: #4A1C52;
}
.line .line-item:nth-of-type(2) {
  background-color: #2C002B;
}
.line .line-item:nth-of-type(3) {
  background-color: #C80770;
}
.line .line-item:nth-of-type(4) {
  background-color: #822795;
}
.line .line-item:nth-of-type(5) {
  background-color: #B466AF;
}
.line .line-item:nth-of-type(6) {
  background-color: #D4DF00;
}
.line .line-item:nth-of-type(7) {
  background-color: #A1C600;
}
.line .line-item:nth-of-type(8) {
  background-color: #F23235;
}
.line .line-item:nth-of-type(9) {
  background-color: #FFA700;
}
.line .line-item:nth-of-type(10) {
  background-color: #C0322F;
}
.line .line-item:nth-of-type(11) {
  background-color: #831052;
}
.line .line-item:nth-of-type(12) {
  background-color: #004B91;
}
@media (min-width: 576px) {
  .line .line-item {
    width: 25px;
  }
  .line .line-item:nth-of-type(1) {
    margin-left: 45px;
    background-color: #4A1C52;
  }
}
@media (min-width: 992px) {
  .line {
    height: 8px;
  }
  .line .line-item {
    width: 35px;
    height: 12px;
  }
  .line.big .line-item {
    height: 18px;
  }
}
.line-space {
  height: 8px;
  background-color: #8e0c5a;
  margin: 40px 0 10px auto;
}
@media (min-width: 992px) {
  .line-space {
    margin: 80px 0 10px auto;
  }
}
.main-slider-container {
  overflow: hidden;
  position: relative;
}
.main-slider-container .lSPager {
  position: absolute;
  right: 25%;
  top: 0;
  display: none;
  -webkit-transform: translateX(50%) !important;
  -moz-transform: translateX(50%) !important;
  -ms-transform: translateX(50%) !important;
  -o-transform: translateX(50%) !important;
  transform: translateX(50%) !important;
}
.main-slider-container .lSPager a {
  border-radius: 0 !important;
  background-color: transparent !important;
  display: inline-block !important;
  height: auto !important;
  overflow: hidden !important;
  text-indent: inherit !important;
  width: auto !important;
  position: relative !important;
  z-index: 99 !important;
  -webkit-transition: all .5s linear 0s !important;
  transition: all .5s linear 0s !important;
  font-size: 90px;
  font-weight: 900;
  color: #ececec;
  vertical-align: middle;
}
.main-slider-container .lSPager a:hover {
  color: #ccc;
  text-decoration: none !important;
}
.main-slider-container .lSPager li.active a {
  color: #ccc;
  font-size: 120px;
  text-decoration: none !important;
}
.main-slider-container .lSPrev,
.main-slider-container .lSNext {
  top: inherit;
  bottom: 130px;
}
@media (min-width: 992px) {
  .main-slider-container .lSPager {
    display: block;
  }
  .main-slider-container .lSPrev,
  .main-slider-container .lSNext {
    top: 50%;
    bottom: inherit;
  }
}
.main-slider figure {
  padding: 0;
  margin: 0;
  height: 450px;
}
.main-slider figure .img-space {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .main-slider figure {
    min-height: 600px;
  }
  .main-slider figure.order-lg-2 .img-space {
    margin-top: 200px;
    height: calc(100% - 200px);
  }
}
.main-slider .row {
  margin: 0;
}
.main-slider header h2 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .main-slider header h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .main-slider header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .main-slider header {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.page-background {
  position: fixed;
  top: 40%;
  left: 100px;
  width: 40%;
  height: 60%;
  background: url(https://c.wsczech.cz/images/design/oval-bg.svg);
  z-index: -999;
}
@media (min-width: 576px) {
  .page-background {
    left: 200px;
    width: 20%;
  }
}
.btn-main {
  z-index: 1;
  position: relative;
  width: 200px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 8px 20px 8px 20px;
  border: 4px solid #000;
  color: #000;
  border-radius: 0;
  text-align: left;
  overflow: hidden;
  background: transparent;
  font-weight: 900;
}
.btn-main:before {
  content: '';
  position: absolute;
  left: -200%;
  top: 0;
  width: 160%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:before {
  left: -30%;
}
.main-slider-prev {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(https://c.wsczech.cz/images/design/prev.svg) no-repeat center center;
  cursor: pointer;
  margin-top: -40px;
}
.main-slider-next {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(https://c.wsczech.cz/images/design/next.svg) no-repeat center center;
  cursor: pointer;
  margin-top: -40px;
  margin-left: -40px;
}
.slider-prev {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(https://c.wsczech.cz/images/design/slider_prev.svg) no-repeat center center;
  cursor: pointer;
}
.slider-next {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(https://c.wsczech.cz/images/design/slider_next.svg) no-repeat center center;
  cursor: pointer;
}
.box {
  position: relative;
  background: #ECECEE;
  color: #8e0c5a;
  font-weight: 900;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box.box-no-bg {
  background: none;
}
.box .box-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box .box-content h3 {
  font-size: 1.6rem;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box-border {
  border: 2px solid #ffffff;
}
.box-slider-section {
  overflow: hidden;
}
.box-slider-section .lSAction {
  display: none !important;
}
.box-service {
  position: relative;
  background: #ECECEE;
  color: #8e0c5a;
  font-weight: 900;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box-service .box-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box-service .box-content h3 {
  font-size: 1.3rem;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (min-width: 576px) {
  .box-service .box-content h3 {
    font-size: 1.6em;
  }
}
.box-service:before {
  content: '';
  float: left;
  padding-top: 100%;
}
.box-service header {
  padding-left: 5px;
  padding-right: 5px;
}
.box-service figure {
  margin: 0 0 0.5rem;
}
@media (min-width: 576px) {
  .box-service figure {
    margin: 0 0 1rem;
  }
}
.box-service figure svg {
  width: 30px;
  height: 30px;
}
@media (min-width: 576px) {
  .box-service figure svg {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .box-service figure svg {
    width: 70px;
    height: 70px;
  }
}
.box-service.active {
  background-color: #8e0c5a;
  z-index: 999 !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}
.box-service.active .box-content {
  border: 0;
}
.box-service.active .box-content h3 {
  color: #fff;
}
.box-service.active svg g {
  fill: #ffffff;
}
.box-service.active:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #ececee transparent;
}
.box-service:hover {
  background: #8e0c5a;
}
.box-service:hover .box-content {
  border: 0;
}
.box-service:hover .box-content h3 {
  color: #fff;
}
.box-service svg g {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box-service svg.active g {
  fill: #ffffff;
}
.img-border {
  border: 1px solid #ccc;
}
.detail-service {
  display: none;
  position: relative;
  background-color: #ececee;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .detail-service {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .detail-service {
    margin-left: -45px;
    margin-right: -45px;
    width: 100vw;
  }
}
.detail-service .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.detail-service .close img {
  width: 30px;
  height: auto;
  cursor: pointer;
}
.box-about .img-fade img {
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
.box-about .img-fade img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}
.box-about .img-fade img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.box-about:hover .img-fade img:nth-of-type(1) {
  opacity: 0;
}
.box-about:hover .img-fade img:nth-of-type(2) {
  opacity: 1;
}
.box-about:hover .box-about-more {
  opacity: 1;
  z-index: 9999;
}
.box-about .box-about-name {
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  text-align: left;
}
.box-about .box-about-name h4 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.box-about .box-about-name h4 span {
  font-weight: 400;
  display: block;
  font-size: 18px;
  padding-top: 10px;
}
.box-about-more {
  position: absolute;
  bottom: 85px;
  left: 15px;
  width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.box-about-more span {
  color: #000;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
.box-about-more span img {
  margin-top: -4px;
  margin-left: 4px;
}
.box-refer {
  position: relative;
}
.box-refer h3 {
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .box-refer h3 {
    font-size: 1.75rem;
  }
}
.box-refer:hover,
.box-refer.active-detail {
  z-index: 999 !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}
.box-refer:hover .box-black,
.box-refer.active-detail .box-black {
  visibility: visible;
  opacity: 1;
}
.box-refer.active-detail .box-black-top:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #F8F8F8 transparent;
}
.box-refer.active-detail .box-black-bot:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #F8F8F8 transparent transparent transparent;
}
.box-black {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.box-black h3 {
  color: #fff;
}
.box-black.box-black-left {
  align-items: left;
  text-align: left;
}
.box-more-arrow {
  position: absolute;
  left: 8%;
  bottom: 8%;
  z-index: 999;
}
.box-more-arrow img {
  width: 20px;
  height: 20px;
}
@media (min-width: 576px) {
  .box-more-arrow img {
    width: 40px;
    height: 40px;
  }
}
.detail-refer {
  display: none;
  position: relative;
  overflow: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F8F8F8;
}
@media (min-width: 992px) {
  .detail-refer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .detail-refer {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.detail-refer-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.detail-refer-close img {
  width: 30px;
  height: auto;
  cursor: pointer;
}
.my-h2 {
  font-size: 4rem;
  color: #8e0c5a;
  font-weight: 600;
}
.number-set {
  border-bottom: 1px solid #8e0c5a;
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .number-set {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0;
    border-right: 1px solid #8e0c5a;
  }
}
.number-set:last-of-type {
  border-right: 0;
}
.box-client {
  position: relative;
  background: #fff;
}
.box-client:hover,
.box-client.active-detail {
  z-index: 999 !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}
.box-client:hover .box-black,
.box-client.active-detail .box-black {
  visibility: visible;
  opacity: 1;
}
.box-client img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.detail-people {
  display: none;
  position: relative;
  background: #F8F8F8;
  padding: 10px;
}
@media (min-width: 992px) {
  .detail-people {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .detail-people {
    margin-left: -60px;
    margin-right: -60px;
    padding: 30px 60px;
  }
}
.box-people-detail-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.box-people-detail-close img {
  width: 30px;
  height: auto;
  cursor: pointer;
}
.about-name {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.about-name span {
  display: block;
  font-weight: 300;
}
.lSSlideOuter,
.lSSlideWrapper,
.lightSlider {
  overflow: visible !important;
}
.lightSlider {
  position: relative;
}
.section-header {
  margin-top: 50px;
  margin-bottom: 25px;
}
.section-header h2 {
  font-size: 2.8rem;
  text-transform: none;
  line-height: 1.4;
}
.section-header h2 span {
  text-transform: uppercase;
  border-bottom: 6px solid #000000;
}
@media (min-width: 576px) {
  .section-header {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .section-header h2 {
    font-size: 4rem;
  }
  .section-header h2 span {
    border-bottom: 8px solid #000000;
  }
}
.contact strong,
.contact h5 {
  color: #8e0c5a;
}
@media (min-width: 992px) {
  .contact {
    padding-left: 50px;
  }
}
#form-success-dialog {
  position: fixed;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  padding: 10px 25px;
  background: #ececee;
  box-shadow: 2px 2px 12px #999;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  font-size: 1.2rem;
  font-weight: 400;
}
#form-success-dialog.open {
  top: 90px;
}
.captcha {
  margin-top: 20px;
}
.cms_form {
  margin-bottom: 30px;
}
.cms_form .input-group {
  flex-direction: column;
  padding-top: 10px;
}
.cms_form label {
  margin: 0;
}
.cms_form input,
.cms_form textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.grecaptcha-badge {
  position: absolute !important;
  right: 0 !important;
  top: 5px;
  box-shadow: none !important;
}
.form-employee-form {
  margin-bottom: 40px;
}
.form-employee-form .box-people-detail-close {
  display: none;
}
.instafeed {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  .instafeed {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 567px) {
  .instafeed {
    grid-template-columns: repeat(2,1fr);
  }
}
.instafeed-href {
  overflow: hidden;
}
.instafeed-href img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s all;
  aspect-ratio: 1;
}
.instafeed-href img:hover {
  transform: scale(1.15);
}
