@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");
/* GENERAL */
html, body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  min-height: 100%;
  color: #FFF;
}
html.home, body.home {
  background: url(../imgs/bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
html.home:after, body.home:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
@media (max-width: 575px) {
  html.home, body.home {
    background: #000;
  }
}
html.home2:after, body.home2:after {
  background: rgba(0, 0, 0, 0.7);
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

#header {
  padding: 25px 0;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #header img {
    width: 90px;
  }
  #header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header.header2 {
  border-bottom: 1px solid #E6E6E6;
}
#header.header2 .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 470px) {
  #header.header2 .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#header.header2 button {
  padding: 0 !important;
  color: #333 !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
#header .btns button {
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 38px;
  font-size: 16px;
  background: #E50914;
  padding: 0 20px;
}
#header .btns button:hover {
  background: #c11119;
}

#login-box {
  max-width: 468px;
  padding: 48px 68px;
  padding-bottom: 150px;
  background: rgba(0, 0, 0, 0.7);
  margin: 50px auto;
  border-radius: 4px;
}
@media (max-width: 575px) {
  #login-box {
    max-width: 100%;
    padding: 20px;
    margin-top: 0;
  }
}
#login-box form legend {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 15px;
}
#login-box form label {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#login-box form label .eye {
  position: absolute;
  right: 8px;
  top: 15px;
  z-index: 1;
  background: transparent;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#login-box form label .eye:hover {
  background: #4d4d4d;
}
#login-box form label .eye img {
  width: 16px;
  height: 16px;
}
#login-box form label.has-error input {
  border: 1px solid #eb3942;
}
#login-box form label.has-error .errmsg {
  font-size: 14px;
  color: #eb3942;
  margin-top: 5px;
}
#login-box form label .label-txt {
  position: absolute;
  top: 17px;
  left: 15px;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
#login-box form label .label-txt.label-active {
  top: 9px;
  font-size: 12px;
}
#login-box form label input {
  width: 100%;
  background: rgba(22, 22, 22, 0.7);
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 13px;
  border: 1px solid rgba(128, 128, 128, 0.7);
  outline: none;
  height: 56px;
  color: #FFF;
  border-radius: 5px;
  font-size: 16px;
}
#login-box form label input:focus {
  outline: 2px solid #FFF;
}
#login-box form .btns button {
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 40px;
  font-size: 16px;
}
#login-box form .btns button[type=submit] {
  background: #E50914;
}
#login-box form .btns button[type=submit]:hover {
  background: #c11119;
}
#login-box form .btns button[type=button] {
  background: rgba(128, 128, 128, 0.4);
}
#login-box form .btns button[type=button]:hover {
  background: rgba(128, 128, 128, 0.3);
}
#login-box form .or {
  color: rgba(255, 255, 255, 0.7019607843);
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
}
#login-box form .remember {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
}
#login-box form .remember:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  border-radius: 3px;
}
#login-box form .remember img {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 13px;
}

#content {
  padding: 50px 0;
  text-align: center;
}
#content p {
  font-size: 20px;
  margin-bottom: 0;
}
#content h3 {
  font-size: 48px;
  font-weight: 800;
  margin: 10px 0;
}
#content button {
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 48px;
  font-size: 20px;
  background: #E50914;
  padding: 0 30px;
}
#content button:hover {
  background: #c11119;
}
#content button svg {
  margin-left: 10px;
  font-size: 18px;
}

