@charset "UTF-8";
/* Importer fonts */
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Quicksand:300,400,500,600,700&display=swap&subset=latin-ext,vietnamese");
/* Set up your theme */
/* Configuration Input */
/* Custom Label */
/* End Custom Label */
/* Custom Icon */
/* End Custom Icon */
/* End Configuration Input */
/* Custom Selection text */
/* End Custom Selection text */
/* Configuration Button */
/* End Configuration Button */
/* End Set up your theme */
/* Input */
/* End Input */
/* Calc Icon Input */
/* End Calc Icon Input */
/* Icon Input */
/* End Icon Input */
@import "../libs/bootstrap-4.1.3-dist/css/bootstrap.css";
@import "../libs/aos-animate-on-scroll/styles.css";
@import "../libs/aos-animate-on-scroll/aos.css";
@import "../libs/open-iconic-master/font/css/open-iconic-bootstrap.css";
html, body {
  margin: 0;
  height: 100%;
  font-family: "Lato", sans-serif;
}

a, a:link, a:hover, a:focus, a:visited {
  color: inherit;
  text-decoration: none !important;
  outline: 0 !important;
}

div[class*=error] {
  color: #cb0000;
  font-size: 13px;
  padding-left: 25px;
}

input[class*=invalid] {
  border-color: #cb0000 !important;
}

