@font-face {
  font-family: "MagistralC";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MagistralC.woff2") format("woff2"),
    url("../fonts/MagistralC.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "MagistralC";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MagistralC-Bold.woff2") format("woff2"),
    url("../fonts/MagistralC-Bold.woff") format("woff");
  font-display: swap;
}

html,
body {
  height: 100%;

  font-family: "MagistralC", Arial, Helvetica, sans-serif;
}

.size-100vh {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.row {
  margin-right: 0;
  height: 100%;
}

.content {
    padding-left: 20px;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}

.image {
  position: relative;
  display: block;
  width: 100%;
  /* height: 100%; */
  padding: 0;
}

.logo {
  position: absolute;
  width: 200px;
  height: 150px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.border-right {
  border-right: 1px solid #000;
}
.title-apply {
  text-transform: capitalize;
  width: 100px;
}
.title-apply img {
  display: block;
  width: 100%;
  height: 100%;
}
.start-text {
  margin-top: 20%;
}
.start-text .name {
  font-size: 46px;
  margin-top: 20%;
  font-weight: 700;
}
.start-text .program-name {
  margin-top: 13%;
  font-weight: 700;
}

.start-text .program-type {
  margin-bottom: 10%;
  margin-top: 0;
}
.date {
  text-transform: lowercase;
}
.start-text h1 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 64px;
  color: #ca262d;
  text-transform: uppercase;
}
.start-text .number {
  font-size: 46px;
  color: #ca262d;
}
.end-box {
  position: relative;
  margin-bottom: 5%;
  padding: 0 15px;
  margin-top: auto;
}

.sign {
  width: 300px;
  margin-left: -20px;
}

.sign img {
  display: block;
  width: 100%;
  height: auto;
}

.seal {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 0;
  bottom: 10px;
}

.seal img {
  display: block;
  width: 100%;
}

.flex {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1024px) {
    .content {
        padding-left: 0;
    }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .image {
    height: 400px;
  }
  .border-right{
    border-bottom: 1px solid #000;
  } 
  .end-box {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .end-box .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .end-box .col-sm-12:first-child {
    margin-bottom: 25px;
  }

  .sign {
    width: 50%;
    margin: 0 0 10px;
  }

  .seal {
    right: 25px;
  }
}

@media (max-width: 480px) {
  .image {
    height: 400px;
  }
  .border-right{
    border-bottom: 1px solid #000;
  } 
  .end-box {
    margin-top: 120px;
    margin-bottom: 20%;
  }

  .start-text {
    margin-top: 15%;
  }

  .start-text .name {
    font-size: 32px;
    margin-top: 10%;
  }

  .start-text h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 48px;
  }

  .flex {
    display: block;
  }
}