#content2 {
  margin: 0 auto;
  padding: 50px 0;
  width: 452px;
}
@media (max-width: 470px) {
  #content2 {
    width: 100%;
  }
}
#content2 .title {
  margin-bottom: 10px;
  color: #000;
}
#content2 .title p {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}
#content2 .title h3 {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 15px;
}
#content2 form label {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
#content2 form label.has-error input {
  border: 1px solid #c11119;
}
#content2 form label.has-error .errmsg {
  font-size: 14px;
  color: #c11119;
  margin-top: 5px;
}
#content2 form label .img {
  position: absolute;
  top: 14px;
  right: 10px;
}
#content2 form label .img img {
  width: 39px;
  height: 30px;
}
#content2 form label .label-txt {
  position: absolute;
  top: 18px;
  left: 18px;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s;
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7019607843);
}
#content2 form label .label-txt.label-active {
  top: 7px;
  font-size: 13px;
  font-weight: 400;
}
#content2 form label input {
  width: 100%;
  padding-left: 18px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  border: 1px solid #808080;
  outline: none;
  height: 56px;
  font-size: 16px;
  border-radius: 5px;
}
#content2 form p.txt {
  color: #8c8c8c;
  font-size: 13px;
}
#content2 form p.txt span {
  color: #0071eb;
  cursor: pointer;
}
#content2 form p.txt span:hover {
  text-decoration: underline;
}
#content2 form .btns button {
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 56px;
  font-size: 22px;
  background: #E50914;
  padding: 0 20px;
}
#content2 form .btns button:hover {
  background: #c11119;
}

#footer {
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  #footer {
    border-top: 1px solid rgba(128, 128, 128, 0.7);
  }
}
#footer.footer2 {
  background: #F3F3F3;
  border-top: 1px solid #E6E6E6;
}
#footer.footer2 .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 470px) {
  #footer.footer2 .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#footer.footer2 p {
  color: #737373;
}
#footer.footer2 ul.list li {
  color: #737373;
}
#footer.footer2 .lang select {
  background: #fff;
  color: #333;
}
#footer p {
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
}
#footer p:hover {
  text-decoration: underline;
}
#footer ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
@media (max-width: 470px) {
  #footer ul.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#footer ul.list li {
  cursor: pointer;
  width: 23%;
  margin-bottom: 20px;
  list-style-type: none;
  text-decoration: underline;
  font-size: 16px;
}
@media (max-width: 470px) {
  #footer ul.list li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #footer ul.list li {
    width: 50%;
  }
}
#footer .lang {
  position: relative;
  width: 150px;
  margin-top: 15px;
}
#footer .lang img {
  position: absolute;
}
#footer .lang img.langimg {
  left: 12px;
  top: 9px;
}
#footer .lang img.arrowimg {
  right: 12px;
  top: 9px;
}
#footer .lang select {
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background: rgba(22, 22, 22, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .lang select option {
  background: #FFF;
  color: #000;
}
#footer .lang select:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.loader2 {
  margin: 200px 0;
  text-align: center;
}
.loader2 p {
  color: #333;
}
.loader2 .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader2 .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.loader2 .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #E50914;
}
.loader2 .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.loader2 .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.loader2 .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.loader2 .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.loader2 .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.loader2 .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.loader2 .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.loader2 .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader2 .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loader2 .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loader2 .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.loader2 .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
=======================
=== page appliction ===
=======================
*/
.wrapper_app {
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
}
.wrapper_app .app {
  max-width: 550px;
  margin: 0 auto;
  background: white;
  margin-bottom: 0;
  padding: 16px;
  border-radius: 8px;
}
.wrapper_app .app .icon_txt p {
  color: #0B3E98;
  font-weight: 600;
}
.wrapper_app .app .icon_txt span {
  color: #333;
}
.wrapper_app .app .icon_txt .ico {
  margin: 30px 0 10px;
}
.wrapper_app .app .icon_txt .ico img {
  width: 40px;
}
.wrapper_app .app .box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EA951E;
  padding: 15px;
}
.wrapper_app .app .box_top h1 {
  color: white;
  font-weight: 600;
  font-size: 19px;
}
.wrapper_app .app .box_top span {
  font-weight: 500;
  font-size: 15px;
  color: white;
}
.wrapper_app .app .box_top img {
  margin-top: 10px;
  width: 37px;
}
.wrapper_app .app .txt {
  padding: 10px 0;
}
.wrapper_app .app .txt p {
  font-weight: 400;
  font-size: 13px;
  text-align: justify;
  margin-bottom: 0;
  color: #333;
}
.wrapper_app .app .img {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #9e9e9e;
}