:focus, :active,
button:focus, button.active,
input:focus, input.active,
select:active, select:focus,
.btn:active, .btn:focus {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

/* Transition */
/* End Transition */
/* Theme */
.form-input {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-input select {
  -webkit-appearance: none; /* Remove style Chrome */
  -moz-appearance: none; /* Remove style FireFox */
  appearance: none; /* Remove style FireFox*/
  height: 62px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: solid 1px #D8D8D8;
  background-color: transparent;
  color: #000000;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #D8D8D8 50%), linear-gradient(135deg, #D8D8D8 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) 28px, calc(100% - 15px) 28px, calc(100% - 35px) 21px;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.form-input select:focus {
  border-color: #3FFFFE;
  background-image: linear-gradient(45deg, transparent 50%, #3FFFFE 50%), linear-gradient(135deg, #3FFFFE 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) 28px, calc(100% - 15px) 28px, calc(100% - 35px) 21px;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.form-input textarea {
  height: 62px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: solid 1px #D8D8D8;
  background-color: transparent;
  color: #000000;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  resize: none;
  height: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
}
.form-input textarea:focus {
  border-color: #3FFFFE;
}
.form-input > label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px;
  color: #5A85B7;
  width: 100%;
  display: block;
  line-height: 1;
}
.form-input > label span {
  color: #5A85B7;
  font-weight: 600;
  float: right;
  text-align: right;
  text-decoration: underline;
}
.form-input > label + .oi {
  padding-top: 41px;
}
.form-input > .oi {
  padding-top: 22px;
  color: #5A85B7;
  padding-left: 24px;
  position: absolute;
}
.form-input > .oi + input {
  padding-left: 58px;
}
.form-input input {
  height: 62px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: solid 1px #D8D8D8;
  background-color: transparent;
  color: #000000;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, margin 0.25s ease-in-out, filter 0.25s linear, opacity 0.25s ease-in-out;
}
.form-input input:focus {
  border-color: #3FFFFE;
}
.form-input button {
  padding-left: 24px;
  padding-right: 24px;
  height: 62px;
  border: solid 1px #D8D8D8;
  border-radius: 12px;
  font-size: 14px;
  background-color: transparent;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-top: 19px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  cursor: pointer;
}
.form-input button:hover, .form-input button:focus {
  background-color: #5A85B7;
  color: #ffffff;
  border-color: #5A85B7;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, margin 0.25s ease-in-out, filter 0.25s linear, opacity 0.25s ease-in-out;
}

.tooltip {
  top: 2px !important;
}
.tooltip .tooltip-inner {
  background-color: #5A85B7;
  color: #ffffff;
  font-size: 11px;
  padding: 12px 10px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.tooltip[class*=show] {
  opacity: 1;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #5A85B7;
}

/* End Theme */
/* Colors */
.text-primary {
  color: #5A85B7 !important;
}
.text-secondary {
  color: #FDCD67 !important;
}
.text-tertiary {
  color: #000000 !important;
}
.text-quarter {
  color: #ffffff !important;
}
.text-five {
  color: #D8D8D8 !important;
}
.text-sixth {
  color: #3FFFFE !important;
}

.background-primary {
  background-color: #5A85B7 !important;
}
.background-secondary {
  background-color: #FDCD67 !important;
}
.background-tertiary {
  background-color: #000000 !important;
}
.background-quarter {
  background-color: #ffffff !important;
}
.background-five {
  background-color: #D8D8D8 !important;
}
.background-sixth {
  background-color: #3FFFFE !important;
}

.border-primary {
  border-color: #5A85B7 !important;
}
.border-secondary {
  border-color: #FDCD67 !important;
}
.border-tertiary {
  border-color: #000000 !important;
}
.border-quarter {
  border-color: #ffffff !important;
}
.border-five {
  border-color: #D8D8D8 !important;
}
.border-sixth {
  border-color: #3FFFFE !important;
}

.text-hover-primary:hover, .text-hover-primary:focus {
  color: #5A85B7 !important;
}
.text-hover-secondary:hover, .text-hover-secondary:focus {
  color: #FDCD67 !important;
}
.text-hover-tertiary:hover, .text-hover-tertiary:focus {
  color: #000000 !important;
}
.text-hover-quarter:hover, .text-hover-quarter:focus {
  color: #ffffff !important;
}
.text-hover-five:hover, .text-hover-five:focus {
  color: #D8D8D8 !important;
}
.text-hover-sixth:hover, .text-hover-sixth:focus {
  color: #3FFFFE !important;
}

.background-hover-primary:hover, .background-hover-primary:focus, .border-hover-primary:hover, .border-hover-primary:focus {
  background-color: #5A85B7 !important;
}
.background-hover-secondary:hover, .background-hover-secondary:focus, .border-hover-secondary:hover, .border-hover-secondary:focus {
  background-color: #FDCD67 !important;
}
.background-hover-tertiary:hover, .background-hover-tertiary:focus, .border-hover-tertiary:hover, .border-hover-tertiary:focus {
  background-color: #000000 !important;
}
.background-hover-quarter:hover, .background-hover-quarter:focus, .border-hover-quarter:hover, .border-hover-quarter:focus {
  background-color: #ffffff !important;
}
.background-hover-five:hover, .background-hover-five:focus, .border-hover-five:hover, .border-hover-five:focus {
  background-color: #D8D8D8 !important;
}
.background-hover-sixth:hover, .background-hover-sixth:focus, .border-hover-sixth:hover, .border-hover-sixth:focus {
  background-color: #3FFFFE !important;
}

.border-hover-primary:hover, .border-hover-primary:focus {
  border-color: #5A85B7 !important;
}
.border-hover-secondary:hover, .border-hover-secondary:focus {
  border-color: #FDCD67 !important;
}
.border-hover-tertiary:hover, .border-hover-tertiary:focus {
  border-color: #000000 !important;
}
.border-hover-quarter:hover, .border-hover-quarter:focus {
  border-color: #ffffff !important;
}
.border-hover-five:hover, .border-hover-five:focus {
  border-color: #D8D8D8 !important;
}
.border-hover-sixth:hover, .border-hover-sixth:focus {
  border-color: #3FFFFE !important;
}

/* End Colors */
/* Removing yellowish chrome ;) */
@-webkit-keyframes autofill {
  to {
    color: #000000;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

/* End Removing yellowish chrome ;) */
/* Custom placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.6;
  color: #000000;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.6;
  color: #000000;
}

:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.6;
  color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 0.6;
  color: #000000;
}

/* End Custom placeholder */
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  padding-right: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-left: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(214, 214, 214, 0.8);
  -webkit-box-shadow: inset 0 0 0 rgba(207, 201, 214, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(228, 228, 228, 0.4);
}

/* End Custom scrollbar */
/* Custom Selection text */
::-moz-selection {
  background: #5A85B7;
  color: #ffffff;
}
::selection {
  background: #5A85B7;
  color: #ffffff;
}

::-moz-selection {
  background: #5A85B7;
  color: #ffffff;
}

/* End Custom Selection text */
/* BG parallax */
.parallax-window {
  min-height: 300px;
  background: transparent;
}

/* End BG parallax */
/* Gradient Filter fixed */
.filter {
  background: #0B3464;
  background: -webkit-gradient(left top, right bottom, color-stop #0B3464, color-stop(100%, rgba(11, 52, 100, 0.9)));
  background: linear-gradient(37deg, #0B3464, rgba(11, 52, 100, 0.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#380035",endColorstr="#0ba293",GradientType=1);
  height: 100%;
  width: 100%;
  position: absolute;
}

/* End Gradient Filter fixed */
/* Background Filter fixed */
.background {
  background: #5A85B7;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #5A85B7), color-stop(100%, #FDCD67));
  background: linear-gradient(45deg, #5A85B7 0%, #FDCD67 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a085", endColorstr="#005a71", GradientType=1 );
}

/* End Background Filter fixed */
.background-responsive {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

a[href*="https://elfsight.com/instagram-feed-instashow/?utm_source=websites&utm_medium=clients&utm_content=instagram-feed&utm_term=localhost:63342&utm_campaign=free-widget"] {
  border-color: #cb0000 !important;
}

#loadingButton {
  display: none;
}

.form-input .remove {
  display: none;
}
.form-input .display {
  display: block !important;
  background-color: #4e555b !important;
  border-color: #4e555b !important;
  cursor: default;
}
.form-input .display:hover {
  background-color: #4e555b !important;
  border-color: #4e555b !important;
}

@-webkit-keyframes ldio-n3im4f6fnb8-1 {
  0% {
    top: 1.25px;
    height: 97.5px;
  }
  50% {
    top: 17.5px;
    height: 65px;
  }
  100% {
    top: 17.5px;
    height: 65px;
  }
}

@keyframes ldio-n3im4f6fnb8-1 {
  0% {
    top: 1.25px;
    height: 97.5px;
  }
  50% {
    top: 17.5px;
    height: 65px;
  }
  100% {
    top: 17.5px;
    height: 65px;
  }
}
@-webkit-keyframes ldio-n3im4f6fnb8-2 {
  0% {
    top: 5.3125px;
    height: 89.375px;
  }
  50% {
    top: 17.5px;
    height: 65px;
  }
  100% {
    top: 17.5px;
    height: 65px;
  }
}
@keyframes ldio-n3im4f6fnb8-2 {
  0% {
    top: 5.3125px;
    height: 89.375px;
  }
  50% {
    top: 17.5px;
    height: 65px;
  }
  100% {
    top: 17.5px;
    height: 65px;
  }
}
@-webkit-keyframes ldio-n3im4f6fnb8-3 {
  0% {
    top: 9.375px;
    height: 81.25px;
  }
  50% {
    top: 17.5px;
    height: 65px;
  }
  100% {
    top: 17.5px;
    height: 65px;
  }
}
@keyframes ldio-n3im4f6fnb8-3 {
  0% {
    top: 9.375px;
    height: 81.25px;
  }
  50% {
    top: 17.5px;
    height: 65px;
  }
  100% {
    top: 17.5px;
    height: 65px;
  }
}
.ldio-n3im4f6fnb8 div {
  position: absolute;
  width: 15px;
}

.ldio-n3im4f6fnb8 div:nth-child(1) {
  left: 17.5px;
  background: #ffffff;
  -webkit-animation: ldio-n3im4f6fnb8-1 0.9345794393s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ldio-n3im4f6fnb8-1 0.9345794393s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.1869158879s;
          animation-delay: -0.1869158879s;
}

.ldio-n3im4f6fnb8 div:nth-child(2) {
  left: 42.5px;
  background: #ffffff;
  -webkit-animation: ldio-n3im4f6fnb8-2 0.9345794393s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ldio-n3im4f6fnb8-2 0.9345794393s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: -0.0934579439s;
          animation-delay: -0.0934579439s;
}

.ldio-n3im4f6fnb8 div:nth-child(3) {
  left: 67.5px;
  background: #ffffff;
  -webkit-animation: ldio-n3im4f6fnb8-3 0.9345794393s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: ldio-n3im4f6fnb8-3 0.9345794393s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation-delay: undefineds;
          animation-delay: undefineds;
}

.loadingio-spinner-pulse-g163bj6rkvl {
  width: 42px;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-n3im4f6fnb8 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.42);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-n3im4f6fnb8 div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */
span {
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 11px;
}

h1, h3 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 58px;
  color: #000000;
}
h1 label, h3 label {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  h1, h3 {
    font-size: 35px;
  }
}

p {
  font-size: 21px;
  font-weight: 500;
  line-height: 33px;
  margin-top: 20px;
  letter-spacing: 0.4px;
  color: #000000;
}
p b {
  font-weight: 600;
  color: #000000;
}

::-webkit-scrollbar {
  height: 8px; /* height of horizontal scrollbar ← You're missing this */
  width: 8px; /* width of vertical scrollbar */
  background: #000000;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #e2e2e2;
  border-radius: 10px;
}

.menu-fixed {
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  z-index: 999;
  background-color: #f4f4f4;
  box-shadow: 0px 6px 22px -16px rgba(0, 0, 0, 0.62);
  top: -83px;
  transition: top 0.5s;
}

.up-menu {
  top: 0;
}

.menu span {
  margin-bottom: 0;
}
.menu .navbar {
  padding-left: 0;
  padding-right: 0;
}
.menu .navbar ul li .nav-link {
  font-weight: 800;
  font-size: 13px;
  color: #000000;
  letter-spacing: 1px;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}
.menu .navbar ul li:hover:before {
  width: 50px;
}
.menu .navbar ul .active .nav-link {
  color: #00cccb;
}
@media (max-width: 768px) {
  .menu .navbar .navbar-brand .logo svg, .menu .navbar .navbar-brand .logo-floating svg {
    height: 45px !important;
  }
  .menu .navbar ul {
    padding-top: 20px;
  }
  .menu .navbar ul li .nav-link {
    padding-top: 15px;
    text-align: center;
  }
  .menu .navbar ul li:before {
    margin-left: 50%;
  }
  .menu .navbar ul .active:before {
    margin-left: 50%;
  }
}

.bg-home {
  position: relative;
  height: 80vh;
  min-height: 702px;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .bg-home {
    height: 700px;
  }
}
.bg-home .bg-home-video {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .bg-home .bg-home-video {
    display: none;
  }
}
.bg-home:before {
  content: "TOUCH & PLAY";
  transform: rotate(-90deg);
  position: absolute;
  letter-spacing: 14px;
  right: 4%;
  top: 680px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 768px) {
  .bg-home:before {
    font-size: 10px;
    display: none;
  }
}
.bg-home .home {
  padding-top: 260px;
  height: calc(100% - 78px);
}
.bg-home .home:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 400px;
  right: 3%;
  background-image: url("../img/boll-grid.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-home .home h1 {
  color: #000000;
}
.bg-home .home p {
  color: #000000;
  margin-top: 23px;
  padding-right: 160px;
}
@media (max-width: 768px) {
  .bg-home .home {
    padding: 130px 15px 40px 15px;
  }
  .bg-home .home:before {
    top: 455px;
    width: 116px;
    height: 321px;
  }
  .bg-home .home h1 {
    margin-top: 0;
  }
  .bg-home .home p {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.bg-home:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -137px;
  border-top: 130px solid transparent;
  border-left: calc(100vw - 8px) solid #101010;
}
@media (max-width: 768px) {
  .bg-home:after {
    border-top: 137px solid transparent;
    border-left: 100vw solid #101010;
  }
}

.language {
  width: 45px;
  padding: 17px 10px;
  background-color: #e4e4e4;
  position: fixed;
  right: 0;
  margin-top: 40vh;
  z-index: 999;
}
.language:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-bottom: 20px solid transparent;
  border-right: 45px solid #e4e4e4;
  margin-top: 17px;
}
.language img {
  cursor: pointer;
  opacity: 0.4;
}
.language img:hover {
  opacity: 1;
}
.language .active {
  opacity: 1;
}

.bg-about {
  background-color: #ffffff;
  position: relative;
}
.bg-about .about {
  padding: 240px 15px;
}
.bg-about .about h3 {
  color: #000;
}
.bg-about .about p {
  color: #000;
}
.bg-about .about p b {
  color: #000;
}
.bg-about .about .background-responsive {
  height: 550px;
  margin-top: -60px;
  filter: grayscale(100%);
}
.bg-about .about .line-black {
  background-color: #3FFFFE;
  height: 170px;
  margin-top: 250px;
  padding-top: 100px;
  mix-blend-mode: multiply;
}
.bg-about .about .line-black > div {
  width: 15px;
  height: 200px;
  background-color: #000000;
  margin-left: 190px;
}
@media (max-width: 768px) {
  .bg-about .about {
    padding: 30px 15px;
  }
  .bg-about .about .touch {
    height: 300px;
    margin-left: 20px;
  }
  .bg-about .about .touch p {
    color: #ffffff;
    margin-left: -131px;
  }
  .bg-about .about .background-responsive {
    height: 350px;
    margin-top: -90px;
  }
  .bg-about .about .line-black {
    margin-bottom: 100px;
    margin-top: 125px;
  }
  .bg-about .about .line-black > div {
    height: 130px;
  }
}
.bg-about:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 130px solid transparent;
  border-right: calc(100vw - 8px) solid #ffffff;
}
@media (max-width: 768px) {
  .bg-about:after {
    border-right: 100vw solid #ffffff;
  }
}

.bg-counter {
  background-color: #3FFFFE;
  background-image: url("../img/bg-line-green.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.bg-counter .counter {
  padding: 300px 15px 280px;
}
.bg-counter .counter h4 {
  color: #000000;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0;
}
.bg-counter .counter p {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .bg-counter .counter {
    padding: 130px 15px 190px;
  }
  .bg-counter .counter h4 {
    margin-top: 40px;
  }
}
.bg-counter:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -130px;
  border-top: 130px solid transparent;
  border-right: calc(100vw - 8px) solid #ffffff;
}
@media (max-width: 768px) {
  .bg-counter:after {
    border-right: 100vw solid #ffffff;
  }
}

.bg-drum-web {
  background-image: url(../img/bg-drum-web-2.png);
  background-size: 100vh;
  background-color: #101010;
  background-position-y: bottom;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
}
.bg-drum-web .drum-web {
  padding: 170px 15px 280px;
}
.bg-drum-web .drum-web h3 {
  color: #ffffff;
}
.bg-drum-web .drum-web h3 b {
  background-color: #3FFFFE;
  color: #000;
  padding-right: 32px;
  padding-left: 10px;
  padding-bottom: 9px;
  border-radius: 1px;
}
.bg-drum-web .drum-web p {
  color: #ffffff;
}
.bg-drum-web .drum-web button {
  background-color: #3FFFFE;
  color: #000;
  font-weight: 600;
  padding: 20px 45px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.bg-drum-web:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -130px;
  border-top: 130px solid transparent;
  border-right: calc(100vw - 8px) solid #ffffff;
}
@media (max-width: 768px) {
  .bg-drum-web:after {
    border-right: 100vw solid #ffffff;
  }
}

.bg-depositions {
  background-color: #0D0D0D;
  background-image: url("../img/bg-line-black.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.bg-depositions:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -130px;
  border-top: 130px solid transparent;
  border-right: calc(100vw - 8px) solid #ffffff;
}
@media (max-width: 768px) {
  .bg-depositions:after {
    border-right: 100vw solid #ffffff;
  }
}

.depositions {
  padding: 290px 15px;
}
.depositions h3 {
  color: #ffffff;
}
.depositions h2 {
  font-size: 85px;
  height: 72px;
  color: rgba(255, 255, 255, 0.5098039216);
  margin-bottom: 0;
  margin-top: 38px;
  text-align: center;
}
.depositions p {
  font-size: 17px;
  line-height: 26px;
  margin-top: 0;
  text-align: center;
  color: #ffffff;
}
.depositions p b {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .depositions {
    padding: 160px 15px;
  }
}

@media (max-width: 767px) {
  body {
    background: url("poster.jpg");
    background-size: cover;
  }
}
.bg-product-title-home .product-title-home {
  padding: 170px 0 45px 0;
}
@media (max-width: 768px) {
  .bg-product-title-home .product-title-home {
    padding: 90px 15px 45px 15px;
  }
}
.bg-product-title-home:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 130px solid transparent;
  border-right: calc(100vw - 8px) solid #ffffff;
}

.bg-news:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 130px solid transparent;
  border-right: calc(100vw - 8px) solid #ffffff;
}

.news {
  padding: 200px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 100px 15px;
  }
}
.news .call h3 {
  padding-right: 30px;
}
.news .call p {
  padding-right: 30px;
}
.news .banner:before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: calc(100% - 30px);
  height: 360px;
  left: 40px;
  top: 25px;
}
@media (max-width: 768px) {
  .news .banner:before {
    height: 260px;
    left: 30px;
  }
}
.news .banner > div {
  height: 360px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .news .banner > div {
    height: 260px;
  }
}
.news .new-news {
  padding-top: 60px;
}
.news .new-news .box {
  cursor: pointer;
}
.news .new-news .box:hover .line {
  width: 58px;
}
.news .new-news .box h4 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 16px;
}
.news .new-news .box figure {
  display: none;
}
.news .new-news .box p {
  margin-top: 0;
  font-size: 17px;
  color: #000000;
  line-height: 26px;
  min-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news .new-news .box a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news .new-news .box .line {
  width: 29px;
  height: 4px;
  background-color: #303F46;
  transition: width 0.4s linear;
  margin-top: 0;
}
.news .last-news {
  padding-top: 60px;
  padding-right: 0;
  display: none;
}
.news .last-news h4 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 80px;
}
.news .last-news .text p {
  font-size: 17px;
  color: #000000;
  line-height: 26px;
  padding-left: 80px;
  padding-right: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .news .last-news h4 {
    padding-left: 0;
  }
  .news .last-news .text p {
    padding-left: 0;
  }
}
.news .row div:nth-child(4n) {
  display: block;
}

.bg-contact {
  background-color: #F7F7F7;
  padding-top: 100px;
}
.bg-contact:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 130px solid transparent;
  border-left: calc(100vw - 8px) solid #F7F7F7;
}

.contact {
  padding: 120px 15px 100px 15px;
}
@media (max-width: 768px) {
  .contact #form-email .form-input {
    padding: 0;
  }
}

