*,
*:before,
*:after {
  box-sizing: border-box;
}

*,
*:focus,
*:active,
*:focus:active,
*:before,
*:before:focus,
*:before:active,
*:before:focus:active,
*:after,
*:after:focus,
*:after:active,
*:after:focus:active {
  outline: none;
}

/* body {
  min-height: 100vh;
  padding: 2rem;
} */

ul {
  padding: 0;
}
ul >a{
  display: inline-block;
  list-style: none;
  padding: 0;
  height: 620px;
}
li {
  list-style: none;
  padding: 0;
}

h2 {
  text-align: center;
}

h2:not(:first-child) {
  margin-top: 45px;
}

p {
  margin: 20px 0 10px;
}

p+p {
  margin-top: 0;
}

.container {
  /* margin: 0 auto; */
  /* max-width: 600px; */
}

.cos {
  margin: 0 30px;
  width: calc(100% - ($button-spacing * 2));
}

.carousel[data-shift="1"] .carousel-inner>.item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.carousel .carousel-inner>.item.row {
  margin: 0;
}

.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 30px;
}

.carousel .carousel-control:before {
  color: #444;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}

.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}

.carousel .carousel-control:hover:after {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7);
}

.carousel .carousel-control.left {
  left: -30px;
}

.carousel .carousel-control.left:before {
  content: '\e079';
}

.carousel .carousel-control.left:after {
  right: -100%;
}

.carousel .carousel-control.right {
  right: -30px;
}

.carousel .carousel-control.right:before {
  content: '\e080';
}

.carousel .carousel-control.right:after {
  left: -100%;
}

.mask-max {
  position: relative;
  padding: 0px;
}

.mask-max .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 620px;
  padding: 0px 15px;
  background-color: #000;
  opacity: 0.6;
  transition: all 0.2s !important;
}

.mask-max .mask1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  font-size: 3.0rem;
  color: #ddd;
}
.mask-max .mask1 >p:nth-child(3) {
  font-size: 1.5rem;
}