.wrapper {
  background: #EBDEB8;
}

.left-section {
  background-image: url(/web-assets/images/template/global/bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.left-section .bottom_bar {
  margin-bottom: 64px;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .left-section .bottom_bar {
    margin-top: 90px;
  }
}

.content__wrapper .content {
  max-width: 90%;
}

.item {
  margin: 0 -1px;
}

.item a {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.item:hover a {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.right-section .register {
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 0;
}

.right-section .register:before {
  /* width: 100%; */
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #133e5d;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: -1;
}

.right-section .register:hover:before {
  width: 100%;
  color: black;
}

.login {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.login:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  background-color: #a0aec0;
}

.right-section .top_bar {
  padding: 20px;
}

@sreen sm {
  .right-section .top_bar {
    padding: 64px;
  }
}

.right-section .top_bar a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  overflow: hidden;
}

.right-section .top_bar a:before, .right-section .top_bar a:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #EBDEB8;
}

.right-section .top_bar a:before {
  top: 0;
}

.right-section .top_bar a:after {
  bottom: 0;
}

.right-section .top_bar a:hover > * > *:before, .right-section .top_bar a:hover > * > *:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.right-section .top_bar a:hover > * > * > *:before, .right-section .top_bar a:hover > * > * > *:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.right-section .top_bar a > *:before, .right-section .top_bar a > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #EBDEB8;
}

.right-section .top_bar a > *:before {
  left: 0;
}

.right-section .top_bar a > *:after {
  right: 0;
}

.right-section .top_bar a > * > *:before, .right-section .top_bar a > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #0c2639;
}

.right-section .top_bar a > * > *:before {
  top: 0;
  -webkit-transform: translate3d(-105%, 0, 0);
          transform: translate3d(-105%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .top_bar a > * > *:after {
  bottom: 0;
  -webkit-transform: translate3d(105%, 0, 0);
          transform: translate3d(105%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .top_bar a > * > * > *:before, .right-section .top_bar a > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #0c2639;
}

.right-section .top_bar a > * > * > *:before {
  left: 0;
  -webkit-transform: translate3d(0, 105%, 0);
          transform: translate3d(0, 105%, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section .top_bar a > * > * > *:after {
  right: 0;
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.right-section a.register {
  width: 314px;
  max-height: 74px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 58px;
}

.right-section a.login {
  width: 180px;
  max-height: 74px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.right-section .bottom_bar {
  margin-bottom: 64px;
  margin-top: 50px;
}

@media (min-width: 1024px) {
  .right-section .bottom_bar {
    margin-top: 90px;
  }
}

.right-section .content {
  width: 320px;
  max-width: 612px;
}

.right-section .content .item {
  width: 106px;
  height: 106px;
  padding: 4px;
}

.right-section .content .item a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.right-section .content .item a img {
  width: 40px;
  max-height: 40px;
}

.right-section .content .item a div {
  font-size: 13px;
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 576px) {
  .right-section .content {
    width: 510px;
  }

  .right-section .content .item {
    width: 165px;
    height: 165px;
    padding: 8px;
  }

  .right-section .content .item a img {
    width: 80px;
    max-height: 80px;
  }

  .right-section .content .item a div {
    font-size: 14px;
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 768px) {
  .right-section .content {
    width: 360px;
  }

  .right-section .content .item {
    width: 120px;
    height: 120px;
  }

  .right-section .content .item a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .right-section .content .item a img {
    width: 50px;
    max-height: 50px;
  }

  .right-section .content .item a div {
    font-size: 14px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 1024px) {
  .right-section .content {
    width: 495px;
  }

  .right-section .content .item {
    width: 165px;
    height: 165px;
    padding: 8px;
  }

  .right-section .content .item a img {
    width: 80px;
    max-height: 80px;
  }

  .right-section .content .item a div {
    font-size: 14px;
    margin-right: -5px;
    margin-left: -5px;
  }
}

@media (min-width: 1280px) {
  .right-section .content {
    width: 612px;
  }

  .right-section .content .item {
    width: 205px;
    height: 205px;
  }

  .right-section .content .item a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .right-section .content .item a img {
    width: 115px;
    max-height: 115px;
  }

  .right-section .content .item a div {
    font-size: 18px;
    margin-top: 8px;
  }
}