#form-sucess {
  height: 300px;
}

.display-none {
  display: none !important;
}

.remove-form {
  display: none;
}

.bg-footer {
  background-color: #000000;
  background-image: url("../img/bg-line-black-footer.png");
  background-position: right center;
  background-repeat: no-repeat;
}

footer {
  padding: 250px 0 250px 0;
}
footer p {
  font-size: 14px;
  color: #E3E3E3;
}
footer h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #EDEDED;
  margin-bottom: 20px;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
  padding: 5px 0;
}
footer ul li a {
  font-size: 16px;
  color: #E3E3E3 !important;
  line-height: 32px;
}
@media (max-width: 768px) {
  footer {
    padding: 200px 0 130px 0;
    text-align: center;
  }
  footer h5 {
    margin-top: 30px;
  }
}

.reserved {
  background-color: #0c0c0c;
}
.reserved p {
  color: #E3E3E3;
  font-size: 12px;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .reserved p {
    text-align: center;
  }
}

.products {
  padding-bottom: 150px;
}
.products .carousel > div {
  padding: 0 15px;
}
.products .carousel > div h5 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  margin-top: 3px;
}
.products .carousel > div .stars {
  float: left;
  margin-top: 7px;
  margin-right: 4px;
}
.products .carousel > div .evaluation {
  font-size: 12px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
.products .carousel > div .summary {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #656565;
  padding-right: 40px;
  height: 40px;
}
.products .carousel > div .store-icon img:nth-child(1) {
  float: left;
  margin-right: 10px;
}
.products .carousel > div .store-icon img:nth-child(2) {
  float: left;
}
.products .carousel .slick-list {
  padding-left: calc((100vw - 1140px) / 2) !important;
}
.products .carousel .slick-dots {
  display: none !important;
}
.products .carousel .slick-slide {
  margin-bottom: 0;
  margin-right: 3px;
  display: inline-grid;
  cursor: pointer;
  background-color: #000000;
}
.products .carousel .slick-slide #videoBG {
  width: 100%;
  height: auto;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: grayscale(1);
  transition: all 1s;
}
.products .carousel .slick-slide #videoBG source {
  height: 100%;
}
.products .carousel .slick-slide img {
  display: initial;
}
.products .carousel .slick-slide .content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 100%);
  width: inherit;
  height: 100%;
  position: absolute;
  filter: grayscale(0);
  text-align: center;
  padding-top: 150px;
  transition: background 1s;
}
.products .carousel .slick-slide .content .logo {
  height: 17%;
  transition: height 1s, margin-top 1s, margin-bottom 1s;
  border-radius: 16%;
}
.products .carousel .slick-slide .content h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  transition: margin-top 0.6s, opacity 2s;
}
.products .carousel .slick-slide .content p {
  color: #ffffff;
  font-size: 16px;
  transition: margin-top 0.6s, opacity 2s;
}
.products .carousel .slick-slide .content p img {
  width: 17%;
  margin-top: -5px;
  margin-right: -18px;
  transition: margin-top 0.6s, opacity 2s;
}
.products .carousel .slick-slide .content span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: margin-top 0.6s, opacity 2.6s;
}
.products .carousel .slick-slide .content .store {
  position: absolute;
  bottom: -60px;
  opacity: 0;
  transition: bottom 0.6s, opacity 0.6s;
}
.products .carousel .slick-slide .content .store a:first-child img {
  width: 30%;
}
.products .carousel .slick-slide .content .store a:last-child img {
  width: 33%;
}
.products .carousel .slick-slide:hover #videoBG {
  filter: grayscale(0);
}
.products .carousel .slick-slide:hover .content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
  transition: background 1s;
}
.products .carousel .slick-slide:hover .content .logo {
  margin-top: -110px;
  margin-bottom: 500px;
}
.products .carousel .slick-slide:hover .content h4 {
  margin-top: 50px;
  opacity: 0;
  transition: margin-top 0.6s, opacity 0.4s;
}
.products .carousel .slick-slide:hover .content p {
  margin-top: 50px;
  opacity: 0;
  transition: margin-top 0.6s, opacity 0.4s;
}
.products .carousel .slick-slide:hover .content p img {
  opacity: 0;
  transition: margin-top 0.6s, opacity 0.4s;
}
.products .carousel .slick-slide:hover .content span {
  margin-top: 50px;
  opacity: 0;
  transition: margin-top 0.6s, opacity 0.4s;
}
.products .carousel .slick-slide:hover .content .store {
  position: absolute;
  bottom: 30px;
  opacity: 1;
  transition-delay: 0s;
}
.products .carousel .slick-next {
  position: absolute;
  right: 20px;
}
.products .carousel .slick-next:before {
  content: "→";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 2px;
  background-size: 21%;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.products .carousel .slick-prev {
  z-index: 999;
  position: absolute;
  right: 80px;
}
.products .carousel .slick-prev:before {
  content: "→";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 1px;
  left: -1px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 21%;
  transform: rotate(180deg);
}
.products .carousel .slick-prev, .products .carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -110px;
  display: block;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  height: 50px;
  width: 50px;
  background: #000000;
}
.products .carousel .slick-prev.slick-disabled, .products .carousel .slick-next.slick-disabled {
  background-color: #dadada;
}
@media (max-width: 768px) {
  .products {
    margin-top: 0;
    padding: 60px 15px 190px 15px;
  }
  .products .carousel > div .summary {
    padding-right: 15px;
  }
}/*# sourceMappingURL=style.css.map */