#template_fullscreen {
  .template-main::-webkit-scrollbar {
    display: none;
  }
  .template-main {
    display: flex;
    position: relative;
    // height: 100vh;
    // overflow: scroll;

    .imgbanner {
      width: 65%;
      height: 100vh;
      position: sticky;
      top: 0;

      .owl-carousel,
      .owl-stage-outer,
      .owl-stage,
      .owl-item,
      .banner {
        height: 100%;
      }

      .banner {
        background-position: center;
        background-size: cover;
      }

      #img_banner {
        width: 100%;
        height: 100%;
      }
    }

    .promotion__title,
    .thank__title {
      font-size: 25px;
      font-weight: 700;
    }
    .section {
      padding-bottom: 20px;
    }

    .content-container {
      width: 35%;
      min-height: 100vh;
      position: relative;
      // display: flex;
      // align-items: center;

      section.content {
        padding: 15% 15% 0 15%;
        width: 100% !important;
        background: unset;
        overflow-y: unset;

        .linkout {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 2em;
          border: 1px solid #fff;
          border-radius: 3px;
          margin-bottom: 7px;

          &_icon {
            width: 25px;
            height: 25px;
            path {
              fill: #fff;
            }
          }

          &_text {
            width: 100%;
            text-align: center;
          }
        }
      }

      .calltoaction {
        display: flex;
        align-items: center;
        justify-content: center;

        &__icon {
          width: 25px;
          height: 25px;
          margin-right: 10px;
        }
      }
    }

    .map {
      &__title {
        font-weight: bold;
        font-size: 16px;
        margin: 20px 0;
      }
    }

    .map_guild__title {
      font-weight: bold;
      font-size: 16px;
      margin: 20px 0 10px 0;
    }

    .map_guild {
      line-height: 2em;
      font-weight: lighter;
    }

    .information {
      padding: 0 0 30px 0;

      &__title {
        font-weight: bold;
        font-size: 16px;
        margin: 20px 0 10px 0;
      }

      &__info {
        line-height: 2em;
        font-weight: lighter;
      }

      &__social {
        margin-top: 20px;

        &--icon {
          margin-right: 20px;

          img {
            width: 35px;
          }
        }
      }
    }

    .line {
      content: "";
      border-bottom: 1px solid #e5e5e5;
      // position: absolute;
      left: 0;
      width: 100%;
    }

    .ads {
      padding: 30px 0;
    }
  }
  .condition {
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    opacity: 1;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    font-weight: 300;
  }

  .footer {
    font-size: 8px;
    line-height: 13px;
    letter-spacing: 0.5px;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 30px;

    svg.svgTel {
      width: 15px;
      height: 15px;
    }

    .developer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #developer {
      min-height: 35px;
    }

    .developer {
      font-size: 22px;

      img {
        max-height: 35px;
        margin: 0 auto;
      }
    }

    .policy {
      display: inline-block;
      a {
        text-decoration: underline;
      }
    }
  }

  #ocpb {
    color: #555;
    background: #fff;
    padding: 2em 30px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .edit.dropdown {
    .dropdown-toggle {
      display: flex;
    }
    ul.dropdown-menu {
      right: 0;
      left: unset;
      min-width: 90px;
      li a {
        padding: 12px 20px;
      }
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: #004f9c;
    }
  }
  
  .button_link_out{
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
  }

  @media only screen and (max-width: 992px) {
    width: 100vw;

    .template-main {
      height: unset;
      display: block;

      .content-container {
        min-height: unset;
        section.content {
          padding: 15% 10% 0 10%;
        }
      }

      #imgbanner,
      .content-container {
        width: 100% !important;
      }

      #imgbanner {
        position: static;
        height: 100%;
      }
      .imgbanner {
        .owl-carousel,
        .owl-stage-outer,
        .owl-stage,
        .owl-item,
        .banner {
          width: 100%;
          height: unset;
        }
      }

      .information__title {
        margin: 0px 0 10px 0;
      }

      #register {
        margin-bottom: 0px;
      }
      #register .title,
      .map__title {
        margin-top: 0px;
      }

      .section {
        padding-bottom: 50px;
      }
    }

    .btnRegister{
        position: fixed;
        left: 0;
        width: 100%;
        background: #fff;
        bottom: 0;
        z-index: 999;
        padding: 0 10% 10px 10%;

        &__btn{
            font-size: 16px;
            font-weight: bold;
            text-align: center;

            background: #c8aa5c;
            border-radius: 3px;
            border-width: 0;
            cursor: pointer;
            padding: 0.5em 0;
        }
    }
    .btnRegister:before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 50px;
        top: -50px;
        left: 0;
        background-image: linear-gradient(rgba(255,255,255,0),#fff);
    }

    .footer {
      .policy,
      .developer {
        display: block !important;
        text-align: center;

        div {
          margin-bottom: 20px;
        }
      }
    }
  }
}
