body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  background: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  /* font-family: 'Roboto';
  font-family: 'Roboto Condensed'; */
}
img {
  max-width: 100%;
}
.mob {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(
    90.09deg,
    #047a5c 0.83%,
    #175f48 61.57%,
    #369e32 112.4%
  );
  z-index: 9;
}

.h-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
}
.h-btn {
  width: 160px;
  height: 45px;
  border-radius: 50px;
  border: 1.5px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
}
.h-btn:hover {
  color: #2a6b5c;
  background: #eaf9f9;
  text-decoration: none;
}
.burger {
  cursor: pointer;
}
.burger span {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background: #047a5c;
}

.main {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left-page {
  position: relative;
  /* min-width: 570px;
  width: 570px; */
  background: white;
}
.l-banner {
  max-height: 100vh;
}

.btn-dangkyngay {
  position: absolute;
  top: 465px;
  right: 22px;
}

.btn-animate {
  width: 240px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(
    90deg,
    #fee71b 0%,
    #fff7b5 50%,
    #fee71b 100%
  );
  background-size: 200% 100%;
  background-position: 0%;
  transition: all 200ms ease;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  animation: bounce 1s ease-in-out infinite;
  -webkit-animation: bounce 1s ease-in-out infinite;
}

.btn-animate:hover {
  color: #000;
  text-decoration: none;
  /* background-image: linear-gradient(90deg, #FFF7B5 2.24%, #FEE71B 100%); */
  background-position: 100%;
  transition: all 200ms ease;
}
.right-page {
  height: 100%;
  min-height: 100vh;
  flex: 1;
  padding: 75px 5% 0 5%;
  background: url("../images/bg-right.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0px;
}
.title-main {
  margin-top: 30px;
  text-align: center;
}
/* #region Register form */
.register-form {
  max-width: 605px;
  height: auto;
  margin-top: 20px;
  padding: 30px 43px;
  background: rgba(120, 174, 162, 0.15);
  border: 2px solid #3d9e87;
  backdrop-filter: blur(12.5px);
  border-radius: 15px;
}
.inner-wrap input {
  width: 100%;
  height: auto;
  padding: 14px 20px;
  margin-top: 14px;
  background: #ffffff;
  border: 2px solid #3d9e87;
  border-radius: 10px;
}
.btn-submit-dangky {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  background: linear-gradient(
    90deg,
    #ffd221 10%,
    #ffd977 25%,
    #efbf03 40%,
    #efbf03 100%
  );
  background-size: 200% 100%;
  background-position: 0%;
  border-radius: 10px;
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms ease;
  border: none;
  outline: none;
}
.btn-submit-dangky:hover {
  background-position: 100%;
  transition: all 200ms ease;
}
.errorMsg {
  padding: 8px;
  background: #e74e4e;
  border: 1px solid #860404;
  color: #fff;
  display: none;
  font-size: 14px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999999;
  box-sizing: border-box;
  right: 10px;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

.successMsg {
  padding: 8px;
  background: #6bb34b;
  border: 1px solid #1b4a07;
  color: #fff;
  display: none;
  font-size: 14px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  box-sizing: border-box;
  right: 10px;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}
.input-icon {
  position: relative;
  margin-top: 14px;
}
.input-icon input {
  margin-top: 0px;
}
.input-icon img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.msg-error {
  display: none;
}
.capbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.capbox input {
  flex: 1;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.capbox div {
  width: 100px;
  padding: 14px;
  margin-top: 14px;
  background: #e6e6e6;
  border: 2px solid #3d9e87;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eye-open {
  display: none;
}

.float-social {
  position: fixed;
  top: 58%;
  right: 0;
  /* right: -130px; */
}
.soc-box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(100%);
  background: #034320;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: all 600ms ease-in-out;
  margin-bottom: 3px;
  padding: 15px 20px;
  color: #fff;
  text-shadow: 0 0 6px #00aa12, 0 0 6px #00aa12, 0 0 6px #00aa12;
  font-weight: 600;
  font-size: 16px;
  border-right: 5px solid rgb(190, 190, 190);
  cursor: pointer;
}
.soc-box:nth-child(1) a {
  animation: pullout 10s ease-out 0ms infinite;
}
.soc-box:nth-child(2) a {
  animation: pullout 10s ease-out 1s infinite;
}

.soc-box a:nth-child(1) img {
  animation: initSocial1 3000ms ease-out 200ms infinite;
}
.soc-box a:nth-child(2) img {
  animation: initSocial1 3000ms ease-out 800ms infinite;
}
/*.soc-box a:hover{*/
/*  transform: translateX(-130px);*/
/*  transition: all 250ms ease-in-out;*/
/*}*/
.soc-box a img {
  height: 45px;
  margin-right: 20px;
}
@keyframes initSocial1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pullout {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  10% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  70% {
    transform: translateX(0%);
    opacity: 1;
  }
  80% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* #endregion Register form */


@media (max-height: 892px) {
  .inner-wrap input {
    padding: 8px 20px;
  }
  .title-main {
    margin-top: 20px;
  }
  .btn-dangkyngay {
    position: absolute;
    top: 48%;
    right: 28px;
  }
}
@media screen and (max-height: 850px) {
  .inner-wrap input,
  .capbox div {
    padding: 8px 20px;
  }
  .register-form {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1700px) {
  .register-form {
    max-width: 500px;
    margin-top: 8px;
  }
  .btn-animate{
    width: 160px;
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
  }
  .btn-submit-dangky {
    height: 45px;
    font-size: 16px;
  }
  .title-main img{
    max-height: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    height: 50px;
  }
  .h-btn{
    width: 140px;
    height: 36px;
    font-size: 16px;
  }
  .right-page{
    padding: 50px 3% 0 2%;
  }
  .inner-wrap input,
  .input-icon,
  .capbox div {
    margin-top: 7px;
  }
  .input-icon  input{
    margin-top: 0px;
  }
  .btn-dangkyngay {
    position: absolute;
    top: 48%;
    right: 10px;
  }
  .title-main {
    margin-top: 10px;
  }
  .inner-wrap input,
  .capbox div
  {
    padding: 5px 20px;
  }
  .right-page {
  background: url("../images/bg-right.jpg") no-repeat;
  background-size: cover;
  background-position: 0 -65px;
}
}

@media (max-width: 1200px) {
  .right-page {
    height: unset;
  }
  .register-form {
    margin-top: 15px;
    max-width: 400px;
  }
  .main {
    height: auto;
    align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .float-social {
    position: fixed;
    top: unset;
    bottom: 0;
  }
  .soc-box a {
    padding: 7px 15px;
  }
  .soc-box a img {
    height: 40px;
  }
}
@media (max-width: 990px) {
  .right-page {
    padding: 15px 2% 0 2%;
    min-height: unset;
  }
  .main {
    flex-direction: column;
    align-items: center;
  }
  .l-banner.mob {
    display: block !important;
    margin: 0px auto;
    margin-top: 70px;
    text-align: center;
  }
  .l-banner.desk {
    display: none !important;
  }
  .footer-mob.mob {
    display: block !important;
  }
  .btn-dangkyngay {
    top: unset;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 215px;
    height: 50px;
  }
  .btn-animate {
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .register-form{
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
  .l-banner.mob {
    margin-top: 0px;
  }
  .header {
    position: relative;
    padding: 0 15px;
    background: none;
    height: 35px;
    align-items: flex-end;
  }
  .title-main {
    margin-top: 0px;
  }
  .left-page {
    min-width: unset;
    width: 100%;
  }
  .h-btns {
    position: fixed;
    top: 0;
    right: -100%;
    width: 240px;
    height: 100%;
    flex-direction: column;
    background: #fff;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .close-nav {
    width: 100%;
    text-align: left;
    padding: 16px 10px;
    background: linear-gradient(
      104.58deg,
      #047a5c -11.09%,
      #175f49 52.97%,
      #369e32 124.08%
    );
  }
  .close-nav span {
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    transform-origin: center;
    color: white;
    font-weight: bold;
    font-size: 34px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-btn {
    color: #047a5c;
    justify-content: flex-start;
    border: none;
    font-size: 16px;
  }
  .h-btn:hover {
    background: none;
  }
  .mob-nav {
    width: 100%;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .mob-nav:hover {
    background: #defaf3;
  }

  .btn-submit-dangky {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .inner-wrap input,
  .capbox div {
    padding: 10px 15px;
    margin-top: 8px;
  }
  .input-icon {
    margin-top: 8px;
  }
}
@keyframes bounce {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
