@charset "UTF-8";

/* Font
/*---------------------------------------------*/
/* Color
/*---------------------------------------------*/
/* Scroll Bar
/*---------------------------------------------*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(222, 222, 222, 0.75);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.5s 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Mixin
/*---------------------------------------------*/
/* Animation
/*---------------------------------------------*/
@-webkit-keyframes slideInFromLeft {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slideInFromLeft {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes spotLight {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spotLight {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    /*border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;*/
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }

  50% {
    /*border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;*/
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  100% {
    /*border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;*/
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
}

@keyframes scale {
  0% {
    /*border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;*/
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }

  50% {
    /*border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;*/
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  100% {
    /*border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;*/
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
}

@-webkit-keyframes scaleY {
  0% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }

  50% {
    border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;
    -webkit-transform: scale(1, 1.3);
    transform: scale(1, 1.3);
  }

  100% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
}

@keyframes scaleY {
  0% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }

  50% {
    border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;
    -webkit-transform: scale(1, 1.3);
    transform: scale(1, 1.3);
  }

  100% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
}

@-webkit-keyframes scaleX {
  0% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }

  50% {
    border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
  }

  100% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
}

@keyframes scaleX {
  0% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }

  50% {
    border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
  }

  100% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(1.1, 1);
    transform: scale(1.1, 1);
  }
}

@-webkit-keyframes scaleSmaller {
  0% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(0.95, 1) rotate(0deg);
    transform: scale(0.95, 1) rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;
    -webkit-transform: scale(0.9, 0.9) rotate(10deg);
    transform: scale(0.9, 0.9) rotate(10deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(0.95, 1) rotate(0deg);
    transform: scale(0.95, 1) rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes scaleSmaller {
  0% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(0.95, 1) rotate(0deg);
    transform: scale(0.95, 1) rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    border-radius: 59% 41% 57% 43% / 31% 33% 67% 69%;
    -webkit-transform: scale(0.9, 0.9) rotate(10deg);
    transform: scale(0.9, 0.9) rotate(10deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  100% {
    border-radius: 29% 71% 21% 79% / 60% 33% 67% 40%;
    -webkit-transform: scale(0.95, 1) rotate(0deg);
    transform: scale(0.95, 1) rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@-webkit-keyframes mouseScroll {
  0% {
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes mouseScroll {
  0% {
    opacity: 0;
  }

  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

@-webkit-keyframes scrollEn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes scrollEn {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes fadeToRight {
  0% {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
    opacity: 0;
    color: #3a69eb;
  }

  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    color: #1d006a;
  }

  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px);
    opacity: 0;
    color: #3a69eb;
  }
}

@keyframes fadeToRight {
  0% {
    -webkit-transform: translate(-10px);
    transform: translate(-10px);
    opacity: 0;
    color: #3a69eb;
  }

  50% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    color: #1d006a;
  }

  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px);
    opacity: 0;
    color: #3a69eb;
  }
}

@-webkit-keyframes pageIn {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes pageIn {
  0% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes filter-animation {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }

  50% {
    -webkit-filter: hue-rotate(19deg);
  }

  100% {
    -webkit-filter: hue-rotate(0deg);
  }
}


@-webkit-keyframes smoke-animate {
  0% {
    opacity: 0;

    -webkit-transform: translateY(15%) rotate(.01deg);
    transform: translateY(15%) rotate(.01deg);
  }

  50% {
    opacity: .9;
  }

  to {
    opacity: 0;

    -webkit-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}

@-moz-keyframes smoke-animate {
  0% {
    opacity: 0;

    -moz-transform: translateY(15%) rotate(.01deg);
    transform: translateY(15%) rotate(.01deg);
  }

  50% {
    opacity: .9;
  }

  to {
    opacity: .5;

    -moz-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}

@-o-keyframes smoke-animate {
  0% {
    opacity: 0;

    -o-transform: translateY(15%) rotate(.01deg);
    transform: translateY(15%) rotate(.01deg);
  }

  50% {
    opacity: .9;
  }

  to {
    opacity: 0;

    -o-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}

@keyframes smoke-animate {
  0% {
    opacity: .5;

    -webkit-transform: translateY(15%) rotate(.01deg);
    -moz-transform: translateY(15%) rotate(.01deg);
    -o-transform: translateY(15%) rotate(.01deg);
    transform: translateY(15%) rotate(.01deg);
  }

  50% {
    opacity: .9;
  }

  to {
    opacity: 0;

    -webkit-transform: translateY(0) rotate(.01deg);
    -moz-transform: translateY(0) rotate(.01deg);
    -o-transform: translateY(0) rotate(.01deg);
    transform: translateY(0) rotate(.01deg);
  }
}

.page-hkfla select {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(2.5rem - 5px), calc(100% - 11px) calc(2.5rem - 5px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

::-moz-selection {
  text-shadow: none;
  background: #d3edfb;
}

::selection {
  text-shadow: none;
  background: #d3edfb;
}

img::-moz-selection {
  background: #d3edfb;
}

img::selection {
  background: #d3edfb;
}

img::-moz-selection {
  background: #d3edfb;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

body {
  webkit-tap-highlight-color: #d3edfb;
  scroll-behavior: smooth;
}

.chrome.mobile .radio input[type="radio"],
.chrome.mobile .radio-inline input[type="radio"],
.mobile .radio input[type="radio"],
.mobile .radio-inline input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-top: 4px;
}

.a-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 2;
  display: block;
}

a:link,
a:visited,
input,
textarea,
.btn,
.navbar-default,
.navbar-default .navbar-header .navbar-brand,
.thumb-blk,
.input-field i.fa,
.fb-login {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

p {
  font-size: 16px;
}

.highlight {
  font-weight: bold;
}

.clearfix {
  overflow: auto;
}

.page-hkfla {
  padding-top: 80px;
  font-family: "Open Sans", "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

.page-hkfla .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-hkfla .modal .modal-body {
  color: #1d006a;
}

.page-hkfla .modal .modal-content {
  padding: 1rem;
}

.page-hkfla .modal-backdrop.in {
  z-index: 909 !important;
}

.page-hkfla #modal-upload-cv,
.page-hkfla #modal-upload-idea {
  z-index: 910 !important;
}

/* Modal Tnc
/*---------------------------------------------*/
#modal-tnc .modal-header {
  font-size: 16pt;
  text-align: center;
}

#modal-tnc .modal-dialog {
  height: 65vh;
}

#modal-tnc .modal-body {
  height: 60vh;
  overflow-y: hidden;
}

#modal-tnc .modal-body .body-wrapper {
  padding-bottom: 40px;
}

#modal-tnc .close.disabled:hover,
#modal-tnc .close.disabled:focus {
  filter: alpha(opacity=20);
  opacity: .2;
  cursor: not-allowed;
}

/* Modal Upload
/*---------------------------------------------*/
.modal-upload .modal-header {
  font-size: 16pt;
  text-align: center;
}

.modal-upload .nav-tabs li a {
  cursor: pointer;
  border: 0;
}

.modal-upload .nav-tabs li a i {
  margin-right: 1rem;
}

.modal-upload .modal-body {
  text-align: center;
}

.modal-upload .modal-body .nav-tabs {
  padding: 0;
}

.modal-upload .modal-body .nav-tabs li {
  width: 33%;
}

.modal-upload .modal-body .nav-tabs li.active a {
  border: 0;
  border-bottom: 3px solid #1d006a;
  color: #1d006a;
}

.modal-upload .modal-body .nav-tabs li.active a:hover,
.modal-upload .modal-body .nav-tabs li.active a:active,
.modal-upload .modal-body .nav-tabs li.active a:focus {
  border: 0;
  border-bottom: 3px solid #1d006a;
  color: #1d006a;
}

.modal-upload .modal-body .tab-content {
  margin: 2rem 0;
}

.modal-upload .modal-body .tab-content>div>div {
  margin-bottom: 2rem;
}

.modal-upload .modal-body .tab-content>div>div:last-child {
  margin-bottom: 0;
}

.modal-upload .modal-body .tab-content>div .form:first-child {
  margin-top: 2rem;
}

.modal-upload .modal-body .tab-content textarea.form-control {
  height: auto;
  padding: 12px;
  resize: none;
}

.modal-upload .modal-body .item {
  text-align: center;
}

.modal-upload .modal-body .desc {
  color: #777777;
  margin-bottom: 2rem;
}

.modal-upload .modal-body .choice {
  margin: 2rem 0;
}

.modal-upload .modal-body .choice a,
.modal-upload .modal-body .choice label {
  border: 1px solid #777777;
  color: #777777;
  display: block;
  padding: 1rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 1rem;
}

.modal-upload .modal-body .choice a:hover,
.modal-upload .modal-body .choice a:active,
.modal-upload .modal-body .choice a:focus,
.modal-upload .modal-body .choice label:hover,
.modal-upload .modal-body .choice label:active,
.modal-upload .modal-body .choice label:focus {
  border: 2px solid;
  text-decoration: none;
}

.modal-upload .modal-body .choice i {
  color: #1d006a;
  font-size: 24pt;
  display: block;
  margin: 0 0 1rem 0;
}

.modal-upload .modal-body .choice img {
  height: 24pt;
  margin: 0 0 1rem 0;
}

.modal-upload .modal-body .selected-file {
  display: none;
  padding: 0 15px;
  position: relative;
  margin-bottom: 2rem;
}

.modal-upload .modal-body .selected-file.active {
  display: block;
}

.modal-upload .modal-body .selected-file input {
  border-radius: 1rem;
}

.modal-upload .modal-body .selected-file .del-file {
  position: absolute;
  right: calc(15px + 12px);
  top: 0;
  height: 100%;
  display: table;
}

.modal-upload .modal-body .selected-file i {
  display: table-cell;
  vertical-align: middle;
}

/* Navigation Bar
/*---------------------------------------------*/
.navbar-custom .nav .other-links {
  position: fixed;
  right: 8px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 909;
}

.page-hkfla .pri-nav .container-fiuld {
  max-width: 100%;
}

.page-hkfla .pri-nav .navbar-custom .navbar-nav>li>a {
  padding: 12px 10px;
}

.page-hkfla .pri-nav.navbar-custom .nav li a {
  font-size: inherit;
}

.page-hkfla .pri-nav.navbar-custom .logged-in>.text {
  padding: 12px 10px;
}

.page-hkfla .pri-nav.navbar-custom .logged-in .btn-logout {
  padding: 12px 10px;
}

.page-hkfla .pri-nav.navbar-custom .logged-in .btn-logout:hover,
.page-hkfla .pri-nav.navbar-custom .logged-in .btn-logout:active,
.page-hkfla .pri-nav.navbar-custom .logged-in .btn-logout:focus {
  text-decoration: none;
}

.page-hkfla .pri-nav.navbar .navbar-brand .brand-logo {
  width: 140px;
}

.page-hkfla .navbar-custom .nav li a {
  font-family: "Roboto", Arial, PMingLiU, MingLiU, Helvetica, sans-serif !important;
}

.page-hkfla .navbar {
  background: #1d006a;
  font-family: "Roboto", Arial, PMingLiU, MingLiU, Helvetica, sans-serif !important;
  min-height: auto;
}

.page-hkfla .navbar .container {
  width: 100%;
}

.page-hkfla.page-home .navbar-custom {
  background: transparent;
}

.page-hkfla.page-home .navbar-custom.affix-top {
  background: transparent;
}

.page-hkfla.page-home .navbar-custom.affix {
  background: rgba(31, 40, 112, 0.95);
}

.page-hkfla .navbar-custom .nav li {
  z-index: 5;
}

.page-hkfla .navbar-custom .nav li:hover {
  color: #fff100;
}

.page-hkfla .navbar-custom .navbar-nav>.active>a {
  color: #fff100;
}

.page-hkfla .navbar-default .navbar-nav>.open>a {
  background: #1d006a;
  color: #fff100;
}

.page-hkfla .navbar-default .navbar-nav>.open>a:hover,
.page-hkfla .navbar-default .navbar-nav>.open>a:active,
.page-hkfla .navbar-default .navbar-nav>.open>a:focus {
  background: #1d006a;
  color: #fff100;
}

.page-hkfla .navbar-custom .navbar-toggle {
  background-color: white;
  border-color: #1d006a;
}

.page-hkfla .navbar-custom .dropdown-menu {
  background: #1d006a;
  border-top: 1px solid #7f95af;
}

.page-hkfla .navbar-custom .dropdown-menu>li>a {
  background: #1d006a;
  padding: 7px 20px;
  line-height: 1.2;
}

.page-hkfla .navbar-custom .dropdown.open>a {
  background: #1d006a;
  color: #fff100;
}

.page-hkfla .navbar-custom.affix-top {
  background: transparent;
}

.page-hkfla .navbar-custom.affix {
  background: rgba(31, 40, 112, 0.95);
}

.page-hkfla .navbar-custom .open .dropdown-menu>.active>.a {
  background: #1d006a;
  color: #fff100;
}

.page-hkfla .navbar-custom .nav li a.btn-register,
.page-hkfla .navbar-custom .nav li a.btn-voting {
  background-color: #fff;
  color: #1d006a;
  font-weight: bold;
  padding: 3px 8px 5px 8px;
  border-radius: 5px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.page-hkfla .navbar-custom .nav li a.btn-register:hover,
.page-hkfla .navbar-custom .nav li a.btn-voting:hover {
  background: #fff100;
}

.page-hkfla .navbar-custom .nav li a.btn-voting {
  display: inline-block;
}

.page-hkfla .navbar-custom .nav .other-links {
  z-index: 1;
}

.page-hkfla .navbar-custom .nav .other-links .follow-us .text {
  font-family: "Open Sans", "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.page-hkfla .navbar-custom .navbar-right {
  z-index: 2;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #1d006a;
}

.chrome.mobile.page-hkfla .navbar-custom .nav li a.btn-register,
.chrome.mobile.page-hkfla .navbar-custom .nav li a.btn-voting {
  padding: 5px 8px 5px 8px;
}

.page-form .navbar-custom .btn-main-site,
.page-reg-form .navbar-custom .btn-main-site {
  border-radius: 6px;
  color: #1d006a;
  padding: 5px 8px 5px 8px;
}

/* custom
/*---------------------------------------------*/
.collapse-toggle {
  pointer-events: none;
  /* Prevents clicking */
  cursor: default;
  /* Changes cursor to default */
  text-decoration: none;
  /* Optional: removes underline */
}


/*---------------------------------------------*/
.page-eform .email,
.page-reg-form .email {
  text-decoration: none;
}

/* initialize font size
/*---------------------------------------------*/
.page-hkfla.page-home,
.page-hkfla.page-form,
.page-hkfla.page-user {
  font-size: 16px;
}

/* Home - initialize 
/*---------------------------------------------*/
.page-home {
  padding-top: 0;
  overflow-x: hidden;
  position: relative;
}

.page-home .opening {
  opacity: 0;
  visibility: hidden;
}

.page-home .section .container {
  z-index: 2;
}

.page-home .section .container .section-title {
  font-size: 28pt;
  text-transform: none;
}

.page-home .section .container .section-content {
  margin-bottom: 5rem;
}

.page-home .section .container .subtitle {
  font-size: 16pt;
  font-weight: bold;
  margin: 2rem 0;
}

/* Home - Enroll Button
/*---------------------------------------------*/
.page-home .btn-enroll {
  position: fixed;
  width: 15rem;
  height: 15rem;
  right: 5rem;
  bottom: 5rem;
  background: white;
  text-align: center;
  color: #1a274d;
  z-index: 3;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.page-home .btn-enroll .icon {
  width: 60%;
  margin: auto;
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.page-home .btn-enroll .highlight {
  font-size: 16pt;
}

.page-home .btn-enroll .desc {
  font-size: 10pt;
  line-height: 1;
}

.page-home .btn-enroll:hover,
.page-home .btn-enroll:active {
  -webkit-transform: translateY(-2rem) !important;
  transform: translateY(-2rem) !important;
}

.page-home .btn-enroll i.fa.fa-arrow-right {
  display: none;
  -webkit-animation: fadeToRight 2s infinite;
  animation: fadeToRight 2s infinite;
  font-size: 20pt;
}

.page-home .btn-enroll.start {
  padding: 2rem;
}

.page-home .btn-enroll.start .icon {
  width: 60%;
  margin-top: -1rem;
}

.page-home .btn-enroll.start i.fa.fa-arrow-right {
  display: block;
}

/* Home - Public Voting Button
/*---------------------------------------------*/
.page-home .btn-public-voting {
  position: fixed;
  width: 15rem;
  height: 15rem;
  right: 5rem;
  bottom: 5rem;
  background: white;
  text-align: center;
  color: #1a274d;
  z-index: 3;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.page-home .btn-public-voting .icon {
  width: 60%;
  margin: auto;
  margin-top: -2rem;
  margin-bottom: 1rem;
}

.page-home .btn-public-voting .highlight {
  font-size: 14pt;
  line-height: 1.1;
}

.page-home .btn-public-voting .desc {
  font-size: 10pt;
  line-height: 1;
}

.page-home .btn-public-voting:hover,
.page-home .btn-public-voting:active {
  -webkit-transform: translateY(-2rem) !important;
  transform: translateY(-2rem) !important;
}

.page-home .btn-public-voting i.fa.fa-arrow-right {
  display: none;
  -webkit-animation: fadeToRight 2s infinite;
  animation: fadeToRight 2s infinite;
  font-size: 20pt;
}

.page-home .btn-public-voting.start {
  padding: 2rem;
}

.page-home .btn-public-voting.start .icon {
  width: 60%;
  margin-top: -1rem;
}

.page-home .btn-public-voting.start i.fa.fa-arrow-right {
  display: block;
}

/* Home - header
/*---------------------------------------------*/
.page-home header {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../jpg/bg.jpg) center;
  background-size: cover;
}

.page-home header .container-fiuld {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  /*wait until light.png loaded*/
}

.page-home header .container-fiuld.loaded {
  visibility: visible;
  /*wait until light.png loaded*/
}


.page-home header .content {
  width: 100vw;
  height: 100vh;
  align-content: center;
  margin: 0 auto;
  z-index: 2;
}

.page-home header .content-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-top: -12vh;
}


.page-home header .btn-register,
.page-home header .btn-vote-now {
  font-size: min(3.2vw, 24px);
  color: #1d006a;
  border: 0;
  background: #fff100;
  margin: 3vh auto 0 auto;
  padding: 10px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.page-home header .btn-register:hover,
.page-home header .btn-vote-now:hover {
  color: #1d006a;
  background: #ffffff;
}

.page-home header .vote-now-desc {
  margin-top: 1rem;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: min(2.2vw, 20px);
}

.page-home header .vote-now-desc .solgan {
  display: block;
}

.page-home header .vote-now-desc .deadline {
  margin-top: 0.25rem;
  display: block;
}

.page-home header .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  margin: 0 auto;
}

.page-home header .bg .light {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.page-home header .bg .light-img {
  width: 100%;
  background: url("../jpg/light.jpg") center;
  background-size: 100vw 100vh;
  overflow: hidden;
  -webkit-animation: filter-animation 2s infinite;
  animation: filter-animation 2s infinite;
}

.page-home header .container-fiuld .bg .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 420px;
  z-index: 1;
  background: #1D006A;
  background: linear-gradient(180deg, rgba(29, 0, 106, 1) 0%, rgba(29, 0, 106, 1) 80px, rgba(29, 0, 106, 0) 100%);
}

.page-home header .container-fiuld .bg .smoke {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 4;
  width: 992px;
  height: 661px;
  margin: -27vh auto 0 auto;
}

.page-home header .container-fiuld .bg .smoke .smoke-element {
  background: url(../png/smoke.png) center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: smoke-animate 6s ease-in-out infinite;
  -moz-animation: smoke-animate 6s ease-in-out infinite;
  -o-animation: smoke-animate 6s ease-in-out infinite;
  animation: smoke-animate 6s ease-in-out infinite;
}

.page-home header .container-fiuld .bg .smoke .smoke-element.smoke-animate__delay-1 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.page-home header .container-fiuld .bg .smoke .smoke-element.unload {
  visibility: hidden;
}

.page-home header .container-fiuld .bg .smoke .smoke-element.smoke-animate__delay-2 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.page-home header .container-fiuld .logo {
  width: 50vw;
  max-width: 650px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.page-home header .container-fiuld .logo .opening {
  display: inline-block;
  margin: 0;
}

.page-home header .container-fiuld .logo h1 {
  position: relative;
}

.page-home header .container-fiuld .logo .spotlight {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../png/spotlight.png) top center no-repeat;
  background-size: 100%;
  -webkit-animation: spotLight 2s infinite alternate;
  animation: spotLight 2s infinite alternate;
}

.page-home header .container-fiuld .light-bar {
  display: inline-block;
  z-index: 2;
  width: 140%;
  margin-left: -20%;
  margin-top: -4%;
  padding-bottom: 16%;
  position: relative;
  left: 0;
  -webkit-animation: filter-animation 2s infinite;
  animation: filter-animation 2s infinite;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, white 15%, white 85%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, white 15%, white 85%, transparent 100%);
}

.page-home header .container-fiuld .light-bar .content {
  position: absolute;
  background: url(../png/light-bar.png) top center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.page-home header .container-fiuld .theme {
  margin-top: -2vh;
  color: white;
  font-weight: normal;
  line-height: 1;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: min(3.2vw, 30px);
  line-height: 1.3;
}

.page-home header .container-fiuld .scroll-downs {
  margin: 5rem auto;
  width: 34px;
  height: 55px;
}

.page-home header .container-fiuld .scroll-downs .mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid white;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.page-home header .container-fiuld .scroll-downs .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: white;
  -webkit-animation-name: mouseScroll;
  animation-name: mouseScroll;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.page-home .scroll-animation-set1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: circle(0px at center center);
  clip-path: circle(0px at center center);
  z-index: -1;
  /*&.canScroll{
        position: relative;
        top: 100vh;
        margin-bottom: -100vh;
    }*/
}

.page-home .scroll-animation-set1 .innerCircle {
  background-color: #3a69eb;
  -webkit-clip-path: circle(0px at center center);
  clip-path: circle(0px at center center);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.page-home .scroll-animation-set1 .innerCircle2 {
  background-color: #1d006a;
  -webkit-clip-path: circle(0px at center center);
  clip-path: circle(0px at center center);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.page-home .scroll-animation-set1 .innerCircle3 {
  background-color: white;
  -webkit-clip-path: circle(0px at center center);
  clip-path: circle(0px at center center);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.page-home .scroll-animation-set1 .innerCircle3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../svg/firework.svg) no-repeat center;
  background-size: 0%;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.page-home .scroll-animation-set1 .innerCircle3.active::before {
  opacity: 0.5;
  background-size: 40%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-home .scroll-animation-set1 .intro {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1d006a;
  text-align: justify;
  line-height: 1.6;
  width: 50%;
}

.mobile.page-home .scroll-animation-set1 .innerCircle3.active::before,
.ios.page-home .scroll-animation-set1 .innerCircle3.active::before {
  -webkit-transform: none;
  transform: none;
}

/*.mobile.page-home .scroll-animation-set1.canScroll, 
.ios.page-home .scroll-animation-set1.canScroll{
    top: 0; 
    margin-bottom: -200vh;
}*/
/* Home - Challenge and Eligibility
/*---------------------------------------------*/
.page-home .section-competition {
  margin-top: calc(200vh + 1rem);
}

.page-home .section-competition p {
  font-size: 14pt;
}

.page-home .section-competition,
.page-home .section-eligibility {
  background: #3a69eb;
  color: #ffffff;
}

.page-home .section-competition .section-title,
.page-home .section-eligibility .section-title {
  color: white;
}

.page-home .section-competition .points {
  margin-top: 24px;
}

.page-home .section-competition .content {
  margin-top: 2rem;
}

.page-home .section-competition .img-icon {
  border-radius: 50%;
  overflow: hidden;
}

.page-home .section-eligibility .number-points {
  margin-top: 24px;
}

.page-home .section-eligibility .number-points .number-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-home .section-eligibility .number-points .col-sm-3 {
  margin-bottom: 4rem;
}


.page-home .section-eligibility .number-points .col-sm-3:last-child {
  margin-bottom: 0;
}

.page-home .section-eligibility .number-points .number-point .num {
  display: flex;
  background: url('../png/bullet-points.png') no-repeat;
  background-size: cover;
  width: 56px;
  height: 84px;
  padding-top: 8px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .section-eligibility .number-points .number-point .content {
  margin-top: 2rem;
}


/* Home - Timeline
/*---------------------------------------------*/
.page-home .section-timeline {
  background-color: #1d006a;
}

.page-home .section-timeline .section-title {
  color: #ffffff;
}

.page-home .section-timeline .sec {
  position: relative;
  margin-bottom: 5rem;
}

.page-home .section-timeline .container {
  font-size: 17px;
}

.page-home .section-timeline .hori-timeline .events {
  border-top: 3px solid #ffffff;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.page-home .section-timeline .hori-timeline .events .event-list {
  position: relative;
  text-align: center;
  padding: 50px 0 0 0;
  margin-right: 0;
  vertical-align: top;
}

.page-home .section-timeline .hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 10px;
}

.page-home .section-timeline .hori-timeline .events .event-item .icon {
  display: inline-block;
  width: 125px;
  height: 120px;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-apply .icon {
  background: url('../png/icon-timeline-application.png') no-repeat;
  background-size: cover;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-workshop .icon {
  background: url('../png/icon-timeline-workshop.png') no-repeat;
  background-size: cover;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-submission .icon {
  background: url('../png/icon-timeline-submission.png') no-repeat;
  background-size: cover;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-voting .icon {
  background: url('../png/icon-timeline-voting.png') no-repeat;
  background-size: cover;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-ceremony .icon {
  background: url('../png/icon-timeline-ceremony.png') no-repeat;
  background-size: cover;
}

.page-home .section-timeline .hori-timeline .events .event-item .item-block {
  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;
  height: 120px;
  position: relative;
  width: 100%;
  max-width: 240px;
  margin: 8px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
}


.page-home .section-timeline .hori-timeline .events .event-item .period {
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  padding: 8px 0;
}

.page-home .section-timeline .hori-timeline .events .event-item .item-title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4px;
}

.page-home .section-timeline .event-item.item-apply .item-block {
  background: #43a4ff;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-apply .period {
  text-shadow: 0px 4px 8px #1f7fd8;
  box-shadow: 0px 8px 16px #409CF2;
}

.page-home .section-timeline .event-item.item-workshop .item-block {
  background: #655ef5;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-workshop .period {
  text-shadow: 0px 4px 8px #3129cf;
  box-shadow: 0px 8px 16px #5F58E5;
}

.page-home .section-timeline .event-item.item-submission .item-block {
  background: #ff00a8;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-submission .period {
  text-shadow: 0px 2px 6px #920261;
  box-shadow: 0px 8px 16px #E50097;
}

.page-home .section-timeline .event-item.item-voting .item-block {
  background: #9906ff;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-voting .period {
  text-shadow: 0px 4px 8px #7b05cd;
  box-shadow: 0px 8px 16px #9106F2;
}

.page-home .section-timeline .event-item.item-ceremony .item-block {
  background: #ff6e35;
}

.page-home .section-timeline .hori-timeline .events .event-item.item-ceremony .period {
  text-shadow: 0px 4px 8px #b93603;
  box-shadow: 0px 8px 16px #F26932;
}

.page-home .section-timeline .card {
  border: none;
  margin: 50px 0 30px 0;
}

/*  section-speakers */

.page-home .section-speakers {
  background-color: #3a69eb;
}

.page-home .section-speakers .section-title {
  color: #ffffff;
}

.page-home .section-speakers .list-group {
  overflow: visible;
  margin-bottom: 0;
}

.page-home .section-speakers .list-group-item {
  background-color: transparent;
}

.page-home .section-speakers .list-group-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 225px;
  margin: 0 auto 20px auto;
}

.page-home .section-speakers .icon {
  background: url("../png/speakers-border.png") 0 0 no-repeat;
  background-size: cover;
}

.page-home .section-speakers .photo {
  display: block;
  width: 184px;
  height: 184px;
  overflow: hidden;
  border-radius: 50%;
}

.page-home .section-speakers .speaker-chak-yeung .photo {
  background: url("../jpg/speaker-chak-yeung.jpg") 0 0 no-repeat;
  background-size: cover;
}

.page-home .section-speakers .speaker-grace-li .photo {
  background: url("../jpg/speaker-grace-li.jpg") 0 0 no-repeat;
  background-size: cover;
}

.page-home .section-speakers .speaker-jay-chan .photo {
  background: url("../jpg/speaker-jay-chan.jpg") 0 0 no-repeat;
  background-size: cover;
}

.page-home .section-speakers .speaker-daniel-shek .photo {
  background: url("../jpg/speaker-daniel-shek.jpg") 0 0 no-repeat;
  background-size: cover;
}

.page-home .section-speakers .name {
  color: #FFE100;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-home .section-speakers .title {
  color: #fff;
}

/* Home - Awards
/*---------------------------------------------*/
.page-home .section-awards {
  background: #1d006a;
}

.page-home .section-awards .section-title {
  color: #FFFFFF;
}

.page-home .section-awards .more-info {
  padding-top: 5.4%;
}

.page-home .section-awards .container {
  font-size: 17px;
}

.page-home .section-awards .list-group {
  margin: 0 auto;
}

.page-home .section-awards .list-group-item {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 10px 0;
  background-color: transparent;
}

.page-home .section-awards .list-group-item .icon {
  display: block;
  width: 290px;
  height: 150px;
  margin: 0 auto 0 auto;
}

.page-home .section-awards .list-group-item .text {
  color: #FFFFFF;
}

.page-home .section-awards .list-item-1 .icon {
  background: url("../png/awards-champion.png") 0 0 no-repeat;
  background-size: 290px 150px;
}

.page-home .section-awards .list-item-2 .icon {
  background: url("../png/awards-1st.png") 0 0 no-repeat;
  background-size: 290px 150px;
}

.page-home .section-awards .list-item-3 .icon {
  background: url("../png/awards-2nd.png") 0 0 no-repeat;
  background-size: 290px 150px;
}

.page-home .section-awards .list-item-4 .icon {
  background: url("../png/awards-participants.png") 0 0 no-repeat;
  background-size: 290px 150px;
}

.page-home .section-awards .certificate {
  padding: 0;
  margin: 24px auto 0 auto;
}

.page-home .section-awards .certificate .title {
  font-size: 16px;
}

.page-home .section-awards .certificate .icon {
  background: url("../png/awards-participants.png") 0 0 no-repeat;
  background-size: 290px 150px;
}

.page-home .section-awards .section-content {
  width: 82%;
  font-size: 17px;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #FFFFFF;
}

.page-home .section-awards .highlight {
  color: #FFE100;
}

/* Home - Sponsors
/*---------------------------------------------*/

.page-home .section-award-sponsor {
  background: #ffffff;
}

.page-home .section-award-sponsor .section-title {
  color: #1d006a;
}

.page-home .section-award-sponsor .text {
  margin-bottom: 2rem;
}

.page-home .section-award-sponsor .logo-group {
  padding-top: 40px;
  margin: 0 auto;
}

.page-home .section-award-sponsor .logos {
  list-style: none;
  padding-left: 0;
}

.page-home .section-award-sponsor .logo {
  display: inline-block;
  margin: 2rem 0;
}

.page-home .section-award-sponsor .logo img {
  width: auto;
  height: 50px;
}

.page-home .section-award-sponsor .market-leader-partners .logo img {
  width: auto;
  height: 40px;
}

.page-home .section-award-sponsor .logo.kai-shing img {
  width: auto;
  height: 92px;
}

.page-home .section-award-sponsor .logo.eduhk img {
  height: 56px;
}

.page-home .section-award-sponsor .logo.hkmu img {
  margin-top: 9px;
  height: 41px;
}

.page-home .section-award-sponsor .logo.dotai img {
  width: auto;
  height: 40px;
}

.page-home .section-award-sponsor a {
  display: block;
}

.page-home .section-award-sponsor .logo-sub-group {
  margin-bottom: 40px;
}

/* Home - Apply Now
/*---------------------------------------------*/
.page-home .section-form {
  background: #ffffff;
}

.page-home .section-form .form-title {
  font-weight: normal;
  font-size: 20pt;
  text-align: center;
  color: #1d006a;
  padding-bottom: 4rem;
}

.page-home .section-form .form-title .desc {
  font-size: 16pt;
  color: #777777;
}

.page-hkfla.page-form .form-desc {
  font-size: 14px;
  color: #777777;
  text-align: center;
  padding-bottom: 4rem;
}

.page-home .section-form .more-info {
  padding-top: 5.4%;
}

.page-home .section-form .container {
  font-size: 17px;
}

.page-home .section-form .list-group {
  padding-top: 21px;
  max-width: 754px;
  margin: 0 auto;
}

.page-home .section-form a {
  color: #231815;
  text-decoration: underline;
}

.page-home .section-form a:hover {
  color: #e83828;
}

/* Home - Enrollment form
/*---------------------------------------------*/
.page-home .section-form .edit-cv {
  text-align: center;
  display: none;
}

.page-home .section-form .edit-cv.active {
  display: block;
}

.page-home .section-form .edit-cv .form-element {
  border: 1px #777777 solid;
  border-radius: 4px;
  padding: 2rem;
  background-color: #d3edfb;
}

.page-home .section-form .edit-cv .btn-large i {
  margin-right: 1rem;
}

.page-home .section-form .edit-cv .status i {
  color: #2ba23a;
  margin-left: 1rem;
}

.page-home .section-form .edit-cv .file-info {
  text-align: left;
}

.page-home .section-form .edit-cv .file-info>div {
  display: inline-block;
  vertical-align: middle;
}

.page-home .section-form .edit-cv .file-info .text {
  margin-left: 1rem;
  width: calc(100% - 2rem - 60px);
}

.page-home .section-form .edit-cv .file-info .text .file-name {
  font-weight: bold;
  font-size: 16pt;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #14126f;
}

.page-home .section-form .edit-cv .file-info .text .status {
  color: #777777;
}

.page-home .section-form .edit-cv .icon {
  width: 60px;
  height: 60px;
  background: url(../svg/upload-icon.svg) 0 0;
  background-size: cover;
}

.page-home .section-form .form-progress {
  text-align: center;
  padding-bottom: 4rem;
}

.page-home .section-form .form-progress .form-progress-indicator {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #ccc;
  width: 49%;
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
}

.page-home .section-form .form-progress .form-progress-indicator .form-progress-bar {
  width: 100%;
}

.page-home .section-form .form-progress .form-progress-indicator .form-progress-bar {
  border-radius: inherit;
  height: 1rem;
}

.page-home .section-form .form-progress .form-progress-indicator .form-progress-bar::-webkit-progress-bar {
  background-color: #ccc;
  border-radius: 1rem;
}

.page-home .section-form .form-progress .form-progress-indicator .form-progress-bar::-webkit-progress-value {
  background: #14126f;
  border-radius: 1rem;
}

.page-home .section-form .form-progress .form-progress-indicator.active {
  color: #14126f;
}

.page-home .section-form .form-progress .form-progress-indicator.active .form-progress-bar::-webkit-progress-bar {
  background-color: #14126f;
}

.page-home .section-form .form-subtitle {
  color: #00b9e2;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.page-home .section-form .form-subtitle .desc {
  font-size: 16px;
  color: #333;
  margin-top: 1rem;
}

.page-home .section-form .form-subtitle .desc .tick {
  margin-left: 1rem;
  color: #2ba23a;
}

.page-home .section-form .upload-cv {
  text-align: center;
  display: none;
}

.page-home .section-form .upload-cv.active {
  display: block;
}

.page-home .section-form .upload-cv .form-element {
  border: 1px #777777 solid;
  border-style: dashed;
  border-radius: 4px;
  padding: 2rem;
}

.page-home .section-form .upload-cv .btn-large i {
  margin-right: 1rem;
}

.page-home .section-form .upload-cv .desc {
  color: #777777;
}

.page-home .section-form .upload-cv .desc .remark {
  font-size: 10pt;
}

/* Home - Highlights
/*---------------------------------------------*/
.page-home .section-highlights {
  background: #3a69eb;
}

.page-home .section-highlights .section-title {
  color: #ffffff;
}

.page-home .section-highlights .desc {
  color: white;
  display: block;
  font-size: 14pt;
  font-weight: normal;
  margin: 1rem 0;
}

.page-home .section-highlights iframe {
  border-radius: 2rem;
  width: 100%;
}

.page-home .section-highlights .embed-responsive iframe {
  border-radius: 0;
}

.page-home .section-highlights .gallery {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.page-home .section-highlights .gallery>div>div {
  margin: auto;
}

/* Home - FAQ
/*---------------------------------------------*/
.page-home .section-question {
  background: #3a69eb;
}

.page-home .section-question .section-title {
  color: #ffffff;
}

.page-home .section-question .card {
  padding-top: 21px;
  margin: 0 auto;
  color: #FFFFFF;
}

.page-home .section-question .card .highlight {
  font-size: 18px;
  color: #FFFFFF;
  white-space: normal;
}

.page-home .section-question .card a {
  color: #fff;
  text-decoration: underline;
}

.page-home .section-question .card a:hover {
  color: #fff100;
}

/* pastevent
 /*---------------------------------------------*/

.section-pastevent .container .section-title {
  color: #1d006a;
}

.section-pastevent {
  background: #FFFFFF;
}

.section-pastevent {
  margin: 0 0 0 0;
}

.section-pastevent .list-group {
  padding-top: 0px;
  max-width: 754px;
  margin: 0 auto;
}

.section-pastevent .list-group-item {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 10px 0;
  background-color: transparent;
}

.section-pastevent .list-group-item .icon {
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto 0 auto;
}

.section-pastevent .list-item-1 .icon {
  background: url("../svg/fla-2024.svg") 0 0 no-repeat;
  background-size: 200px 100px;
}

.section-pastevent .list-item-2 .icon {
  background: url("../png/fla-top.png") 0 0 no-repeat;
  background-size: 200px 100px;
}

.section-pastevent .list-item-3 .icon {
  background: url("../png/fla-2022.png") 0 0 no-repeat;
  background-size: 200px 100px;
}

.section-pastevent .container>.title {
  color: #171c5e;
}


/* Registration Form
/*---------------------------------------------*/
.page-hkfla.page-reg-form header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 18rem;
  overflow: hidden;
  background: #1d006a;
}

.page-hkfla.page-reg-form header .hkfla-logo {
  position: relative;
  width: 240px;
  margin: 0 auto;
  z-index: 2;
}

.page-hkfla.page-reg-form header .hkfla-logo .logo {
  position: relative;
  z-index: 2;
}

.page-hkfla.page-reg-form header .hkfla-logo .smoke {
  position: absolute;
  top: -35%;
  left: 50%;
  background: url(../png/smoke.png) center;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  width: 200%;
  height: 200%;
  z-index: 1;
  margin-left: -100%;
}

.page-hkfla.page-reg-form header .light-bar {
  display: inline-block;
  z-index: 1;
  width: 40%;
  margin-top: -1%;
  padding-bottom: 16%;
  position: relative;
  left: 0;
  -webkit-animation: filter-animation 2s infinite;
  animation: filter-animation 2s infinite;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, white 15%, white 85%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, white 15%, white 85%, transparent 100%);
}

.page-hkfla.page-reg-form header .light-bar .content {
  position: absolute;
  background: url(../png/light-bar.png) top center no-repeat;
  background-size: auto;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.page-hkfla.page-reg-form header .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
  margin: 0 auto;
}

.page-hkfla.page-reg-form header .bg .light {
  z-index: -1;
  top: 0;
  width: 100%;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.page-hkfla.page-reg-form header .bg .light-img {
  width: 100%;
  background: url("../jpg/light.jpg") center;
  background-size: 100vw 70vh;
  background-position-y: 65%;
  opacity: 0.7;
  overflow: hidden;
}

.page-hkfla.page-reg-form form .page-desc {
  text-align: center;
  margin-bottom: 40px;
}

.page-hkfla.page-reg-form form .form-title .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.page-hkfla.page-reg-form form .form-title .desc {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.page-hkfla.page-reg-form .section-form {
  background: white;
  position: relative;
  top: 12rem;
}

.page-hkfla.page-reg-form .nav-tabs>li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.page-hkfla.page-reg-form .nav-tabs>li.active>a {
  border: 0;
  border-bottom: 3px solid #1d006a;
  color: #1d006a !important;
}

.page-hkfla.page-reg-form .nav-tabs>li.active>a:hover,
.page-hkfla.page-reg-form .nav-tabs>li.active>a:focus {
  border: 0;
  border-bottom: 3px solid #1d006a;
  color: #1d006a !important;
}

.page-hkfla.page-reg-form .nav-tabs>li>a {
  border: 0;
}

.page-hkfla.page-reg-form .nav-tabs a {
  font-variant: all-petite-caps;
  font-size: 20pt;
  font-weight: bold;
  color: #a5a5a5 !important;
}

.page-hkfla.page-reg-form .nav-tabs i {
  margin-right: 1rem;
}

.page-hkfla.page-reg-form .tab-content {
  margin-top: 5rem;
}

.page-hkfla.page-reg-form .tooltip .tooltip-inner {
  text-align: left;
  line-height: 1.42857;
}

.page-hkfla.page-reg-form .radio,
.page-hkfla.page-reg-form .radio-inline {
  color: #777;
}

.page-hkfla.page-reg-form .form-subtitle {
  color: #3a69eb;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.page-hkfla.page-reg-form .form-subtitle .desc {
  font-size: 16px;
  color: #333;
  margin-top: 1rem;
}

.page-hkfla.page-reg-form .form-subtitle .desc .tick {
  margin-left: 1rem;
  color: #2ba23a;
}

/*.page-hkfla.page-reg-form .form-big-icon{
    width: 300px;
    margin: 5rem auto;
    margin-top: 2rem;
}*/
/*.page-hkfla.page-reg-form .share-tool-box{
    margin: 3rem 0;
    text-align: center;
    .share-icon-btn{
        background: $jungle;
        border-radius: 1.5rem;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem; 
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 2px;
        padding: 1rem;
        @include transition; 

        &:hover, &:focus, &:active{
            transform: translateY(-4px);
        }
        p{
            text-align: center;
        }
    }
}*/
.page-hkfla.page-reg-form .form-group-member .btn-remove {
  border: none;
  background: none;
  padding: 0;
}

.page-hkfla.page-reg-form .form-group-member .btn-remove i {
  margin-right: 2rem;
}

.page-hkfla.page-reg-form .member-info>label {
  color: white;
  border: 1px solid #1d006a;
  background: #1d006a;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  margin-bottom: 2rem;
}

.page-hkfla.page-reg-form .form-group-member .btn-add {
  display: block;
  margin: 1rem auto !important;
  padding: 1rem 2rem;
  border-radius: 1rem;
}

.page-hkfla.page-reg-form .form-group-member .btn-add i {
  margin-right: 1rem;
}

.page-hkfla.page-reg-form .form-set-privacy .tooltip-inner {
  min-width: 240px;
  text-align: left;
  padding: 6px 10px;
}

.page-hkfla.page-reg-form .form-awards-category {
  padding: 1rem 0;
  border-bottom: 1px solid #999;
}

.page-hkfla.page-reg-form .form-set-privacy {
  padding: 20px;
  background-color: #EDEDED;
  border: 1px solid #CCC;
}

.page-hkfla.page-reg-form .form-set-privacy.form-disabled label {
  color: #bbb;
}

.page-hkfla.page-reg-form .form-set-privacy.form-disabled .btn-tooltip {
  color: #bbb;
}

.page-hkfla.page-reg-form .form-set-privacy.form-disabled .btn-tooltip,
.page-hkfla.page-reg-form .form-set-privacy.form-disabled label,
.page-hkfla.page-reg-form .form-set-privacy.form-disabled input[type="radio"][disabled],
.page-hkfla.page-reg-form .form-set-privacy.form-disabled input[type="checkbox"][disabled],
.page-hkfla.page-reg-form .form-set-privacy.form-disabled input[type="radio"].disabled,
.page-hkfla.page-reg-form .form-set-privacy.form-disabled input[type="checkbox"].disabled,
.page-hkfla.page-reg-form .form-set-privacy.form-disabled fieldset[disabled] input[type="radio"],
.page-hkfla.page-reg-form .form-set-privacy.form-disabled fieldset[disabled] input[type="checkbox"] {
  cursor: default;
}

.page-hkfla.page-reg-form .form-set-privacy .btn-tooltip {
  margin-left: 2px;
  display: inline-block;
}

.page-hkfla.page-reg-form .form-set-privacy .fa {
  font-size: 16px;
  margin: 2px;
}

.page-hkfla.page-reg-form .form-institute-others {
  display: none;
}

.page-hkfla.page-reg-form .form-interview-type {
  display: none;
}

.page-hkfla.page-reg-form .form-onsite-interview-timeslot {
  display: none;
}

.page-hkfla.page-reg-form .form-video-interview-timeslot {
  display: none;
}

.page-hkfla.page-reg-form .form-fullname .form-element {
  font-family: "Open Sans", "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

.page-hkfla.page-reg-form .form-original-timeslot .form-element {
  font-family: "Open Sans", "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

.page-hkfla.page-reg-form .form-original-timeslot .form-element select {
  font-family: "Open Sans", "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
}

.page-hkfla.page-reg-form .form-onsite-interview-timeslot .btn-tooltip .fa {
  padding-left: 4px;
}

.page-hkfla.page-reg-form .btn-link {
  color: #333;
}

.page-hkfla.page-reg-form .btn-tnc-agree[disabled] {
  color: #aaa;
  background-color: #ddd;
  border: 1px solid #ddd;
}

.page-hkfla.page-reg-form .btn-tnc-agree[disabled]:hover,
.page-hkfla.page-reg-form .btn-tnc-agree[disabled]:focus {
  color: #aaa;
  background-color: #ddd;
  border: 1px solid #ddd;
}

.page-hkfla.page-reg-form .group-info .desc {
  font-size: 15px;
  padding: 0 15px;
  margin-bottom: 2rem;
  color: #333;
}

/* Back To Top
/*---------------------------------------------*/
#btn-BackToTop {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color: #1d006a;
  border-radius: 2rem;
}

.js .cd-top--fade-out {
  opacity: .5;
}

.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.js .cd-top {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s, background-color .3s;
  transition: opacity .3s, visibility .3s, background-color .3s;
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: #1d006a;
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
}

/* eform
/*---------------------------------------------*/
.page-form .navbar-custom .btn-main-site,
.page-reg-form .navbar-custom .btn-main-site {
  color: #1d006a !important;
}

.page-hkfla.page-form .form-title {
  font-weight: normal;
  font-size: 20pt;
  text-align: center;
  color: #1d006a;
  padding-bottom: 4rem;
}

.page-hkfla.page-form .form-title .desc {
  font-size: 16pt;
  color: #777777;
}

.page-form .navbar-custom .btn-main-site {
  display: inline-block;
  background-color: white;
  font-weight: bold;
  position: relative;
  float: right;
  position: relative;
  top: 15px;
  min-width: 60px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.page-form .navbar-custom .btn-main-site:hover,
.page-form .navbar-custom .btn-main-site:focus {
  background-color: #fff100;
  text-decoration: none;
}

.page-form .navbar-custom .btn-user {
  display: inline-block;
  float: right;
  color: white !important;
  position: relative;
  font-size: 28pt;
}

.page-form .navbar-custom .btn-user:hover,
.page-form .navbar-custom .btn-user:focus {
  color: #fff100 !important;
}

.page-form .container>.row {
  text-align: left;
}

.page-hkfla.page-form .form-group {
  margin-bottom: 2rem;
}

.page-hkfla.page-form label {
  color: #1d006a;
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.page-hkfla.page-form .form-control {
  height: 5rem;
}

.page-hkfla.page-form .checkbox label {
  font-size: 10pt;
}

.page-hkfla.page-form .form-control:focus {
  border: 2px solid #66afe9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-hkfla.page-form .has-success .form-control {
  border: 2px solid #2ba23a;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-hkfla.page-form .has-error .form-control {
  border: 2px solid #ca3636;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-hkfla.page-form .has-success .help-block,
.page-hkfla.page-form .has-success .control-label,
.page-hkfla.page-form .has-success .radio,
.page-hkfla.page-form .has-success .checkbox,
.page-hkfla.page-form .has-success .radio-inline,
.page-hkfla.page-form .has-success .checkbox-inline,
.page-hkfla.page-form .has-success.radio label,
.page-hkfla.page-form .has-success.checkbox label,
.page-hkfla.page-form .has-success.radio-inline label,
.page-hkfla.page-form .has-success.checkbox-inline label {
  color: #333;
}

.page-hkfla.page-reg-form .has-error .checkbox label {
  color: #333;
}

.page-hkfla.page-form .form-agreement .checkbox label {
  font-weight: bold;
}

.page-hkfla.page-form .form-group.action-btns {
  padding: 2rem 0;
  text-align: center;
}

.page-hkfla.page-form .form-group.action-btns .desc {
  font-size: 10pt;
  padding-top: 3rem;
}

.page-hkfla.page-form .form-group.action-btns .desc a {
  color: #3a69eb;
}

.page-hkfla.page-form .form-group.action-btns .desc a:hover,
.page-hkfla.page-form .form-group.action-btns .desc a:active,
.page-hkfla.page-form .form-group.action-btns .desc a:focus {
  color: #2ba890;
  text-decoration: none;
}

.page-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

.page-form .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-form .input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.page-form .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-form .input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  height: 5rem;
  -webkit-box-align: center;
  align-items: center;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

/* Login Form
/*---------------------------------------------*/
.page-login {
  background: #000037;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #000037), color-stop(100%, #1d006a));
  background: linear-gradient(45deg, #1a274d 0%, #1d006a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000037', endColorstr='#13126f', GradientType=1);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-login header {
  background: none;
}

.page-login header .container {
  padding-bottom: 0;
}

.page-login header .hkfla-logo {
  width: 250px;
  margin: 0 auto;
}

.page-login .section-form::before {
  height: 60px;
}

.page-login .section-form .form {
  width: 420px;
  background: white;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  border-radius: 20px;
}

.page-login .greeting {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

.page-login .form-title {
  padding-bottom: 0 !important;
}

.page-login form>.form-group {
  margin-top: 2rem;
}

.page-login .form-group.action-btns {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.page-login .form-group.action-btns .desc {
  padding-top: 1rem !important;
}

/* Thank You
/*---------------------------------------------*/
.page-hkfla.page-thank-you .form-title {
  font-size: 34pt;
  padding-bottom: 0;
}

.page-hkfla.page-thank-you .form-title .desc {
  font-size: 16px;
  color: #333;
}

.page-hkfla.page-thank-you .form-title .desc i {
  color: #2ba23a;
  margin-left: 1rem;
}

.page-hkfla.page-thank-you .form-msg {
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
}

.page-hkfla.page-thank-you .form-big-icon {
  width: 250px;
  margin: 3rem auto;
}

.page-hkfla.page-thank-you .share-tool-box {
  margin: 3rem 0;
  text-align: center;
}

.page-hkfla.page-thank-you .share-tool-box .share-icon-btn {
  background: #2ba890;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 2px;
  padding: 1rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.page-hkfla.page-thank-you .share-tool-box .share-icon-btn:hover,
.page-hkfla.page-thank-you .share-tool-box .share-icon-btn:focus,
.page-hkfla.page-thank-you .share-tool-box .share-icon-btn:active {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.page-hkfla.page-thank-you .share-tool-box .share-icon-btn p {
  text-align: center;
}

/* User Dashboard
/*---------------------------------------------*/
/* User Dashboard - header */
.page-hkfla.page-user header {
  background: #000037;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #1a274d), color-stop(100%, #1d006a));
  background: linear-gradient(45deg, #1a274d 0%, #1d006a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000037', endColorstr='#13126f', GradientType=1);
  position: absolute;
  width: 100%;
  top: 0;
  height: 18rem;
  overflow: hidden;
}

.page-hkfla.page-user header .section-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}

.page-hkfla.page-user header .section-decoration__obj--0 {
  position: absolute;
  width: 300px;
  bottom: -60%;
  left: 5vw;
}

.page-hkfla.page-user header .section-decoration__obj--1 {
  position: absolute;
  width: 200px;
  bottom: -50%;
  left: 5vw;
}

.page-hkfla.page-user header .section-decoration__obj--2 {
  position: absolute;
  width: 200px;
  top: 40%;
  left: 0;
}

.page-hkfla.page-user header .section-decoration__obj--3 {
  position: absolute;
  width: 60px;
  top: 60%;
  left: 20vw;
}

.page-hkfla.page-user header .section-decoration__obj--4 {
  position: absolute;
  right: 30vw;
  top: -10%;
  width: 100px;
}

.page-hkfla.page-user header .section-decoration__obj--5 {
  position: absolute;
  right: 5vw;
}

.page-hkfla.page-user header .section-decoration__obj--6 {
  position: absolute;
  width: 22%;
  right: 0;
  top: -30%;
}

.page-hkfla.page-user header .section-decoration__obj--7 {
  position: absolute;
  right: 0;
  top: 55%;
  width: 150px;
}

.page-hkfla.page-user header .container {
  position: absolute;
  width: 100%;
  top: 0;
}

.page-hkfla.page-user .hkfla-logo {
  width: 200px;
  margin: 2rem auto;
}

/* User Dashboard - body */
.page-hkfla.page-user .section-user-dashboard {
  background: white;
  position: relative;
  top: 12rem;
  /* Greeting */
}

.page-hkfla.page-user .section-user-dashboard::before {
  height: auto;
}

.page-hkfla.page-user .section-user-dashboard .container>.row {
  display: block;
  width: 94%;
  padding: 64px 0;
  margin: 0 auto;
}

.page-hkfla.page-user .section-user-dashboard .greeting {
  font-weight: normal;
  font-size: 20pt;
  text-align: center;
  color: #1d006a;
  padding-bottom: 4rem;
}

.page-hkfla.page-user .section-user-dashboard .intro {
  text-align: center;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile,
.page-hkfla.page-user .section-user-dashboard .group-information {
  background: #f7f7f7;
  color: #1d006a;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 4rem;
}

.page-hkfla.page-user .section-user-dashboard #idea-title {
  margin-bottom: 1rem;
  text-align: left;
  color: #1d006a;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea {
  color: #777777;
  border: 1px solid #777777;
  border-style: dashed;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 4rem;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea {
  background-color: #c7e8f6;
  color: #1d006a;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 4rem;
}

.page-hkfla.page-user .section-user-dashboard .title {
  font-size: 16pt;
  font-weight: bold;
}

/* User Dashboard - Profile Completion */
input[readonly]#form-year-birth {
  background-color: white;
  /*border: 0;
    font-size: 1em;*/
}

.page-hkfla.page-user .section-user-dashboard .profile-completion {
  background: #3a69eb;
  color: white;
  border-radius: 2rem;
  padding: 2rem;
  margin-bottom: 4rem;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top,
.page-hkfla.page-user .section-user-dashboard .profile-completion .bottom {
  padding: 1rem 0;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top {
  padding-top: 0;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top>div {
  display: inline-block;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top .left {
  text-align: left;
  width: 80%;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top .right {
  text-align: right;
  width: 19%;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top .percentage {
  font-size: 32pt;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .top .symbol {
  font-size: 20pt;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .bottom {
  padding-bottom: 0;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .bottom .percentage-bar {
  background: white;
  height: 2rem;
  padding: 0.3rem;
  border-radius: 1rem;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .bottom .color-bar-wrapper {
  height: 100%;
  -webkit-animation: 1s ease-out 2s 1 slideInFromLeft;
  animation: 1s ease-out 2s 1 slideInFromLeft;
}

.page-hkfla.page-user .section-user-dashboard .profile-completion .bottom .color-bar {
  background: #2ba890;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2ba890), color-stop(100%, #2ba23a));
  background: linear-gradient(45deg, #2ba890 0%, #2ba23a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000037', endColorstr='#13126f', GradientType=1);
  margin-bottom: 0;
  height: 100%;
  border-radius: 2rem;
}

/* User Dashboard - Upload & Edit Idea */
.page-hkfla.page-user .section-user-dashboard .upload-idea.active,
.page-hkfla.page-user .section-user-dashboard .edit-idea.active {
  display: block;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea {
  display: none;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea>div {
  display: block;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea .left {
  text-align: left;
  width: 100%;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea .left>i {
  display: inline-block;
  font-size: 60px;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea .left .text {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.page-hkfla.page-user .section-user-dashboard .upload-idea .right {
  text-align: center;
  width: 100%;
}

.page-hkfla.page-user .section-user-dashboard .upload-idea .right button>i {
  margin-right: 1rem;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea {
  display: none;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea>div {
  display: inline-block;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .left {
  text-align: left;
  width: 100%;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .left>div {
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .left .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../svg/upload-icon.svg) 60px 0;
  background-size: cover;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .left .text {
  display: inline-block;
  margin-left: 1rem;
  width: calc(100% - 2rem - 60px);
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .left .file-name {
  color: #777777;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .right {
  text-align: center;
  width: 100%;
}

.page-hkfla.page-user .section-user-dashboard .edit-idea .right button>i {
  margin-right: 1rem;
}

/* User Dashboard - Personal Profile */
.page-hkfla.page-user .section-user-dashboard .personal-profile .top,
.page-hkfla.page-user .section-user-dashboard .personal-profile .middle,
.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom {
  padding: 1rem 0;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .title {
  text-align: left;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .title .btn-edit-profile {
  border: 1px solid #1d006a;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  line-height: 1;
  background: white;
  float: right;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .title .btn-edit-profile:hover,
.page-hkfla.page-user .section-user-dashboard .personal-profile .title .btn-edit-profile:focus {
  color: #0c0b43;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .title .btn-edit-profile i {
  margin-right: 0.5rem;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile>div {
  border-bottom: 1px solid #777777;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile>div:first-child,
.page-hkfla.page-user .section-user-dashboard .personal-profile>div:last-child {
  border-bottom: 0;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .top {
  text-align: left;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .top>div {
  display: inline-block;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .top .left {
  width: 36pt;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .top .right {
  margin-left: 2rem;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .top .right .full-name {
  font-size: 16pt;
  font-weight: bold;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .top .right .email {
  color: #777777;
  word-break: break-all;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .avatar {
  font-size: 36pt;
  color: #777777;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-display,
.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .edit-profile {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-display.active,
.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .edit-profile.active {
  opacity: 1;
  max-height: 1110px;
  overflow: hidden;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-item {
  margin: 1rem 0;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-item>div {
  display: inline-block;
  width: 49%;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-item .pre-fill {
  color: #777777;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-item .checked {
  color: #2ba23a;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .edit-profile>.form-group:first-child {
  margin-top: 1rem;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .middle .edit-profile .form-name-section>.form-group {
  margin-bottom: 0;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .upload-cv,
.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv {
  display: none;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .upload-cv.active,
.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv.active {
  display: block;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .desc {
  color: #777777;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom button i {
  margin-right: 1rem;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv {
  background: #c7e8f6;
  padding: 2rem;
  border-radius: 1rem;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .icon {
  width: 60px;
  height: 60px;
  background: url(../svg/upload-icon.svg) 0 0;
  background-size: cover;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv>div,
.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv>button {
  display: inline-block;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info {
  width: 100%;
  text-align: left;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .btn-wrapper {
  width: 100%;
  text-align: center;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info>div {
  display: inline-block;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text {
  margin-left: 1rem;
  width: calc(100% - 2rem - 60px);
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text .file-name {
  font-weight: bold;
  font-size: 16pt;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text .status {
  color: #777777;
}

/* User Dashboard - Group Information */
.page-hkfla.page-user .section-user-dashboard .group-information .title {
  text-align: left;
}

.page-hkfla.page-user .section-user-dashboard .group-information .top,
.page-hkfla.page-user .section-user-dashboard .group-information .bottom {
  padding: 1rem 0;
}

.page-hkfla.page-user .section-user-dashboard .group-information .top {
  text-align: left;
}

.page-hkfla.page-user .section-user-dashboard .group-information .group {
  font-size: 16pt;
  font-weight: bold;
}

.page-hkfla.page-user .section-user-dashboard .group-information .participants {
  color: #777777;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom {
  padding-bottom: 0;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom button {
  margin-bottom: 0;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member {
  background: white;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member>div {
  display: inline-block;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile {
  text-align: left;
  width: 60%;
  vertical-align: middle;
  border-right: 1px solid #777777;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile>div {
  display: inline-block;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile .avatar {
  font-size: 28pt;
  color: #777777;
  margin-right: 1rem;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile .text {
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile .full-name {
  font-weight: bold;
  font-size: 16pt;
  color: #3a69eb;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile .email {
  color: #777777;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion {
  width: 39%;
  color: #777777;
  vertical-align: middle;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion .text {
  font-size: 10pt;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion .percentage {
  font-weight: bold;
  font-size: 30pt;
  line-height: 1;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion .symbol {
  font-size: 20pt;
}

.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion .percentage.completed,
.page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion .symbol.completed {
  color: #2ba23a;
}

/* Voting
/*---------------------------------------------*/
.page-hkfla.page-voting .section-form * {
  /*border: 1px solid red;*/
}


.page-hkfla.page-voting form .select-field {
	width: 100%;
	position: relative;
	display: inline-block;
}

.page-hkfla.page-voting form .select-field .icon {
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	left: 2px;
	top: 2px;
}

.page-hkfla.page-voting form .select-field i.fa,
.page-hkfla.page-voting form .select-field .ct-icon {
	font-size: 20px;
	line-height: 50px;
	color: #b4b4b4;
}

.page-hkfla.page-voting form .select-field .l-icon i.fa
.page-hkfla.page-voting form .select-field .l-icon .ct-icon {
	font-size: 18px;
}

.page-hkfla.page-voting form .select-field .l-icon .ct-icon.icon-exp {
	font-size: 15px;
}

/* Custom select box */
.page-hkfla.page-voting form .select-cus .form-control,
.page-hkfla.page-voting form .select-cus .form-control:focus {
	text-overflow: '';
	padding: 0 28px 0 6px;
	text-indent: 30px;
	cursor: pointer;
}

.page-hkfla.page-voting form .select-cus .form-control[disabled],
.page-hkfla.page-voting form .select-cus .form-control[disabled]:focus {
	cursor: not-allowed;
}

.page-hkfla.page-voting form .select-cus select::-ms-expand {
	display: none;
}

.page-hkfla.page-voting form .select-cus span.caret,
.page-hkfla.page-voting form .act-field span.caret { 
	color: #666;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -2px;
	border-width: 5px 5px 0px;
	cursor: pointer;
}

.page-hkfla.page-voting form .form-contact-no.col-sm-12 {
  padding: 0;
  margin: 0;
}


.page-hkfla.page-voting form .candidate-idea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.page-hkfla.page-voting form .candidate-idea-list .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.page-hkfla.page-voting form .candidate-idea {
  background-color: #fff;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 326px;
  flex-basis: 326px;
  -ms-flex-negative: 0;
  max-width: 326px;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 32px 15px;
}

.page-hkfla.page-voting form .candidate-idea .ig-reels {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 2rem 2rem 0 0;
}

.page-hkfla.page-voting form .candidate-idea .ig-reels .wrapper {
  position: relative;
  margin-top: -60px;
  padding-top: 135% !important;
}

.page-hkfla.page-voting form .candidate-idea .ig-reels iframe {
  top: -60px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100% !important;
}

.page-hkfla.page-voting form .candidate-idea .ig-reels.full .wrapper {
  position: relative;
  margin-top: 0;
  padding-top: 178% !important;
}

.page-hkfla.page-voting form .candidate-idea .ig-reels.full iframe {
  top: 0;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100% !important;
}

.page-hkfla.page-voting form .candidate-idea .ig-video {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 178%;
}

.page-hkfla.page-voting form .candidate-idea .ig-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*
  width: 320%;
  height: 100%;
  margin-left: -110%;
  */
}

.page-hkfla.page-voting form .candidate-idea .action-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0.5rem;
}

.page-hkfla.page-voting form .candidate-idea .action-btns .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
}

.page-hkfla.page-voting form .candidate-idea .action-btns .btn:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.page-hkfla.page-voting form .candidate-idea.vote-selected .action-btns .btn-vote {
  border: 1px solid #ffe077 !important;
  background-color: #ffe077 !important;
  color: #1d006a !important;
}

.page-hkfla.page-voting form .candidate-idea.vote-selected {
  border: 2px solid #ffe077 !important;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info {
  padding: 2rem;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .team {
  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;
  -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
  margin-bottom: 1rem;
  color: #1d006a;
  font-size: 20px;
  font-weight: bold;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .team .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .team .title {
  margin-right: 0.5rem;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .team .team-name {
  text-align: center;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .title {
  color: #1d006a;
  font-weight: bold;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .vote-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
  margin-bottom: 0.5rem;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .vote-count .title {
  margin-right: 0.5rem;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}

.page-hkfla.page-voting form .candidate-idea .candidate-info .description .text {
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-hkfla.page-voting .modal-candidate .modal-dialog {
  width: 750px;
}

.page-hkfla.page-voting .modal-candidate .candidate-info {
  color: #333;
}

.page-hkfla.page-voting .modal-candidate .candidate-info .title {
  margin-bottom: 1rem;
  font-size: 16pt;
  font-weight: bold;
  color: #1d006a;
  width: 25%;
  display: inline-block;
  line-height: 1;
}

.page-hkfla.page-voting .modal-candidate .candidate-info>div {
  margin-bottom: 2rem;
}

.page-hkfla.page-voting .modal-candidate .team .name,
.page-hkfla.page-voting .modal-candidate .text {
  width: 74%;
  display: inline-block;
  vertical-align: top;
}

.page-hkfla.page-voting .modal-candidate .btn-vote.vote-selected {
  background-color: #ffe077 !important;
  border: 1px solid #ffe077 !important;
  color: #1d006a !important;
}

.page-hkfla.page-voting-step1 .form-group.action-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #1d006a;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
}

.page-hkfla.page-voting-step2 .form-group label {
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: top;
}

/* Button
/*---------------------------------------------*/
.page-hkfla .btn-large {
  display: inline-block;
  margin: 1rem;
  text-transform: none;
  font-size: 16pt;
  font-family: "Open Sans", "Roboto", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  margin-bottom: 1rem;
  padding: 1.5rem 6rem;
  border: 1px solid;
  border-radius: 4rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.page-hkfla .btn-large:hover,
.page-hkfla .btn-large:active {
  text-decoration: none;
}

.page-hkfla .btn-default {
  color: #1d006a !important;
  background-color: white !important;
  border: 1px solid #1d006a !important;
}

.page-hkfla .btn-default:hover,
.page-hkfla .btn-default:active {
  background-color: #ddd !important;
  border: 1px solid #1d006a !important;
}

.page-hkfla .btn-default[disabled] {
  color: #aaa !important;
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
}

.page-hkfla .btn-primary {
  color: white !important;
  background-color: #1d006a !important;
  border: 1px solid #1d006a !important;
}

.page-hkfla .btn-primary:hover,
.page-hkfla .btn-primary:active {
  color: white !important;
  background-color: #0c0b43 !important;
  border: 1px solid #1d006a !important;
}

.page-hkfla .btn-primary[disabled] {
  color: #aaa !important;
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
}

.page-hkfla .btn-secondary {
  color: white !important;
  background-color: #3a69eb !important;
  border: 1px solid #3a69eb !important;
}

.page-hkfla .btn-secondary:hover,
.page-hkfla .btn-secondary:active {
  /*color: $skyblue!important;*/
  background-color: #008faf !important;
  border: 1px solid #3a69eb !important;
}

.page-hkfla .btn-secondary[disabled] {
  color: #aaa !important;
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
}

/* Footer
/*---------------------------------------------*/
.page-hkfla footer {
  background-color: #1d006a;
  color: white;
  font-size: 10pt;
  padding: 2rem;
}

.page-hkfla footer .fa,
.page-hkfla footer .link-event-promo {
  color: white;
}

.mobile .page-hkfla footer,
.ios .page-hkfla footer {
  padding-bottom: calc(2rem + 48px);
}

@media screen and (max-width:991px) {
  .page-home .section-awards .list-group-item .icon {
    display: inline-block;
    width: 240px;
    height: 120px;
    background-size: 90%
  }
}

@media screen and (max-width: 767px) {

  /* Natvigation Bar
    /*---------------------------------------------*/
  .page-hkfla .navbar .container {
    width: 100%;
  }

  .page-hkfla .navbar-custom.affix .navbar-header {
    background: rgba(31, 40, 112, 0.95);
  }

  /*.page-hkfla .navbar-custom .navbar-header {
          background: $navyblue;
    }*/
  /* Home
    /*---------------------------------------------*/

  .page-home header .container-fiuld .bg .smoke {
    width: 100vw;
    height: 70vw;
    margin: -27vh auto 0 auto;
  }

  .page-home header .container-fiuld .logo {
    width: 75vw;
  }

  .page-home header .container-fiuld .bg .smoke {
    height: 80vw;
    opacity: 1;
  }

  .page-home header .bg .light-img {
    background-size: 164vw 164vh;
    margin-top: -48vh;
  }

  .page-home header .container-fiuld .light-bar {
    margin-top: -1vh;
    padding-bottom: 20%;
  }

  .page-home header .container-fiuld .theme {
    font-size: 3.5vw;
  }

  .page-home .navbar-custom .navbar-header {
    background: transparent;
  }

  .page-home .section-awards .prize-list {
    width: 70%;
  }

  .page-home .section-award-sponsor .university-logos:first-child {
    margin-bottom: 0;
  }

  .page-home .section-award-sponsor .logo.hkbu-cie .desktop {
    display: none;
  }

  .page-home .section-award-sponsor .logo.hkbu-cie .mobile {
    display: inline-block;
  }

  .page-home .section-award-sponsor .logo.hkbu-cie img.mobile {
    height: 104px;
  }

  .page-home .section-competition .point {
    margin-bottom: 4rem;
  }

  .page-home .section-competition .img-icon {
    width: 80%;
    margin: 0 auto;
  }

  .page-home .section-eligibility .number-points .number-point {
    width: 80%;
    margin: 0 auto;
  }

  .page-home .section-speakers .list-group-item {
    margin-bottom: 4rem;
  }

  .page-home .section-speakers .list-group-item:last-child {
    margin-bottom: 0;
  }

  /* Registration Form
    /*---------------------------------------------*/
  .page-hkfla.page-reg-form .form-agreements {
    margin-bottom: 24px;
  }

  /* Thank You
    /*---------------------------------------------*/
  .page-hkfla.page-thank-you .form-msg {
    max-width: 450px;
  }

  /* Sticky Below Enroll Btn 
    /*---------------------------------------------*/
  .page-hkfla .sticky-btn-enroll {
    font-size: 18px;
    color: white;
    font-weight: bold;
    background: #3a69eb;
    border-radius: 0;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    bottom: 48px;
    z-index: 100;
  }

  .page-hkfla .sticky-btn-enroll:hover,
  .page-hkfla .sticky-btn-enroll:active,
  .page-hkfla .sticky-btn-enroll:focus {
    background: #1d006a;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }

  /* Login Page
    /*---------------------------------------------*/
  .page-login .section-form .form {
    width: 90%;
  }

  /* User Dashboard
    /*---------------------------------------------*/
  .page-hkfla.page-user .section-user-dashboard .container>.row {
    padding: 48px 0;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .middle .edit-profile .form-name-section>.form-group {
    margin-bottom: 2rem;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .middle .edit-profile .form-name-section>.form-group:last-child {
    margin-bottom: 0;
  }

  /* Voting
    /*---------------------------------------------*/
  .page-hkfla.page-voting .modal-candidate .modal-dialog {
    width: 90%;
  }

  /* Footer
    /*---------------------------------------------*/
}

@media only screen and (max-width: 650px) {

  /* Header
    /*---------------------------------------------*/
  .page-home header .bg .light-img {
    background-size: 154vw 154vh;
    margin-top: -50vh;
  }

}

@media only screen and (max-width: 600px) {

  /* eform
    /*---------------------------------------------*/
  .page-hkfla.page-form .form-title {
    font-size: 16pt;
  }

  /* Registration form
    /*---------------------------------------------*/
  .page-hkfla.page-reg-form .form-subtitle {
    font-size: 16pt;
  }
}

@media only screen and (max-width: 550px) {
  #btn-BackToTop {
    bottom: 1rem;
    right: 1rem;
  }

  /* Home
    /*---------------------------------------------*/

  .page-home header .bg .light-img {
    background-size: 160vw 160vh;
    margin-top: -50vh;
  }

  .page-home header .container-fiuld .event-info {
    font-size: 10pt;
  }

  .page-home .btn-enroll {
    border-radius: 0rem 3rem 3rem 0rem;
    width: 40%;
    height: auto;
    left: 0;
    bottom: calc(48px + 5rem);
    display: table;
    padding: 0.5rem;
  }

  .page-home .btn-enroll .btn-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .page-home .btn-enroll .icon {
    width: 4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 0.5rem;
  }

  .page-home .btn-enroll .content {
    display: inline-block;
    vertical-align: middle;
  }

  .page-home .btn-enroll .content .highlight {
    font-size: 12pt;
    line-height: 1.2;
  }

  .page-home .btn-enroll .content .desc {
    display: none;
  }

  .page-home .btn-enroll.start {
    padding: 0.5rem;
  }

  .page-home .btn-enroll.start .icon {
    width: 4rem;
    margin: 0;
    margin-right: 0.5rem;
  }

  .page-home .btn-enroll.start i.fa.fa-arrow-right {
    display: none;
  }

  .page-home .btn-public-voting {
    border-radius: 0rem 3rem 3rem 0rem;
    width: 40%;
    height: auto;
    left: 0;
    bottom: calc(48px + 5rem);
    display: table;
    padding: 0.5rem;
  }

  .page-home .btn-public-voting .btn-wrapper {
    display: table-cell;
    vertical-align: middle;
  }

  .page-home .btn-public-voting .icon {
    width: 4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 0.5rem;
  }

  .page-home .btn-public-voting .content {
    display: inline-block;
    vertical-align: middle;
  }

  .page-home .btn-public-voting .content .highlight {
    font-size: 12pt;
    line-height: 1.2;
  }

  .page-home .btn-public-voting .content .desc {
    display: none;
  }

  .page-home .btn-public-voting.start {
    padding: 0.5rem;
  }

  .page-home .btn-public-voting.start .icon {
    width: 4rem;
    margin: 0;
    margin-right: 0.5rem;
  }

  .page-home .btn-public-voting.start i.fa.fa-arrow-right {
    display: none;
  }

  .page-home .scroll-animation-set1 .intro {
    width: 100%;
    padding: 0 2rem;
    font-size: 16px;
    line-height: 1.3;
  }

  .page-home .scroll-animation-set1 .innerCircle3::before {
    background-size: 50%;
  }

  .page-home .scroll-animation-set1 .innerCircle3.active::before {
    background-size: 100%;
  }

  .page-home .section .container .section-title {
    font-size: 16pt;
    font-weight: bold;
  }

  .page-home .section-competition p {
    font-size: 16px;
    line-height: 1.3;
  }

  .page-home .section-the-partners .partners-wrapper {
    padding: 2rem;
  }

  .page-home .section-the-partners .logo {
    display: block;
    margin-bottom: 3rem;
  }

  .page-home .section-the-partners .logo:last-child {
    margin-bottom: 0;
  }

  .page-home .section-the-partners .logo img {
    width: auto;
  }

  .page-home .section-highlights .gallery {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  /* eform
    /*---------------------------------------------*/
  .page-hkfla.page-form .form-title {
    font-size: 12pt;
    padding-bottom: 2rem;
  }

  .page-hkfla.page-form .form-title .desc {
    font-size: 14px;
  }

  .page-hkfla.page-form .form-group.action-btns {
    padding: 2rem 0;
  }

  .page-hkfla.page-form label {
    font-size: 10pt;
  }

  /* Registration Form
    /*---------------------------------------------*/
  .page-hkfla.page-reg-form header {
    height: 18rem;
  }

  .page-hkfla.page-reg-form .hkfla-logo {
    width: 145px;
    margin-top: 6rem;
  }

  .page-hkfla.page-reg-form header .section-decoration {
    display: none;
  }

  .page-hkfla.page-reg-form .form-subtitle {
    font-size: 12pt;
  }

  .page-hkfla.page-reg-form .nav-tabs a {
    font-size: 16pt;
  }

  .page-hkfla.page-reg-form .tab-content {
    margin-top: 2rem;
  }

  .page-eform .radio-inline+.radio-inline,
  .page-eform .checkbox-inline+.checkbox-inline,
  .page-reg-form .radio-inline+.radio-inline,
  .page-reg-form .checkbox-inline+.checkbox-inline {
    display: block;
    margin-left: 0;
  }

  .page-hkfla.page-hkfla.page-thank-you .form-big-icon {
    width: 150px;
    margin: 2rem auto;
    margin-top: 0;
  }

  .page-hkfla.page-thank-you .share-tool-box p {
    font-size: 14px;
  }

  .page-hkfla.page-thank-you .form-title {
    font-size: 20pt;
  }

  /* Login Page
    /*---------------------------------------------*/
  .page-login header .hkfla-logo {
    width: 145px;
  }

  .page-login .section-form::before {
    height: 50px;
  }

  .page-login .section-form .form {
    padding: 2.5rem 1.5rem;
  }

  .page-login .greeting {
    font-size: 12pt;
  }

  /* User Dashboard
    /*---------------------------------------------*/
  .page-hkfla.page-user header {
    height: 18rem;
  }

  .page-hkfla.page-user .hkfla-logo {
    width: 145px;
    margin-top: 6rem;
  }

  .page-hkfla.page-user header .section-decoration {
    display: none;
  }

  .page-hkfla.page-user .section-user-dashboard .greeting {
    font-size: 12pt;
    padding-bottom: 2rem;
  }

  .page-hkfla.page-user .section-user-dashboard .intro {
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .intro br {
    display: none;
  }

  .page-hkfla.page-user .section-user-dashboard .title {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .desc {
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea .left i {
    vertical-align: top;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea .left .text {
    vertical-align: top;
    margin-left: 1rem;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea .left .text .title {
    margin-bottom: 1rem;
  }

  .page-hkfla.page-user .section-user-dashboard .profile-completion .top,
  .page-hkfla.page-user .section-user-dashboard .profile-completion .bottom {
    padding: 0;
  }

  .page-hkfla.page-user .section-user-dashboard .profile-completion .top .left,
  .page-hkfla.page-user .section-user-dashboard .profile-completion .top .right {
    width: 100%;
    text-align: center;
  }

  .page-hkfla.page-user .section-user-dashboard .profile-completion .top .left {
    text-align: left;
    width: 100%;
  }

  .page-hkfla.page-user .section-user-dashboard .profile-completion .top .right {
    text-align: center;
    width: 100%;
  }

  .page-hkfla.page-user .section-user-dashboard .profile-completion .top .left>div,
  .page-hkfla.page-user .section-user-dashboard .profile-completion .top .right>div {
    margin-bottom: 1rem;
  }

  .page-hkfla.page-user .section-user-dashboard .profile-completion .bottom .percentage-bar {
    height: 1rem;
    padding: 0.2rem;
  }

  .page-hkfla.page-user .section-user-dashboard .edit-idea .left .file-name {
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .title {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .top .right {
    margin-left: 1rem;
    width: calc(100% - 30pt - 3rem);
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .top .right .email {
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text .file-name {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text .status {
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .top .left {
    width: 30pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .top .avatar {
    font-size: 30pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .top .right .full-name {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-item>div {
    width: 100%;
    display: block;
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .middle .profile-item .item-title {
    margin-bottom: 0.5rem;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text .file-name {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .group-information .group {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .group-information .participants {
    font-size: 10pt;
  }

  .page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile .full-name {
    font-size: 12pt;
  }

  .page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .profile {
    width: 100%;
    font-size: 10pt;
    border-right: 0;
    border-bottom: 1px solid #777777;
    padding-bottom: 1rem;
  }

  .page-hkfla.page-user .section-user-dashboard .group-information .bottom .member-list .member .member-profile-completion {
    width: 100%;
    padding-top: 1rem;
  }

  /* Modal Tnc
    /*---------------------------------------------*/
  #modal-tnc .modal-header {
    font-size: 12pt;
  }

  #modal-tnc .modal-body {
    font-size: 10pt;
  }

  /* Modal Upload
    /*---------------------------------------------*/
  .modal-upload .modal-body {
    font-size: 10pt;
  }

  .modal-upload .modal-body .item {
    width: 100%;
  }

  .modal-upload .modal-body .choice a {
    font-size: 10pt;
    margin-bottom: 0.5rem;
  }

  /* Voting
    /*---------------------------------------------*/
  .page-hkfla.page-voting form {
    margin-bottom: 10rem;
  }

  .page-hkfla.page-voting form .candidate-idea {
    height: auto;
    margin-bottom: 2rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-hkfla.page-voting form .candidate-idea .candidate-info {
    width: 100%;
  }

  .page-hkfla.page-voting form .candidate-idea .candidate-info .description .text {
    font-size: 10pt;
  }

  .page-hkfla.page-voting form .candidate-idea .vote {
    top: calc(180px + 1rem);
  }

  .page-hkfla.page-voting .modal-candidate .candidate-info .title {
    font-size: 12pt;
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .page-hkfla.page-voting .modal-candidate .candidate-info .text {
    font-size: 10pt;
    display: block;
    width: 100%;
  }

  .page-hkfla.page-voting-step1 .form-group.action-btns {
    padding: 1rem;
  }

  .page-hkfla.page-voting-step1 .form-group.action-btns .btn-wrapper {
    width: 50%;
  }

  /* Button
    /*---------------------------------------------*/
  .page-eform .form-group.action-btns .btn-wrapper,
  .page-reg-form .form-group.action-btns .btn-wrapper {
    display: block;
  }

  .page-hkfla.page-reg-form header .hkfla-logo {
    margin: 2rem auto 0 auto;
  }

  .page-hkfla .btn-large {
    display: block;
    font-size: 14pt;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 740px) {

  /* Header
    /*---------------------------------------------*/
  .page-hkfla .pri-nav .navbar-custom .navbar-header {
    background: #1d006a !important;
  }

  .page-hkfla .pri-nav.navbar-fixed-top .navbar-collapse {
    background: rgba(31, 40, 112, 0.95) !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 500px) {
  .page-home header .bg .light-img {
    background-size: 164vw 164vh;
    margin-top: -58vh;
  }

  .page-home header .btn-register,
  .page-home header .btn-vote-now {
    margin-top: 2vh;
    padding: 8px 24px;
  }
}

@media only screen and (max-width: 420px) {
  /* Header
    /*---------------------------------------------*/

  .page-home header .bg .light-img {
    background-size: 172vw 172vh;
    margin-top: -62vh;
  }

  .page-home header .container-fiuld .logo {
    width: 65vw;
    margin-top: -20px;
  }

  .page-hkfla header .event-details .desc {
    font-size: 13px;
  }

  /* Registration Form
    /*---------------------------------------------*/
  .page-hkfla.page-reg-form .form-company-you-work-in .company {
    display: none;
    width: 100%;
  }

  .page-hkfla.page-reg-form .form-company-you-work-in .company-mobile {
    display: block;
    font-size: 14px;
  }

  .page-hkfla.page-reg-form .form-company-you-work-in .company-logo {
    display: block;
    margin-top: 4px;
  }

  .page-hkfla.page-reg-form .form-company-you-work-in .company-logo img {
    margin: 0;
    width: 130px;
  }

  .page-hkfla.page-reg-form .form-company-you-work-in .blanket {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .modal-upload .nav-tabs li a i {
    margin-right: 0;
  }

  .modal-upload .nav-tabs li a span {
    display: block;
  }

  /* Thank You
    /*---------------------------------------------*/
  .page-hkfla.page-thank-you .form-msg {
    width: 90%;
  }

  /* Voting
    /*---------------------------------------------*/
  .page-hkfla.page-voting form .candidate-idea .candidate-info>div>div {
    display: block;
  }

  .page-hkfla.page-voting form .candidate-idea .candidate-info .text {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .page-home header .bg .light-img {
    background-size: 152vw 152vh;
    margin-top: -38vh;
  }
}

@media only screen and (max-width: 340px) {

  /* Header
    /*---------------------------------------------*/
  .page-hkfla header .container .organiser .title {
    font-size: 12px;
  }

  .page-hkfla header .container .content .desc {
    font-size: 12px;
  }

  /* Thank You
    /*---------------------------------------------*/
  .page-hkfla.page-thank-you .form-msg {
    width: 96%;
  }
}

@media only screen and (max-width: 330px) {

  .page-home .btn-enroll,
  .page-home .btn-public-voting {
    width: 55%;
  }

  .page-hkfla.page-user .section-user-dashboard .edit-idea .left .icon {
    width: 40px;
    height: 40px;
    background-position: 40px 0;
  }

  .page-hkfla.page-user .section-user-dashboard .edit-idea .left .text {
    width: calc(100% - 2rem - 40px);
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .icon {
    width: 40px;
    height: 40px;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info .text {
    width: calc(100% - 2rem - 40px);
  }
}

@media only screen and (max-width: 767px) and (max-height: 500px) {
  .page-home header .container-fiuld .bg .smoke {
    margin-top: -25vh;
  }
}

@media screen and (min-width: 741px) and (max-width: 767px) {
  .page-hkfla.page-home .navbar-custom .navbar-header {
    background: transparent !important;
  }

  .page-hkfla.page-home .navbar-fixed-top .navbar-collapse {
    background: transparent !important;
  }

  .page-hkfla.page-home .navbar-custom .nav li a.btn-voting {
    margin: 8px 12px;
    font-size: 12px;
    padding: 2px 6px 4px 6px;
  }
}

@media only screen and (min-width: 768px) {

  /* Home
    /*---------------------------------------------*/
  .page-hkfla.page-home .container {
    width: 100%;
    padding: 0 15px;
  }

  /* Natvigation Bar
    /*---------------------------------------------*/
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .page-hkfla .pri-nav.unloaded .navbar-right {
    visibility: hidden;
  }

  /*.page-hkfla.page-home .navbar-right {
          margin-top: 8px;
    }*/
  .page-hkfla.page-home .navbar-default .navbar-header .navbar-brand {
    margin-left: 0;
  }

  .page-home header .container-fiuld .logo {
    width: 60vw;
  }

  .page-home header .container-fiuld .bg .smoke {
    width: 100vw;
    height: 70%;
    margin: -27vh auto 0 auto;
  }

  .page-home header .bg .light-img {
    background-size: 154vw 154vh;
    margin-top: -48vh;
  }

  .page-home .section-award-sponsor .logo.hkbu-cie .desktop {
    display: inline-block;
  }

  .page-home .section-award-sponsor .logo.hkbu-cie .mobile {
    display: none;
  }

  .page-home .section-award-sponsor .logo.polyu {
    right: 2%;
  }

  .page-home .section-award-sponsor .logo.hkust {
    right: 1%;
  }


  /* Eligibility
    /*---------------------------------------------*/

  .page-hkfla .navbar-custom .nav li a.btn-register {
    font-size: 15px;
  }

  .page-hkfla.page-home .navbar-custom .nav li a.btn-register,
  .page-hkfla.page-home .navbar-custom .nav li a.btn-voting {
    margin-top: 8px;
    font-size: 12px;
    padding: 2px 6px 4px 6px;
  }

  .page-hkfla .navbar-custom .nav .other-links.with-btn {
    right: 62px;
  }

  .page-hkfla .navbar-custom .dropdown-menu {
    min-width: 200px;
  }

  .page-hkfla.page-home .navbar-custom .dropdown-menu {
    border-top: 0;
  }

  .page-hkfla .navbar-custom .nav .other-links .follow-us .text {
    font-size: inherit;
  }

  .page-hkfla .navbar-fixed-top .navbar-collapse {
    padding-left: 140px;
  }

  /* Thank You
    /*---------------------------------------------*/
  .page-hkfla.page-thank-you .form-msg {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-home .section-speakers .list-group-item .icon {
    width: 180px;
    height: 176px;
  }

  .page-home .section-speakers .photo {
    width: 140px;
    height: 140px;
  }

  .page-hkfla.page-home .navbar-custom .nav li a.btn-voting {
    margin: 8px 12px;
    font-size: 12px;
    padding: 2px 6px 4px 6px;
  }
}

@media only screen and (min-width: 880px) {
  .page-home header .container-fiuld .logo {
    width: 55vw;
  }
}

@media only screen and (min-width: 980px) {

  /* Sticky Enroll Button
    /*---------------------------------------------*/
  .page-hkfla .sticky-btn-enroll {
    font-size: 22px;
    color: white;
    font-weight: bold;
    background: #00a0e9;
    border-radius: 25px;
    padding: 10px 30px;
    width: auto;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
  }

  .page-hkfla .sticky-btn-enroll:hover,
  .page-hkfla .sticky-btn-enroll:active,
  .page-hkfla .sticky-btn-enroll:focus {
    background: #1d006a;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
}

@media screen and (min-width: 992px) {

  /* Natvigation Bar 
    /*---------------------------------------------*/
  .page-hkfla .navbar-fixed-top .navbar-collapse {
    padding-left: 170px;
  }

  .page-hkfla.page-home .navbar-custom .nav li a.btn-register {
    font-size: 15px;
    padding: 3px 8px 5px 8px;
    margin-right: 4px;
  }

  .page-hkfla.page-home .navbar-custom .nav li a.btn-voting {
    font-size: 15px;
    padding: 3px 8px 5px 8px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .page-hkfla .navbar-custom .nav .other-links.with-btn {
    right: 77px;
  }

  /* Header 
    /*---------------------------------------------*/
  .page-hkfla header:before {
    height: 0;
    margin-top: 0;
  }

  .page-home header .container-fiuld .logo {
    width: 55vw;
  }

  .page-home header .content-wrapper {
    margin-top: -12vh;
  }

  .page-home header .bg .light-img {
    background-size: 148vw 148vh;
    margin-top: -38vh;
  }

  .page-home .section-award-sponsor .logo.eduhk img {
    height: 46px;
  }

  .page-home .section-award-sponsor .logo img {
    height: 42px;
  }

  .page-home .section-award-sponsor .logo.hkmu img {
    margin-top: 7px;
    height: 36px;
  }

  .page-hkfla.page-voting .container,
  .page-hkfla.page-thank-you .container {
    width: 1170px;
  }

  /* Thank You
    /*---------------------------------------------*/
  .page-hkfla.page-thank-you .form-msg {
    max-width: 600px;
  }

  /* User Dashboard
    /*---------------------------------------------*/
  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .file-info {
    width: 70%;
    text-align: left;
  }

  .page-hkfla.page-user .section-user-dashboard .personal-profile .bottom .edit-cv .btn-wrapper {
    width: 29%;
    text-align: right;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea.active,
  .page-hkfla.page-user .section-user-dashboard .edit-idea.active {
    display: block;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea>div {
    display: inline-block;
    vertical-align: middle;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea .left {
    width: 70%;
    text-align: left;
  }

  .page-hkfla.page-user .section-user-dashboard .upload-idea .right {
    width: 29%;
    text-align: right;
  }

  .page-hkfla.page-user .section-user-dashboard .edit-idea>div {
    display: inline-block;
    vertical-align: middle;
  }

  .page-hkfla.page-user .section-user-dashboard .edit-idea .left {
    width: 70%;
    text-align: left;
  }

  .page-hkfla.page-user .section-user-dashboard .edit-idea .right {
    width: 29%;
    text-align: right;
  }

  /* Home
    /*---------------------------------------------*/
  .page-home .scroll-animation-set1 .intro {
    font-size: 16pt;
  }
}

@media (min-width: 1200px) {
  .page-hkfla.page-home .container {
    width: 1200px;
  }

  .page-home header .container-fiuld .logo {
    width: 50vw;
  }

  .page-home header .container-fiuld .bg .smoke {
    width: 992px;
    height: 661px;
    margin: -27vh auto 0 auto;
  }

  .page-home header .bg .light-img {
    background-size: 140vw 140vh;
    margin-top: -38vh;
  }

  .page-home .section-award-sponsor .logo.eduhk img {
    height: 56px;
  }

  .page-home .section-award-sponsor .logo.hkmu img {
    margin-top: 9px;
    height: 41px;
  }

  .page-home .section-award-sponsor .logo img {
    height: 50px;
  }

  .page-home .section-timeline .hori-timeline .events {
    flex-direction: row;
  }

  .page-home .section-timeline .hori-timeline .events .event-list {
    flex-basis: 20%;
  }

  .page-home .section-timeline .hori-timeline .events .event-list .item-block {
    border-radius: 0px;
  }

  .page-home .section-timeline .event-item.item-apply .item-block {
    border-radius: 8px 0px 0px 8px !important;
  }

  .page-home .section-timeline .event-item.item-ceremony .item-block {
    border-radius: 0px 8px 8px 0px !important;
  }
}

@media only screen and (orientation: portrait) {

  /* Home Header
    /*---------------------------------------------*/
  .page-hkfla header {
    position: relative;
  }

  .page-hkfla.page-home header.pos-fixed {
    position: fixed;
  }

  .page-hkfla header .container-fiuld {
    min-height: 100vh;
  }

  .page-hkfla header .container-fiuld .section-decoration {
    height: 100%;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--1 {
    display: none;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--2 {
    width: 15vw;
    top: 20vh;
    left: -5vw;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--3 {
    width: 50vw;
    top: 20vh;
    left: -50vw;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--4 {
    left: 45vw;
    top: -2vh;
    width: 15vw;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--5 {
    right: -20vw;
    width: 40vw;
    top: 2vh;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--6 {
    right: -5vw;
    width: 50vw;
    top: -3vh;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--7 {
    width: 30vw;
    bottom: 5vh;
    right: 0;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--8 {
    display: none;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--9 {
    display: none;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--10 {
    display: none;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--11 {
    right: 50vw;
    width: 40vw;
    bottom: 25vh;
  }

  .page-hkfla header .container-fiuld .section-decoration .section-decoration__obj--12 {
    right: 0;
    width: 80vw;
    bottom: -5vh;
  }
}

@media only screen and (orientation: landscape) {
  .page-home header .container-fiuld .logo {
    width: auto;
  }

  .page-home header .container-fiuld .logo img {
    width: auto;
    max-height: 40vh;
  }
}

@media only screen and (orientation: landscape) and (max-height: 850px) {
  .page-home header .container-fiuld .bg .smoke {
    margin-top: -20%;
  }

  .page-home header .container-fiuld .bg .smoke .smoke-element {
    background-size: auto 90vh;
    background-repeat: no-repeat;
  }
}

@media only screen and (orientation: landscape) and (max-height: 700px) {
  .page-home header .content-wrapper {
    margin-top: 1rem;
  }
 
  .page-home header .container-fiuld .theme {
    margin-top: -2vh;
    font-size: min(3.5vh, 30px);
  }

  .page-home header .vote-now-desc {
    margin-top: 1rem;
    font-size: min(2.2vh, 20px);
  }

  .page-home header .btn-register,
  .page-home header .btn-vote-now {
    margin-top: 4vh;
    padding: 8px 24px;
  }
}

@media only screen and (orientation: landscape) and (max-height: 600px) {
  .page-home header .btn-register,
  .page-home header .btn-vote-now {
    font-size: 15px;
    padding: 6px 16px;
  }

  .page-home header .bg .light-img {
    background-size: 100vw 160vh;
  }
}


@-moz-document url-prefix() {
  .page-home .scroll-animation-set1 {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
  }

  .page-home .scroll-animation-set1.activeInFirefox {
    opacity: 1;
  }

  .form-control, .form-control:focus {
		padding-left: 36px;
	}

  .page-hkfla.page-voting form .select-cus .form-control,
	.page-hkfla.page-voting form .select-cus .form-control:focus {
		text-indent: 0;
		padding-left: 36px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-hkfla.page-voting form .form-control, .form-control:focus,
  .page-hkfla.page-voting form .select-cus .form-control, 
  .page-hkfla.page-voting form .select-cus .form-control:focus {
		padding-left: 36px;
	}
}

/*# sourceMappingURL=hkfla.css.map */